Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
tdelibs/tdeio/misc/kpac
Michele Calgaro bba3128085
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
6 дней назад
..
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 лет назад
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 лет назад
README Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
README.wpad Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
dhcp.h Removed code formatting modelines. 4 лет назад
discovery.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 месяцев назад
discovery.h Replace Q_OBJECT with TQ_OBJECT 10 месяцев назад
downloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 месяцев назад
downloader.h Replace Q_OBJECT with TQ_OBJECT 10 месяцев назад
eventsrc Desktop file translations: 4 лет назад
kpac_dhcp_helper.c Removed code formatting modelines. 4 лет назад
kpactest.pac Rename a number of libraries and executables to avoid conflicts with KDE4 11 лет назад
proxyscout.cpp Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 6 дней назад
proxyscout.desktop Desktop file translations: 4 лет назад
proxyscout.h Replace Q_OBJECT with TQ_OBJECT 10 месяцев назад
script.cpp Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 8 месяцев назад
script.h Removed code formatting modelines. 4 лет назад

README

Proxy Auto Configuration is a means to use a JavaScript function to
determine the proxy to use based on the requested URL.
It is described in detail here:
http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html

Also implemented by this library are parts of the now expired Internet Draft
at http://www.wrec.org/Drafts/draft-cooper-webi-wpad-00.txt about WPAD
(Web Proxy Automatic Discovery). The discovery implemented discovery methods
are DHCP and DNS "Well known Aliases".