Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>master
@ -0,0 +1,27 @@ | |||
QT += core gui | |||
INCLUDEPATH = include/libxl-3.8.1.0/include_cpp | |||
LIBS += include/libxl-3.8.1.0/lib/libxl.lib | |||
#CONFIG += static | |||
RC_FILE = nebopassgen.rc | |||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets | |||
TARGET = NeboPassGen | |||
TEMPLATE = app | |||
SOURCES += main.cpp\ | |||
mainwindow.cpp \ | |||
about.cpp | |||
HEADERS += mainwindow.h \ | |||
about.h | |||
FORMS += mainwindow.ui \ | |||
about.ui | |||
#RESOURCES += \ | |||
# logo.qrc |
@ -0,0 +1 @@ | |||
First readme. |
@ -0,0 +1,22 @@ | |||
#include "about.h" | |||
#include "ui_about.h" | |||
About::About(QWidget *parent) : | |||
QDialog(parent), | |||
ui(new Ui::About) | |||
{ | |||
ui->setupUi(this); | |||
this->setWindowTitle("NeboPassGen::About"); | |||
this->setGeometry(QStyle::alignedRect( | |||
Qt::LeftToRight, | |||
Qt::AlignCenter, | |||
this->size(), | |||
qApp->desktop()->availableGeometry() | |||
)); | |||
} | |||
About::~About() | |||
{ | |||
delete ui; | |||
} | |||
@ -0,0 +1,26 @@ | |||
#ifndef ABOUT_H | |||
#define ABOUT_H | |||
#include <QDialog> | |||
#include <QDesktopWidget> | |||
#include <QStyle> | |||
namespace Ui { | |||
class About; | |||
} | |||
class About : public QDialog | |||
{ | |||
Q_OBJECT | |||
public: | |||
explicit About(QWidget *parent = 0); | |||
~About(); | |||
private slots: | |||
private: | |||
Ui::About *ui; | |||
}; | |||
#endif // ABOUT_H |
@ -0,0 +1,98 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<ui version="4.0"> | |||
<class>About</class> | |||
<widget class="QDialog" name="About"> | |||
<property name="geometry"> | |||
<rect> | |||
<x>0</x> | |||
<y>0</y> | |||
<width>345</width> | |||
<height>390</height> | |||
</rect> | |||
</property> | |||
<property name="windowTitle"> | |||
<string>Dialog</string> | |||
</property> | |||
<property name="windowIcon"> | |||
<iconset> | |||
<normaloff>:/graphics/logo/graphics/icon.svg</normaloff>:/graphics/logo/graphics/icon.svg</iconset> | |||
</property> | |||
<widget class="QLabel" name="label"> | |||
<property name="geometry"> | |||
<rect> | |||
<x>0</x> | |||
<y>350</y> | |||
<width>341</width> | |||
<height>31</height> | |||
</rect> | |||
</property> | |||
<property name="text"> | |||
<string><html><head/><body><p align="center"><span style=" font-weight:600;"> Copyright &copy; 2017 Blagovest Petrov</span></p></body></html></string> | |||
</property> | |||
</widget> | |||
<widget class="QTextBrowser" name="textBrowser"> | |||
<property name="geometry"> | |||
<rect> | |||
<x>10</x> | |||
<y>10</y> | |||
<width>321</width> | |||
<height>191</height> | |||
</rect> | |||
</property> | |||
<property name="html"> | |||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | |||
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> | |||
p, li { white-space: pre-wrap; } | |||
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> | |||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:9pt;">This software is licensed under </span><span style=" font-size:8pt; font-weight:600;">GNU Lesser General Public License version 3</span></p> | |||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt; font-weight:600;"><br /></p> | |||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">GNU LESSER GENERAL PUBLIC LICENSE</span><span style=" font-size:8pt;"><br />Version 3, 29 June 2007</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.</span><a name="section0"></a><span style=" font-size:8pt; font-weight:600;">0</span><span style=" font-size:8pt; font-weight:600;">. Additional Definitions.</span><span style=" font-size:8pt;"> </span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.</span><a name="section1"></a><span style=" font-size:8pt; font-weight:600;">1</span><span style=" font-size:8pt; font-weight:600;">. Exception to Section 3 of the GNU GPL.</span><span style=" font-size:8pt;"> </span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.</span><a name="section2"></a><span style=" font-size:8pt; font-weight:600;">2</span><span style=" font-size:8pt; font-weight:600;">. Conveying Modified Versions.</span><span style=" font-size:8pt;"> </span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:</span></p> | |||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.<a name="section3"></a><span style=" font-weight:600;">3</span><span style=" font-weight:600;">. Object Code Incorporating Material from Library Header Files.</span> </li></ul> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:</span></p> | |||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Accompany the object code with a copy of the GNU GPL and this license document.<a name="section4"></a><span style=" font-weight:600;">4</span><span style=" font-weight:600;">. Combined Works.</span> </li></ul> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:</span></p> | |||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Accompany the Combined Work with a copy of the GNU GPL and this license document.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">d) Do one of the following: </li> | |||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 2;"><li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.</li></ul> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)<a name="section5"></a><span style=" font-weight:600;">5</span><span style=" font-weight:600;">. Combined Libraries.</span> </li></ul> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:</span></p> | |||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.</li> | |||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.<a name="section6"></a><span style=" font-weight:600;">6</span><span style=" font-weight:600;">. Revised Versions of the GNU Lesser General Public License.</span> </li></ul> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.</span></p> | |||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.</span></p></body></html></string> | |||
</property> | |||
</widget> | |||
<widget class="QLabel" name="label_2"> | |||
<property name="geometry"> | |||
<rect> | |||
<x>0</x> | |||
<y>230</y> | |||
<width>341</width> | |||
<height>91</height> | |||
</rect> | |||
</property> | |||
<property name="text"> | |||
<string><html><head/><body><p align="center"><span style=" font-weight:600;">For contacts and support:</span></p><p align="center"><a href="https://petrovs.info"><span style=" text-decoration: underline; color:#0000ff;">https://petrovs.info</span></a></p><p align="center"><a href="mailto:blagovest@petrovs.info"><span style=" text-decoration: underline; color:#0000ff;">blagovest@petrovs.info</span></a></p></body></html></string> | |||
</property> | |||
</widget> | |||
</widget> | |||
<resources/> | |||
<connections/> | |||
</ui> |
@ -0,0 +1,9 @@ | |||
Package: nebopassgen | |||
Version: 0.99.9-2 | |||
Section: tools | |||
Priority: optional | |||
Architecture: i386 | |||
Depends: libqt5widgets5, libqt5svg5 | |||
Installed-Size: 68 | |||
Maintainer: Blagovest Petrov <b.petrov@nebosystems.eu> | |||
Description: Password generator for the files inside NeboSystems |
@ -0,0 +1,9 @@ | |||
[Desktop Entry] | |||
Version=0.99.9 | |||
Name=NeboPassGen | |||
GenericName=NeboPassGen | |||
Comment=Generates passwords for the documents inside NeboSystems | |||
Type=Application | |||
Exec=nebopassgen | |||
Icon=nebopassgen | |||
Categories=GTK;Utilities; |
@ -0,0 +1,564 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||
<svg | |||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlns:cc="http://web.resource.org/cc/" | |||
xmlns:xlink="http://www.w3.org/1999/xlink" | |||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||
xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||
xmlns:ns1="http://sozi.baierouge.fr" | |||
id="svg1931" | |||
viewBox="0 0 128 128" | |||
version="1.0" | |||
y="0" | |||
x="0" | |||
> | |||
<defs | |||
id="defs3" | |||
> | |||
<linearGradient | |||
id="linearGradient3057" | |||
> | |||
<stop | |||
id="stop3059" | |||
style="stop-color:#282828" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop3061" | |||
style="stop-color:#282828;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2834" | |||
> | |||
<stop | |||
id="stop2836" | |||
style="stop-color:#ffe19c" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2838" | |||
style="stop-color:#b79e4f;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2780" | |||
> | |||
<stop | |||
id="stop2782" | |||
style="stop-color:#ffffff" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2784" | |||
style="stop-color:#ffffff;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2713" | |||
> | |||
<stop | |||
id="stop2715" | |||
style="stop-color:#000000" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2717" | |||
style="stop-color:#ffffff" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2707" | |||
y2="52.609" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="52.609" | |||
gradientTransform="matrix(2.1518 0 0 1.7708 -.051304 4.3518)" | |||
x2="44.724" | |||
x1="29.614" | |||
> | |||
<stop | |||
id="stop2703" | |||
style="stop-color:#a47c44" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2770" | |||
style="stop-color:#baa363" | |||
offset=".75" | |||
/> | |||
<stop | |||
id="stop2705" | |||
style="stop-color:#d6c795" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2732" | |||
y2="47.296" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="46.357" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="29.094" | |||
x1="29.094" | |||
/> | |||
<linearGradient | |||
id="linearGradient2736" | |||
y2="45.888" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="44.011" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="24.606" | |||
x1="24.261" | |||
/> | |||
<radialGradient | |||
id="radialGradient2811" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.43334 0 0 1.435 6.4099 -.11314)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2813" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.50007 0 0 1.6752 5.003 -5.1081)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2815" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.62140 0 0 1.8821 2.3888 -9.4094)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2869" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(2.3666 0 0 1.7265 -.40436 -.012826)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient2873" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(-2.3666 0 0 1.7265 129.12 -.11292)" | |||
r="6.0679" | |||
/> | |||
<linearGradient | |||
id="linearGradient2895" | |||
y2="-13.17" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="24.385" | |||
gradientTransform="matrix(2.1611 0 0 1.8045 -.051304 2.2671)" | |||
x2="33.184" | |||
x1="33.184" | |||
/> | |||
<linearGradient | |||
id="linearGradient2935" | |||
y2="-13.17" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="24.385" | |||
gradientTransform="matrix(2.2102 0 0 1.9643 -1.5159 -2.1713)" | |||
x2="33.184" | |||
x1="33.184" | |||
/> | |||
<linearGradient | |||
id="linearGradient2943" | |||
y2="7.5863" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="9.5746" | |||
gradientTransform="matrix(1.632 0 0 2.4825 -.051304 -.012826)" | |||
x2="38.782" | |||
x1="38.782" | |||
/> | |||
<linearGradient | |||
id="linearGradient2951" | |||
y2="6.0918" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="11.17" | |||
gradientTransform="matrix(1.6375 0 0 2.4742 -.051304 -.012826)" | |||
x2="39.724" | |||
x1="38.363" | |||
/> | |||
<radialGradient | |||
id="radialGradient2955" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(3.085 0 0 2.0529 -15.985 -3.1493)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient2959" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(-2.8463 0 0 2.0879 139.53 -3.5862)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient3063" | |||
xlink:href="#linearGradient3057" | |||
gradientUnits="userSpaceOnUse" | |||
cy="231.98" | |||
cx="8.0178" | |||
gradientTransform="scale(3.7417 .26726)" | |||
r="7.4833" | |||
/> | |||
<linearGradient | |||
id="linearGradient3080" | |||
y2="44.981" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="68.68" | |||
gradientTransform="matrix(2.1361 0 0 1.826 2.3487 -1.0128)" | |||
x2="26.974" | |||
x1="26.974" | |||
/> | |||
<linearGradient | |||
id="linearGradient3084" | |||
y2="11.711" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="1.6246" | |||
gradientTransform="matrix(1.632 0 0 2.4361 -.051304 2.0097)" | |||
x2="35.996" | |||
x1="35.996" | |||
/> | |||
<linearGradient | |||
id="linearGradient3086" | |||
y2="62.78" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="60.434" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="17.425" | |||
x1="17.682" | |||
/> | |||
</defs | |||
> | |||
<g | |||
id="layer2" | |||
> | |||
<path | |||
id="rect2723" | |||
style="fill-rule:evenodd;fill:#282828" | |||
d="m64.359 2c-20.072 0-36.231 16.159-36.231 36.231v40.256h10.064v-40.256c0-14.497 11.671-26.167 26.167-26.167s26.167 11.67 26.167 26.167v40.256h10.064v-40.256c0-20.072-16.159-36.231-36.231-36.231z" | |||
/> | |||
<path | |||
id="path3082" | |||
style="opacity:0.65;fill-rule:evenodd;fill:url(#linearGradient3084)" | |||
d="m64.359 4.6293c-18.957 0-34.218 16.307-34.218 34.909v37.528c0 14.09 8.776 26.054 21.261 31.044-8.945-4.07-15.222-12.796-15.222-23.143v-47.404c0-14.225 11.67-26.621 26.166-26.621h4.026c14.496 0 26.167 12.396 26.167 26.621v47.404c0 10.347-6.277 19.073-15.222 23.143 12.484-4.99 21.26-16.954 21.26-31.044v-37.528c0-18.602-15.261-34.909-34.218-34.909z" | |||
/> | |||
<path | |||
id="path2931" | |||
style="opacity:0.5;fill-rule:evenodd;fill:url(#linearGradient2951)" | |||
d="m64.359 2.8539c-19.51 0-35.217 15.601-35.217 34.98v39.095c0 14.677 9.033 27.141 21.881 32.341-9.206-4.24-15.666-13.332-15.666-24.11v-49.384c0-14.819 12.011-29.082 26.931-29.082l4.143-0.0001c14.919 0 26.93 14.263 26.93 29.082v49.384c0 10.778-6.46 19.87-15.666 24.11 12.848-5.2 21.881-17.664 21.881-32.341v-39.095c0-19.379-15.707-34.98-35.217-34.98z" | |||
/> | |||
<path | |||
id="path2861" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#radialGradient2869)" | |||
d="m49.471 12.003c-5.439 3.405-8.499 9.21-7.9 11.145 0.646 2.085 4.467-7.233 15.283-10.119 8.341-2.225 0-5.6488-7.383-1.026z" | |||
/> | |||
<path | |||
id="path2871" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#radialGradient2873)" | |||
d="m79.248 11.903c5.438 3.405 8.498 9.21 7.899 11.145-0.646 2.085-4.467-7.233-15.283-10.119-8.341-2.225 0-5.6489 7.384-1.026z" | |||
/> | |||
<path | |||
id="rect2875" | |||
style="opacity:0.5;fill-rule:evenodd;fill:url(#linearGradient2943)" | |||
d="m64.359 6.2794c-18.957 0-34.218 12.995-34.218 31.952v38.244c0 14.357 8.776 26.545 21.261 31.635-8.945-4.15-15.222-13.04-15.222-23.584v-48.308c0-14.496 11.67-26.182 26.166-26.182h4.026c14.496 0 26.167 11.686 26.167 26.182v48.308c0 10.544-6.277 19.434-15.222 23.584 12.484-5.09 21.26-17.278 21.26-31.635v-38.244c0-18.957-15.261-31.952-34.218-31.952z" | |||
/> | |||
<path | |||
id="path2933" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#linearGradient2935)" | |||
d="m64.359 4.0389c-26.762 0-32.937 23.315-32.937 33.86 0 31.634 2.058 31.634 2.058 0 0-23.199 16.463-32.355 30.879-32.355 14.416 0.0002 30.879 10.103 30.879 32.355 0 31.634 2.059 31.634 2.059 0 0-10.545-6.176-33.86-32.938-33.86z" | |||
/> | |||
<path | |||
id="path2885" | |||
style="opacity:0.6;fill-rule:evenodd;fill:url(#linearGradient2895)" | |||
d="m64.359 7.0913c-26.167 0-32.205 22.3-32.205 31.988 0 29.062 2.013 29.062 2.013 0 0-21.312 16.096-30.605 30.192-30.605 14.096 0.0002 30.193 10.162 30.193 30.605 0 29.062 2.012 29.062 2.012 0 0-9.688-6.038-31.988-32.205-31.988z" | |||
/> | |||
<path | |||
id="path2897" | |||
style="opacity:0.8;fill-rule:evenodd;fill:#ffffff" | |||
d="m36.98 16.488c-2.876 5.248 3.027 1.931 4.398 0.273 3.854-4.659 10.367-8.0359 16.085-9.1382 4.794-0.9243 5.525-2.7757 1.577-3.0821-7.872-0.6111-19.304 6.9153-22.06 11.947z" | |||
/> | |||
<path | |||
id="path2901" | |||
style="opacity:0.6;fill-rule:evenodd;fill:#ffffff" | |||
d="m32.623 25.156c0.305 2.564 5.264-5.798 9.168-9.724 4.768-4.795 11.996-8.1509 15.474-8.5943 6.198-0.7905 3.256-3.828-0.629-3.0606-14.12 2.7892-24.79 14.839-24.013 21.379z" | |||
/> | |||
<path | |||
id="path2909" | |||
style="opacity:0.8;fill-rule:evenodd;fill:#ffffff" | |||
d="m91.58 16.452c2.894 5.237-3.02 1.942-4.397 0.29-3.871-4.645-10.397-7.9985-16.119-9.0796-4.798-0.9067-6.148-2.7522-2.201-3.0732 7.87-0.64 19.942 6.8408 22.717 11.863z" | |||
/> | |||
<path | |||
id="path2911" | |||
style="opacity:0.6;fill-rule:evenodd;fill:#ffffff" | |||
d="m95.798 24.925c-0.295 2.566-5.284-5.779-9.203-9.69-4.786-4.777-12.026-8.1068-15.505-8.5374-6.201-0.7677-3.293-3.6952 0.617-3.0623 14.141 2.3015 24.844 14.747 24.091 21.29z" | |||
/> | |||
<path | |||
id="path2953" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient2955)" | |||
d="m49.032 11.138c-7.089 4.049-11.079 10.952-10.298 13.252 0.842 2.479 5.823-8.601 19.923-12.032 10.873-2.646 0-6.7166-9.625-1.22z" | |||
/> | |||
<path | |||
id="path2957" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient2959)" | |||
d="m79.54 10.945c6.541 4.118 10.222 11.138 9.501 13.479-0.776 2.521-5.372-8.748-18.381-12.238-10.031-2.6913 0.001-6.8314 8.88-1.241z" | |||
/> | |||
<path | |||
id="path3055" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient3063)" | |||
transform="matrix(2.0128 0 0 2.0128 3.9743 -.012826)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
<path | |||
id="path3065" | |||
style="opacity:0.4;fill:url(#radialGradient3063);fill-rule:evenodd" | |||
transform="matrix(2.0128 0 0 2.516 3.9743 -34.231)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
<path | |||
id="path3067" | |||
style="opacity:0.4;fill:url(#radialGradient3063);fill-rule:evenodd" | |||
transform="matrix(2.0128 0 0 2.0128 3.9743 -2.0257)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
</g | |||
> | |||
<g | |||
id="layer1" | |||
> | |||
<rect | |||
id="rect1941" | |||
style="fill-rule:evenodd;fill:url(#linearGradient2707)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2709" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient2732)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2734" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient2736)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2738" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient3086)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<path | |||
id="path2727" | |||
style="opacity:0.5;fill-rule:evenodd;fill:#ffffff" | |||
d="m26.619 57.359c1.81 2.122 18.145 3.786 38.655 3.786 20.229 0 36.296-1.647 38.486-3.727-0.03-0.003-0.03-0.059-0.06-0.059h-77.081z" | |||
/> | |||
<g | |||
id="g2798" | |||
transform="matrix(1.7195 0 0 1.9816 4.4209 1.4876)" | |||
> | |||
<path | |||
id="path2778" | |||
style="opacity:.40278;fill:url(#radialGradient2811);fill-rule:evenodd" | |||
d="m13.971 30.767c-0.439 2.629-0.931 19.309 0.697 22.88 1.592 3.493 1.393-16.667 5.273-19.84 3.921-3.207-5.555-5.52-5.97-3.04z" | |||
/> | |||
<path | |||
id="path2790" | |||
style="opacity:0.3;fill:url(#radialGradient2813);fill-rule:evenodd" | |||
d="m13.729 30.942c-0.508 3.069-1.075 22.541 0.803 26.71 1.837 4.078 1.608-19.457 6.085-23.161 4.525-3.744-6.41-6.445-6.888-3.549z" | |||
/> | |||
<path | |||
id="path2794" | |||
style="opacity:.2;fill:url(#radialGradient2815);fill-rule:evenodd" | |||
d="m13.232 31.092c-0.631 3.449-1.335 25.325 0.998 30.009 2.283 4.582 1.998-21.86 7.562-26.022 5.623-4.206-7.966-7.24-8.56-3.987z" | |||
/> | |||
</g | |||
> | |||
<g | |||
id="g2803" | |||
transform="matrix(-1.7195 0 0 1.9816 124.3 1.4876)" | |||
> | |||
<path | |||
id="path2805" | |||
style="opacity:.40278;fill-rule:evenodd;fill:url(#radialGradient2811)" | |||
d="m13.971 30.767c-0.439 2.629-0.931 19.309 0.697 22.88 1.592 3.493 1.393-16.667 5.273-19.84 3.921-3.207-5.555-5.52-5.97-3.04z" | |||
/> | |||
<path | |||
id="path2807" | |||
style="opacity:0.3;fill-rule:evenodd;fill:url(#radialGradient2813)" | |||
d="m13.729 30.942c-0.508 3.069-1.075 22.541 0.803 26.71 1.837 4.078 1.608-19.457 6.085-23.161 4.525-3.744-6.41-6.445-6.888-3.549z" | |||
/> | |||
<path | |||
id="path2809" | |||
style="opacity:.2;fill-rule:evenodd;fill:url(#radialGradient2815)" | |||
d="m13.232 31.092c-0.631 3.449-1.335 25.325 0.998 30.009 2.283 4.582 1.998-21.86 7.562-26.022 5.623-4.206-7.966-7.24-8.56-3.987z" | |||
/> | |||
</g | |||
> | |||
<path | |||
id="rect3077" | |||
style="opacity:0.25;fill-rule:evenodd;fill:url(#linearGradient3080)" | |||
d="m103.12 114.72v7.89c0 0.56-0.44 1.01-0.97 1.01h-75.578c-0.537 0-0.969-0.45-0.969-1.01v-28.014c0 29.514 77.517-20.879 77.517 20.124z" | |||
/> | |||
<path | |||
id="path2768" | |||
style="opacity:0.5;fill-rule:evenodd;fill:#000000" | |||
d="m25.647 123.62c1.81-2.12 18.145-3.79 38.655-3.79 20.229 0 36.298 1.65 38.488 3.73-0.04 0-0.03 0.06-0.06 0.06h-77.083z" | |||
/> | |||
</g | |||
> | |||
<metadata | |||
> | |||
<rdf:RDF | |||
> | |||
<cc:Work | |||
> | |||
<dc:format | |||
>image/svg+xml</dc:format | |||
> | |||
<dc:type | |||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" | |||
/> | |||
<cc:license | |||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" | |||
/> | |||
<dc:publisher | |||
> | |||
<cc:Agent | |||
rdf:about="http://openclipart.org/" | |||
> | |||
<dc:title | |||
>Openclipart</dc:title | |||
> | |||
</cc:Agent | |||
> | |||
</dc:publisher | |||
> | |||
<dc:title | |||
>Padlock</dc:title | |||
> | |||
<dc:date | |||
>2008-07-18T18:57:37</dc:date | |||
> | |||
<dc:description | |||
/> | |||
<dc:source | |||
>https://openclipart.org/detail/17931/padlock-by-aj</dc:source | |||
> | |||
<dc:creator | |||
> | |||
<cc:Agent | |||
> | |||
<dc:title | |||
>AJ</dc:title | |||
> | |||
</cc:Agent | |||
> | |||
</dc:creator | |||
> | |||
<dc:subject | |||
> | |||
<rdf:Bag | |||
> | |||
<rdf:li | |||
>lock</rdf:li | |||
> | |||
<rdf:li | |||
>metal</rdf:li | |||
> | |||
<rdf:li | |||
>padlock</rdf:li | |||
> | |||
<rdf:li | |||
>photorealistic</rdf:li | |||
> | |||
<rdf:li | |||
>security</rdf:li | |||
> | |||
</rdf:Bag | |||
> | |||
</dc:subject | |||
> | |||
</cc:Work | |||
> | |||
<cc:License | |||
rdf:about="http://creativecommons.org/licenses/publicdomain/" | |||
> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#Reproduction" | |||
/> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#Distribution" | |||
/> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" | |||
/> | |||
</cc:License | |||
> | |||
</rdf:RDF | |||
> | |||
</metadata | |||
> | |||
</svg | |||
> |
@ -0,0 +1,9 @@ | |||
Package: nebopassgen | |||
Version: 0.99.9-2 | |||
Section: tools | |||
Priority: optional | |||
Architecture: amd64 | |||
Depends: libqt5widgets5, libqt5svg5 | |||
Installed-Size: 68 | |||
Maintainer: Blagovest Petrov <b.petrov@nebosystems.eu> | |||
Description: Password generator for the files inside NeboSystems |
@ -0,0 +1,9 @@ | |||
[Desktop Entry] | |||
Version=0.99.9 | |||
Name=NeboPassGen | |||
GenericName=NeboPassGen | |||
Comment=Generates passwords for the documents inside NeboSystems | |||
Type=Application | |||
Exec=nebopassgen | |||
Icon=nebopassgen | |||
Categories=GTK;Utilities; |
@ -0,0 +1,564 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||
<svg | |||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlns:cc="http://web.resource.org/cc/" | |||
xmlns:xlink="http://www.w3.org/1999/xlink" | |||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||
xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||
xmlns:ns1="http://sozi.baierouge.fr" | |||
id="svg1931" | |||
viewBox="0 0 128 128" | |||
version="1.0" | |||
y="0" | |||
x="0" | |||
> | |||
<defs | |||
id="defs3" | |||
> | |||
<linearGradient | |||
id="linearGradient3057" | |||
> | |||
<stop | |||
id="stop3059" | |||
style="stop-color:#282828" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop3061" | |||
style="stop-color:#282828;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2834" | |||
> | |||
<stop | |||
id="stop2836" | |||
style="stop-color:#ffe19c" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2838" | |||
style="stop-color:#b79e4f;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2780" | |||
> | |||
<stop | |||
id="stop2782" | |||
style="stop-color:#ffffff" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2784" | |||
style="stop-color:#ffffff;stop-opacity:0" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2713" | |||
> | |||
<stop | |||
id="stop2715" | |||
style="stop-color:#000000" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2717" | |||
style="stop-color:#ffffff" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2707" | |||
y2="52.609" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="52.609" | |||
gradientTransform="matrix(2.1518 0 0 1.7708 -.051304 4.3518)" | |||
x2="44.724" | |||
x1="29.614" | |||
> | |||
<stop | |||
id="stop2703" | |||
style="stop-color:#a47c44" | |||
offset="0" | |||
/> | |||
<stop | |||
id="stop2770" | |||
style="stop-color:#baa363" | |||
offset=".75" | |||
/> | |||
<stop | |||
id="stop2705" | |||
style="stop-color:#d6c795" | |||
offset="1" | |||
/> | |||
</linearGradient | |||
> | |||
<linearGradient | |||
id="linearGradient2732" | |||
y2="47.296" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="46.357" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="29.094" | |||
x1="29.094" | |||
/> | |||
<linearGradient | |||
id="linearGradient2736" | |||
y2="45.888" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="44.011" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="24.606" | |||
x1="24.261" | |||
/> | |||
<radialGradient | |||
id="radialGradient2811" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.43334 0 0 1.435 6.4099 -.11314)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2813" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.50007 0 0 1.6752 5.003 -5.1081)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2815" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
cy="22.546" | |||
cx="20.361" | |||
gradientTransform="matrix(.62140 0 0 1.8821 2.3888 -9.4094)" | |||
r="15.157" | |||
/> | |||
<radialGradient | |||
id="radialGradient2869" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(2.3666 0 0 1.7265 -.40436 -.012826)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient2873" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(-2.3666 0 0 1.7265 129.12 -.11292)" | |||
r="6.0679" | |||
/> | |||
<linearGradient | |||
id="linearGradient2895" | |||
y2="-13.17" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="24.385" | |||
gradientTransform="matrix(2.1611 0 0 1.8045 -.051304 2.2671)" | |||
x2="33.184" | |||
x1="33.184" | |||
/> | |||
<linearGradient | |||
id="linearGradient2935" | |||
y2="-13.17" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="24.385" | |||
gradientTransform="matrix(2.2102 0 0 1.9643 -1.5159 -2.1713)" | |||
x2="33.184" | |||
x1="33.184" | |||
/> | |||
<linearGradient | |||
id="linearGradient2943" | |||
y2="7.5863" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="9.5746" | |||
gradientTransform="matrix(1.632 0 0 2.4825 -.051304 -.012826)" | |||
x2="38.782" | |||
x1="38.782" | |||
/> | |||
<linearGradient | |||
id="linearGradient2951" | |||
y2="6.0918" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="11.17" | |||
gradientTransform="matrix(1.6375 0 0 2.4742 -.051304 -.012826)" | |||
x2="39.724" | |||
x1="38.363" | |||
/> | |||
<radialGradient | |||
id="radialGradient2955" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(3.085 0 0 2.0529 -15.985 -3.1493)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient2959" | |||
xlink:href="#linearGradient2834" | |||
gradientUnits="userSpaceOnUse" | |||
cy="8.9814" | |||
cx="21.595" | |||
gradientTransform="matrix(-2.8463 0 0 2.0879 139.53 -3.5862)" | |||
r="6.0679" | |||
/> | |||
<radialGradient | |||
id="radialGradient3063" | |||
xlink:href="#linearGradient3057" | |||
gradientUnits="userSpaceOnUse" | |||
cy="231.98" | |||
cx="8.0178" | |||
gradientTransform="scale(3.7417 .26726)" | |||
r="7.4833" | |||
/> | |||
<linearGradient | |||
id="linearGradient3080" | |||
y2="44.981" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="68.68" | |||
gradientTransform="matrix(2.1361 0 0 1.826 2.3487 -1.0128)" | |||
x2="26.974" | |||
x1="26.974" | |||
/> | |||
<linearGradient | |||
id="linearGradient3084" | |||
y2="11.711" | |||
xlink:href="#linearGradient2780" | |||
gradientUnits="userSpaceOnUse" | |||
y1="1.6246" | |||
gradientTransform="matrix(1.632 0 0 2.4361 -.051304 2.0097)" | |||
x2="35.996" | |||
x1="35.996" | |||
/> | |||
<linearGradient | |||
id="linearGradient3086" | |||
y2="62.78" | |||
xlink:href="#linearGradient2713" | |||
spreadMethod="reflect" | |||
gradientUnits="userSpaceOnUse" | |||
y1="60.434" | |||
gradientTransform="matrix(2.2188 0 0 1.826 -.051304 -1.0128)" | |||
x2="17.425" | |||
x1="17.682" | |||
/> | |||
</defs | |||
> | |||
<g | |||
id="layer2" | |||
> | |||
<path | |||
id="rect2723" | |||
style="fill-rule:evenodd;fill:#282828" | |||
d="m64.359 2c-20.072 0-36.231 16.159-36.231 36.231v40.256h10.064v-40.256c0-14.497 11.671-26.167 26.167-26.167s26.167 11.67 26.167 26.167v40.256h10.064v-40.256c0-20.072-16.159-36.231-36.231-36.231z" | |||
/> | |||
<path | |||
id="path3082" | |||
style="opacity:0.65;fill-rule:evenodd;fill:url(#linearGradient3084)" | |||
d="m64.359 4.6293c-18.957 0-34.218 16.307-34.218 34.909v37.528c0 14.09 8.776 26.054 21.261 31.044-8.945-4.07-15.222-12.796-15.222-23.143v-47.404c0-14.225 11.67-26.621 26.166-26.621h4.026c14.496 0 26.167 12.396 26.167 26.621v47.404c0 10.347-6.277 19.073-15.222 23.143 12.484-4.99 21.26-16.954 21.26-31.044v-37.528c0-18.602-15.261-34.909-34.218-34.909z" | |||
/> | |||
<path | |||
id="path2931" | |||
style="opacity:0.5;fill-rule:evenodd;fill:url(#linearGradient2951)" | |||
d="m64.359 2.8539c-19.51 0-35.217 15.601-35.217 34.98v39.095c0 14.677 9.033 27.141 21.881 32.341-9.206-4.24-15.666-13.332-15.666-24.11v-49.384c0-14.819 12.011-29.082 26.931-29.082l4.143-0.0001c14.919 0 26.93 14.263 26.93 29.082v49.384c0 10.778-6.46 19.87-15.666 24.11 12.848-5.2 21.881-17.664 21.881-32.341v-39.095c0-19.379-15.707-34.98-35.217-34.98z" | |||
/> | |||
<path | |||
id="path2861" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#radialGradient2869)" | |||
d="m49.471 12.003c-5.439 3.405-8.499 9.21-7.9 11.145 0.646 2.085 4.467-7.233 15.283-10.119 8.341-2.225 0-5.6488-7.383-1.026z" | |||
/> | |||
<path | |||
id="path2871" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#radialGradient2873)" | |||
d="m79.248 11.903c5.438 3.405 8.498 9.21 7.899 11.145-0.646 2.085-4.467-7.233-15.283-10.119-8.341-2.225 0-5.6489 7.384-1.026z" | |||
/> | |||
<path | |||
id="rect2875" | |||
style="opacity:0.5;fill-rule:evenodd;fill:url(#linearGradient2943)" | |||
d="m64.359 6.2794c-18.957 0-34.218 12.995-34.218 31.952v38.244c0 14.357 8.776 26.545 21.261 31.635-8.945-4.15-15.222-13.04-15.222-23.584v-48.308c0-14.496 11.67-26.182 26.166-26.182h4.026c14.496 0 26.167 11.686 26.167 26.182v48.308c0 10.544-6.277 19.434-15.222 23.584 12.484-5.09 21.26-17.278 21.26-31.635v-38.244c0-18.957-15.261-31.952-34.218-31.952z" | |||
/> | |||
<path | |||
id="path2933" | |||
style="opacity:0.8;fill-rule:evenodd;fill:url(#linearGradient2935)" | |||
d="m64.359 4.0389c-26.762 0-32.937 23.315-32.937 33.86 0 31.634 2.058 31.634 2.058 0 0-23.199 16.463-32.355 30.879-32.355 14.416 0.0002 30.879 10.103 30.879 32.355 0 31.634 2.059 31.634 2.059 0 0-10.545-6.176-33.86-32.938-33.86z" | |||
/> | |||
<path | |||
id="path2885" | |||
style="opacity:0.6;fill-rule:evenodd;fill:url(#linearGradient2895)" | |||
d="m64.359 7.0913c-26.167 0-32.205 22.3-32.205 31.988 0 29.062 2.013 29.062 2.013 0 0-21.312 16.096-30.605 30.192-30.605 14.096 0.0002 30.193 10.162 30.193 30.605 0 29.062 2.012 29.062 2.012 0 0-9.688-6.038-31.988-32.205-31.988z" | |||
/> | |||
<path | |||
id="path2897" | |||
style="opacity:0.8;fill-rule:evenodd;fill:#ffffff" | |||
d="m36.98 16.488c-2.876 5.248 3.027 1.931 4.398 0.273 3.854-4.659 10.367-8.0359 16.085-9.1382 4.794-0.9243 5.525-2.7757 1.577-3.0821-7.872-0.6111-19.304 6.9153-22.06 11.947z" | |||
/> | |||
<path | |||
id="path2901" | |||
style="opacity:0.6;fill-rule:evenodd;fill:#ffffff" | |||
d="m32.623 25.156c0.305 2.564 5.264-5.798 9.168-9.724 4.768-4.795 11.996-8.1509 15.474-8.5943 6.198-0.7905 3.256-3.828-0.629-3.0606-14.12 2.7892-24.79 14.839-24.013 21.379z" | |||
/> | |||
<path | |||
id="path2909" | |||
style="opacity:0.8;fill-rule:evenodd;fill:#ffffff" | |||
d="m91.58 16.452c2.894 5.237-3.02 1.942-4.397 0.29-3.871-4.645-10.397-7.9985-16.119-9.0796-4.798-0.9067-6.148-2.7522-2.201-3.0732 7.87-0.64 19.942 6.8408 22.717 11.863z" | |||
/> | |||
<path | |||
id="path2911" | |||
style="opacity:0.6;fill-rule:evenodd;fill:#ffffff" | |||
d="m95.798 24.925c-0.295 2.566-5.284-5.779-9.203-9.69-4.786-4.777-12.026-8.1068-15.505-8.5374-6.201-0.7677-3.293-3.6952 0.617-3.0623 14.141 2.3015 24.844 14.747 24.091 21.29z" | |||
/> | |||
<path | |||
id="path2953" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient2955)" | |||
d="m49.032 11.138c-7.089 4.049-11.079 10.952-10.298 13.252 0.842 2.479 5.823-8.601 19.923-12.032 10.873-2.646 0-6.7166-9.625-1.22z" | |||
/> | |||
<path | |||
id="path2957" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient2959)" | |||
d="m79.54 10.945c6.541 4.118 10.222 11.138 9.501 13.479-0.776 2.521-5.372-8.748-18.381-12.238-10.031-2.6913 0.001-6.8314 8.88-1.241z" | |||
/> | |||
<path | |||
id="path3055" | |||
style="opacity:0.4;fill-rule:evenodd;fill:url(#radialGradient3063)" | |||
transform="matrix(2.0128 0 0 2.0128 3.9743 -.012826)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
<path | |||
id="path3065" | |||
style="opacity:0.4;fill:url(#radialGradient3063);fill-rule:evenodd" | |||
transform="matrix(2.0128 0 0 2.516 3.9743 -34.231)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
<path | |||
id="path3067" | |||
style="opacity:0.4;fill:url(#radialGradient3063);fill-rule:evenodd" | |||
transform="matrix(2.0128 0 0 2.0128 3.9743 -2.0257)" | |||
d="m58 62a28 2 0 1 1 -56 0 28 2 0 1 1 56 0z" | |||
/> | |||
</g | |||
> | |||
<g | |||
id="layer1" | |||
> | |||
<rect | |||
id="rect1941" | |||
style="fill-rule:evenodd;fill:url(#linearGradient2707)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2709" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient2732)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2734" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient2736)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<rect | |||
id="rect2738" | |||
style="opacity:0.03;fill-rule:evenodd;fill:url(#linearGradient3086)" | |||
rx="0.5" | |||
ry=".5" | |||
height="66.259" | |||
width="80.513" | |||
y="57.359" | |||
x="24.103" | |||
/> | |||
<path | |||
id="path2727" | |||
style="opacity:0.5;fill-rule:evenodd;fill:#ffffff" | |||
d="m26.619 57.359c1.81 2.122 18.145 3.786 38.655 3.786 20.229 0 36.296-1.647 38.486-3.727-0.03-0.003-0.03-0.059-0.06-0.059h-77.081z" | |||
/> | |||
<g | |||
id="g2798" | |||
transform="matrix(1.7195 0 0 1.9816 4.4209 1.4876)" | |||
> | |||
<path | |||
id="path2778" | |||
style="opacity:.40278;fill:url(#radialGradient2811);fill-rule:evenodd" | |||
d="m13.971 30.767c-0.439 2.629-0.931 19.309 0.697 22.88 1.592 3.493 1.393-16.667 5.273-19.84 3.921-3.207-5.555-5.52-5.97-3.04z" | |||
/> | |||
<path | |||
id="path2790" | |||
style="opacity:0.3;fill:url(#radialGradient2813);fill-rule:evenodd" | |||
d="m13.729 30.942c-0.508 3.069-1.075 22.541 0.803 26.71 1.837 4.078 1.608-19.457 6.085-23.161 4.525-3.744-6.41-6.445-6.888-3.549z" | |||
/> | |||
<path | |||
id="path2794" | |||
style="opacity:.2;fill:url(#radialGradient2815);fill-rule:evenodd" | |||
d="m13.232 31.092c-0.631 3.449-1.335 25.325 0.998 30.009 2.283 4.582 1.998-21.86 7.562-26.022 5.623-4.206-7.966-7.24-8.56-3.987z" | |||
/> | |||
</g | |||
> | |||
<g | |||
id="g2803" | |||
transform="matrix(-1.7195 0 0 1.9816 124.3 1.4876)" | |||
> | |||
<path | |||
id="path2805" | |||
style="opacity:.40278;fill-rule:evenodd;fill:url(#radialGradient2811)" | |||
d="m13.971 30.767c-0.439 2.629-0.931 19.309 0.697 22.88 1.592 3.493 1.393-16.667 5.273-19.84 3.921-3.207-5.555-5.52-5.97-3.04z" | |||
/> | |||
<path | |||
id="path2807" | |||
style="opacity:0.3;fill-rule:evenodd;fill:url(#radialGradient2813)" | |||
d="m13.729 30.942c-0.508 3.069-1.075 22.541 0.803 26.71 1.837 4.078 1.608-19.457 6.085-23.161 4.525-3.744-6.41-6.445-6.888-3.549z" | |||
/> | |||
<path | |||
id="path2809" | |||
style="opacity:.2;fill-rule:evenodd;fill:url(#radialGradient2815)" | |||
d="m13.232 31.092c-0.631 3.449-1.335 25.325 0.998 30.009 2.283 4.582 1.998-21.86 7.562-26.022 5.623-4.206-7.966-7.24-8.56-3.987z" | |||
/> | |||
</g | |||
> | |||
<path | |||
id="rect3077" | |||
style="opacity:0.25;fill-rule:evenodd;fill:url(#linearGradient3080)" | |||
d="m103.12 114.72v7.89c0 0.56-0.44 1.01-0.97 1.01h-75.578c-0.537 0-0.969-0.45-0.969-1.01v-28.014c0 29.514 77.517-20.879 77.517 20.124z" | |||
/> | |||
<path | |||
id="path2768" | |||
style="opacity:0.5;fill-rule:evenodd;fill:#000000" | |||
d="m25.647 123.62c1.81-2.12 18.145-3.79 38.655-3.79 20.229 0 36.298 1.65 38.488 3.73-0.04 0-0.03 0.06-0.06 0.06h-77.083z" | |||
/> | |||
</g | |||
> | |||
<metadata | |||
> | |||
<rdf:RDF | |||
> | |||
<cc:Work | |||
> | |||
<dc:format | |||
>image/svg+xml</dc:format | |||
> | |||
<dc:type | |||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" | |||
/> | |||
<cc:license | |||
rdf:resource="http://creativecommons.org/licenses/publicdomain/" | |||
/> | |||
<dc:publisher | |||
> | |||
<cc:Agent | |||
rdf:about="http://openclipart.org/" | |||
> | |||
<dc:title | |||
>Openclipart</dc:title | |||
> | |||
</cc:Agent | |||
> | |||
</dc:publisher | |||
> | |||
<dc:title | |||
>Padlock</dc:title | |||
> | |||
<dc:date | |||
>2008-07-18T18:57:37</dc:date | |||
> | |||
<dc:description | |||
/> | |||
<dc:source | |||
>https://openclipart.org/detail/17931/padlock-by-aj</dc:source | |||
> | |||
<dc:creator | |||
> | |||
<cc:Agent | |||
> | |||
<dc:title | |||
>AJ</dc:title | |||
> | |||
</cc:Agent | |||
> | |||
</dc:creator | |||
> | |||
<dc:subject | |||
> | |||
<rdf:Bag | |||
> | |||
<rdf:li | |||
>lock</rdf:li | |||
> | |||
<rdf:li | |||
>metal</rdf:li | |||
> | |||
<rdf:li | |||
>padlock</rdf:li | |||
> | |||
<rdf:li | |||
>photorealistic</rdf:li | |||
> | |||
<rdf:li | |||
>security</rdf:li | |||
> | |||
</rdf:Bag | |||
> | |||
</dc:subject | |||
> | |||
</cc:Work | |||
> | |||
<cc:License | |||
rdf:about="http://creativecommons.org/licenses/publicdomain/" | |||
> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#Reproduction" | |||
/> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#Distribution" | |||
/> | |||
<cc:permits | |||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" | |||
/> | |||
</cc:License | |||
> | |||
</rdf:RDF | |||
> | |||
</metadata | |||
> | |||
</svg | |||
> |
@ -0,0 +1,321 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||
<svg | |||
xmlns:dc="http://purl.org/dc/elements/1.1/" | |||
xmlns:cc="http://creativecommons.org/ns#" | |||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |||
xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||
id="svg2" | |||
version="1.1" | |||
inkscape:version="0.48.4 r9939" | |||
width="231" | |||
height="81" | |||
xml:space="preserve" | |||
sodipodi:docname="nebopassgen.svg" | |||
inkscape:export-filename="/home/eniac/Documents/Nebo-logo/nebopassgen.png" | |||
inkscape:export-xdpi="35.755981" | |||
inkscape:export-ydpi="35.755981"><metadata | |||
id="metadata8"><rdf:RDF><cc:Work | |||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type | |||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs | |||
id="defs6"><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath16"><path | |||
d="m 0,595.28 841.89,0 L 841.89,0 0,0 0,595.28 z" | |||
id="path18" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath48"><path | |||
d="m 314.943,439.747 54.293,0 0,-54.3 -54.293,0 0,54.3 z" | |||
id="path50" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath68"><path | |||
d="m 442.406,492.006 32.171,0 0,-32.171 -32.171,0 0,32.171 z" | |||
id="path70" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath92"><path | |||
d="m 501.731,210.755 78.161,0 0,-78.16 -78.161,0 0,78.16 z" | |||
id="path94" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath112"><path | |||
d="m 350.095,218.422 46.005,0 0,-46.019 -46.005,0 0,46.019 z" | |||
id="path114" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath132"><path | |||
d="m 484.756,415.223 53.498,0 0,-53.491 -53.498,0 0,53.491 z" | |||
id="path134" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath148"><path | |||
d="m 381.553,333.271 58.252,0 0,-67.393 -58.252,0 0,67.393 z" | |||
id="path150" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath164"><path | |||
d="m 355.341,208.304 26.753,0 0,-30.98 -26.753,0 0,30.98 z" | |||
id="path166" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath180"><path | |||
d="m 508.804,190.424 44.037,0 0,-50.986 -44.037,0 0,50.986 z" | |||
id="path182" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath196"><path | |||
d="m 490.34,402.933 31.014,0 0,-35.907 -31.014,0 0,35.907 z" | |||
id="path198" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath212"><path | |||
d="m 447.14,485.376 18.082,0 0,-20.945 -18.082,0 0,20.945 z" | |||
id="path214" | |||
inkscape:connector-curvature="0" /></clipPath><clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath228"><path | |||
d="m 321.393,427.541 29.878,0 0,-34.614 -29.878,0 0,34.614 z" | |||
id="path230" | |||
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1" | |||
objecttolerance="10" | |||
gridtolerance="10" | |||
guidetolerance="10" | |||
inkscape:pageopacity="0" | |||
inkscape:pageshadow="2" | |||
inkscape:window-width="1366" | |||
inkscape:window-height="729" | |||
id="namedview4" | |||
showgrid="false" | |||
inkscape:zoom="1.7941374" | |||
inkscape:cx="242.79874" | |||
inkscape:cy="37.141814" | |||
inkscape:window-x="0" | |||
inkscape:window-y="15" | |||
inkscape:window-maximized="1" | |||
inkscape:current-layer="g10" /><g | |||
id="g10" | |||
inkscape:groupmode="layer" | |||
inkscape:label="Nobosystems Logo" | |||
transform="matrix(1.25,0,0,-1.25,0,81.000024)"><g | |||
id="g12" | |||
transform="matrix(0.21082743,0,0,0.21082743,-3.8219365,-38.143645)"><g | |||
id="g14" | |||
clip-path="url(#clipPath16)"><g | |||
id="g20" | |||
transform="translate(21.1797,361.2754)"><path | |||
d="m 0,0 0,-88.374 c 1.924,-13.465 13.688,-16.671 19.542,-17.432 l 3.196,0 -0.552,72.957 83.481,-72.957 0.137,0 0,87.053 c -0.137,-8.083 -0.276,-13.473 -0.165,-2.649 C 105.792,-5.169 92.975,-1.045 86.568,0 L 85.044,0 85.501,-75.344 1.273,0 0,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path22" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g24" | |||
transform="translate(21.1797,361.2754)"><path | |||
d="m 0,0 0,-88.374 c 1.924,-13.465 13.688,-16.671 19.542,-17.432 l 3.196,0 -0.552,72.957 83.481,-72.957 0.137,0 0,87.053 c -0.137,-8.083 -0.276,-13.473 -0.165,-2.649 C 105.792,-5.169 92.975,-1.045 86.568,0 L 85.044,0 85.501,-75.344 1.273,0 0,0 z" | |||
style="fill:none;stroke:#292929;stroke-width:0.23;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" | |||
id="path26" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g28" | |||
transform="translate(138.6372,361.0259)"><path | |||
d="m 0,0 c -0.387,0 -0.677,-0.317 -0.677,-0.698 l 0,-84.719 c 0.58,-16.553 14.601,-19.771 20.495,-20.388 l 84.617,0 c 0.374,0 0.678,0.299 0.678,0.686 l 0,20.676 -83.743,0 c -0.375,0 -0.679,0.297 -0.679,0.699 l 0,40.558 c 0,0.387 0.304,0.691 0.679,0.691 l 83.743,0 0,10.969 -83.743,0 c -0.375,0 -0.679,0.29 -0.679,0.685 l 0,19.736 c 0,0.373 0.304,0.684 0.679,0.684 l 83.743,0 0,9.723 c 0,0.381 -0.304,0.698 -0.678,0.698 L 0,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path30" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g32" | |||
transform="translate(276.5234,318.2407)"><path | |||
d="m 0,0 52.84,0 c 6.117,-0.761 20.013,-4.339 20.054,-21.236 0.014,-3.558 0.041,-5.246 0.069,-5.779 0.027,1.668 0.042,7.708 0.069,14.705 l 0,-27.846 c 0,-0.388 -0.291,-0.691 -0.678,-0.691 l -72.354,0 c -0.388,0 -0.693,0.303 -0.693,0.691 l 0,39.464 C -0.693,-0.312 -0.388,0 0,0 m 0,32.081 71.552,0 c 0.373,0 0.691,-0.312 0.691,-0.699 l 0,-19.438 c 0,-0.395 -0.318,-0.685 -0.691,-0.685 L 0,11.259 c -0.388,0 -0.693,0.29 -0.693,0.685 l 0,19.438 c 0,0.387 0.305,0.699 0.693,0.699 m -21.106,10.441 c -0.401,0 -0.705,-0.311 -0.705,-0.69 l 0,-85.641 c 1.412,-17.12 17.839,-19.01 22.074,-19.211 l 83.051,0 c 0.374,0 0.694,0.299 0.694,0.687 l 0,35.318 c -0.029,0.547 -0.057,2.221 -0.098,5.75 C 83.688,0.388 55.234,0.083 55.234,0.083 l 28.774,0.179 0,23.467 c -0.029,-4.035 -0.07,-7.398 -0.098,-8.395 -0.014,0.541 -0.041,2.208 -0.056,5.75 C 83.799,40.032 66.305,42.26 61.932,42.522 l -83.038,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path34" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g36" | |||
transform="translate(422.7949,265.8779)"><path | |||
d="m 0,0 c -4.608,0 -9.071,0.782 -13.183,2.2 -2.054,0.637 -4.033,1.488 -5.88,2.477 -13.175,6.948 -22.179,20.691 -22.179,36.565 0,9.924 3.473,19.066 9.286,26.151 -1.349,-4.464 -2.054,-9.288 -2.054,-14.173 0,-15.942 7.508,-30.046 19.126,-39.116 1.701,-1.344 3.474,-2.548 5.39,-3.683 C -2.2,6.097 6.373,3.611 15.584,3.611 l 1.426,0 C 11.834,1.272 6.091,0 0,0 m 90.983,-66.111 c 1.342,1.348 2.761,2.55 4.318,3.611 0,0.076 0,0.076 0.076,0.076 0.069,0.215 0.069,0.491 -0.145,0.713 L 38.121,5.46 c 9.426,9.494 15.163,22.531 15.163,36.918 0,13.113 -4.747,25.015 -12.754,34.225 -1.349,1.633 -2.837,3.191 -4.463,4.533 -6.38,5.882 -14.102,10.137 -22.675,12.261 -2.057,0.499 -4.111,0.921 -6.236,1.136 -2.124,0.282 -4.249,0.422 -6.449,0.422 -8.007,0 -15.516,-1.772 -22.317,-5.031 -1.916,-0.852 -3.758,-1.841 -5.529,-2.976 -14.879,-9.28 -24.732,-25.791 -24.732,-44.57 0,-20.484 11.626,-38.198 28.697,-46.841 1.916,-0.989 3.826,-1.84 5.882,-2.554 5.599,-2.048 11.694,-3.183 17.999,-3.183 12.33,0 23.665,4.249 32.668,11.405 l 57.04,-67.027 c 0.14,-0.145 0.355,-0.289 0.568,-0.289" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path38" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g40" | |||
transform="translate(325.9043,350.6118)"><path | |||
d="m 0,0 c 0,0 22.849,0.186 22.903,-21.465 0.07,-21.638 0.208,21.514 0.208,21.514 L 0,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path42" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g44"><g | |||
id="g46" /><g | |||
id="g52"><g | |||
clip-path="url(#clipPath48)" | |||
id="g54" | |||
style="opacity:0.74429297"><g | |||
transform="translate(369.2363,412.6001)" | |||
id="g56"><path | |||
d="m 0,0 c 0,-14.996 -12.166,-27.153 -27.154,-27.153 -14.976,0 -27.139,12.157 -27.139,27.153 0,14.989 12.163,27.146 27.139,27.146 C -12.166,27.146 0,14.989 0,0" | |||
style="fill:#2a6d9d;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path58" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g60" | |||
transform="translate(395.6562,352.8257)"><path | |||
d="m 0,0 -36.704,37.837 c -0.146,0.147 -0.146,0.285 -0.146,0.5 0,0.137 0.071,0.283 0.146,0.422 l 3.398,3.259 c 0.145,0.145 0.353,0.214 0.499,0.214 0.138,0 0.283,-0.069 0.422,-0.214 L 5.528,2.976 C 3.612,2.125 1.771,1.135 0,0" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path62" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g64"><g | |||
id="g66" /><g | |||
id="g72"><g | |||
clip-path="url(#clipPath68)" | |||
id="g74" | |||
style="opacity:0.80000299"><g | |||
transform="translate(474.5771,475.9175)" | |||
id="g76"><path | |||
d="m 0,0 c 0,-8.879 -7.203,-16.082 -16.081,-16.082 -8.893,0 -16.09,7.203 -16.09,16.082 0,8.884 7.197,16.088 16.09,16.088 C -7.203,16.088 0,8.884 0,0" | |||
style="fill:#33446b;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path78" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g80" | |||
transform="translate(436.1865,359.2754)"><path | |||
d="M 0,0 C -2.057,0.499 -4.11,0.921 -6.235,1.135 L 15.52,101.397 c 0.07,0.214 0.138,0.429 0.353,0.499 0.145,0.068 0.283,0.068 0.422,0 l 4.893,-0.99 c 0.138,-0.076 0.352,-0.216 0.422,-0.36 0.069,-0.138 0.145,-0.276 0.069,-0.492 L 0,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path82" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g84" | |||
transform="translate(513.7783,199.7666)"><path | |||
d="M 0,0 C 1.342,1.349 2.761,2.551 4.317,3.611 4.249,3.542 4.249,3.472 4.18,3.404 L 0.422,0.212 C 0.284,0.067 0.138,0 0,0" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path86" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g88"><g | |||
id="g90" /><g | |||
id="g96"><g | |||
clip-path="url(#clipPath92)" | |||
id="g98" | |||
style="opacity:0.68035901"><g | |||
transform="translate(540.8408,132.5947)" | |||
id="g100"><path | |||
d="m 0,0 c -21.61,0 -39.109,17.432 -39.109,39.04 0,11.052 4.608,21.115 12.047,28.132 1.341,1.349 2.76,2.551 4.317,3.611 0,0.076 0,0.076 0.076,0.076 C -16.296,75.461 -8.428,78.16 0,78.16 21.543,78.16 39.051,60.652 39.051,39.04 39.051,17.432 21.543,0 0,0" | |||
style="fill:#6a90ca;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path102" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g104" | |||
transform="translate(385.7324,214.6504)"><path | |||
d="m 0,0 c -0.207,-0.075 -0.491,-0.075 -0.706,0 l -4.532,2.056 c -0.283,0.067 -0.429,0.276 -0.429,0.566 0,0.138 0,0.208 0.069,0.354 l 19.487,43.789 c 1.916,-0.99 3.826,-1.84 5.882,-2.554 L 0.215,0.354 C 0.215,0.214 0.077,0.145 0,0" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path106" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g108"><g | |||
id="g110" /><g | |||
id="g116"><g | |||
clip-path="url(#clipPath112)" | |||
id="g118" | |||
style="opacity:0.60000598"><g | |||
transform="translate(396.0996,195.4131)" | |||
id="g120"><path | |||
d="m 0,0 c 0,-12.706 -10.284,-23.01 -22.988,-23.01 -12.704,0 -23.017,10.304 -23.017,23.01 0,12.698 10.313,23.009 23.017,23.009 C -10.284,23.009 0,12.698 0,0" | |||
style="fill:#294343;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path122" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g124" | |||
transform="translate(463.3252,342.4805)"><path | |||
d="m 0,0 c -1.35,1.634 -2.837,3.191 -4.463,4.533 l 30.115,25.935 c 0.207,0.215 0.568,0.215 0.775,0 0.076,0 0.076,0 0.145,-0.068 l 3.26,-3.758 c 0.069,-0.068 0.069,-0.068 0.069,-0.138 0.214,-0.284 0.069,-0.637 -0.138,-0.851 L 0,0 z" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path126" | |||
inkscape:connector-curvature="0" /></g><g | |||
id="g128"><g | |||
id="g130" /><g | |||
id="g136"><g | |||
clip-path="url(#clipPath132)" | |||
id="g138" | |||
style="opacity:0.84931898"><g | |||
transform="translate(538.2539,388.4844)" | |||
id="g140"><path | |||
d="m 0,0 c 0,-14.774 -11.979,-26.752 -26.745,-26.752 -14.774,0 -26.753,11.978 -26.753,26.752 0,14.767 11.979,26.738 26.753,26.738 C -11.979,26.738 0,14.767 0,0" | |||
style="fill:#98aaaf;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path142" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g144"><g | |||
id="g146" /><g | |||
id="g152"><g | |||
clip-path="url(#clipPath148)" | |||
id="g154" | |||
style="opacity:0.5"><g | |||
transform="translate(422.7949,265.8779)" | |||
id="g156"><path | |||
d="m 0,0 c -4.608,0 -9.071,0.782 -13.183,2.2 -2.054,0.637 -4.033,1.488 -5.88,2.477 -13.175,6.948 -22.179,20.691 -22.179,36.565 0,9.924 3.473,19.066 9.286,26.151 -1.349,-4.464 -2.054,-9.288 -2.054,-14.173 0,-15.942 7.508,-30.046 19.126,-39.116 1.701,-1.344 3.474,-2.548 5.39,-3.683 C -2.2,6.097 6.373,3.611 15.584,3.611 l 1.426,0 C 11.834,1.272 6.091,0 0,0" | |||
style="fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path158" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g160"><g | |||
id="g162" /><g | |||
id="g168"><g | |||
clip-path="url(#clipPath164)" | |||
id="g170" | |||
style="opacity:0.5"><g | |||
transform="translate(359.6172,208.3037)" | |||
id="g172"><path | |||
d="m 0,0 c -2.671,-3.271 -4.276,-7.465 -4.276,-12.005 0,-10.483 8.483,-18.974 18.96,-18.974 2.782,0 5.411,0.617 7.793,1.682 -0.209,-0.009 -0.43,-0.015 -0.638,-0.015 -12.58,0 -22.808,10.2 -22.808,22.773 0,2.277 0.347,4.471 0.969,6.539" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path174" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g176"><g | |||
id="g178" /><g | |||
id="g184"><g | |||
clip-path="url(#clipPath180)" | |||
id="g186" | |||
style="opacity:0.5"><g | |||
transform="translate(515.8467,190.4238)" | |||
id="g188"><path | |||
d="m 0,0 c -4.4,-5.383 -7.043,-12.275 -7.043,-19.771 0,-17.251 13.985,-31.214 31.222,-31.214 4.568,0 8.898,0.996 12.815,2.767 -0.347,-0.006 -0.706,-0.029 -1.058,-0.029 -20.712,0 -37.506,16.783 -37.506,37.494 0,3.736 0.553,7.349 1.57,10.753" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path190" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g192"><g | |||
id="g194" /><g | |||
id="g200"><g | |||
clip-path="url(#clipPath196)" | |||
id="g202" | |||
style="opacity:0.5"><g | |||
transform="translate(495.2949,402.9331)" | |||
id="g204"><path | |||
d="m 0,0 c -3.093,-3.785 -4.955,-8.643 -4.955,-13.923 0,-12.137 9.848,-21.984 21.984,-21.984 3.225,0 6.278,0.705 9.031,1.945 -0.255,-0.015 -0.491,-0.021 -0.748,-0.021 -14.585,0 -26.412,11.825 -26.412,26.413 0,2.628 0.388,5.175 1.1,7.57" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path206" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g208"><g | |||
id="g210" /><g | |||
id="g216"><g | |||
clip-path="url(#clipPath212)" | |||
id="g218" | |||
style="opacity:0.5"><g | |||
transform="translate(450.0332,485.3765)" | |||
id="g220"><path | |||
d="m 0,0 c -1.813,-2.215 -2.894,-5.044 -2.894,-8.124 0,-7.079 5.738,-12.822 12.816,-12.822 1.882,0 3.668,0.415 5.266,1.141 -0.145,-0.007 -0.284,-0.014 -0.437,-0.014 -8.503,0 -15.389,6.892 -15.389,15.404 0,1.536 0.222,3.017 0.638,4.415" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path222" | |||
inkscape:connector-curvature="0" /></g></g></g></g><g | |||
id="g224"><g | |||
id="g226" /><g | |||
id="g232"><g | |||
clip-path="url(#clipPath228)" | |||
id="g234" | |||
style="opacity:0.5"><g | |||
transform="translate(326.166,427.5405)" | |||
id="g236"><path | |||
d="m 0,0 c -2.976,-3.66 -4.773,-8.339 -4.773,-13.425 0,-11.708 9.478,-21.188 21.187,-21.188 3.101,0 6.049,0.671 8.691,1.868 -0.249,0 -0.469,-0.02 -0.72,-0.02 -14.045,0 -25.45,11.396 -25.45,25.457 0,2.539 0.374,4.99 1.065,7.308" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
id="path238" | |||
inkscape:connector-curvature="0" /></g></g></g></g></g></g><text | |||
transform="scale(0.98149818,-1.0188506)" | |||
id="text240" | |||
x="100.77179" | |||
y="-19.473167" | |||
style="font-size:2.37916136px"><tspan | |||
style="font-size:15.49087811px;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Segoe UI;-inkscape-font-specification:SegoeUI-Bold" | |||
sodipodi:role="line" | |||
x="100.77179" | |||
y="-19.473167" | |||
id="tspan3098">PassGen</tspan></text> | |||
</g></svg> |
@ -0,0 +1,2 @@ | |||
[ZoneTransfer] | |||
ZoneId=3 |
@ -0,0 +1,2 @@ | |||
[ZoneTransfer] | |||
ZoneId=3 |
@ -0,0 +1,2 @@ | |||
[ZoneTransfer] | |||
ZoneId=3 |
@ -0,0 +1,66 @@ | |||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> | |||
<head> | |||
<title>LibXL: AutoFilter class reference</title> | |||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> | |||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> | |||
<link rel="stylesheet" type="text/css" href="style.css" /> | |||
</head> | |||
<body> | |||
<table id="container" cellspacing="6"> | |||
<tbody> | |||
<tr> | |||
<td id="header"> | |||
<a href="http://www.libxl.com" title="Home"> | |||
<img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> | |||
</a> | |||
<div style="margin-left: 13em; margin-top: 2em;"> | |||
<span id="title">LibXL</span><br/> | |||
<div id="subtitle">API reference version 3.8.0</div> | |||
</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td valign="top" width="100%"> | |||
<div id="content"> | |||
<div><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <b>AutoFilter</b> <a href="filterColumn.html">FilterColumn</a> </div> | |||
<h3>AutoFilter class reference</h3> | |||
<ul class="doc"> | |||
<li> | |||
<a name="getRef"></a><span class="keyword">bool</span> <span class="fname">getRef</span>(<span class="keyword">int</span>* rowFirst, <span class="keyword">int</span>* rowLast, <span class="keyword">int</span>* colFirst, <span class="keyword">int</span>* colLast) <div>Gets the cell range of AutoFilter with header. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> | |||
</li> | |||
<li> | |||
<a name="setRef"></a><span class="keyword">void</span> <span class="fname">setRef</span>(<span class="keyword">int</span> rowFirst, <span class="keyword">int</span> rowLast, <span class="keyword">int</span> colFirst, <span class="keyword">int</span> colLast) <div>Sets the cell range of AutoFilter with header.</div> | |||
</li> | |||
<li> | |||
<a name="column"></a><a href="filterColumn.html">FilterColumn</a> <span class="fname">column</span>(<span class="keyword">int</span> colId) <div>Returns the AutoFilter column by zero-based index. Creates it if it doesn't exist.</div> | |||
</li> | |||
<li> | |||
<a name="columnSize"></a><span class="keyword">int</span> <span class="fname">columnSize</span>() <span class="keyword">const</span> <div>Returns the number of specified AutoFilter columns which have a filter information. | |||
</div> | |||
</li> | |||
<li> | |||
<a name="columnByIndex"></a><a href="filterColumn.html">FilterColumn</a> <span class="fname">columnByIndex</span>(<span class="keyword">int</span> index) <div>Returns the specified AutoFilter column which have a filter information by index. | |||
</div> | |||
</li> | |||
<li> | |||
<a name="getSortRange"></a><span class="keyword">bool</span> <span class="fname">getSortRange</span>(<span class="keyword">int</span>* rowFirst, <span class="keyword">int</span>* rowLast, <span class="keyword">int</span>* colFirst, <span class="keyword">int</span>* colLast) <div>Gets the whole range of data to sort. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> | |||
</li> | |||
<li> | |||
<a name="getSort"></a><span class="keyword">bool</span> <span class="fname">getSort</span>(<span class="keyword">int</span>* columnIndex, <span class="keyword">bool</span>* descending) <div>Gets the zero-based index of sorted column in AutoFilter and its sort order. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> | |||
</li> | |||
<li> | |||
<a name="setSort"></a><span class="keyword">bool</span> <span class="fname">setSort</span>(<span class="keyword">int</span> columnIndex, <span class="keyword">bool</span> descending = <span class="keyword">false</span>) <div>Sets the sorted column in AutoFilter by zero-based index and its sort order. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> | |||
</li> | |||
</ul> | |||
<div class="blinks"><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <b>AutoFilter</b> <a href="filterColumn.html">FilterColumn</a> </div> | |||
</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
</body> | |||
</html> |
@ -0,0 +1,2 @@ | |||
[ZoneTransfer] | |||
ZoneId=3 |
@ -0,0 +1,105 @@ | |||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> | |||
<title>LibXL colors</ |