diff options
33 files changed, 13605 insertions, 5832 deletions
diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile index 6aea9a176d1c..ef1075e6aa09 100644 --- a/www/kdewebdev/Makefile +++ b/www/kdewebdev/Makefile @@ -6,11 +6,12 @@ # PORTNAME= quanta -PORTVERSION= 2.0.1 +PORTVERSION= 3.0pr2a PORTEPOCH= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -24,28 +25,19 @@ MAINTAINER= jeremy@external.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_XPM= yes USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \ - --disable-closure -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.endif + --disable-closure \ + --enable-threads \ + --disable-debug USE_GMAKE= yes DOCS= css html javascript php -pre-configure: - @${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in - @${PERL} -pi -e "s@automake@automake14@g" ${WRKSRC}/configure - - -post-configure: - @${PERL} -pi -e "s@autoconf@autoconf213@g" ${WRKSRC}/Makefile - @${PERL} -pi -e "s@moc@moc2@g" ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) .for doc in ${DOCS} @@ -55,5 +47,5 @@ post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444 .endif - + .include <bsd.port.mk> diff --git a/www/kdewebdev/distinfo b/www/kdewebdev/distinfo index e70bdbd2f677..e8ec33c6b8fd 100644 --- a/www/kdewebdev/distinfo +++ b/www/kdewebdev/distinfo @@ -1,5 +1,5 @@ -MD5 (quanta-2.0.1.tar.bz2) = c2ea4c4a01fdc751375d033ada59a1dd -MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 -MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 -MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 -MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817 +MD5 (quanta/quanta-3.0pr2a.tar.bz2) = 79aea6b9c13065a09da98cb07960d1e2 +MD5 (quanta/css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 +MD5 (quanta/html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 +MD5 (quanta/javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 +MD5 (quanta/php.tar.bz2) = 8ae86e900874549c3749ee5940756817 diff --git a/www/kdewebdev/files/patch-Makefile.in b/www/kdewebdev/files/patch-Makefile.in deleted file mode 100644 index 9b25189c91c4..000000000000 --- a/www/kdewebdev/files/patch-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in.orig Wed Dec 5 11:04:46 2001 -+++ Makefile.in Thu Jan 24 16:34:24 2002 -@@ -251,17 +251,14 @@ - cd $(top_srcdir) && $(AUTOMAKE) --gnu ./Makefile - cd $(top_srcdir) && perl admin/am_edit Makefile.in - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -- cd $(top_builddir) \ -- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -+Makefile: -+ ${ECHO} "" - - $(ACLOCAL_M4): configure.in acinclude.m4 - cd $(srcdir) && $(ACLOCAL) - --config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck --$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -- cd $(srcdir) && $(AUTOCONF) -+config.status: -+ @{ECHO} config.status patched - - config.h: stamp-h - @if test ! -f $@; then \ diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h deleted file mode 100644 index 521a0cb8d7c3..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/DbgSite.h.orig Thu Jan 24 17:01:33 2002 -+++ quanta/plugins/php4dbg/dbgbase/DbgSite.h Thu Jan 24 17:01:48 2002 -@@ -14,6 +14,7 @@ - #ifndef _DBGSITE_H_ - #define _DBGSITE_H_ - -+#include <sys/types.h> - #include <qobject.h> - #include "ListenerGlobals.h" - #include "RequestorBase.h" diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp deleted file mode 100644 index 7a69baa79f2c..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp.orig Thu Jan 24 17:09:23 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp Thu Jan 24 17:09:52 2002 -@@ -11,11 +11,13 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> -+#include <stdio.h> -+#include <assert.h> - #include "dbg_core.h" - #include "ListenerBase.h" - #include "ThreadBase.h" --#include <stdio.h> --#include <assert.h> -+ - - ListenerBase::~ListenerBase() { - DBGTRACE("ListenerBase::~ListenerBase\n"); diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp deleted file mode 100644 index efa09025f5c1..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp.orig Thu Jan 24 16:50:10 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp Thu Jan 24 16:51:58 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include <stdarg.h> - #include <stdio.h> - #include "ListenerGlobals.h" -@@ -344,7 +345,7 @@ - ret_val = select(listen_socket + 1, &rset, NULL, NULL, &timeout); - if (ret_val>0) { - siz = sizeof(laddr); -- ret_val = accept(listen_socket, &laddr, &siz); -+ ret_val = accept(listen_socket, &laddr,(socklen_t *) &siz); - } - if (ret_val <= 0) { - return (ret_val) ? (-1) : (0); diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp deleted file mode 100644 index 3f2e2818e985..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp.orig Thu Jan 24 16:52:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp Thu Jan 24 16:52:44 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "ThreadBase.h" - #include "ListenerGlobals.h" - #include "dbg_core.h" diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c deleted file mode 100644 index 669c0a7caaf3..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c +++ /dev/null @@ -1,13 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/dbg_core.c.orig Thu Jan 24 16:53:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/dbg_core.c Thu Jan 24 16:53:42 2002 -@@ -11,9 +11,9 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "dbg_core.h" - #include <string.h> --#include <malloc.h> - #include <stdlib.h> - - #ifdef DBG_USE_STDALLOCA diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::debugger.h b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::debugger.h deleted file mode 100644 index 8f4c3c346202..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::debugger.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/debugger.h.orig Thu Jan 24 17:22:31 2002 -+++ quanta/plugins/php4dbg/debugger.h Thu Jan 24 17:22:47 2002 -@@ -6,6 +6,7 @@ - #endif - - #include <qobject.h> -+#include <sys/types.h> - - class Listener; - class QSocketNotifier; diff --git a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::listener.cpp b/www/kdewebdev/files/patch-quanta::plugins::php4dgb::listener.cpp deleted file mode 100644 index 4b16cefbb9d1..000000000000 --- a/www/kdewebdev/files/patch-quanta::plugins::php4dgb::listener.cpp +++ /dev/null @@ -1,8 +0,0 @@ ---- quanta/plugins/php4dbg/listener.cpp.orig Thu Jan 24 17:27:25 2002 -+++ quanta/plugins/php4dbg/listener.cpp Thu Jan 24 17:27:41 2002 -@@ -1,4 +1,4 @@ -- -+#include <sys/types.h> - #include "listener.h" - - #include <stdarg.h> diff --git a/www/kdewebdev/pkg-plist b/www/kdewebdev/pkg-plist index a4db64f27276..e84988732fa4 100644 --- a/www/kdewebdev/pkg-plist +++ b/www/kdewebdev/pkg-plist @@ -1,1784 +1,4 @@ -share/apps/quanta/toolbar/wiznewprjweb.png -share/apps/quanta/toolbar/wiznewprjloc.png -share/apps/quanta/toolbar/wiznewprjglb.png -share/apps/quanta/toolbar/wiznewprjfin.png -share/apps/quanta/toolbar/undo.png -share/apps/quanta/toolbar/tree_win.png -share/apps/quanta/toolbar/textarea.png -share/apps/quanta/toolbar/tag_ul.png -share/apps/quanta/toolbar/tag_u.png -share/apps/quanta/toolbar/tag_tr.png -share/apps/quanta/toolbar/tag_th.png -share/apps/quanta/toolbar/tag_td.png -share/apps/quanta/toolbar/tag_tbody.png -share/apps/quanta/toolbar/tag_table_row.png -share/apps/quanta/toolbar/tag_table_body.png -share/apps/quanta/toolbar/tag_table.png -share/apps/quanta/toolbar/tag_sup.png -share/apps/quanta/toolbar/tag_sub.png -share/apps/quanta/toolbar/tag_pre.png -share/apps/quanta/toolbar/tag_p.png -share/apps/quanta/toolbar/tag_ol.png -share/apps/quanta/toolbar/tag_nbsp.png -share/apps/quanta/toolbar/tag_menu.png -share/apps/quanta/toolbar/tag_mail.png -share/apps/quanta/toolbar/tag_li.png -share/apps/quanta/toolbar/tag_image.png -share/apps/quanta/toolbar/tag_i.png -share/apps/quanta/toolbar/tag_hr_small.png -share/apps/quanta/toolbar/tag_hr.png -share/apps/quanta/toolbar/tag_h5.png -share/apps/quanta/toolbar/tag_h4.png -share/apps/quanta/toolbar/tag_h3.png -share/apps/quanta/toolbar/tag_h2.png -share/apps/quanta/toolbar/tag_h1.png -share/apps/quanta/toolbar/tag_font_small.png -share/apps/quanta/toolbar/tag_font_base.png -share/apps/quanta/toolbar/tag_font.png -share/apps/quanta/toolbar/tag_dt.png -share/apps/quanta/toolbar/tag_dl.png -share/apps/quanta/toolbar/tag_dd.png -share/apps/quanta/toolbar/tag_comm.png -share/apps/quanta/toolbar/tag_caption.png -share/apps/quanta/toolbar/tag_br_small.png -share/apps/quanta/toolbar/tag_br.png -share/apps/quanta/toolbar/tag_bold.png -share/apps/quanta/toolbar/tag_a.png -share/apps/quanta/toolbar/table_head.png -share/apps/quanta/toolbar/table_data.png -share/apps/quanta/toolbar/submit.png -share/apps/quanta/toolbar/spellcheck.png -share/apps/quanta/toolbar/select.png -share/apps/quanta/toolbar/save_small.png -share/apps/quanta/toolbar/save_all.png -share/apps/quanta/toolbar/save.png -share/apps/quanta/toolbar/reset.png -share/apps/quanta/toolbar/replace.png -share/apps/quanta/toolbar/repaint.png -share/apps/quanta/toolbar/redo.png -share/apps/quanta/toolbar/radio.png -share/apps/quanta/toolbar/quick_table.png -share/apps/quanta/toolbar/quick_start.png -share/apps/quanta/toolbar/quick_list.png -share/apps/quanta/toolbar/quantalogo.png -share/apps/quanta/toolbar/quanta.png -share/apps/quanta/toolbar/print.png -share/apps/quanta/toolbar/preview4.png -share/apps/quanta/toolbar/preview3.png -share/apps/quanta/toolbar/preview2.png -share/apps/quanta/toolbar/preview1.png -share/apps/quanta/toolbar/preview.png -share/apps/quanta/toolbar/paste.png -share/apps/quanta/toolbar/output_win.png -share/apps/quanta/toolbar/options.png -share/apps/quanta/toolbar/openprj.png -share/apps/quanta/toolbar/open.png -share/apps/quanta/toolbar/new.png -share/apps/quanta/toolbar/mini-modules.png -share/apps/quanta/toolbar/mini-book2.png -share/apps/quanta/toolbar/mini-book1.png -share/apps/quanta/toolbar/linepas.png -share/apps/quanta/toolbar/lineedit.png -share/apps/quanta/toolbar/java.png -share/apps/quanta/toolbar/ftpclient.png -share/apps/quanta/toolbar/forward.png -share/apps/quanta/toolbar/form.png -share/apps/quanta/toolbar/font_inc.png -share/apps/quanta/toolbar/font_dec.png -share/apps/quanta/toolbar/findnext.png -share/apps/quanta/toolbar/find.png -share/apps/quanta/toolbar/exit.png -share/apps/quanta/toolbar/empty1x16.png -share/apps/quanta/toolbar/empty16x16.png -share/apps/quanta/toolbar/div_right.png -share/apps/quanta/toolbar/div_left.png -share/apps/quanta/toolbar/div_justify.png -share/apps/quanta/toolbar/div_center.png -share/apps/quanta/toolbar/delete.png -share/apps/quanta/toolbar/date.png -share/apps/quanta/toolbar/cut.png -share/apps/quanta/toolbar/copy.png -share/apps/quanta/toolbar/color.png -share/apps/quanta/toolbar/close.png -share/apps/quanta/toolbar/check.png -share/apps/quanta/toolbar/bookmark.png -share/apps/quanta/toolbar/ball.png -share/apps/quanta/toolbar/back.png -share/apps/quanta/toolbar/ftab.png -share/apps/quanta/toolbar/ptab.png -share/apps/quanta/tags/ul.tag -share/apps/quanta/tags/tr.tag -share/apps/quanta/tags/thead.tag -share/apps/quanta/tags/th.tag -share/apps/quanta/tags/tfoot.tag -share/apps/quanta/tags/textarea.tag -share/apps/quanta/tags/td.tag -share/apps/quanta/tags/tbody.tag -share/apps/quanta/tags/table.tag -share/apps/quanta/tags/style.tag -share/apps/quanta/tags/select.tag -share/apps/quanta/tags/script.tag -share/apps/quanta/tags/p.tag -share/apps/quanta/tags/option.tag -share/apps/quanta/tags/ol.tag -share/apps/quanta/tags/meta.tag -share/apps/quanta/tags/link.tag -share/apps/quanta/tags/li.tag -share/apps/quanta/tags/isindex.tag -share/apps/quanta/tags/input.tag -share/apps/quanta/tags/html.tag -share/apps/quanta/tags/hr.tag -share/apps/quanta/tags/head.tag -share/apps/quanta/tags/h6.tag -share/apps/quanta/tags/h5.tag -share/apps/quanta/tags/h4.tag -share/apps/quanta/tags/h3.tag -share/apps/quanta/tags/h2.tag -share/apps/quanta/tags/h1.tag -share/apps/quanta/tags/frameset.tag -share/apps/quanta/tags/frame.tag -share/apps/quanta/tags/form.tag -share/apps/quanta/tags/font.tag -share/apps/quanta/tags/empty.tag -share/apps/quanta/tags/div.tag -share/apps/quanta/tags/br.tag -share/apps/quanta/tags/body.tag -share/apps/quanta/tags/blockquote.tag -share/apps/quanta/tags/big.tag -share/apps/quanta/tags/basefont.tag -share/apps/quanta/tags/base.tag -share/apps/quanta/tags/area.tag -share/apps/quanta/tags/a.tag -share/apps/quanta/tagdata.rc -share/apps/quanta/syntax.xml -share/apps/quanta/doc/quanta.docrc -share/apps/quanta/doc/quanta-dialog-xml.html -share/apps/quanta/doc/minilogo.jpg -share/apps/quanta/doc/head_bg.gif -share/apps/quanta/doc/documentation.html -share/applnk/Development/quanta.desktop -lib/quanta/plugins/weblint -lib/quanta/plugins/libftpclient.so.1 -lib/quanta/plugins/libftpclient.so -lib/quanta/plugins/libftpclient.la bin/quanta -%%PORTDOCS%%share/apps/quanta/doc/php/var.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.zlib.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.xml.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.wddx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.vmailmgr.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.var.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.url.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sybase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.strings.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.snmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.session.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.regex.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.recode.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.posix.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pgsql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pcre.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oracle.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.odbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oci8.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.nis.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.network.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mysql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mssql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.misc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcrypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcal.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.math.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ldap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.info.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.imap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.image.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ifx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ibase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.hyperwave.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.http.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ftp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filesystem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.fdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbm.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dba.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.datetime.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.cpdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.calendar.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.bc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.aspell.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/preface.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.modifiers.html -%%PORTDOCS%%share/apps/quanta/doc/php/oop.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-while.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-truefalse.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-startendtags.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-other.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-if-endif.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-expr.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-booleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/manual.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.variable.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.scope.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.predefined.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.external.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.type-juggling.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.object.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.double.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.precedence.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.logical.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.increment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.execution.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.errorcontrol.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.comparison.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.bitwise.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.assignment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.expressions.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.constants.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.comments.html -%%PORTDOCS%%share/apps/quanta/doc/php/langref.html -%%PORTDOCS%%share/apps/quanta/doc/php/introduction.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-whatcando.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-history.html -%%PORTDOCS%%share/apps/quanta/doc/php/installation.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-windows95-nt.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-unix.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-problems.html -%%PORTDOCS%%share/apps/quanta/doc/php/getting-started.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.variable-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.returning-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.old-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.arguments.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.zend-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-order.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-master.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-get-default-domain.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-first.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-element-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-default-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-character-data-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-set-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-get-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-free.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-error-code.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-line-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-column-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-byte-index.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-error-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-deserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-add-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-passwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-deluser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-delalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-adduser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-addalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.virtual.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.var-dump.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unpack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uniqid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.umask.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucwords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucfirst.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uasort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.trim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.touch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.time.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tempnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.system.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.syslog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.symlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtoupper.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtolower.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtok.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strstr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stristr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strip-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcasecmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sprintf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.soundex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalkoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-set-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-get-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sizeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.similar-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shuffle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-put-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-get-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-detach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-attach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.settype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setlocale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setcookie.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-time-limit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-socket-blocking.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-file-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-unregister.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-save-path.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-register.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-module-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-is-registered.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-destroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.serialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-release.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-acquire.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.round.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewinddir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.reset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.require.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.register-shutdown-function.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readgzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.range.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quotemeta.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quoted-printable-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.putenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.printf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print-r.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.prev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-quote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-grep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-uname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ttyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-times.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-mkfifo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-kill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-isatty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getrlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getppid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getlogin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgroups.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-geteuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getegid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getcwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ctermid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.php-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-tty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-port.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-options.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lowrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lounlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loreadall.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-locreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-host.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-getlastoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldprtlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldnum.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-errormessage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-cmdtuples.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pfsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-skew.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-boxed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-transition.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-parameter.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-author.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-duration.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-put-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-place-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-memory-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-gif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-get-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-execute-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-endpath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-end-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-begin-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.passthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-url.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ord.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-getcolumn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-errorcode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commiton.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commitoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.openlog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.opendir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-setoption.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-longreadlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-into.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-cursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-binmode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-autocommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.octdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocistatementtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociserverversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociplogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinumcols.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinlogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewdescriptor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewcursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociinternaldebug.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreestatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreecursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchstatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchinto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociexecute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocierror.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocidefinebyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocibindbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.number-format.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.nl2br.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-insert-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-flags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-lengths.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-db-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-change-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-message-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-error-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-get-last-message.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-length.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-selectdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listtables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listdbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldflags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dropdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-createdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.min.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.microtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-hash-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.metaphone.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.md5.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ofb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-key-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ecb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-create-iv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cfb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-time-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-store-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-snooze.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-next-recurrence.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-events.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-alarms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-is-leap-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-description.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-class.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-category.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-alarm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-delete-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-days-in-month.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-week.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-compare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-append-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.max.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ltrim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.lstat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log10.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.linkinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.leak.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-unbind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-read.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-modify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-del.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-attributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-explode-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-err2str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-dn2ufn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-count-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.krsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.key.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.juliantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.join.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jewishtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojulian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojewish.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtogregorian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtofrench.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdmonthname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jddayofweek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.isset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-writeable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-real.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-readable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-long.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-integer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-int.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-float.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-executable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-double.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.iptcparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.intval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.include.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.in-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.implode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf8.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-unsubscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-undelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-uid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-subscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-setflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-scanmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-write-address.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-reopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-renamemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-qprint.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-ping.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-recent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-msg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-msgno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-move.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-compose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-last-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-headers.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getmailboxes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchstructure.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchheader.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchbody.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetch-overview.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-expunge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-deletemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-createmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-clearflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-body.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-binary.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-base64.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-append.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-alerts.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-8bit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettftext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettfbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesx.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestringup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestring.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesetpixel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagerectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepstext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsfreefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsencodefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageinterlace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagegif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontheight.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilltoborder.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledrectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledpolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedestroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedashedline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreatefromgif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecopyresized.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolortransparent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorstotal.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorsforindex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorresolve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorexact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorclosest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorallocate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecharup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagechar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagearc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ignore-user-abort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-write-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-tell-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-seek-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-read-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-open-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-free-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-create-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-close-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-textasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-nullformat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-htmltbl-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-getsqlca.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldtypes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldproperties.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-copy-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-byteasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-timefmt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-who.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-unlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-root.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pipedocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-outputdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-objrec2array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-new-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-modifyobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mapid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insdoc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-inscoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-incollections.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-identify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getusername.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-gettext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremotechildren.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparentsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparents.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquery.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getandlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchorsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-free-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-edittext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsetcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentbodytag.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentattributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchorobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-deleteobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-cp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-childrenobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-children.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-array2objrec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlspecialchars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlentities.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hexdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gztell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzrewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gregoriantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmstrftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmmktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettimeofday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyport.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrusage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobynumber.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmypid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmxrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getlastmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getimagesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbynamel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyaddr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getallheaders.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-meta-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-html-translation-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-current-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-cfg-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-browser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.function-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-num-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-arg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-systype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-site.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rawlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-quit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-put.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pasv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-nlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mdtm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-login.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fput.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-cdup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.frenchtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flush.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.floor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filetype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-rowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-retrieve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileperms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileowner.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filemtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filegroup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filectime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileatime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetcsv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.feof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-ap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-next-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extract.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extension-loaded.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.explode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.escapeshellcmd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-reporting.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.empty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.echo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-days.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.each.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.doubleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.diskfreespace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dirname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.die.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.defined.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.define.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decoct.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dechex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decbin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-on.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-off.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmreplace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmnextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbminsert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfirstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmexists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmdelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dblist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-replace-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numrecords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record-with-names.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-delete-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-add-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-sync.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-optimize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-nextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-insert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-firstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.current.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.crypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-page-animation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-current-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save-to-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rmoveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rlineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-place-inline-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-page-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-output-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-import-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-end-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-begin-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count-chars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.convert-cyr-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-timeout.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-aborted.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.compact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closelog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closedir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.clearstatcache.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chunk-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chown.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdnsrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ceil.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bindec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bin2hex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsub.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcscale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcpow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmul.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcdiv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bccomp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcadd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.basename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base-convert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan2.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-suggest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-new.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check-raw.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.arsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-walk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-unshift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-splice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-slice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-shift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-reverse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-push.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pad.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-merge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-keys.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-flip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-count-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-note.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-lookup-uri.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.acos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.abs.html -%%PORTDOCS%%share/apps/quanta/doc/php/funcref.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.remote-files.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.persistent-connections.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.images.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.http-auth.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.put-method.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.error-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.cookies.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.connection-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/feature-fileupload.multiple.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger-protocol.html -%%PORTDOCS%%share/apps/quanta/doc/php/copyright.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.switch.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.foreach.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.for.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.elseif.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.else.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.do.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.continue.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.break.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.alternative-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/configuration.html -%%PORTDOCS%%share/apps/quanta/doc/php/class.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/calling-user-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/appendixes.html -%%PORTDOCS%%share/apps/quanta/doc/php.docrc -%%PORTDOCS%%share/apps/quanta/doc/javascript/window.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/whatsnew.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toplev.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/sun.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/style.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/string.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/stmt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/screen.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/regexp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/preface.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/plugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/partobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partlang.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partjava.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partapp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/packages.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/option.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/ops.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/objintro.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/object.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/number.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/netscape.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/nav.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/mimetype.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/math.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/location.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/link.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcplugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsexc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/layer.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/keywords.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javpkg.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javclass.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javarray.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/java.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/index.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/image.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/history.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/hidden.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/handlers.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/function.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/frame.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/form.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileup.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/event.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/document.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/date.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/copyrt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/cookies.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/contents.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/colors.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/classint.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/boolean.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/bklast.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/array.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/area.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/applet.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/anchor.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript.docrc -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/html/values.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tr.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/thead.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/th.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tfoot.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/td.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tbody.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/table.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/colgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/col.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/caption.html -%%PORTDOCS%%share/apps/quanta/doc/html/style.css -%%PORTDOCS%%share/apps/quanta/doc/html/structure.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sup.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sub.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/span.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/script.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/q.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/param.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/object.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/map.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/img.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/iframe.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/font.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/br.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/bdo.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/basefont.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/area.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/applet.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/a.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/var.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/strong.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/samp.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/kbd.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/ins.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/em.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/dfn.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/del.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/code.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/cite.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/acronym.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/abbr.html -%%PORTDOCS%%share/apps/quanta/doc/html/olist.html -%%PORTDOCS%%share/apps/quanta/doc/html/new.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ul.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ol.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/menu.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/li.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dt.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dl.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dir.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dd.html -%%PORTDOCS%%share/apps/quanta/doc/html/inline.html -%%PORTDOCS%%share/apps/quanta/doc/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/html.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/doctype.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/body.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/title.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/style.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/meta.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/link.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/head.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/base.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/noframes.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frameset.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frame.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/textarea.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/select.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/option.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/optgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/legend.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/label.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/input.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/form.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/fieldset.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/button.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/u.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/tt.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/strike.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/small.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/s.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/i.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/big.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/b.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/symbols.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/special.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/latin1.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/deprecated.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/pre.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/p.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/noscript.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/isindex.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/hr.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h6.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h5.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h4.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h3.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h2.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h1.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/div.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/center.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/blockquote.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/address.html -%%PORTDOCS%%share/apps/quanta/doc/html/block.html -%%PORTDOCS%%share/apps/quanta/doc/html/aural.css -%%PORTDOCS%%share/apps/quanta/doc/html/attrs.html -%%PORTDOCS%%share/apps/quanta/doc/html/alist.html -%%PORTDOCS%%share/apps/quanta/doc/html.docrc -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/units.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/vertical-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-transform.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-indent.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-decoration.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/line-height.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/letter-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/syntax.html -%%PORTDOCS%%share/apps/quanta/doc/css/stylesheets-now.html -%%PORTDOCS%%share/apps/quanta/doc/css/style.css -%%PORTDOCS%%share/apps/quanta/doc/css/style-html.html -%%PORTDOCS%%share/apps/quanta/doc/css/structure.html -%%PORTDOCS%%share/apps/quanta/doc/css/references.html -%%PORTDOCS%%share/apps/quanta/doc/css/quick-tutorial.html -%%PORTDOCS%%share/apps/quanta/doc/css/properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-weight.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-variant.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-size.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-family.html -%%PORTDOCS%%share/apps/quanta/doc/css/file_id.diz -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/dependence.html -%%PORTDOCS%%share/apps/quanta/doc/css/css.gif -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-attachment.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/white-space.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-type.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/display.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/height.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/float.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/clear.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/aural.css -%%PORTDOCS%%share/apps/quanta/doc/css/all-properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/LICENSE -%%PORTDOCS%%share/apps/quanta/doc/css.docrc -%%PORTDOCS%%share/apps/quanta/doc/aniquanta.gif -%%PORTDOCS%%share/apps/quanta/doc/background.png -%%PORTDOCS%%share/apps/quanta/doc/bgtable.png -%%PORTDOCS%%share/apps/quanta/doc/developer.html -%%PORTDOCS%%share/apps/quanta/doc/focus.html -%%PORTDOCS%%share/apps/quanta/doc/intro.html -%%PORTDOCS%%share/apps/quanta/doc/kdelogo2.png -%%PORTDOCS%%share/apps/quanta/doc/konq.css -%%PORTDOCS%%share/apps/quanta/doc/lines.png -%%PORTDOCS%%share/apps/quanta/doc/lines2.png -%%PORTDOCS%%share/apps/quanta/doc/maindoc.html -%%PORTDOCS%%share/apps/quanta/doc/minilogo.png -%%PORTDOCS%%share/apps/quanta/doc/more.png -%%PORTDOCS%%share/apps/quanta/doc/qcenter2.png -%%PORTDOCS%%share/apps/quanta/doc/quanta.css -%%PORTDOCS%%share/apps/quanta/doc/quantahdr.png -%%PORTDOCS%%share/apps/quanta/doc/shadow1.png -%%PORTDOCS%%share/apps/quanta/doc/template.html -%%PORTDOCS%%share/apps/quanta/doc/tips.html -%%PORTDOCS%%share/apps/quanta/doc/webdev.png share/doc/HTML/en/quanta/developer.docbook share/doc/HTML/en/quanta/quantahdr.png share/doc/HTML/en/quanta/documentation.docbook @@ -1786,14 +6,14 @@ share/doc/HTML/en/quanta/tips.docbook share/doc/HTML/en/quanta/introduction.docbook share/doc/HTML/en/quanta/webdev.png share/doc/HTML/en/quanta/minilogo.png +share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/focus.docbook share/doc/HTML/en/quanta/index.docbook -share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/common share/locale/af/LC_MESSAGES/quanta.mo share/locale/az/LC_MESSAGES/quanta.mo -share/locale/de/LC_MESSAGES/quanta.mo share/locale/da/LC_MESSAGES/quanta.mo +share/locale/de/LC_MESSAGES/quanta.mo share/locale/es/LC_MESSAGES/quanta.mo share/locale/eu/LC_MESSAGES/quanta.mo share/locale/fr/LC_MESSAGES/quanta.mo @@ -1801,39 +21,4530 @@ share/locale/hu/LC_MESSAGES/quanta.mo share/locale/nl/LC_MESSAGES/quanta.mo share/locale/ru/LC_MESSAGES/quanta.mo share/locale/sk/LC_MESSAGES/quanta.mo +share/apps/quanta/doc/documentation.html +share/apps/quanta/doc/head_bg.gif +share/apps/quanta/doc/minilogo.jpg +share/apps/quanta/doc/quanta-dialog-xml.html +share/apps/quanta/doc/quanta.docrc +share/apps/quanta/doc/aniquanta.gif +share/apps/quanta/doc/background.png +share/apps/quanta/doc/bgtable.png +share/apps/quanta/doc/developer.html +share/apps/quanta/doc/focus.html +share/apps/quanta/doc/intro.html +share/apps/quanta/doc/kdelogo2.png +share/apps/quanta/doc/konq.css +share/apps/quanta/doc/lines.png +share/apps/quanta/doc/lines2.png +share/apps/quanta/doc/minilogo.png +share/apps/quanta/doc/more.png +share/apps/quanta/doc/quanta.css +share/apps/quanta/doc/quantahdr.png +share/apps/quanta/doc/shadow1.png +share/apps/quanta/doc/tips.html +share/apps/quanta/doc/css/color-background/index.html +share/apps/quanta/doc/css/color-background/background-color.html +share/apps/quanta/doc/css/color-background/background-image.html +share/apps/quanta/doc/css/color-background/background-position.html +share/apps/quanta/doc/css/color-background/background-repeat.html +share/apps/quanta/doc/css/color-background/background.html +share/apps/quanta/doc/css/color-background/color.html +share/apps/quanta/doc/css/color-background/background-attachment.html +share/apps/quanta/doc/css/font/font-variant.html +share/apps/quanta/doc/css/font/font-size.html +share/apps/quanta/doc/css/font/font-style.html +share/apps/quanta/doc/css/font/font-family.html +share/apps/quanta/doc/css/font/font-weight.html +share/apps/quanta/doc/css/font/font.html +share/apps/quanta/doc/css/font/index.html +share/apps/quanta/doc/css/text/word-spacing.html +share/apps/quanta/doc/css/text/letter-spacing.html +share/apps/quanta/doc/css/text/line-height.html +share/apps/quanta/doc/css/text/text-align.html +share/apps/quanta/doc/css/text/text-decoration.html +share/apps/quanta/doc/css/text/text-indent.html +share/apps/quanta/doc/css/text/text-transform.html +share/apps/quanta/doc/css/text/vertical-align.html +share/apps/quanta/doc/css/text/index.html +share/apps/quanta/doc/css/classification/list-style-position.html +share/apps/quanta/doc/css/classification/index.html +share/apps/quanta/doc/css/classification/list-style-image.html +share/apps/quanta/doc/css/classification/display.html +share/apps/quanta/doc/css/classification/list-style-type.html +share/apps/quanta/doc/css/classification/list-style.html +share/apps/quanta/doc/css/classification/white-space.html +share/apps/quanta/doc/css/box/width.html +share/apps/quanta/doc/css/box/border-bottom.html +share/apps/quanta/doc/css/box/border-color.html +share/apps/quanta/doc/css/box/border-left-width.html +share/apps/quanta/doc/css/box/border-left.html +share/apps/quanta/doc/css/box/border-right-width.html +share/apps/quanta/doc/css/box/border-right.html +share/apps/quanta/doc/css/box/border-style.html +share/apps/quanta/doc/css/box/border-top-width.html +share/apps/quanta/doc/css/box/border-top.html +share/apps/quanta/doc/css/box/border-width.html +share/apps/quanta/doc/css/box/border.html +share/apps/quanta/doc/css/box/clear.html +share/apps/quanta/doc/css/box/float.html +share/apps/quanta/doc/css/box/height.html +share/apps/quanta/doc/css/box/index.html +share/apps/quanta/doc/css/box/margin-bottom.html +share/apps/quanta/doc/css/box/margin-left.html +share/apps/quanta/doc/css/box/margin-top.html +share/apps/quanta/doc/css/box/margin-right.html +share/apps/quanta/doc/css/box/margin.html +share/apps/quanta/doc/css/box/padding-bottom.html +share/apps/quanta/doc/css/box/padding-left.html +share/apps/quanta/doc/css/box/padding-right.html +share/apps/quanta/doc/css/box/padding-top.html +share/apps/quanta/doc/css/box/padding.html +share/apps/quanta/doc/css/box/border-bottom-width.html +share/apps/quanta/doc/css/dependence.html +share/apps/quanta/doc/css/drop-shadows-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-small.gif +share/apps/quanta/doc/css/drop-shadows-small.gif +share/apps/quanta/doc/css/file_id.diz +share/apps/quanta/doc/css/index.html +share/apps/quanta/doc/css/properties.html +share/apps/quanta/doc/css/quick-tutorial.html +share/apps/quanta/doc/css/references.html +share/apps/quanta/doc/css/structure.html +share/apps/quanta/doc/css/style-html.html +share/apps/quanta/doc/css/style.css +share/apps/quanta/doc/css/stylesheets-now.html +share/apps/quanta/doc/css/syntax.html +share/apps/quanta/doc/css/units.html +share/apps/quanta/doc/css/wdglogo-small.gif +share/apps/quanta/doc/css/wdglogo1.gif +share/apps/quanta/doc/css/LICENSE +share/apps/quanta/doc/css/all-properties.html +share/apps/quanta/doc/css/aural.css +share/apps/quanta/doc/css/css.gif +share/apps/quanta/doc/webdev.png +share/apps/quanta/doc/maindoc.html +share/apps/quanta/doc/template.html +share/apps/quanta/doc/qcenter2.png +share/apps/quanta/doc/faq.html +share/apps/quanta/doc/css.docrc +share/apps/quanta/doc/html/special/sup.html +share/apps/quanta/doc/html/special/applet.html +share/apps/quanta/doc/html/special/area.html +share/apps/quanta/doc/html/special/basefont.html +share/apps/quanta/doc/html/special/bdo.html +share/apps/quanta/doc/html/special/br.html +share/apps/quanta/doc/html/special/font.html +share/apps/quanta/doc/html/special/iframe.html +share/apps/quanta/doc/html/special/img.html +share/apps/quanta/doc/html/special/index.html +share/apps/quanta/doc/html/special/map.html +share/apps/quanta/doc/html/special/object.html +share/apps/quanta/doc/html/special/param.html +share/apps/quanta/doc/html/special/q.html +share/apps/quanta/doc/html/special/script.html +share/apps/quanta/doc/html/special/span.html +share/apps/quanta/doc/html/special/sub.html +share/apps/quanta/doc/html/special/a.html +share/apps/quanta/doc/html/head/link.html +share/apps/quanta/doc/html/head/head.html +share/apps/quanta/doc/html/head/index.html +share/apps/quanta/doc/html/head/base.html +share/apps/quanta/doc/html/head/meta.html +share/apps/quanta/doc/html/head/style.html +share/apps/quanta/doc/html/head/title.html +share/apps/quanta/doc/html/html/body.html +share/apps/quanta/doc/html/html/doctype.html +share/apps/quanta/doc/html/html/html.html +share/apps/quanta/doc/html/html/index.html +share/apps/quanta/doc/html/lists/ul.html +share/apps/quanta/doc/html/lists/dir.html +share/apps/quanta/doc/html/lists/dl.html +share/apps/quanta/doc/html/lists/dt.html +share/apps/quanta/doc/html/lists/index.html +share/apps/quanta/doc/html/lists/li.html +share/apps/quanta/doc/html/lists/menu.html +share/apps/quanta/doc/html/lists/ol.html +share/apps/quanta/doc/html/lists/dd.html +share/apps/quanta/doc/html/phrase/var.html +share/apps/quanta/doc/html/phrase/acronym.html +share/apps/quanta/doc/html/phrase/cite.html +share/apps/quanta/doc/html/phrase/code.html +share/apps/quanta/doc/html/phrase/del.html +share/apps/quanta/doc/html/phrase/dfn.html +share/apps/quanta/doc/html/phrase/em.html +share/apps/quanta/doc/html/phrase/index.html +share/apps/quanta/doc/html/phrase/ins.html +share/apps/quanta/doc/html/phrase/kbd.html +share/apps/quanta/doc/html/phrase/samp.html +share/apps/quanta/doc/html/phrase/strong.html +share/apps/quanta/doc/html/phrase/abbr.html +share/apps/quanta/doc/html/frames/frame.html +share/apps/quanta/doc/html/frames/frameset.html +share/apps/quanta/doc/html/frames/index.html +share/apps/quanta/doc/html/frames/noframes.html +share/apps/quanta/doc/html/tables/tr.html +share/apps/quanta/doc/html/tables/col.html +share/apps/quanta/doc/html/tables/colgroup.html +share/apps/quanta/doc/html/tables/index.html +share/apps/quanta/doc/html/tables/table.html +share/apps/quanta/doc/html/tables/tbody.html +share/apps/quanta/doc/html/tables/td.html +share/apps/quanta/doc/html/tables/tfoot.html +share/apps/quanta/doc/html/tables/th.html +share/apps/quanta/doc/html/tables/thead.html +share/apps/quanta/doc/html/tables/caption.html +share/apps/quanta/doc/html/entities/index.html +share/apps/quanta/doc/html/entities/latin1.html +share/apps/quanta/doc/html/entities/special.html +share/apps/quanta/doc/html/entities/symbols.html +share/apps/quanta/doc/html/fontstyle/u.html +share/apps/quanta/doc/html/fontstyle/big.html +share/apps/quanta/doc/html/fontstyle/i.html +share/apps/quanta/doc/html/fontstyle/index.html +share/apps/quanta/doc/html/fontstyle/s.html +share/apps/quanta/doc/html/fontstyle/small.html +share/apps/quanta/doc/html/fontstyle/strike.html +share/apps/quanta/doc/html/fontstyle/tt.html +share/apps/quanta/doc/html/fontstyle/b.html +share/apps/quanta/doc/html/forms/textarea.html +share/apps/quanta/doc/html/forms/fieldset.html +share/apps/quanta/doc/html/forms/form.html +share/apps/quanta/doc/html/forms/index.html +share/apps/quanta/doc/html/forms/input.html +share/apps/quanta/doc/html/forms/label.html +share/apps/quanta/doc/html/forms/legend.html +share/apps/quanta/doc/html/forms/optgroup.html +share/apps/quanta/doc/html/forms/option.html +share/apps/quanta/doc/html/forms/select.html +share/apps/quanta/doc/html/forms/button.html +share/apps/quanta/doc/html/block/pre.html +share/apps/quanta/doc/html/block/blockquote.html +share/apps/quanta/doc/html/block/center.html +share/apps/quanta/doc/html/block/div.html +share/apps/quanta/doc/html/block/h1.html +share/apps/quanta/doc/html/block/h2.html +share/apps/quanta/doc/html/block/h3.html +share/apps/quanta/doc/html/block/h4.html +share/apps/quanta/doc/html/block/h5.html +share/apps/quanta/doc/html/block/h6.html +share/apps/quanta/doc/html/block/hr.html +share/apps/quanta/doc/html/block/index.html +share/apps/quanta/doc/html/block/isindex.html +share/apps/quanta/doc/html/block/noscript.html +share/apps/quanta/doc/html/block/p.html +share/apps/quanta/doc/html/block/address.html +share/apps/quanta/doc/html/style.css +share/apps/quanta/doc/html/values.html +share/apps/quanta/doc/html/wdglogo-small.gif +share/apps/quanta/doc/html/wdglogo1.gif +share/apps/quanta/doc/html/alist.html +share/apps/quanta/doc/html/attrs.html +share/apps/quanta/doc/html/aural.css +share/apps/quanta/doc/html/block.html +share/apps/quanta/doc/html/deprecated.html +share/apps/quanta/doc/html/index.html +share/apps/quanta/doc/html/inline.html +share/apps/quanta/doc/html/new.html +share/apps/quanta/doc/html/olist.html +share/apps/quanta/doc/html/structure.html +share/apps/quanta/doc/html.docrc +share/apps/quanta/doc/javascript/.pics/med/submit.gif +share/apps/quanta/doc/javascript/.pics/med/textarea.gif +share/apps/quanta/doc/javascript/.pics/med/password.gif +share/apps/quanta/doc/javascript/.pics/med/checkbox.gif +share/apps/quanta/doc/javascript/.pics/med/selectop.gif +share/apps/quanta/doc/javascript/.pics/med/minus.gif +share/apps/quanta/doc/javascript/.pics/med/fileupl.gif +share/apps/quanta/doc/javascript/.pics/med/confirm.gif +share/apps/quanta/doc/javascript/.pics/med/plus.gif +share/apps/quanta/doc/javascript/.pics/med/select.gif +share/apps/quanta/doc/javascript/.pics/med/button.gif +share/apps/quanta/doc/javascript/.pics/med/radio.gif +share/apps/quanta/doc/javascript/.pics/med/text.gif +share/apps/quanta/doc/javascript/.pics/med/alert.gif +share/apps/quanta/doc/javascript/.pics/med/prompt.gif +share/apps/quanta/doc/javascript/.pics/med/filler.gif +share/apps/quanta/doc/javascript/.pics/med/reset.gif +share/apps/quanta/doc/javascript/partlang.htm +share/apps/quanta/doc/javascript/history.htm +share/apps/quanta/doc/javascript/style.htm +share/apps/quanta/doc/javascript/javclass.htm +share/apps/quanta/doc/javascript/screen.htm +share/apps/quanta/doc/javascript/select.htm +share/apps/quanta/doc/javascript/array.htm +share/apps/quanta/doc/javascript/window.htm +share/apps/quanta/doc/javascript/button.htm +share/apps/quanta/doc/javascript/submit.htm +share/apps/quanta/doc/javascript/copyrt.htm +share/apps/quanta/doc/javascript/reset.gif +share/apps/quanta/doc/javascript/location.htm +share/apps/quanta/doc/javascript/textarea.gif +share/apps/quanta/doc/javascript/password.gif +share/apps/quanta/doc/javascript/boolean.htm +share/apps/quanta/doc/javascript/checkbox.gif +share/apps/quanta/doc/javascript/selectop.gif +share/apps/quanta/doc/javascript/nav.htm +share/apps/quanta/doc/javascript/fileup.htm +share/apps/quanta/doc/javascript/image.htm +share/apps/quanta/doc/javascript/minus.gif +share/apps/quanta/doc/javascript/preface.htm +share/apps/quanta/doc/javascript/mimetype.htm +share/apps/quanta/doc/javascript/cookies.htm +share/apps/quanta/doc/javascript/fileupl.gif +share/apps/quanta/doc/javascript/classint.htm +share/apps/quanta/doc/javascript/applet.htm +share/apps/quanta/doc/javascript/math.htm +share/apps/quanta/doc/javascript/objintro.htm +share/apps/quanta/doc/javascript/frame.htm +share/apps/quanta/doc/javascript/form.htm +share/apps/quanta/doc/javascript/javpkg.htm +share/apps/quanta/doc/javascript/bklast.htm +share/apps/quanta/doc/javascript/reset.htm +share/apps/quanta/doc/javascript/date.htm +share/apps/quanta/doc/javascript/sun.htm +share/apps/quanta/doc/javascript/lcplugin.htm +share/apps/quanta/doc/javascript/stmt.htm +share/apps/quanta/doc/javascript/contents.htm +share/apps/quanta/doc/javascript/string.htm +share/apps/quanta/doc/javascript/confirm.gif +share/apps/quanta/doc/javascript/plus.gif +share/apps/quanta/doc/javascript/handlers.htm +share/apps/quanta/doc/javascript/select.gif +share/apps/quanta/doc/javascript/ops.htm +share/apps/quanta/doc/javascript/toc.htm +share/apps/quanta/doc/javascript/partapp.htm +share/apps/quanta/doc/javascript/partjava.htm +share/apps/quanta/doc/javascript/whatsnew.htm +share/apps/quanta/doc/javascript/button.gif +share/apps/quanta/doc/javascript/hidden.htm +share/apps/quanta/doc/javascript/checkbox.htm +share/apps/quanta/doc/javascript/lcjsexc.htm +share/apps/quanta/doc/javascript/radio.gif +share/apps/quanta/doc/javascript/text.gif +share/apps/quanta/doc/javascript/alert.gif +share/apps/quanta/doc/javascript/link.htm +share/apps/quanta/doc/javascript/packages.htm +share/apps/quanta/doc/javascript/number.htm +share/apps/quanta/doc/javascript/prompt.gif +share/apps/quanta/doc/javascript/netscape.htm +share/apps/quanta/doc/javascript/option.htm +share/apps/quanta/doc/javascript/colors.htm +share/apps/quanta/doc/javascript/regexp.htm +share/apps/quanta/doc/javascript/keywords.htm +share/apps/quanta/doc/javascript/event.htm +share/apps/quanta/doc/javascript/document.htm +share/apps/quanta/doc/javascript/radio.htm +share/apps/quanta/doc/javascript/object.htm +share/apps/quanta/doc/javascript/function.htm +share/apps/quanta/doc/javascript/java.htm +share/apps/quanta/doc/javascript/area.htm +share/apps/quanta/doc/javascript/javobj.htm +share/apps/quanta/doc/javascript/partobj.htm +share/apps/quanta/doc/javascript/index.htm +share/apps/quanta/doc/javascript/javarray.htm +share/apps/quanta/doc/javascript/anchor.htm +share/apps/quanta/doc/javascript/password.htm +share/apps/quanta/doc/javascript/textarea.htm +share/apps/quanta/doc/javascript/text.htm +share/apps/quanta/doc/javascript/filler.gif +share/apps/quanta/doc/javascript/lcjsobj.htm +share/apps/quanta/doc/javascript/toplev.htm +share/apps/quanta/doc/javascript/submit.gif +share/apps/quanta/doc/javascript/layer.htm +share/apps/quanta/doc/javascript/plugin.htm +share/apps/quanta/doc/javascript.docrc +share/apps/quanta/doc/php/security.html +share/apps/quanta/doc/php/calling-user-functions.html +share/apps/quanta/doc/php/class.dir.html +share/apps/quanta/doc/php/configuration.html +share/apps/quanta/doc/php/control-structures.alternative-syntax.html +share/apps/quanta/doc/php/control-structures.break.html +share/apps/quanta/doc/php/control-structures.continue.html +share/apps/quanta/doc/php/control-structures.do.while.html +share/apps/quanta/doc/php/control-structures.else.html +share/apps/quanta/doc/php/control-structures.elseif.html +share/apps/quanta/doc/php/control-structures.for.html +share/apps/quanta/doc/php/control-structures.foreach.html +share/apps/quanta/doc/php/control-structures.html +share/apps/quanta/doc/php/control-structures.switch.html +share/apps/quanta/doc/php/control-structures.while.html +share/apps/quanta/doc/php/copyright.html +share/apps/quanta/doc/php/debugger-protocol.html +share/apps/quanta/doc/php/debugger.html +share/apps/quanta/doc/php/feature-fileupload.multiple.html +share/apps/quanta/doc/php/features.connection-handling.html +share/apps/quanta/doc/php/features.cookies.html +share/apps/quanta/doc/php/features.error-handling.html +share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html +share/apps/quanta/doc/php/features.file-upload.html +share/apps/quanta/doc/php/features.file-upload.put-method.html +share/apps/quanta/doc/php/features.html +share/apps/quanta/doc/php/features.http-auth.html +share/apps/quanta/doc/php/features.images.html +share/apps/quanta/doc/php/features.persistent-connections.html +share/apps/quanta/doc/php/features.remote-files.html +share/apps/quanta/doc/php/funcref.html +share/apps/quanta/doc/php/function.abs.html +share/apps/quanta/doc/php/function.acos.html +share/apps/quanta/doc/php/function.addcslashes.html +share/apps/quanta/doc/php/function.addslashes.html +share/apps/quanta/doc/php/function.apache-lookup-uri.html +share/apps/quanta/doc/php/function.apache-note.html +share/apps/quanta/doc/php/function.array-count-values.html +share/apps/quanta/doc/php/function.array-flip.html +share/apps/quanta/doc/php/function.array-keys.html +share/apps/quanta/doc/php/function.array-merge.html +share/apps/quanta/doc/php/function.array-pad.html +share/apps/quanta/doc/php/function.array-pop.html +share/apps/quanta/doc/php/function.array-push.html +share/apps/quanta/doc/php/function.array-reverse.html +share/apps/quanta/doc/php/function.array-shift.html +share/apps/quanta/doc/php/function.array-slice.html +share/apps/quanta/doc/php/function.array-splice.html +share/apps/quanta/doc/php/function.array-unshift.html +share/apps/quanta/doc/php/function.array-values.html +share/apps/quanta/doc/php/function.array-walk.html +share/apps/quanta/doc/php/function.array.html +share/apps/quanta/doc/php/function.arsort.html +share/apps/quanta/doc/php/function.asin.html +share/apps/quanta/doc/php/function.asort.html +share/apps/quanta/doc/php/function.aspell-check-raw.html +share/apps/quanta/doc/php/function.aspell-check.html +share/apps/quanta/doc/php/function.aspell-new.html +share/apps/quanta/doc/php/function.aspell-suggest.html +share/apps/quanta/doc/php/function.atan.html +share/apps/quanta/doc/php/function.atan2.html +share/apps/quanta/doc/php/function.base-convert.html +share/apps/quanta/doc/php/function.base64-decode.html +share/apps/quanta/doc/php/function.base64-encode.html +share/apps/quanta/doc/php/function.basename.html +share/apps/quanta/doc/php/function.bcadd.html +share/apps/quanta/doc/php/function.bccomp.html +share/apps/quanta/doc/php/function.bcdiv.html +share/apps/quanta/doc/php/function.bcmod.html +share/apps/quanta/doc/php/function.bcmul.html +share/apps/quanta/doc/php/function.bcpow.html +share/apps/quanta/doc/php/function.bcscale.html +share/apps/quanta/doc/php/function.bcsqrt.html +share/apps/quanta/doc/php/function.bcsub.html +share/apps/quanta/doc/php/function.bin2hex.html +share/apps/quanta/doc/php/function.bindec.html +share/apps/quanta/doc/php/function.ceil.html +share/apps/quanta/doc/php/function.chdir.html +share/apps/quanta/doc/php/function.checkdate.html +share/apps/quanta/doc/php/function.checkdnsrr.html +share/apps/quanta/doc/php/function.chgrp.html +share/apps/quanta/doc/php/function.chmod.html +share/apps/quanta/doc/php/function.chop.html +share/apps/quanta/doc/php/function.chown.html +share/apps/quanta/doc/php/function.chr.html +share/apps/quanta/doc/php/function.chunk-split.html +share/apps/quanta/doc/php/function.clearstatcache.html +share/apps/quanta/doc/php/function.closedir.html +share/apps/quanta/doc/php/function.closelog.html +share/apps/quanta/doc/php/function.compact.html +share/apps/quanta/doc/php/function.connection-aborted.html +share/apps/quanta/doc/php/function.connection-status.html +share/apps/quanta/doc/php/function.connection-timeout.html +share/apps/quanta/doc/php/function.convert-cyr-string.html +share/apps/quanta/doc/php/function.copy.html +share/apps/quanta/doc/php/function.cos.html +share/apps/quanta/doc/php/function.count-chars.html +share/apps/quanta/doc/php/function.count.html +share/apps/quanta/doc/php/function.cpdf-add-annotation.html +share/apps/quanta/doc/php/function.cpdf-add-outline.html +share/apps/quanta/doc/php/function.cpdf-arc.html +share/apps/quanta/doc/php/function.cpdf-begin-text.html +share/apps/quanta/doc/php/function.cpdf-circle.html +share/apps/quanta/doc/php/function.cpdf-clip.html +share/apps/quanta/doc/php/function.cpdf-close.html +share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath.html +share/apps/quanta/doc/php/function.cpdf-continue-text.html +share/apps/quanta/doc/php/function.cpdf-curveto.html +share/apps/quanta/doc/php/function.cpdf-end-text.html +share/apps/quanta/doc/php/function.cpdf-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-fill.html +share/apps/quanta/doc/php/function.cpdf-finalize-page.html +share/apps/quanta/doc/php/function.cpdf-finalize.html +share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html +share/apps/quanta/doc/php/function.cpdf-import-jpeg.html +share/apps/quanta/doc/php/function.cpdf-lineto.html +share/apps/quanta/doc/php/function.cpdf-moveto.html +share/apps/quanta/doc/php/function.cpdf-open.html +share/apps/quanta/doc/php/function.cpdf-output-buffer.html +share/apps/quanta/doc/php/function.cpdf-page-init.html +share/apps/quanta/doc/php/function.cpdf-place-inline-image.html +share/apps/quanta/doc/php/function.cpdf-rect.html +share/apps/quanta/doc/php/function.cpdf-restore.html +share/apps/quanta/doc/php/function.cpdf-rlineto.html +share/apps/quanta/doc/php/function.cpdf-rmoveto.html +share/apps/quanta/doc/php/function.cpdf-rotate.html +share/apps/quanta/doc/php/function.cpdf-save-to-file.html +share/apps/quanta/doc/php/function.cpdf-save.html +share/apps/quanta/doc/php/function.cpdf-scale.html +share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html +share/apps/quanta/doc/php/function.cpdf-set-creator.html +share/apps/quanta/doc/php/function.cpdf-set-current-page.html +share/apps/quanta/doc/php/function.cpdf-set-font.html +share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.cpdf-set-keywords.html +share/apps/quanta/doc/php/function.cpdf-set-leading.html +share/apps/quanta/doc/php/function.cpdf-set-page-animation.html +share/apps/quanta/doc/php/function.cpdf-set-subject.html +share/apps/quanta/doc/php/langref.html +share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html +share/apps/quanta/doc/php/function.cpdf-set-text-pos.html +share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html +share/apps/quanta/doc/php/function.cpdf-set-text-rise.html +share/apps/quanta/doc/php/function.cpdf-set-title.html +share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html +share/apps/quanta/doc/php/function.cpdf-setdash.html +share/apps/quanta/doc/php/function.cpdf-setflat.html +share/apps/quanta/doc/php/function.cpdf-setgray-fill.html +share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html +share/apps/quanta/doc/php/function.cpdf-setgray.html +share/apps/quanta/doc/php/function.cpdf-setlinecap.html +share/apps/quanta/doc/php/manual.html +share/apps/quanta/doc/php/function.cpdf-setlinejoin.html +share/apps/quanta/doc/php/function.cpdf-setlinewidth.html +share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html +share/apps/quanta/doc/php/function.cpdf-show-xy.html +share/apps/quanta/doc/php/function.cpdf-show.html +share/apps/quanta/doc/php/function.cpdf-stringwidth.html +share/apps/quanta/doc/php/function.cpdf-stroke.html +share/apps/quanta/doc/php/function.cpdf-text.html +share/apps/quanta/doc/php/function.cpdf-translate.html +share/apps/quanta/doc/php/function.crypt.html +share/apps/quanta/doc/php/function.current.html +share/apps/quanta/doc/php/function.date.html +share/apps/quanta/doc/php/function.dba-close.html +share/apps/quanta/doc/php/function.dba-delete.html +share/apps/quanta/doc/php/function.dba-exists.html +share/apps/quanta/doc/php/function.dba-fetch.html +share/apps/quanta/doc/php/function.dba-firstkey.html +share/apps/quanta/doc/php/function.dba-insert.html +share/apps/quanta/doc/php/function.dba-nextkey.html +share/apps/quanta/doc/php/function.dba-open.html +share/apps/quanta/doc/php/function.dba-optimize.html +share/apps/quanta/doc/php/function.dba-popen.html +share/apps/quanta/doc/php/function.dba-replace.html +share/apps/quanta/doc/php/function.dba-sync.html +share/apps/quanta/doc/php/function.dbase-add-record.html +share/apps/quanta/doc/php/function.dbase-close.html +share/apps/quanta/doc/php/function.dbase-create.html +share/apps/quanta/doc/php/function.dbase-delete-record.html +share/apps/quanta/doc/php/function.dbase-get-record-with-names.html +share/apps/quanta/doc/php/function.dbase-get-record.html +share/apps/quanta/doc/php/function.dbase-numfields.html +share/apps/quanta/doc/php/function.dbase-numrecords.html +share/apps/quanta/doc/php/function.dbase-open.html +share/apps/quanta/doc/php/function.dbase-pack.html +share/apps/quanta/doc/php/function.dbase-replace-record.html +share/apps/quanta/doc/php/function.dblist.html +share/apps/quanta/doc/php/function.dbmclose.html +share/apps/quanta/doc/php/function.dbmdelete.html +share/apps/quanta/doc/php/function.dbmexists.html +share/apps/quanta/doc/php/function.dbmfetch.html +share/apps/quanta/doc/php/function.dbmfirstkey.html +share/apps/quanta/doc/php/function.dbminsert.html +share/apps/quanta/doc/php/function.dbmnextkey.html +share/apps/quanta/doc/php/function.dbmopen.html +share/apps/quanta/doc/php/function.dbmreplace.html +share/apps/quanta/doc/php/function.debugger-off.html +share/apps/quanta/doc/php/function.debugger-on.html +share/apps/quanta/doc/php/function.decbin.html +share/apps/quanta/doc/php/function.dechex.html +share/apps/quanta/doc/php/function.decoct.html +share/apps/quanta/doc/php/function.define.html +share/apps/quanta/doc/php/function.defined.html +share/apps/quanta/doc/php/function.delete.html +share/apps/quanta/doc/php/function.die.html +share/apps/quanta/doc/php/function.dirname.html +share/apps/quanta/doc/php/function.diskfreespace.html +share/apps/quanta/doc/php/function.dl.html +share/apps/quanta/doc/php/function.doubleval.html +share/apps/quanta/doc/php/function.each.html +share/apps/quanta/doc/php/function.easter-date.html +share/apps/quanta/doc/php/function.easter-days.html +share/apps/quanta/doc/php/function.echo.html +share/apps/quanta/doc/php/function.empty.html +share/apps/quanta/doc/php/function.end.html +share/apps/quanta/doc/php/function.ereg-replace.html +share/apps/quanta/doc/php/function.ereg.html +share/apps/quanta/doc/php/function.eregi-replace.html +share/apps/quanta/doc/php/function.eregi.html +share/apps/quanta/doc/php/function.error-log.html +share/apps/quanta/doc/php/function.error-reporting.html +share/apps/quanta/doc/php/function.escapeshellcmd.html +share/apps/quanta/doc/php/function.eval.html +share/apps/quanta/doc/php/function.exec.html +share/apps/quanta/doc/php/function.exit.html +share/apps/quanta/doc/php/function.exp.html +share/apps/quanta/doc/php/function.explode.html +share/apps/quanta/doc/php/function.extension-loaded.html +share/apps/quanta/doc/php/function.extract.html +share/apps/quanta/doc/php/function.fclose.html +share/apps/quanta/doc/php/function.fdf-close.html +share/apps/quanta/doc/php/function.fdf-create.html +share/apps/quanta/doc/php/function.fdf-get-file.html +share/apps/quanta/doc/php/function.fdf-get-status.html +share/apps/quanta/doc/php/function.fdf-get-value.html +share/apps/quanta/doc/php/function.fdf-next-field-name.html +share/apps/quanta/doc/php/function.fdf-open.html +share/apps/quanta/doc/php/function.fdf-save.html +share/apps/quanta/doc/php/function.fdf-set-ap.html +share/apps/quanta/doc/php/function.fdf-set-file.html +share/apps/quanta/doc/php/function.fdf-set-status.html +share/apps/quanta/doc/php/function.fdf-set-value.html +share/apps/quanta/doc/php/function.feof.html +share/apps/quanta/doc/php/function.fgetc.html +share/apps/quanta/doc/php/function.fgetcsv.html +share/apps/quanta/doc/php/function.fgets.html +share/apps/quanta/doc/php/function.fgetss.html +share/apps/quanta/doc/php/function.file-exists.html +share/apps/quanta/doc/php/function.file.html +share/apps/quanta/doc/php/function.fileatime.html +share/apps/quanta/doc/php/function.filectime.html +share/apps/quanta/doc/php/function.filegroup.html +share/apps/quanta/doc/php/function.fileinode.html +share/apps/quanta/doc/php/function.filemtime.html +share/apps/quanta/doc/php/function.fileowner.html +share/apps/quanta/doc/php/function.fileperms.html +share/apps/quanta/doc/php/function.filepro-fieldcount.html +share/apps/quanta/doc/php/function.filepro-fieldname.html +share/apps/quanta/doc/php/function.filepro-fieldtype.html +share/apps/quanta/doc/php/function.filepro-fieldwidth.html +share/apps/quanta/doc/php/function.filepro-retrieve.html +share/apps/quanta/doc/php/function.filepro-rowcount.html +share/apps/quanta/doc/php/function.filepro.html +share/apps/quanta/doc/php/function.filesize.html +share/apps/quanta/doc/php/function.filetype.html +share/apps/quanta/doc/php/function.flock.html +share/apps/quanta/doc/php/function.floor.html +share/apps/quanta/doc/php/function.flush.html +share/apps/quanta/doc/php/function.fopen.html +share/apps/quanta/doc/php/function.fpassthru.html +share/apps/quanta/doc/php/function.fputs.html +share/apps/quanta/doc/php/function.fread.html +share/apps/quanta/doc/php/function.frenchtojd.html +share/apps/quanta/doc/php/function.fseek.html +share/apps/quanta/doc/php/function.fsockopen.html +share/apps/quanta/doc/php/function.ftell.html +share/apps/quanta/doc/php/function.ftp-cdup.html +share/apps/quanta/doc/php/function.ftp-chdir.html +share/apps/quanta/doc/php/function.ftp-connect.html +share/apps/quanta/doc/php/function.ftp-delete.html +share/apps/quanta/doc/php/oop.html +share/apps/quanta/doc/php/function.ftp-fget.html +share/apps/quanta/doc/php/function.ftp-fput.html +share/apps/quanta/doc/php/function.ftp-get.html +share/apps/quanta/doc/php/function.ftp-login.html +share/apps/quanta/doc/php/function.ftp-mdtm.html +share/apps/quanta/doc/php/function.ftp-mkdir.html +share/apps/quanta/doc/php/function.ftp-nlist.html +share/apps/quanta/doc/php/function.ftp-pasv.html +share/apps/quanta/doc/php/function.ftp-put.html +share/apps/quanta/doc/php/function.ftp-pwd.html +share/apps/quanta/doc/php/function.ftp-quit.html +share/apps/quanta/doc/php/function.ftp-rawlist.html +share/apps/quanta/doc/php/function.ftp-rename.html +share/apps/quanta/doc/php/function.ftp-rmdir.html +share/apps/quanta/doc/php/function.ftp-site.html +share/apps/quanta/doc/php/functions.html +share/apps/quanta/doc/php/function.ftp-size.html +share/apps/quanta/doc/php/function.ftp-systype.html +share/apps/quanta/doc/php/function.func-get-arg.html +share/apps/quanta/doc/php/function.func-get-args.html +share/apps/quanta/doc/php/function.func-num-args.html +share/apps/quanta/doc/php/function.function-exists.html +share/apps/quanta/doc/php/function.fwrite.html +share/apps/quanta/doc/php/function.get-browser.html +share/apps/quanta/doc/php/function.get-cfg-var.html +share/apps/quanta/doc/php/function.get-current-user.html +share/apps/quanta/doc/php/function.get-html-translation-table.html +share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html +share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.get-meta-tags.html +share/apps/quanta/doc/php/function.getallheaders.html +share/apps/quanta/doc/php/function.getdate.html +share/apps/quanta/doc/php/function.getenv.html +share/apps/quanta/doc/php/function.gethostbyaddr.html +share/apps/quanta/doc/php/function.gethostbyname.html +share/apps/quanta/doc/php/function.gethostbynamel.html +share/apps/quanta/doc/php/function.getimagesize.html +share/apps/quanta/doc/php/function.getlastmod.html +share/apps/quanta/doc/php/function.getmxrr.html +share/apps/quanta/doc/php/function.getmyinode.html +share/apps/quanta/doc/php/function.getmypid.html +share/apps/quanta/doc/php/function.getmyuid.html +share/apps/quanta/doc/php/function.getprotobyname.html +share/apps/quanta/doc/php/ref.bc.html +share/apps/quanta/doc/php/function.getprotobynumber.html +share/apps/quanta/doc/php/function.getrandmax.html +share/apps/quanta/doc/php/function.getrusage.html +share/apps/quanta/doc/php/function.getservbyname.html +share/apps/quanta/doc/php/function.getservbyport.html +share/apps/quanta/doc/php/function.gettimeofday.html +share/apps/quanta/doc/php/function.gettype.html +share/apps/quanta/doc/php/function.gmdate.html +share/apps/quanta/doc/php/function.gmmktime.html +share/apps/quanta/doc/php/function.gmstrftime.html +share/apps/quanta/doc/php/function.gregoriantojd.html +share/apps/quanta/doc/php/function.gzclose.html +share/apps/quanta/doc/php/function.gzeof.html +share/apps/quanta/doc/php/function.gzfile.html +share/apps/quanta/doc/php/function.gzgetc.html +share/apps/quanta/doc/php/function.gzgets.html +share/apps/quanta/doc/php/function.gzgetss.html +share/apps/quanta/doc/php/function.gzopen.html +share/apps/quanta/doc/php/function.gzpassthru.html +share/apps/quanta/doc/php/function.gzputs.html +share/apps/quanta/doc/php/function.gzread.html +share/apps/quanta/doc/php/function.gzrewind.html +share/apps/quanta/doc/php/function.gzseek.html +share/apps/quanta/doc/php/function.gztell.html +share/apps/quanta/doc/php/function.gzwrite.html +share/apps/quanta/doc/php/function.header.html +share/apps/quanta/doc/php/function.hexdec.html +share/apps/quanta/doc/php/function.htmlentities.html +share/apps/quanta/doc/php/function.htmlspecialchars.html +share/apps/quanta/doc/php/function.hw-array2objrec.html +share/apps/quanta/doc/php/function.hw-children.html +share/apps/quanta/doc/php/function.hw-childrenobj.html +share/apps/quanta/doc/php/function.hw-close.html +share/apps/quanta/doc/php/function.hw-connect.html +share/apps/quanta/doc/php/function.hw-cp.html +share/apps/quanta/doc/php/function.hw-deleteobject.html +share/apps/quanta/doc/php/function.hw-docbyanchor.html +share/apps/quanta/doc/php/function.hw-docbyanchorobj.html +share/apps/quanta/doc/php/function.hw-documentattributes.html +share/apps/quanta/doc/php/function.hw-documentbodytag.html +share/apps/quanta/doc/php/function.hw-documentcontent.html +share/apps/quanta/doc/php/function.hw-documentsetcontent.html +share/apps/quanta/doc/php/function.hw-documentsize.html +share/apps/quanta/doc/php/function.hw-edittext.html +share/apps/quanta/doc/php/function.hw-error.html +share/apps/quanta/doc/php/function.hw-errormsg.html +share/apps/quanta/doc/php/function.hw-free-document.html +share/apps/quanta/doc/php/function.hw-getanchors.html +share/apps/quanta/doc/php/function.hw-getanchorsobj.html +share/apps/quanta/doc/php/function.hw-getandlock.html +share/apps/quanta/doc/php/function.hw-getchildcoll.html +share/apps/quanta/doc/php/function.hw-getchildcollobj.html +share/apps/quanta/doc/php/function.hw-getchilddoccoll.html +share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html +share/apps/quanta/doc/php/function.hw-getobject.html +share/apps/quanta/doc/php/function.hw-getobjectbyquery.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html +share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html +share/apps/quanta/doc/php/function.hw-getparents.html +share/apps/quanta/doc/php/function.hw-getparentsobj.html +share/apps/quanta/doc/php/function.hw-getremote.html +share/apps/quanta/doc/php/function.hw-getremotechildren.html +share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html +share/apps/quanta/doc/php/function.hw-gettext.html +share/apps/quanta/doc/php/function.hw-getusername.html +share/apps/quanta/doc/php/function.hw-identify.html +share/apps/quanta/doc/php/function.hw-incollections.html +share/apps/quanta/doc/php/function.hw-info.html +share/apps/quanta/doc/php/function.hw-inscoll.html +share/apps/quanta/doc/php/function.hw-insdoc.html +share/apps/quanta/doc/php/function.hw-insertdocument.html +share/apps/quanta/doc/php/function.hw-insertobject.html +share/apps/quanta/doc/php/function.hw-mapid.html +share/apps/quanta/doc/php/function.hw-modifyobject.html +share/apps/quanta/doc/php/function.hw-mv.html +share/apps/quanta/doc/php/function.hw-new-document.html +share/apps/quanta/doc/php/function.hw-objrec2array.html +share/apps/quanta/doc/php/function.hw-outputdocument.html +share/apps/quanta/doc/php/function.hw-pconnect.html +share/apps/quanta/doc/php/function.hw-pipedocument.html +share/apps/quanta/doc/php/function.hw-root.html +share/apps/quanta/doc/php/function.hw-unlock.html +share/apps/quanta/doc/php/function.hw-who.html +share/apps/quanta/doc/php/function.ibase-bind.html +share/apps/quanta/doc/php/function.ibase-close.html +share/apps/quanta/doc/php/function.ibase-connect.html +share/apps/quanta/doc/php/function.ibase-execute.html +share/apps/quanta/doc/php/function.ibase-fetch-object.html +share/apps/quanta/doc/php/function.ibase-fetch-row.html +share/apps/quanta/doc/php/function.ibase-free-query.html +share/apps/quanta/doc/php/function.ibase-free-result.html +share/apps/quanta/doc/php/function.ibase-num-fields.html +share/apps/quanta/doc/php/function.ibase-pconnect.html +share/apps/quanta/doc/php/function.ibase-prepare.html +share/apps/quanta/doc/php/migration.html +share/apps/quanta/doc/php/function.ibase-query.html +share/apps/quanta/doc/php/function.ibase-timefmt.html +share/apps/quanta/doc/php/function.ifx-affected-rows.html +share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html +share/apps/quanta/doc/php/function.ifx-byteasvarchar.html +share/apps/quanta/doc/php/function.ifx-close.html +share/apps/quanta/doc/php/function.ifx-connect.html +share/apps/quanta/doc/php/function.ifx-copy-blob.html +share/apps/quanta/doc/php/function.ifx-create-blob.html +share/apps/quanta/doc/php/function.ifx-create-char.html +share/apps/quanta/doc/php/function.ifx-do.html +share/apps/quanta/doc/php/function.ifx-error.html +share/apps/quanta/doc/php/function.ifx-errormsg.html +share/apps/quanta/doc/php/function.ifx-query.html +share/apps/quanta/doc/php/function.ifx-fetch-row.html +share/apps/quanta/doc/php/function.ifx-fieldproperties.html +share/apps/quanta/doc/php/function.ifx-fieldtypes.html +share/apps/quanta/doc/php/function.ifx-free-blob.html +share/apps/quanta/doc/php/function.ifx-free-char.html +share/apps/quanta/doc/php/function.ifx-free-result.html +share/apps/quanta/doc/php/function.ifx-get-blob.html +share/apps/quanta/doc/php/function.ifx-get-char.html +share/apps/quanta/doc/php/function.ifx-getsqlca.html +share/apps/quanta/doc/php/function.ifx-htmltbl-result.html +share/apps/quanta/doc/php/function.ifx-nullformat.html +share/apps/quanta/doc/php/function.ifx-num-fields.html +share/apps/quanta/doc/php/function.ifx-num-rows.html +share/apps/quanta/doc/php/function.ifx-pconnect.html +share/apps/quanta/doc/php/function.ifx-prepare.html +share/apps/quanta/doc/php/function.ifx-textasvarchar.html +share/apps/quanta/doc/php/function.ifx-update-blob.html +share/apps/quanta/doc/php/function.ifx-update-char.html +share/apps/quanta/doc/php/function.ifxus-close-slob.html +share/apps/quanta/doc/php/function.ifxus-create-slob.html +share/apps/quanta/doc/php/function.ifxus-free-slob.html +share/apps/quanta/doc/php/function.ifxus-open-slob.html +share/apps/quanta/doc/php/function.ifxus-read-slob.html +share/apps/quanta/doc/php/function.ifxus-seek-slob.html +share/apps/quanta/doc/php/function.ifxus-tell-slob.html +share/apps/quanta/doc/php/function.ifxus-write-slob.html +share/apps/quanta/doc/php/function.ignore-user-abort.html +share/apps/quanta/doc/php/function.imagearc.html +share/apps/quanta/doc/php/function.imagechar.html +share/apps/quanta/doc/php/function.imagecharup.html +share/apps/quanta/doc/php/function.imagecolorallocate.html +share/apps/quanta/doc/php/function.imagecolorat.html +share/apps/quanta/doc/php/function.imagecolorclosest.html +share/apps/quanta/doc/php/function.imagecolorexact.html +share/apps/quanta/doc/php/function.imagecolorresolve.html +share/apps/quanta/doc/php/function.imagecolorset.html +share/apps/quanta/doc/php/function.imagecolorsforindex.html +share/apps/quanta/doc/php/function.imagecolorstotal.html +share/apps/quanta/doc/php/function.imagecolortransparent.html +share/apps/quanta/doc/php/function.imagecopyresized.html +share/apps/quanta/doc/php/function.imagecreate.html +share/apps/quanta/doc/php/function.imagecreatefromgif.html +share/apps/quanta/doc/php/function.imagedashedline.html +share/apps/quanta/doc/php/function.imagedestroy.html +share/apps/quanta/doc/php/function.imagefill.html +share/apps/quanta/doc/php/function.imagefilledpolygon.html +share/apps/quanta/doc/php/function.imagefilledrectangle.html +share/apps/quanta/doc/php/function.imagefilltoborder.html +share/apps/quanta/doc/php/function.imagefontheight.html +share/apps/quanta/doc/php/function.imagefontwidth.html +share/apps/quanta/doc/php/function.imagegif.html +share/apps/quanta/doc/php/function.imageinterlace.html +share/apps/quanta/doc/php/function.imageline.html +share/apps/quanta/doc/php/function.imageloadfont.html +share/apps/quanta/doc/php/function.imagepolygon.html +share/apps/quanta/doc/php/function.imagepsbbox.html +share/apps/quanta/doc/php/function.imagepsencodefont.html +share/apps/quanta/doc/php/function.imagepsfreefont.html +share/apps/quanta/doc/php/function.imagepsloadfont.html +share/apps/quanta/doc/php/function.imagepstext.html +share/apps/quanta/doc/php/function.imagerectangle.html +share/apps/quanta/doc/php/function.imagesetpixel.html +share/apps/quanta/doc/php/function.imagestring.html +share/apps/quanta/doc/php/function.imagestringup.html +share/apps/quanta/doc/php/function.imagesx.html +share/apps/quanta/doc/php/function.imagesy.html +share/apps/quanta/doc/php/function.imagettfbbox.html +share/apps/quanta/doc/php/function.imagettftext.html +share/apps/quanta/doc/php/function.imap-8bit.html +share/apps/quanta/doc/php/function.imap-alerts.html +share/apps/quanta/doc/php/function.imap-append.html +share/apps/quanta/doc/php/function.imap-base64.html +share/apps/quanta/doc/php/function.imap-binary.html +share/apps/quanta/doc/php/function.imap-body.html +share/apps/quanta/doc/php/function.imap-check.html +share/apps/quanta/doc/php/function.imap-clearflag-full.html +share/apps/quanta/doc/php/function.imap-close.html +share/apps/quanta/doc/php/function.imap-createmailbox.html +share/apps/quanta/doc/php/function.imap-delete.html +share/apps/quanta/doc/php/function.imap-errors.html +share/apps/quanta/doc/php/function.imap-deletemailbox.html +share/apps/quanta/doc/php/function.imap-expunge.html +share/apps/quanta/doc/php/function.imap-fetch-overview.html +share/apps/quanta/doc/php/function.imap-fetchbody.html +share/apps/quanta/doc/php/function.imap-fetchheader.html +share/apps/quanta/doc/php/function.imap-fetchstructure.html +share/apps/quanta/doc/php/function.imap-getmailboxes.html +share/apps/quanta/doc/php/function.imap-getsubscribed.html +share/apps/quanta/doc/php/function.imap-header.html +share/apps/quanta/doc/php/function.imap-headers.html +share/apps/quanta/doc/php/function.imap-last-error.html +share/apps/quanta/doc/php/function.imap-listmailbox.html +share/apps/quanta/doc/php/function.isset.html +share/apps/quanta/doc/php/function.imap-listsubscribed.html +share/apps/quanta/doc/php/function.imap-mail-compose.html +share/apps/quanta/doc/php/function.imap-mail-copy.html +share/apps/quanta/doc/php/function.imap-mail-move.html +share/apps/quanta/doc/php/function.imap-mail.html +share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html +share/apps/quanta/doc/php/function.imap-msgno.html +share/apps/quanta/doc/php/function.imap-num-msg.html +share/apps/quanta/doc/php/function.imap-num-recent.html +share/apps/quanta/doc/php/function.imap-open.html +share/apps/quanta/doc/php/function.imap-ping.html +share/apps/quanta/doc/php/function.imap-qprint.html +share/apps/quanta/doc/php/function.imap-renamemailbox.html +share/apps/quanta/doc/php/function.imap-reopen.html +share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html +share/apps/quanta/doc/php/function.imap-rfc822-write-address.html +share/apps/quanta/doc/php/function.imap-scanmailbox.html +share/apps/quanta/doc/php/function.imap-search.html +share/apps/quanta/doc/php/function.imap-setflag-full.html +share/apps/quanta/doc/php/function.imap-sort.html +share/apps/quanta/doc/php/function.imap-status.html +share/apps/quanta/doc/php/function.imap-subscribe.html +share/apps/quanta/doc/php/function.imap-uid.html +share/apps/quanta/doc/php/function.imap-undelete.html +share/apps/quanta/doc/php/function.imap-unsubscribe.html +share/apps/quanta/doc/php/function.imap-utf7-decode.html +share/apps/quanta/doc/php/function.imap-utf7-encode.html +share/apps/quanta/doc/php/function.imap-utf8.html +share/apps/quanta/doc/php/function.implode.html +share/apps/quanta/doc/php/function.in-array.html +share/apps/quanta/doc/php/function.include.html +share/apps/quanta/doc/php/function.intval.html +share/apps/quanta/doc/php/function.iptcparse.html +share/apps/quanta/doc/php/function.is-array.html +share/apps/quanta/doc/php/function.is-dir.html +share/apps/quanta/doc/php/function.is-double.html +share/apps/quanta/doc/php/function.is-executable.html +share/apps/quanta/doc/php/function.is-file.html +share/apps/quanta/doc/php/function.is-float.html +share/apps/quanta/doc/php/function.is-int.html +share/apps/quanta/doc/php/function.is-integer.html +share/apps/quanta/doc/php/function.is-link.html +share/apps/quanta/doc/php/function.is-long.html +share/apps/quanta/doc/php/function.is-object.html +share/apps/quanta/doc/php/function.is-readable.html +share/apps/quanta/doc/php/function.is-real.html +share/apps/quanta/doc/php/function.is-string.html +share/apps/quanta/doc/php/function.is-writeable.html +share/apps/quanta/doc/php/function.jddayofweek.html +share/apps/quanta/doc/php/function.jdmonthname.html +share/apps/quanta/doc/php/function.jdtofrench.html +share/apps/quanta/doc/php/function.jdtogregorian.html +share/apps/quanta/doc/php/function.jdtojewish.html +share/apps/quanta/doc/php/function.jdtojulian.html +share/apps/quanta/doc/php/function.jewishtojd.html +share/apps/quanta/doc/php/function.join.html +share/apps/quanta/doc/php/function.juliantojd.html +share/apps/quanta/doc/php/function.key.html +share/apps/quanta/doc/php/function.krsort.html +share/apps/quanta/doc/php/function.ksort.html +share/apps/quanta/doc/php/function.ldap-add.html +share/apps/quanta/doc/php/function.ldap-bind.html +share/apps/quanta/doc/php/function.ldap-close.html +share/apps/quanta/doc/php/function.ldap-connect.html +share/apps/quanta/doc/php/function.ldap-count-entries.html +share/apps/quanta/doc/php/function.ldap-delete.html +share/apps/quanta/doc/php/function.ldap-dn2ufn.html +share/apps/quanta/doc/php/function.ldap-err2str.html +share/apps/quanta/doc/php/function.ldap-errno.html +share/apps/quanta/doc/php/function.ldap-error.html +share/apps/quanta/doc/php/function.leak.html +share/apps/quanta/doc/php/function.ldap-explode-dn.html +share/apps/quanta/doc/php/function.ldap-first-attribute.html +share/apps/quanta/doc/php/function.ldap-first-entry.html +share/apps/quanta/doc/php/function.ldap-free-result.html +share/apps/quanta/doc/php/function.ldap-get-attributes.html +share/apps/quanta/doc/php/function.ldap-get-dn.html +share/apps/quanta/doc/php/function.ldap-get-entries.html +share/apps/quanta/doc/php/function.ldap-get-values-len.html +share/apps/quanta/doc/php/function.ldap-get-values.html +share/apps/quanta/doc/php/function.ldap-list.html +share/apps/quanta/doc/php/function.ldap-mod-add.html +share/apps/quanta/doc/php/function.ldap-mod-del.html +share/apps/quanta/doc/php/function.ldap-mod-replace.html +share/apps/quanta/doc/php/function.ldap-modify.html +share/apps/quanta/doc/php/function.ldap-next-attribute.html +share/apps/quanta/doc/php/function.ldap-next-entry.html +share/apps/quanta/doc/php/function.ldap-read.html +share/apps/quanta/doc/php/function.ldap-search.html +share/apps/quanta/doc/php/function.ldap-unbind.html +share/apps/quanta/doc/php/function.link.html +share/apps/quanta/doc/php/function.linkinfo.html +share/apps/quanta/doc/php/function.list.html +share/apps/quanta/doc/php/function.log.html +share/apps/quanta/doc/php/function.log10.html +share/apps/quanta/doc/php/function.lstat.html +share/apps/quanta/doc/php/function.ltrim.html +share/apps/quanta/doc/php/function.mail.html +share/apps/quanta/doc/php/function.max.html +share/apps/quanta/doc/php/function.mcal-open.html +share/apps/quanta/doc/php/function.mcal-append-event.html +share/apps/quanta/doc/php/function.mcal-close.html +share/apps/quanta/doc/php/function.mcal-date-compare.html +share/apps/quanta/doc/php/function.mcal-date-valid.html +share/apps/quanta/doc/php/function.mcal-day-of-week.html +share/apps/quanta/doc/php/function.mcal-day-of-year.html +share/apps/quanta/doc/php/function.mcal-days-in-month.html +share/apps/quanta/doc/php/function.mcal-delete-event.html +share/apps/quanta/doc/php/function.mcal-event-init.html +share/apps/quanta/doc/php/function.mcal-event-set-alarm.html +share/apps/quanta/doc/php/function.mcal-event-set-category.html +share/apps/quanta/doc/php/function.mcal-event-set-class.html +share/apps/quanta/doc/php/function.mcal-event-set-description.html +share/apps/quanta/doc/php/function.mcal-event-set-end.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html +share/apps/quanta/doc/php/function.mcal-event-set-start.html +share/apps/quanta/doc/php/function.mcal-event-set-title.html +share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html +share/apps/quanta/doc/php/function.mcal-fetch-event.html +share/apps/quanta/doc/php/function.mcal-is-leap-year.html +share/apps/quanta/doc/php/function.mcal-list-alarms.html +share/apps/quanta/doc/php/function.mcal-list-events.html +share/apps/quanta/doc/php/function.mcal-next-recurrence.html +share/apps/quanta/doc/php/function.mcal-snooze.html +share/apps/quanta/doc/php/function.mcal-store-event.html +share/apps/quanta/doc/php/function.mcal-time-valid.html +share/apps/quanta/doc/php/function.mcrypt-cbc.html +share/apps/quanta/doc/php/function.mcrypt-cfb.html +share/apps/quanta/doc/php/function.mcrypt-create-iv.html +share/apps/quanta/doc/php/phpdevel.html +share/apps/quanta/doc/php/function.mcrypt-ecb.html +share/apps/quanta/doc/php/function.mcrypt-get-block-size.html +share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html +share/apps/quanta/doc/php/function.mcrypt-get-key-size.html +share/apps/quanta/doc/php/function.mcrypt-ofb.html +share/apps/quanta/doc/php/function.md5.html +share/apps/quanta/doc/php/function.metaphone.html +share/apps/quanta/doc/php/function.mhash-count.html +share/apps/quanta/doc/php/function.mhash-get-block-size.html +share/apps/quanta/doc/php/function.mhash-get-hash-name.html +share/apps/quanta/doc/php/function.mhash.html +share/apps/quanta/doc/php/function.microtime.html +share/apps/quanta/doc/php/function.min.html +share/apps/quanta/doc/php/function.mkdir.html +share/apps/quanta/doc/php/function.mktime.html +share/apps/quanta/doc/php/function.msql-affected-rows.html +share/apps/quanta/doc/php/function.msql-close.html +share/apps/quanta/doc/php/function.msql-connect.html +share/apps/quanta/doc/php/function.msql-create-db.html +share/apps/quanta/doc/php/function.msql-createdb.html +share/apps/quanta/doc/php/function.msql-data-seek.html +share/apps/quanta/doc/php/function.msql-dbname.html +share/apps/quanta/doc/php/function.msql-drop-db.html +share/apps/quanta/doc/php/function.msql-dropdb.html +share/apps/quanta/doc/php/function.msql-error.html +share/apps/quanta/doc/php/function.msql-fetch-array.html +share/apps/quanta/doc/php/function.msql-fetch-field.html +share/apps/quanta/doc/php/preface.html +share/apps/quanta/doc/php/function.msql-fetch-object.html +share/apps/quanta/doc/php/function.msql-fetch-row.html +share/apps/quanta/doc/php/function.msql-field-seek.html +share/apps/quanta/doc/php/function.msql-fieldflags.html +share/apps/quanta/doc/php/function.msql-fieldlen.html +share/apps/quanta/doc/php/function.msql-fieldname.html +share/apps/quanta/doc/php/function.msql-fieldtable.html +share/apps/quanta/doc/php/function.msql-fieldtype.html +share/apps/quanta/doc/php/function.msql-free-result.html +share/apps/quanta/doc/php/function.msql-freeresult.html +share/apps/quanta/doc/php/function.msql-list-dbs.html +share/apps/quanta/doc/php/function.msql-list-fields.html +share/apps/quanta/doc/php/function.msql-list-tables.html +share/apps/quanta/doc/php/function.msql-listdbs.html +share/apps/quanta/doc/php/function.msql-listfields.html +share/apps/quanta/doc/php/function.msql-listtables.html +share/apps/quanta/doc/php/function.msql-num-fields.html +share/apps/quanta/doc/php/function.msql-num-rows.html +share/apps/quanta/doc/php/function.msql-numfields.html +share/apps/quanta/doc/php/function.msql-numrows.html +share/apps/quanta/doc/php/function.msql-pconnect.html +share/apps/quanta/doc/php/function.msql-query.html +share/apps/quanta/doc/php/function.msql-regcase.html +share/apps/quanta/doc/php/function.msql-result.html +share/apps/quanta/doc/php/function.msql-select-db.html +share/apps/quanta/doc/php/function.msql-selectdb.html +share/apps/quanta/doc/php/ref.apache.html +share/apps/quanta/doc/php/function.msql-tablename.html +share/apps/quanta/doc/php/function.msql.html +share/apps/quanta/doc/php/function.mssql-close.html +share/apps/quanta/doc/php/function.mssql-connect.html +share/apps/quanta/doc/php/function.mssql-data-seek.html +share/apps/quanta/doc/php/function.mssql-fetch-array.html +share/apps/quanta/doc/php/function.mssql-fetch-field.html +share/apps/quanta/doc/php/function.mssql-fetch-object.html +share/apps/quanta/doc/php/function.mssql-fetch-row.html +share/apps/quanta/doc/php/function.mssql-field-length.html +share/apps/quanta/doc/php/function.mssql-field-name.html +share/apps/quanta/doc/php/function.mssql-field-seek.html +share/apps/quanta/doc/php/function.mssql-field-type.html +share/apps/quanta/doc/php/function.mssql-free-result.html +share/apps/quanta/doc/php/function.mssql-get-last-message.html +share/apps/quanta/doc/php/function.mssql-min-error-severity.html +share/apps/quanta/doc/php/function.mssql-min-message-severity.html +share/apps/quanta/doc/php/function.mssql-num-fields.html +share/apps/quanta/doc/php/function.mssql-num-rows.html +share/apps/quanta/doc/php/function.mssql-pconnect.html +share/apps/quanta/doc/php/function.mssql-query.html +share/apps/quanta/doc/php/function.mssql-result.html +share/apps/quanta/doc/php/function.mssql-select-db.html +share/apps/quanta/doc/php/function.mt-getrandmax.html +share/apps/quanta/doc/php/function.mt-rand.html +share/apps/quanta/doc/php/ref.array.html +share/apps/quanta/doc/php/function.mt-srand.html +share/apps/quanta/doc/php/function.mysql-affected-rows.html +share/apps/quanta/doc/php/function.mysql-change-user.html +share/apps/quanta/doc/php/function.mysql-close.html +share/apps/quanta/doc/php/function.mysql-connect.html +share/apps/quanta/doc/php/function.mysql-create-db.html +share/apps/quanta/doc/php/function.mysql-data-seek.html +share/apps/quanta/doc/php/function.mysql-db-query.html +share/apps/quanta/doc/php/function.mysql-drop-db.html +share/apps/quanta/doc/php/function.mysql-errno.html +share/apps/quanta/doc/php/function.mysql-error.html +share/apps/quanta/doc/php/function.mysql-fetch-array.html +share/apps/quanta/doc/php/function.mysql-fetch-field.html +share/apps/quanta/doc/php/function.mysql-fetch-lengths.html +share/apps/quanta/doc/php/function.mysql-fetch-object.html +share/apps/quanta/doc/php/function.mysql-fetch-row.html +share/apps/quanta/doc/php/function.mysql-field-flags.html +share/apps/quanta/doc/php/function.mysql-field-len.html +share/apps/quanta/doc/php/function.mysql-field-name.html +share/apps/quanta/doc/php/function.mysql-field-seek.html +share/apps/quanta/doc/php/function.mysql-field-table.html +share/apps/quanta/doc/php/function.mysql-field-type.html +share/apps/quanta/doc/php/function.mysql-free-result.html +share/apps/quanta/doc/php/function.mysql-insert-id.html +share/apps/quanta/doc/php/function.mysql-list-dbs.html +share/apps/quanta/doc/php/ref.aspell.html +share/apps/quanta/doc/php/function.mysql-list-fields.html +share/apps/quanta/doc/php/function.mysql-list-tables.html +share/apps/quanta/doc/php/function.mysql-num-fields.html +share/apps/quanta/doc/php/function.mysql-num-rows.html +share/apps/quanta/doc/php/function.mysql-pconnect.html +share/apps/quanta/doc/php/function.mysql-query.html +share/apps/quanta/doc/php/function.mysql-result.html +share/apps/quanta/doc/php/function.mysql-select-db.html +share/apps/quanta/doc/php/function.mysql-tablename.html +share/apps/quanta/doc/php/function.next.html +share/apps/quanta/doc/php/function.nl2br.html +share/apps/quanta/doc/php/function.number-format.html +share/apps/quanta/doc/php/function.ocibindbyname.html +share/apps/quanta/doc/php/function.ocicommit.html +share/apps/quanta/doc/php/function.ocicolumnisnull.html +share/apps/quanta/doc/php/function.ocicolumnname.html +share/apps/quanta/doc/php/function.ocicolumnsize.html +share/apps/quanta/doc/php/function.ocicolumntype.html +share/apps/quanta/doc/php/function.ocidefinebyname.html +share/apps/quanta/doc/php/function.ocierror.html +share/apps/quanta/doc/php/function.ociexecute.html +share/apps/quanta/doc/php/function.ocifetch.html +share/apps/quanta/doc/php/function.ocifetchinto.html +share/apps/quanta/doc/php/function.ocifetchstatement.html +share/apps/quanta/doc/php/function.ocifreecursor.html +share/apps/quanta/doc/php/function.ocifreestatement.html +share/apps/quanta/doc/php/function.ociinternaldebug.html +share/apps/quanta/doc/php/function.ocilogoff.html +share/apps/quanta/doc/php/function.ocilogon.html +share/apps/quanta/doc/php/function.ocinewcursor.html +share/apps/quanta/doc/php/function.ocinewdescriptor.html +share/apps/quanta/doc/php/function.ocinlogon.html +share/apps/quanta/doc/php/function.octdec.html +share/apps/quanta/doc/php/function.ocinumcols.html +share/apps/quanta/doc/php/function.ociparse.html +share/apps/quanta/doc/php/function.ociplogon.html +share/apps/quanta/doc/php/function.ociresult.html +share/apps/quanta/doc/php/function.ocirollback.html +share/apps/quanta/doc/php/function.ocirowcount.html +share/apps/quanta/doc/php/function.ociserverversion.html +share/apps/quanta/doc/php/function.ocistatementtype.html +share/apps/quanta/doc/php/function.odbc-autocommit.html +share/apps/quanta/doc/php/function.odbc-binmode.html +share/apps/quanta/doc/php/function.odbc-close-all.html +share/apps/quanta/doc/php/function.odbc-close.html +share/apps/quanta/doc/php/function.odbc-commit.html +share/apps/quanta/doc/php/function.odbc-connect.html +share/apps/quanta/doc/php/function.odbc-cursor.html +share/apps/quanta/doc/php/function.odbc-do.html +share/apps/quanta/doc/php/function.odbc-exec.html +share/apps/quanta/doc/php/function.odbc-execute.html +share/apps/quanta/doc/php/function.odbc-fetch-into.html +share/apps/quanta/doc/php/function.odbc-fetch-row.html +share/apps/quanta/doc/php/function.odbc-field-len.html +share/apps/quanta/doc/php/function.odbc-field-name.html +share/apps/quanta/doc/php/function.opendir.html +share/apps/quanta/doc/php/function.odbc-field-type.html +share/apps/quanta/doc/php/function.odbc-free-result.html +share/apps/quanta/doc/php/function.odbc-longreadlen.html +share/apps/quanta/doc/php/function.odbc-num-fields.html +share/apps/quanta/doc/php/function.odbc-num-rows.html +share/apps/quanta/doc/php/function.odbc-pconnect.html +share/apps/quanta/doc/php/function.odbc-prepare.html +share/apps/quanta/doc/php/function.odbc-result-all.html +share/apps/quanta/doc/php/function.odbc-result.html +share/apps/quanta/doc/php/function.odbc-rollback.html +share/apps/quanta/doc/php/function.odbc-setoption.html +share/apps/quanta/doc/php/function.openlog.html +share/apps/quanta/doc/php/function.ora-bind.html +share/apps/quanta/doc/php/function.ord.html +share/apps/quanta/doc/php/function.ora-close.html +share/apps/quanta/doc/php/function.ora-columnname.html +share/apps/quanta/doc/php/function.ora-columntype.html +share/apps/quanta/doc/php/function.ora-commit.html +share/apps/quanta/doc/php/function.ora-commitoff.html +share/apps/quanta/doc/php/function.ora-commiton.html +share/apps/quanta/doc/php/function.ora-error.html +share/apps/quanta/doc/php/function.ora-errorcode.html +share/apps/quanta/doc/php/function.ora-exec.html +share/apps/quanta/doc/php/function.ora-fetch.html +share/apps/quanta/doc/php/function.ora-getcolumn.html +share/apps/quanta/doc/php/function.ora-logoff.html +share/apps/quanta/doc/php/function.ora-logon.html +share/apps/quanta/doc/php/function.ora-open.html +share/apps/quanta/doc/php/ref.cpdf.html +share/apps/quanta/doc/php/function.ora-parse.html +share/apps/quanta/doc/php/function.ora-rollback.html +share/apps/quanta/doc/php/function.pack.html +share/apps/quanta/doc/php/function.parse-str.html +share/apps/quanta/doc/php/function.parse-url.html +share/apps/quanta/doc/php/function.passthru.html +share/apps/quanta/doc/php/function.pclose.html +share/apps/quanta/doc/php/function.pdf-add-annotation.html +share/apps/quanta/doc/php/function.pdf-add-outline.html +share/apps/quanta/doc/php/function.pdf-arc.html +share/apps/quanta/doc/php/function.pdf-begin-page.html +share/apps/quanta/doc/php/function.pdf-circle.html +share/apps/quanta/doc/php/function.pdf-clip.html +share/apps/quanta/doc/php/function.pdf-close-image.html +share/apps/quanta/doc/php/ref.dba.html +share/apps/quanta/doc/php/function.pdf-close.html +share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath.html +share/apps/quanta/doc/php/function.pdf-continue-text.html +share/apps/quanta/doc/php/function.pdf-curveto.html +share/apps/quanta/doc/php/function.pdf-end-page.html +share/apps/quanta/doc/php/function.pdf-endpath.html +share/apps/quanta/doc/php/function.pdf-execute-image.html +share/apps/quanta/doc/php/function.pdf-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-fill.html +share/apps/quanta/doc/php/function.pdf-get-info.html +share/apps/quanta/doc/php/function.pdf-lineto.html +share/apps/quanta/doc/php/ref.dl.html +share/apps/quanta/doc/php/function.pdf-moveto.html +share/apps/quanta/doc/php/function.pdf-open-gif.html +share/apps/quanta/doc/php/function.pdf-open-jpeg.html +share/apps/quanta/doc/php/function.pdf-open-memory-image.html +share/apps/quanta/doc/php/function.pdf-open.html +share/apps/quanta/doc/php/function.pdf-place-image.html +share/apps/quanta/doc/php/function.pdf-put-image.html +share/apps/quanta/doc/php/function.pdf-rect.html +share/apps/quanta/doc/php/function.pdf-restore.html +share/apps/quanta/doc/php/function.pdf-rotate.html +share/apps/quanta/doc/php/function.pdf-save.html +share/apps/quanta/doc/php/function.pdf-scale.html +share/apps/quanta/doc/php/function.pdf-set-char-spacing.html +share/apps/quanta/doc/php/function.pdf-set-duration.html +share/apps/quanta/doc/php/function.pdf-set-font.html +share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.pdf-set-info-author.html +share/apps/quanta/doc/php/function.pdf-set-info-creator.html +share/apps/quanta/doc/php/function.pdf-set-info-keywords.html +share/apps/quanta/doc/php/function.pdf-set-info-subject.html +share/apps/quanta/doc/php/function.pdf-set-info-title.html +share/apps/quanta/doc/php/function.pdf-set-leading.html +share/apps/quanta/doc/php/function.pdf-set-parameter.html +share/apps/quanta/doc/php/function.pdf-set-text-matrix.html +share/apps/quanta/doc/php/function.pdf-set-text-pos.html +share/apps/quanta/doc/php/function.pdf-set-text-rendering.html +share/apps/quanta/doc/php/function.pdf-set-text-rise.html +share/apps/quanta/doc/php/function.pdf-set-transition.html +share/apps/quanta/doc/php/function.pdf-set-word-spacing.html +share/apps/quanta/doc/php/function.pdf-setdash.html +share/apps/quanta/doc/php/function.pdf-setflat.html +share/apps/quanta/doc/php/function.pdf-setgray-fill.html +share/apps/quanta/doc/php/function.pdf-setgray-stroke.html +share/apps/quanta/doc/php/function.pdf-setgray.html +share/apps/quanta/doc/php/function.pdf-setlinecap.html +share/apps/quanta/doc/php/function.pdf-setlinejoin.html +share/apps/quanta/doc/php/function.pdf-setlinewidth.html +share/apps/quanta/doc/php/function.pdf-setmiterlimit.html +share/apps/quanta/doc/php/function.pdf-show.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor.html +share/apps/quanta/doc/php/function.pdf-show-boxed.html +share/apps/quanta/doc/php/function.pdf-show-xy.html +share/apps/quanta/doc/php/function.pdf-skew.html +share/apps/quanta/doc/php/function.pdf-stringwidth.html +share/apps/quanta/doc/php/function.pdf-stroke.html +share/apps/quanta/doc/php/function.pdf-translate.html +share/apps/quanta/doc/php/function.pfsockopen.html +share/apps/quanta/doc/php/function.pg-close.html +share/apps/quanta/doc/php/function.pg-cmdtuples.html +share/apps/quanta/doc/php/function.pg-connect.html +share/apps/quanta/doc/php/var.html +share/apps/quanta/doc/php/function.pg-dbname.html +share/apps/quanta/doc/php/function.pg-errormessage.html +share/apps/quanta/doc/php/function.pg-exec.html +share/apps/quanta/doc/php/function.pg-fetch-array.html +share/apps/quanta/doc/php/function.pg-fetch-object.html +share/apps/quanta/doc/php/function.pg-fetch-row.html +share/apps/quanta/doc/php/function.pg-fieldisnull.html +share/apps/quanta/doc/php/function.pg-fieldname.html +share/apps/quanta/doc/php/function.pg-fieldnum.html +share/apps/quanta/doc/php/function.pg-fieldprtlen.html +share/apps/quanta/doc/php/function.pg-fieldsize.html +share/apps/quanta/doc/php/function.pg-fieldtype.html +share/apps/quanta/doc/php/function.pg-freeresult.html +share/apps/quanta/doc/php/function.pg-host.html +share/apps/quanta/doc/php/function.pg-getlastoid.html +share/apps/quanta/doc/php/function.pg-loclose.html +share/apps/quanta/doc/php/function.pg-locreate.html +share/apps/quanta/doc/php/function.pg-loopen.html +share/apps/quanta/doc/php/function.pg-loread.html +share/apps/quanta/doc/php/function.pg-loreadall.html +share/apps/quanta/doc/php/function.pg-lounlink.html +share/apps/quanta/doc/php/function.pg-lowrite.html +share/apps/quanta/doc/php/function.pg-numfields.html +share/apps/quanta/doc/php/function.pg-numrows.html +share/apps/quanta/doc/php/function.pg-options.html +share/apps/quanta/doc/php/function.pg-pconnect.html +share/apps/quanta/doc/php/function.pg-port.html +share/apps/quanta/doc/php/function.pg-result.html +share/apps/quanta/doc/php/ref.dbase.html +share/apps/quanta/doc/php/function.pg-tty.html +share/apps/quanta/doc/php/function.php-logo-guid.html +share/apps/quanta/doc/php/function.phpinfo.html +share/apps/quanta/doc/php/function.phpversion.html +share/apps/quanta/doc/php/function.pi.html +share/apps/quanta/doc/php/function.popen.html +share/apps/quanta/doc/php/function.pos.html +share/apps/quanta/doc/php/function.posix-ctermid.html +share/apps/quanta/doc/php/function.posix-getcwd.html +share/apps/quanta/doc/php/function.posix-getegid.html +share/apps/quanta/doc/php/function.posix-geteuid.html +share/apps/quanta/doc/php/function.posix-getgid.html +share/apps/quanta/doc/php/function.posix-getgrgid.html +share/apps/quanta/doc/php/function.posix-getgrnam.html +share/apps/quanta/doc/php/function.pow.html +share/apps/quanta/doc/php/function.posix-getgroups.html +share/apps/quanta/doc/php/function.posix-getlogin.html +share/apps/quanta/doc/php/function.posix-getpgid.html +share/apps/quanta/doc/php/function.posix-getpgrp.html +share/apps/quanta/doc/php/function.posix-getpid.html +share/apps/quanta/doc/php/function.posix-getppid.html +share/apps/quanta/doc/php/function.posix-getpwnam.html +share/apps/quanta/doc/php/function.posix-getpwuid.html +share/apps/quanta/doc/php/function.posix-getrlimit.html +share/apps/quanta/doc/php/function.posix-getsid.html +share/apps/quanta/doc/php/function.posix-getuid.html +share/apps/quanta/doc/php/function.posix-isatty.html +share/apps/quanta/doc/php/function.posix-kill.html +share/apps/quanta/doc/php/ref.dbm.html +share/apps/quanta/doc/php/function.posix-mkfifo.html +share/apps/quanta/doc/php/function.posix-setgid.html +share/apps/quanta/doc/php/function.posix-setpgid.html +share/apps/quanta/doc/php/function.posix-setsid.html +share/apps/quanta/doc/php/function.posix-setuid.html +share/apps/quanta/doc/php/function.posix-times.html +share/apps/quanta/doc/php/function.posix-ttyname.html +share/apps/quanta/doc/php/function.posix-uname.html +share/apps/quanta/doc/php/function.preg-grep.html +share/apps/quanta/doc/php/function.preg-match-all.html +share/apps/quanta/doc/php/function.preg-match.html +share/apps/quanta/doc/php/function.preg-quote.html +share/apps/quanta/doc/php/function.preg-replace.html +share/apps/quanta/doc/php/function.preg-split.html +share/apps/quanta/doc/php/function.prev.html +share/apps/quanta/doc/php/function.print-r.html +share/apps/quanta/doc/php/function.print.html +share/apps/quanta/doc/php/function.printf.html +share/apps/quanta/doc/php/function.putenv.html +share/apps/quanta/doc/php/function.quoted-printable-decode.html +share/apps/quanta/doc/php/function.quotemeta.html +share/apps/quanta/doc/php/function.rand.html +share/apps/quanta/doc/php/function.range.html +share/apps/quanta/doc/php/function.rawurldecode.html +share/apps/quanta/doc/php/function.rawurlencode.html +share/apps/quanta/doc/php/function.readdir.html +share/apps/quanta/doc/php/function.readfile.html +share/apps/quanta/doc/php/function.readgzfile.html +share/apps/quanta/doc/php/function.readlink.html +share/apps/quanta/doc/php/function.recode-file.html +share/apps/quanta/doc/php/function.recode-string.html +share/apps/quanta/doc/php/function.register-shutdown-function.html +share/apps/quanta/doc/php/function.rename.html +share/apps/quanta/doc/php/function.require.html +share/apps/quanta/doc/php/function.reset.html +share/apps/quanta/doc/php/function.rewind.html +share/apps/quanta/doc/php/function.rewinddir.html +share/apps/quanta/doc/php/function.rmdir.html +share/apps/quanta/doc/php/function.round.html +share/apps/quanta/doc/php/function.rsort.html +share/apps/quanta/doc/php/function.sem-acquire.html +share/apps/quanta/doc/php/function.sem-get.html +share/apps/quanta/doc/php/function.sem-release.html +share/apps/quanta/doc/php/function.serialize.html +share/apps/quanta/doc/php/function.session-decode.html +share/apps/quanta/doc/php/function.session-destroy.html +share/apps/quanta/doc/php/function.session-encode.html +share/apps/quanta/doc/php/function.session-id.html +share/apps/quanta/doc/php/function.session-is-registered.html +share/apps/quanta/doc/php/function.session-module-name.html +share/apps/quanta/doc/php/function.session-name.html +share/apps/quanta/doc/php/function.session-register.html +share/apps/quanta/doc/php/function.session-save-path.html +share/apps/quanta/doc/php/function.session-start.html +share/apps/quanta/doc/php/function.session-unregister.html +share/apps/quanta/doc/php/function.set-file-buffer.html +share/apps/quanta/doc/php/function.setcookie.html +share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.set-socket-blocking.html +share/apps/quanta/doc/php/function.set-time-limit.html +share/apps/quanta/doc/php/function.setlocale.html +share/apps/quanta/doc/php/function.settype.html +share/apps/quanta/doc/php/function.shm-attach.html +share/apps/quanta/doc/php/function.shm-detach.html +share/apps/quanta/doc/php/function.shm-get-var.html +share/apps/quanta/doc/php/function.shm-put-var.html +share/apps/quanta/doc/php/function.shm-remove-var.html +share/apps/quanta/doc/php/function.shm-remove.html +share/apps/quanta/doc/php/function.shuffle.html +share/apps/quanta/doc/php/function.similar-text.html +share/apps/quanta/doc/php/function.sin.html +share/apps/quanta/doc/php/function.sizeof.html +share/apps/quanta/doc/php/function.sleep.html +share/apps/quanta/doc/php/function.snmp-get-quick-print.html +share/apps/quanta/doc/php/function.snmp-set-quick-print.html +share/apps/quanta/doc/php/function.snmpget.html +share/apps/quanta/doc/php/function.snmpset.html +share/apps/quanta/doc/php/function.snmpwalk.html +share/apps/quanta/doc/php/function.snmpwalkoid.html +share/apps/quanta/doc/php/function.sort.html +share/apps/quanta/doc/php/function.soundex.html +share/apps/quanta/doc/php/function.split.html +share/apps/quanta/doc/php/function.sprintf.html +share/apps/quanta/doc/php/function.sql-regcase.html +share/apps/quanta/doc/php/function.sqrt.html +share/apps/quanta/doc/php/function.srand.html +share/apps/quanta/doc/php/function.stat.html +share/apps/quanta/doc/php/function.str-repeat.html +share/apps/quanta/doc/php/function.str-replace.html +share/apps/quanta/doc/php/function.strcasecmp.html +share/apps/quanta/doc/php/function.strchr.html +share/apps/quanta/doc/php/function.strcmp.html +share/apps/quanta/doc/php/function.strcspn.html +share/apps/quanta/doc/php/function.strftime.html +share/apps/quanta/doc/php/function.strip-tags.html +share/apps/quanta/doc/php/function.stripcslashes.html +share/apps/quanta/doc/php/function.stripslashes.html +share/apps/quanta/doc/php/function.stristr.html +share/apps/quanta/doc/php/function.strlen.html +share/apps/quanta/doc/php/function.strpos.html +share/apps/quanta/doc/php/function.strrchr.html +share/apps/quanta/doc/php/function.strrev.html +share/apps/quanta/doc/php/function.strrpos.html +share/apps/quanta/doc/php/function.strspn.html +share/apps/quanta/doc/php/function.strstr.html +share/apps/quanta/doc/php/function.strtok.html +share/apps/quanta/doc/php/function.strtolower.html +share/apps/quanta/doc/php/function.strtoupper.html +share/apps/quanta/doc/php/function.strtr.html +share/apps/quanta/doc/php/function.strval.html +share/apps/quanta/doc/php/function.substr-replace.html +share/apps/quanta/doc/php/function.substr.html +share/apps/quanta/doc/php/function.sybase-affected-rows.html +share/apps/quanta/doc/php/function.sybase-close.html +share/apps/quanta/doc/php/function.sybase-connect.html +share/apps/quanta/doc/php/function.tan.html +share/apps/quanta/doc/php/function.sybase-data-seek.html +share/apps/quanta/doc/php/function.sybase-fetch-array.html +share/apps/quanta/doc/php/function.sybase-fetch-field.html +share/apps/quanta/doc/php/function.sybase-fetch-object.html +share/apps/quanta/doc/php/function.sybase-fetch-row.html +share/apps/quanta/doc/php/function.sybase-field-seek.html +share/apps/quanta/doc/php/function.sybase-free-result.html +share/apps/quanta/doc/php/function.sybase-num-fields.html +share/apps/quanta/doc/php/function.sybase-num-rows.html +share/apps/quanta/doc/php/function.sybase-pconnect.html +share/apps/quanta/doc/php/function.sybase-query.html +share/apps/quanta/doc/php/function.sybase-result.html +share/apps/quanta/doc/php/ref.dir.html +share/apps/quanta/doc/php/function.sybase-select-db.html +share/apps/quanta/doc/php/function.symlink.html +share/apps/quanta/doc/php/function.syslog.html +share/apps/quanta/doc/php/function.system.html +share/apps/quanta/doc/php/function.tempnam.html +share/apps/quanta/doc/php/function.time.html +share/apps/quanta/doc/php/function.touch.html +share/apps/quanta/doc/php/function.trim.html +share/apps/quanta/doc/php/function.uasort.html +share/apps/quanta/doc/php/function.ucfirst.html +share/apps/quanta/doc/php/function.ucwords.html +share/apps/quanta/doc/php/function.uksort.html +share/apps/quanta/doc/php/function.umask.html +share/apps/quanta/doc/php/function.uniqid.html +share/apps/quanta/doc/php/function.unlink.html +share/apps/quanta/doc/php/function.unpack.html +share/apps/quanta/doc/php/function.unserialize.html +share/apps/quanta/doc/php/function.unset.html +share/apps/quanta/doc/php/function.urldecode.html +share/apps/quanta/doc/php/function.urlencode.html +share/apps/quanta/doc/php/function.usleep.html +share/apps/quanta/doc/php/function.usort.html +share/apps/quanta/doc/php/function.utf8-decode.html +share/apps/quanta/doc/php/function.utf8-encode.html +share/apps/quanta/doc/php/function.var-dump.html +share/apps/quanta/doc/php/function.virtual.html +share/apps/quanta/doc/php/function.vm-addalias.html +share/apps/quanta/doc/php/function.vm-adduser.html +share/apps/quanta/doc/php/function.vm-delalias.html +share/apps/quanta/doc/php/function.vm-deluser.html +share/apps/quanta/doc/php/function.vm-passwd.html +share/apps/quanta/doc/php/function.wddx-add-vars.html +share/apps/quanta/doc/php/function.wddx-deserialize.html +share/apps/quanta/doc/php/function.wddx-packet-end.html +share/apps/quanta/doc/php/function.wddx-packet-start.html +share/apps/quanta/doc/php/function.wddx-serialize-value.html +share/apps/quanta/doc/php/function.wddx-serialize-vars.html +share/apps/quanta/doc/php/function.xml-error-string.html +share/apps/quanta/doc/php/function.xml-get-current-byte-index.html +share/apps/quanta/doc/php/function.xml-get-current-column-number.html +share/apps/quanta/doc/php/function.xml-get-current-line-number.html +share/apps/quanta/doc/php/function.xml-get-error-code.html +share/apps/quanta/doc/php/install-unix.html +share/apps/quanta/doc/php/function.xml-parse.html +share/apps/quanta/doc/php/function.xml-parser-create.html +share/apps/quanta/doc/php/function.xml-parser-free.html +share/apps/quanta/doc/php/function.xml-parser-get-option.html +share/apps/quanta/doc/php/function.xml-parser-set-option.html +share/apps/quanta/doc/php/function.xml-set-character-data-handler.html +share/apps/quanta/doc/php/function.xml-set-default-handler.html +share/apps/quanta/doc/php/function.xml-set-element-handler.html +share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html +share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html +share/apps/quanta/doc/php/function.xml-set-object.html +share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html +share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html +share/apps/quanta/doc/php/function.yp-first.html +share/apps/quanta/doc/php/function.yp-get-default-domain.html +share/apps/quanta/doc/php/function.yp-master.html +share/apps/quanta/doc/php/function.yp-match.html +share/apps/quanta/doc/php/function.yp-next.html +share/apps/quanta/doc/php/function.yp-order.html +share/apps/quanta/doc/php/function.zend-logo-guid.html +share/apps/quanta/doc/php/functions.arguments.html +share/apps/quanta/doc/php/functions.old-syntax.html +share/apps/quanta/doc/php/functions.returning-values.html +share/apps/quanta/doc/php/getting-started.html +share/apps/quanta/doc/php/functions.variable-functions.html +share/apps/quanta/doc/php/install-problems.html +share/apps/quanta/doc/php/install-windows95-nt.html +share/apps/quanta/doc/php/installation.html +share/apps/quanta/doc/php/intro-history.html +share/apps/quanta/doc/php/intro-whatcando.html +share/apps/quanta/doc/php/introduction.html +share/apps/quanta/doc/php/language.basic-syntax.comments.html +share/apps/quanta/doc/php/language.basic-syntax.html +share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html +share/apps/quanta/doc/php/language.constants.html +share/apps/quanta/doc/php/language.expressions.html +share/apps/quanta/doc/php/language.operators.assignment.html +share/apps/quanta/doc/php/language.operators.html +share/apps/quanta/doc/php/language.operators.bitwise.html +share/apps/quanta/doc/php/language.operators.comparison.html +share/apps/quanta/doc/php/language.operators.errorcontrol.html +share/apps/quanta/doc/php/language.operators.execution.html +share/apps/quanta/doc/php/language.operators.increment.html +share/apps/quanta/doc/php/language.operators.logical.html +share/apps/quanta/doc/php/language.operators.precedence.html +share/apps/quanta/doc/php/language.operators.string.html +share/apps/quanta/doc/php/language.types.array.html +share/apps/quanta/doc/php/language.types.double.html +share/apps/quanta/doc/php/language.types.html +share/apps/quanta/doc/php/language.types.object.html +share/apps/quanta/doc/php/language.variables.html +share/apps/quanta/doc/php/language.types.string.html +share/apps/quanta/doc/php/language.types.type-juggling.html +share/apps/quanta/doc/php/language.variables.external.html +share/apps/quanta/doc/php/language.variables.predefined.html +share/apps/quanta/doc/php/language.variables.scope.html +share/apps/quanta/doc/php/language.variables.variable.html +share/apps/quanta/doc/php/migration-booleval.html +share/apps/quanta/doc/php/migration-errors.html +share/apps/quanta/doc/php/migration-expr.html +share/apps/quanta/doc/php/migration-if-endif.html +share/apps/quanta/doc/php/migration-other.html +share/apps/quanta/doc/php/migration-startendtags.html +share/apps/quanta/doc/php/migration-truefalse.html +share/apps/quanta/doc/php/migration-while.html +share/apps/quanta/doc/php/pcre.pattern.modifiers.html +share/apps/quanta/doc/php/pcre.pattern.syntax.html +share/apps/quanta/doc/php/phpdevel-errors.html +share/apps/quanta/doc/php/ref.calendar.html +share/apps/quanta/doc/php/ref.datetime.html +share/apps/quanta/doc/php/ref.exec.html +share/apps/quanta/doc/php/ref.fdf.html +share/apps/quanta/doc/php/ref.filepro.html +share/apps/quanta/doc/php/ref.filesystem.html +share/apps/quanta/doc/php/ref.ftp.html +share/apps/quanta/doc/php/ref.http.html +share/apps/quanta/doc/php/ref.hyperwave.html +share/apps/quanta/doc/php/ref.ibase.html +share/apps/quanta/doc/php/ref.ifx.html +share/apps/quanta/doc/php/ref.image.html +share/apps/quanta/doc/php/ref.imap.html +share/apps/quanta/doc/php/ref.info.html +share/apps/quanta/doc/php/ref.ldap.html +share/apps/quanta/doc/php/ref.mail.html +share/apps/quanta/doc/php/ref.math.html +share/apps/quanta/doc/php/ref.mcal.html +share/apps/quanta/doc/php/ref.mcrypt.html +share/apps/quanta/doc/php/ref.mhash.html +share/apps/quanta/doc/php/ref.misc.html +share/apps/quanta/doc/php/ref.msql.html +share/apps/quanta/doc/php/ref.mssql.html +share/apps/quanta/doc/php/ref.mysql.html +share/apps/quanta/doc/php/ref.network.html +share/apps/quanta/doc/php/ref.nis.html +share/apps/quanta/doc/php/ref.oci8.html +share/apps/quanta/doc/php/ref.odbc.html +share/apps/quanta/doc/php/ref.oracle.html +share/apps/quanta/doc/php/ref.pcre.html +share/apps/quanta/doc/php/ref.pdf.html +share/apps/quanta/doc/php/ref.pgsql.html +share/apps/quanta/doc/php/ref.posix.html +share/apps/quanta/doc/php/ref.recode.html +share/apps/quanta/doc/php/ref.regex.html +share/apps/quanta/doc/php/ref.sem.html +share/apps/quanta/doc/php/ref.session.html +share/apps/quanta/doc/php/ref.snmp.html +share/apps/quanta/doc/php/ref.strings.html +share/apps/quanta/doc/php/ref.sybase.html +share/apps/quanta/doc/php/ref.url.html +share/apps/quanta/doc/php/ref.var.html +share/apps/quanta/doc/php/ref.vmailmgr.html +share/apps/quanta/doc/php/ref.wddx.html +share/apps/quanta/doc/php/ref.xml.html +share/apps/quanta/doc/php/ref.zlib.html +share/apps/quanta/doc/php/security.apache.html +share/apps/quanta/doc/php/appendixes.html +share/apps/quanta/doc/php.docrc +share/apps/quanta/tags/tagxml/spacer.tag +share/apps/quanta/tags/tagxml/attr.tag +share/apps/quanta/tags/tagxml/location.tag +share/apps/quanta/tags/tagxml/tag.tag +share/apps/quanta/tags/tagxml/description.rc +share/apps/quanta/tags/html/frame.tag +share/apps/quanta/tags/html/meta.tag +share/apps/quanta/tags/html/div.tag +share/apps/quanta/tags/html/a.tag +share/apps/quanta/tags/html/p.tag +share/apps/quanta/tags/html/style.tag +share/apps/quanta/tags/html/html.tag +share/apps/quanta/tags/html/option.tag +share/apps/quanta/tags/html/font.tag +share/apps/quanta/tags/html/form.tag +share/apps/quanta/tags/html/isindex.tag +share/apps/quanta/tags/html/tbody.tag +share/apps/quanta/tags/html/select.tag +share/apps/quanta/tags/html/thead.tag +share/apps/quanta/tags/html/br.tag +share/apps/quanta/tags/html/headings.tag +share/apps/quanta/tags/html/hr.tag +share/apps/quanta/tags/html/textarea.tag +share/apps/quanta/tags/html/input.tag +share/apps/quanta/tags/html/blockquote.tag +share/apps/quanta/tags/html/li.tag +share/apps/quanta/tags/html/area.tag +share/apps/quanta/tags/html/ol.tag +share/apps/quanta/tags/html/frameset.tag +share/apps/quanta/tags/html/empty.tag +share/apps/quanta/tags/html/td.tag +share/apps/quanta/tags/html/th.tag +share/apps/quanta/tags/html/tr.tag +share/apps/quanta/tags/html/ul.tag +share/apps/quanta/tags/html/script.tag +share/apps/quanta/tags/html/body.tag +share/apps/quanta/tags/html/big.tag +share/apps/quanta/tags/html/head.tag +share/apps/quanta/tags/html/tfoot.tag +share/apps/quanta/tags/html/basefont.tag +share/apps/quanta/tags/html/base.tag +share/apps/quanta/tags/html/table.tag +share/apps/quanta/tags/html/link.tag +share/apps/quanta/tags/html/col.tag +share/apps/quanta/tags/html/colgroup.tag +share/apps/quanta/tags/html/description.rc +share/apps/quanta/tags/php/description.rc +share/apps/quanta/tags/php/DomAttribute->name.tag +share/apps/quanta/tags/php/DomAttribute->specified.tag +share/apps/quanta/tags/php/DomAttribute->value.tag +share/apps/quanta/tags/php/DomDocument->add_root.tag +share/apps/quanta/tags/php/DomDocument->create_attribute.tag +share/apps/quanta/tags/php/DomDocument->create_cdata_section.tag +share/apps/quanta/tags/php/DomDocument->create_comment.tag +share/apps/quanta/tags/php/DomDocument->create_element.tag +share/apps/quanta/tags/php/DomDocument->create_element_ns.tag +share/apps/quanta/tags/php/DomDocument->create_entity_reference.tag +share/apps/quanta/tags/php/DomDocument->create_processing_instruction.tag +share/apps/quanta/tags/php/DomDocument->create_text_node.tag +share/apps/quanta/tags/php/DomDocument->doctype.tag +share/apps/quanta/tags/php/DomDocument->document_element.tag +share/apps/quanta/tags/php/DomDocument->dump_file.tag +share/apps/quanta/tags/php/DomDocument->dump_mem.tag +share/apps/quanta/tags/php/DomDocument->get_element_by_id.tag +share/apps/quanta/tags/php/DomDocument->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomDocument->html_dump_mem.tag +share/apps/quanta/tags/php/DomDocument->xinclude.tag +share/apps/quanta/tags/php/DomDocumentType->entities.tag +share/apps/quanta/tags/php/DomDocumentType->internal_subset.tag +share/apps/quanta/tags/php/DomDocumentType->name.tag +share/apps/quanta/tags/php/abs.tag +share/apps/quanta/tags/php/DomDocumentType->notations.tag +share/apps/quanta/tags/php/DomDocumentType->public_id.tag +share/apps/quanta/tags/php/DomDocumentType->system_id.tag +share/apps/quanta/tags/php/DomElement->get_attribute.tag +share/apps/quanta/tags/php/DomElement->get_attribute_node.tag +share/apps/quanta/tags/php/DomElement->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomElement->has_attribute.tag +share/apps/quanta/tags/php/DomElement->remove_attribute.tag +share/apps/quanta/tags/php/DomElement->set_attribute.tag +share/apps/quanta/tags/php/DomElement->tagname.tag +share/apps/quanta/tags/php/DomNode->add_namespace.tag +share/apps/quanta/tags/php/DomNode->append_child.tag +share/apps/quanta/tags/php/DomNode->attributes.tag +share/apps/quanta/tags/php/DomNode->append_sibling.tag +share/apps/quanta/tags/php/DomNode->child_nodes.tag +share/apps/quanta/tags/php/DomNode->clone_node.tag +share/apps/quanta/tags/php/DomNode->dump_node.tag +share/apps/quanta/tags/php/DomNode->first_child.tag +share/apps/quanta/tags/php/DomNode->get_content.tag +share/apps/quanta/tags/php/DomNode->has_attributes.tag +share/apps/quanta/tags/php/DomNode->has_child_nodes.tag +share/apps/quanta/tags/php/DomNode->insert_before.tag +share/apps/quanta/tags/php/DomNode->is_blank_node.tag +share/apps/quanta/tags/php/DomNode->last_child.tag +share/apps/quanta/tags/php/DomNode->next_sibling.tag +share/apps/quanta/tags/php/DomNode->node_name.tag +share/apps/quanta/tags/php/DomNode->node_type.tag +share/apps/quanta/tags/php/OCICancel.tag +share/apps/quanta/tags/php/DomNode->node_value.tag +share/apps/quanta/tags/php/DomNode->owner_document.tag +share/apps/quanta/tags/php/DomNode->parent_node.tag +share/apps/quanta/tags/php/DomNode->prefix.tag +share/apps/quanta/tags/php/DomNode->previous_sibling.tag +share/apps/quanta/tags/php/DomNode->remove_child.tag +share/apps/quanta/tags/php/DomNode->replace_child.tag +share/apps/quanta/tags/php/DomNode->replace_node.tag +share/apps/quanta/tags/php/DomNode->set_content.tag +share/apps/quanta/tags/php/DomNode->set_name.tag +share/apps/quanta/tags/php/DomNode->set_namespace.tag +share/apps/quanta/tags/php/DomNode->unlink_node.tag +share/apps/quanta/tags/php/DomProcessingInstruction->data.tag +share/apps/quanta/tags/php/DomProcessingInstruction->target.tag +share/apps/quanta/tags/php/DomXsltStylesheet->process.tag +share/apps/quanta/tags/php/OCIBindByName.tag +share/apps/quanta/tags/php/OCICollAppend.tag +share/apps/quanta/tags/php/OCICollAssign.tag +share/apps/quanta/tags/php/OCICollAssignElem.tag +share/apps/quanta/tags/php/OCICollGetElem.tag +share/apps/quanta/tags/php/OCICollMax.tag +share/apps/quanta/tags/php/OCICollSize.tag +share/apps/quanta/tags/php/OCICollTrim.tag +share/apps/quanta/tags/php/OCIColumnIsNULL.tag +share/apps/quanta/tags/php/OCIColumnName.tag +share/apps/quanta/tags/php/OCIColumnPrecision.tag +share/apps/quanta/tags/php/OCIColumnScale.tag +share/apps/quanta/tags/php/OCIColumnSize.tag +share/apps/quanta/tags/php/OCIColumnType.tag +share/apps/quanta/tags/php/OCIColumnTypeRaw.tag +share/apps/quanta/tags/php/OCICommit.tag +share/apps/quanta/tags/php/OCIDefineByName.tag +share/apps/quanta/tags/php/OCIError.tag +share/apps/quanta/tags/php/OCIExecute.tag +share/apps/quanta/tags/php/OCIFetch.tag +share/apps/quanta/tags/php/OCIFetchInto.tag +share/apps/quanta/tags/php/OCIFetchStatement.tag +share/apps/quanta/tags/php/OCIFreeCollection.tag +share/apps/quanta/tags/php/OCIFreeCursor.tag +share/apps/quanta/tags/php/OCIFreeDesc.tag +share/apps/quanta/tags/php/OCIFreeStatement.tag +share/apps/quanta/tags/php/OCIInternalDebug.tag +share/apps/quanta/tags/php/OCILoadLob.tag +share/apps/quanta/tags/php/OCILogOff.tag +share/apps/quanta/tags/php/OCILogon.tag +share/apps/quanta/tags/php/OCINLogon.tag +share/apps/quanta/tags/php/OCINewCollection.tag +share/apps/quanta/tags/php/OCINewCursor.tag +share/apps/quanta/tags/php/OCINewDescriptor.tag +share/apps/quanta/tags/php/OCINumCols.tag +share/apps/quanta/tags/php/acos.tag +share/apps/quanta/tags/php/OCIPLogon.tag +share/apps/quanta/tags/php/OCIParse.tag +share/apps/quanta/tags/php/OCIResult.tag +share/apps/quanta/tags/php/OCIRollback.tag +share/apps/quanta/tags/php/OCIRowCount.tag +share/apps/quanta/tags/php/OCISaveLob.tag +share/apps/quanta/tags/php/OCISaveLobFile.tag +share/apps/quanta/tags/php/OCIServerVersion.tag +share/apps/quanta/tags/php/OCISetPrefetch.tag +share/apps/quanta/tags/php/OCIStatementType.tag +share/apps/quanta/tags/php/OCIWriteLobToFile.tag +share/apps/quanta/tags/php/Ora_ColumnName.tag +share/apps/quanta/tags/php/Ora_ColumnSize.tag +share/apps/quanta/tags/php/Ora_ColumnType.tag +share/apps/quanta/tags/php/Ora_Error.tag +share/apps/quanta/tags/php/Ora_ErrorCode.tag +share/apps/quanta/tags/php/acosh.tag +share/apps/quanta/tags/php/addcslashes.tag +share/apps/quanta/tags/php/addslashes.tag +share/apps/quanta/tags/php/aggregate.tag +share/apps/quanta/tags/php/aggregate_methods.tag +share/apps/quanta/tags/php/aggregate_methods_by_list.tag +share/apps/quanta/tags/php/aggregate_methods_by_regexp.tag +share/apps/quanta/tags/php/aggregate_properties.tag +share/apps/quanta/tags/php/aggregate_properties_by_list.tag +share/apps/quanta/tags/php/aggregate_properties_by_regexp.tag +share/apps/quanta/tags/php/aggregation_info.tag +share/apps/quanta/tags/php/apache_child_terminate.tag +share/apps/quanta/tags/php/apache_lookup_uri.tag +share/apps/quanta/tags/php/apache_note.tag +share/apps/quanta/tags/php/apache_request_headers.tag +share/apps/quanta/tags/php/apache_response_headers.tag +share/apps/quanta/tags/php/apache_setenv.tag +share/apps/quanta/tags/php/array.tag +share/apps/quanta/tags/php/array_change_key_case.tag +share/apps/quanta/tags/php/array_chunk.tag +share/apps/quanta/tags/php/array_count_values.tag +share/apps/quanta/tags/php/array_diff.tag +share/apps/quanta/tags/php/array_fill.tag +share/apps/quanta/tags/php/array_filter.tag +share/apps/quanta/tags/php/array_flip.tag +share/apps/quanta/tags/php/array_intersect.tag +share/apps/quanta/tags/php/array_key_exists.tag +share/apps/quanta/tags/php/array_keys.tag +share/apps/quanta/tags/php/array_map.tag +share/apps/quanta/tags/php/array_merge.tag +share/apps/quanta/tags/php/array_merge_recursive.tag +share/apps/quanta/tags/php/array_multisort.tag +share/apps/quanta/tags/php/array_pad.tag +share/apps/quanta/tags/php/array_pop.tag +share/apps/quanta/tags/php/array_push.tag +share/apps/quanta/tags/php/array_rand.tag +share/apps/quanta/tags/php/array_reduce.tag +share/apps/quanta/tags/php/array_reverse.tag +share/apps/quanta/tags/php/array_search.tag +share/apps/quanta/tags/php/array_shift.tag +share/apps/quanta/tags/php/array_slice.tag +share/apps/quanta/tags/php/array_splice.tag +share/apps/quanta/tags/php/array_sum.tag +share/apps/quanta/tags/php/array_unique.tag +share/apps/quanta/tags/php/array_unshift.tag +share/apps/quanta/tags/php/array_values.tag +share/apps/quanta/tags/php/array_walk.tag +share/apps/quanta/tags/php/arsort.tag +share/apps/quanta/tags/php/ascii2ebcdic.tag +share/apps/quanta/tags/php/asin.tag +share/apps/quanta/tags/php/asinh.tag +share/apps/quanta/tags/php/asort.tag +share/apps/quanta/tags/php/aspell_check.tag +share/apps/quanta/tags/php/aspell_check_raw.tag +share/apps/quanta/tags/php/aspell_new.tag +share/apps/quanta/tags/php/aspell_suggest.tag +share/apps/quanta/tags/php/assert.tag +share/apps/quanta/tags/php/assert_options.tag +share/apps/quanta/tags/php/assign.tag +share/apps/quanta/tags/php/atan.tag +share/apps/quanta/tags/php/atan2.tag +share/apps/quanta/tags/php/atanh.tag +share/apps/quanta/tags/php/attreditable.tag +share/apps/quanta/tags/php/attribute.tag +share/apps/quanta/tags/php/base64_decode.tag +share/apps/quanta/tags/php/base64_encode.tag +share/apps/quanta/tags/php/base_convert.tag +share/apps/quanta/tags/php/basename.tag +share/apps/quanta/tags/php/bcadd.tag +share/apps/quanta/tags/php/bccomp.tag +share/apps/quanta/tags/php/bcdiv.tag +share/apps/quanta/tags/php/bcmod.tag +share/apps/quanta/tags/php/bcmul.tag +share/apps/quanta/tags/php/bcpow.tag +share/apps/quanta/tags/php/bcscale.tag +share/apps/quanta/tags/php/bcsqrt.tag +share/apps/quanta/tags/php/bcsub.tag +share/apps/quanta/tags/php/bin2hex.tag +share/apps/quanta/tags/php/bind_textdomain_codeset.tag +share/apps/quanta/tags/php/bindec.tag +share/apps/quanta/tags/php/bindtextdomain.tag +share/apps/quanta/tags/php/bzclose.tag +share/apps/quanta/tags/php/bzcompress.tag +share/apps/quanta/tags/php/bzdecompress.tag +share/apps/quanta/tags/php/bzerrno.tag +share/apps/quanta/tags/php/bzerror.tag +share/apps/quanta/tags/php/bzerrstr.tag +share/apps/quanta/tags/php/bzflush.tag +share/apps/quanta/tags/php/bzopen.tag +share/apps/quanta/tags/php/bzread.tag +share/apps/quanta/tags/php/bzwrite.tag +share/apps/quanta/tags/php/cal_days_in_month.tag +share/apps/quanta/tags/php/cal_from_jd.tag +share/apps/quanta/tags/php/cal_info.tag +share/apps/quanta/tags/php/cal_to_jd.tag +share/apps/quanta/tags/php/call_user_func.tag +share/apps/quanta/tags/php/call_user_func_array.tag +share/apps/quanta/tags/php/call_user_method.tag +share/apps/quanta/tags/php/call_user_method_array.tag +share/apps/quanta/tags/php/ccvs_add.tag +share/apps/quanta/tags/php/ccvs_auth.tag +share/apps/quanta/tags/php/ccvs_command.tag +share/apps/quanta/tags/php/ccvs_count.tag +share/apps/quanta/tags/php/ccvs_delete.tag +share/apps/quanta/tags/php/ccvs_done.tag +share/apps/quanta/tags/php/ccvs_init.tag +share/apps/quanta/tags/php/ccvs_lookup.tag +share/apps/quanta/tags/php/ccvs_new.tag +share/apps/quanta/tags/php/ccvs_report.tag +share/apps/quanta/tags/php/ccvs_return.tag +share/apps/quanta/tags/php/ccvs_reverse.tag +share/apps/quanta/tags/php/ccvs_sale.tag +share/apps/quanta/tags/php/ccvs_status.tag +share/apps/quanta/tags/php/ccvs_textvalue.tag +share/apps/quanta/tags/php/ccvs_void.tag +share/apps/quanta/tags/php/ceil.tag +share/apps/quanta/tags/php/chdir.tag +share/apps/quanta/tags/php/checkdate.tag +share/apps/quanta/tags/php/checkdnsrr.tag +share/apps/quanta/tags/php/checkin.tag +share/apps/quanta/tags/php/checkout.tag +share/apps/quanta/tags/php/chgrp.tag +share/apps/quanta/tags/php/children.tag +share/apps/quanta/tags/php/chmod.tag +share/apps/quanta/tags/php/chown.tag +share/apps/quanta/tags/php/chr.tag +share/apps/quanta/tags/php/chroot.tag +share/apps/quanta/tags/php/chunk_split.tag +share/apps/quanta/tags/php/class_exists.tag +share/apps/quanta/tags/php/clearstatcache.tag +share/apps/quanta/tags/php/closedir.tag +share/apps/quanta/tags/php/closelog.tag +share/apps/quanta/tags/php/com_addref.tag +share/apps/quanta/tags/php/com_get.tag +share/apps/quanta/tags/php/com_invoke.tag +share/apps/quanta/tags/php/com_isenum.tag +share/apps/quanta/tags/php/com_load.tag +share/apps/quanta/tags/php/com_load_typelib.tag +share/apps/quanta/tags/php/com_propget.tag +share/apps/quanta/tags/php/com_propput.tag +share/apps/quanta/tags/php/com_propset.tag +share/apps/quanta/tags/php/com_set.tag +share/apps/quanta/tags/php/com_release.tag +share/apps/quanta/tags/php/compact.tag +share/apps/quanta/tags/php/connection_aborted.tag +share/apps/quanta/tags/php/connection_status.tag +share/apps/quanta/tags/php/connection_timeout.tag +share/apps/quanta/tags/php/constant.tag +share/apps/quanta/tags/php/content.tag +share/apps/quanta/tags/php/convert_cyr_string.tag +share/apps/quanta/tags/php/copy.tag +share/apps/quanta/tags/php/cos.tag +share/apps/quanta/tags/php/cosh.tag +share/apps/quanta/tags/php/count.tag +share/apps/quanta/tags/php/count_chars.tag +share/apps/quanta/tags/php/cpdf_add_annotation.tag +share/apps/quanta/tags/php/cpdf_add_outline.tag +share/apps/quanta/tags/php/cpdf_arc.tag +share/apps/quanta/tags/php/cpdf_begin_text.tag +share/apps/quanta/tags/php/cpdf_circle.tag +share/apps/quanta/tags/php/cpdf_clip.tag +share/apps/quanta/tags/php/cpdf_close.tag +share/apps/quanta/tags/php/cpdf_closepath.tag +share/apps/quanta/tags/php/cpdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_closepath_stroke.tag +share/apps/quanta/tags/php/cpdf_continue_text.tag +share/apps/quanta/tags/php/cpdf_curveto.tag +share/apps/quanta/tags/php/cpdf_end_text.tag +share/apps/quanta/tags/php/cpdf_fill.tag +share/apps/quanta/tags/php/cpdf_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_finalize.tag +share/apps/quanta/tags/php/cpdf_finalize_page.tag +share/apps/quanta/tags/php/cpdf_global_set_document_limits.tag +share/apps/quanta/tags/php/cpdf_import_jpeg.tag +share/apps/quanta/tags/php/cpdf_lineto.tag +share/apps/quanta/tags/php/cpdf_moveto.tag +share/apps/quanta/tags/php/cpdf_newpath.tag +share/apps/quanta/tags/php/cpdf_open.tag +share/apps/quanta/tags/php/cpdf_page_init.tag +share/apps/quanta/tags/php/cpdf_output_buffer.tag +share/apps/quanta/tags/php/cpdf_place_inline_image.tag +share/apps/quanta/tags/php/cpdf_rect.tag +share/apps/quanta/tags/php/cpdf_restore.tag +share/apps/quanta/tags/php/cpdf_rlineto.tag +share/apps/quanta/tags/php/cpdf_rmoveto.tag +share/apps/quanta/tags/php/cpdf_rotate.tag +share/apps/quanta/tags/php/cpdf_rotate_text.tag +share/apps/quanta/tags/php/cpdf_save.tag +share/apps/quanta/tags/php/cpdf_save_to_file.tag +share/apps/quanta/tags/php/cpdf_scale.tag +share/apps/quanta/tags/php/cpdf_set.tag +share/apps/quanta/tags/php/cpdf_set_action_url.tag +share/apps/quanta/tags/php/cpdf_set_char_spacing.tag +share/apps/quanta/tags/php/cpdf_set_creator.tag +share/apps/quanta/tags/php/cpdf_set_current_page.tag +share/apps/quanta/tags/php/cpdf_set_font.tag +share/apps/quanta/tags/php/cpdf_set_font_directories.tag +share/apps/quanta/tags/php/cpdf_set_font_map_file.tag +share/apps/quanta/tags/php/cpdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/cpdf_set_keywords.tag +share/apps/quanta/tags/php/cpdf_set_page_animation.tag +share/apps/quanta/tags/php/cpdf_set_subject.tag +share/apps/quanta/tags/php/cpdf_set_text_matrix.tag +share/apps/quanta/tags/php/cpdf_set_text_pos.tag +share/apps/quanta/tags/php/cpdf_set_text_rendering.tag +share/apps/quanta/tags/php/cpdf_set_text_rise.tag +share/apps/quanta/tags/php/cpdf_set_title.tag +share/apps/quanta/tags/php/cpdf_set_viewer_preferences.tag +share/apps/quanta/tags/php/cpdf_set_word_spacing.tag +share/apps/quanta/tags/php/cpdf_setdash.tag +share/apps/quanta/tags/php/cpdf_setflat.tag +share/apps/quanta/tags/php/cpdf_setgray.tag +share/apps/quanta/tags/php/cpdf_setgray_fill.tag +share/apps/quanta/tags/php/cpdf_setgray_stroke.tag +share/apps/quanta/tags/php/cpdf_setlinecap.tag +share/apps/quanta/tags/php/cpdf_setlinejoin.tag +share/apps/quanta/tags/php/cpdf_setlinewidth.tag +share/apps/quanta/tags/php/cpdf_setmiterlimit.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/cpdf_show.tag +share/apps/quanta/tags/php/cpdf_show_xy.tag +share/apps/quanta/tags/php/cpdf_stringwidth.tag +share/apps/quanta/tags/php/cpdf_stroke.tag +share/apps/quanta/tags/php/cpdf_text.tag +share/apps/quanta/tags/php/cpdf_translate.tag +share/apps/quanta/tags/php/crack_check.tag +share/apps/quanta/tags/php/crack_closedict.tag +share/apps/quanta/tags/php/crack_getlastmessage.tag +share/apps/quanta/tags/php/crack_opendict.tag +share/apps/quanta/tags/php/crc32.tag +share/apps/quanta/tags/php/create_function.tag +share/apps/quanta/tags/php/crypt.tag +share/apps/quanta/tags/php/ctype_alnum.tag +share/apps/quanta/tags/php/ctype_alpha.tag +share/apps/quanta/tags/php/ctype_cntrl.tag +share/apps/quanta/tags/php/ctype_digit.tag +share/apps/quanta/tags/php/ctype_graph.tag +share/apps/quanta/tags/php/ctype_lower.tag +share/apps/quanta/tags/php/ctype_print.tag +share/apps/quanta/tags/php/ctype_punct.tag +share/apps/quanta/tags/php/ctype_space.tag +share/apps/quanta/tags/php/ctype_upper.tag +share/apps/quanta/tags/php/ctype_xdigit.tag +share/apps/quanta/tags/php/curl_close.tag +share/apps/quanta/tags/php/curl_errno.tag +share/apps/quanta/tags/php/curl_error.tag +share/apps/quanta/tags/php/curl_exec.tag +share/apps/quanta/tags/php/curl_getinfo.tag +share/apps/quanta/tags/php/curl_init.tag +share/apps/quanta/tags/php/curl_setopt.tag +share/apps/quanta/tags/php/curl_version.tag +share/apps/quanta/tags/php/current.tag +share/apps/quanta/tags/php/cybercash_base64_decode.tag +share/apps/quanta/tags/php/cybercash_base64_encode.tag +share/apps/quanta/tags/php/cybercash_decr.tag +share/apps/quanta/tags/php/cybercash_encr.tag +share/apps/quanta/tags/php/cybermut_creerformulairecm.tag +share/apps/quanta/tags/php/cybermut_creerreponsecm.tag +share/apps/quanta/tags/php/cybermut_testmac.tag +share/apps/quanta/tags/php/cyrus_authenticate.tag +share/apps/quanta/tags/php/cyrus_bind.tag +share/apps/quanta/tags/php/cyrus_close.tag +share/apps/quanta/tags/php/cyrus_connect.tag +share/apps/quanta/tags/php/date.tag +share/apps/quanta/tags/php/cyrus_query.tag +share/apps/quanta/tags/php/cyrus_unbind.tag +share/apps/quanta/tags/php/dba_close.tag +share/apps/quanta/tags/php/dba_delete.tag +share/apps/quanta/tags/php/dba_exists.tag +share/apps/quanta/tags/php/dba_fetch.tag +share/apps/quanta/tags/php/dba_firstkey.tag +share/apps/quanta/tags/php/dba_insert.tag +share/apps/quanta/tags/php/dba_nextkey.tag +share/apps/quanta/tags/php/dba_open.tag +share/apps/quanta/tags/php/dba_optimize.tag +share/apps/quanta/tags/php/dba_popen.tag +share/apps/quanta/tags/php/dba_replace.tag +share/apps/quanta/tags/php/dba_sync.tag +share/apps/quanta/tags/php/dbase_add_record.tag +share/apps/quanta/tags/php/dbase_close.tag +share/apps/quanta/tags/php/dbase_create.tag +share/apps/quanta/tags/php/dbase_delete_record.tag +share/apps/quanta/tags/php/dbase_get_record.tag +share/apps/quanta/tags/php/dl.tag +share/apps/quanta/tags/php/dbase_get_record_with_names.tag +share/apps/quanta/tags/php/dbase_numfields.tag +share/apps/quanta/tags/php/dbase_numrecords.tag +share/apps/quanta/tags/php/dbase_open.tag +share/apps/quanta/tags/php/dbase_pack.tag +share/apps/quanta/tags/php/dbase_replace_record.tag +share/apps/quanta/tags/php/dblist.tag +share/apps/quanta/tags/php/dbmclose.tag +share/apps/quanta/tags/php/dbmdelete.tag +share/apps/quanta/tags/php/dbmexists.tag +share/apps/quanta/tags/php/dbmfetch.tag +share/apps/quanta/tags/php/dbmfirstkey.tag +share/apps/quanta/tags/php/dbminsert.tag +share/apps/quanta/tags/php/dbmnextkey.tag +share/apps/quanta/tags/php/dbmopen.tag +share/apps/quanta/tags/php/dbmreplace.tag +share/apps/quanta/tags/php/dbplus_add.tag +share/apps/quanta/tags/php/dbplus_aql.tag +share/apps/quanta/tags/php/dbplus_chdir.tag +share/apps/quanta/tags/php/dbstat.tag +share/apps/quanta/tags/php/dbplus_close.tag +share/apps/quanta/tags/php/dbplus_curr.tag +share/apps/quanta/tags/php/dbplus_errcode.tag +share/apps/quanta/tags/php/dbplus_errno.tag +share/apps/quanta/tags/php/dbplus_find.tag +share/apps/quanta/tags/php/dbplus_first.tag +share/apps/quanta/tags/php/dbplus_flush.tag +share/apps/quanta/tags/php/dbplus_freealllocks.tag +share/apps/quanta/tags/php/dbplus_freelock.tag +share/apps/quanta/tags/php/dbplus_freerlocks.tag +share/apps/quanta/tags/php/dbplus_getlock.tag +share/apps/quanta/tags/php/dbplus_getunique.tag +share/apps/quanta/tags/php/dbplus_info.tag +share/apps/quanta/tags/php/dbplus_last.tag +share/apps/quanta/tags/php/dbplus_lockrel.tag +share/apps/quanta/tags/php/dbplus_next.tag +share/apps/quanta/tags/php/dbplus_open.tag +share/apps/quanta/tags/php/dbplus_prev.tag +share/apps/quanta/tags/php/dbplus_rzap.tag +share/apps/quanta/tags/php/dbplus_rchperm.tag +share/apps/quanta/tags/php/dbplus_rcreate.tag +share/apps/quanta/tags/php/dbplus_rcrtexact.tag +share/apps/quanta/tags/php/dbplus_rcrtlike.tag +share/apps/quanta/tags/php/dbplus_resolve.tag +share/apps/quanta/tags/php/dbplus_restorepos.tag +share/apps/quanta/tags/php/dbplus_rkeys.tag +share/apps/quanta/tags/php/dbplus_ropen.tag +share/apps/quanta/tags/php/dbplus_rquery.tag +share/apps/quanta/tags/php/dbplus_rrename.tag +share/apps/quanta/tags/php/dbplus_rsecindex.tag +share/apps/quanta/tags/php/dbplus_runlink.tag +share/apps/quanta/tags/php/dbplus_savepos.tag +share/apps/quanta/tags/php/dbplus_setindex.tag +share/apps/quanta/tags/php/dbplus_setindexbynumber.tag +share/apps/quanta/tags/php/dbplus_sql.tag +share/apps/quanta/tags/php/dbplus_tcl.tag +share/apps/quanta/tags/php/dbplus_undo.tag +share/apps/quanta/tags/php/dbplus_tremove.tag +share/apps/quanta/tags/php/dbplus_undoprepare.tag +share/apps/quanta/tags/php/dbplus_unlockrel.tag +share/apps/quanta/tags/php/dbplus_unselect.tag +share/apps/quanta/tags/php/dbplus_update.tag +share/apps/quanta/tags/php/dbplus_xlockrel.tag +share/apps/quanta/tags/php/dbplus_xunlockrel.tag +share/apps/quanta/tags/php/dbx_close.tag +share/apps/quanta/tags/php/dbx_compare.tag +share/apps/quanta/tags/php/dbx_connect.tag +share/apps/quanta/tags/php/dbx_error.tag +share/apps/quanta/tags/php/dbx_query.tag +share/apps/quanta/tags/php/dbx_sort.tag +share/apps/quanta/tags/php/dcgettext.tag +share/apps/quanta/tags/php/dcngettext.tag +share/apps/quanta/tags/php/dcstat.tag +share/apps/quanta/tags/php/debugger_off.tag +share/apps/quanta/tags/php/debugger_on.tag +share/apps/quanta/tags/php/decbin.tag +share/apps/quanta/tags/php/dechex.tag +share/apps/quanta/tags/php/decoct.tag +share/apps/quanta/tags/php/define.tag +share/apps/quanta/tags/php/define_syslog_variables.tag +share/apps/quanta/tags/php/defined.tag +share/apps/quanta/tags/php/deg2rad.tag +share/apps/quanta/tags/php/delete.tag +share/apps/quanta/tags/php/description.tag +share/apps/quanta/tags/php/dgettext.tag +share/apps/quanta/tags/php/dio_close.tag +share/apps/quanta/tags/php/dio_fcntl.tag +share/apps/quanta/tags/php/dio_open.tag +share/apps/quanta/tags/php/dio_read.tag +share/apps/quanta/tags/php/dio_seek.tag +share/apps/quanta/tags/php/dio_stat.tag +share/apps/quanta/tags/php/dio_truncate.tag +share/apps/quanta/tags/php/dio_write.tag +share/apps/quanta/tags/php/dirname.tag +share/apps/quanta/tags/php/disk_free_space.tag +share/apps/quanta/tags/php/disk_total_space.tag +share/apps/quanta/tags/php/diskfreespace.tag +share/apps/quanta/tags/php/dngettext.tag +share/apps/quanta/tags/php/domxml_new_doc.tag +share/apps/quanta/tags/php/domxml_open_file.tag +share/apps/quanta/tags/php/domxml_open_mem.tag +share/apps/quanta/tags/php/domxml_version.tag +share/apps/quanta/tags/php/domxml_xmltree.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_doc.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_file.tag +share/apps/quanta/tags/php/dotnet_load.tag +share/apps/quanta/tags/php/dstanchors.tag +share/apps/quanta/tags/php/dstofsrcanchors.tag +share/apps/quanta/tags/php/each.tag +share/apps/quanta/tags/php/easter_date.tag +share/apps/quanta/tags/php/easter_days.tag +share/apps/quanta/tags/php/ebcdic2ascii.tag +share/apps/quanta/tags/php/empty.tag +share/apps/quanta/tags/php/end.tag +share/apps/quanta/tags/php/ereg.tag +share/apps/quanta/tags/php/eregi.tag +share/apps/quanta/tags/php/ereg_replace.tag +share/apps/quanta/tags/php/eregi_replace.tag +share/apps/quanta/tags/php/error_log.tag +share/apps/quanta/tags/php/error_reporting.tag +share/apps/quanta/tags/php/escapeshellarg.tag +share/apps/quanta/tags/php/escapeshellcmd.tag +share/apps/quanta/tags/php/eval.tag +share/apps/quanta/tags/php/exec.tag +share/apps/quanta/tags/php/exif_imagetype.tag +share/apps/quanta/tags/php/exif_read_data.tag +share/apps/quanta/tags/php/exif_thumbnail.tag +share/apps/quanta/tags/php/exit.tag +share/apps/quanta/tags/php/exp.tag +share/apps/quanta/tags/php/explode.tag +share/apps/quanta/tags/php/expm1.tag +share/apps/quanta/tags/php/extension_loaded.tag +share/apps/quanta/tags/php/extract.tag +share/apps/quanta/tags/php/ezmlm_hash.tag +share/apps/quanta/tags/php/fbsql_affected_rows.tag +share/apps/quanta/tags/php/fbsql_autocommit.tag +share/apps/quanta/tags/php/fbsql_change_user.tag +share/apps/quanta/tags/php/fbsql_close.tag +share/apps/quanta/tags/php/fbsql_commit.tag +share/apps/quanta/tags/php/fbsql_connect.tag +share/apps/quanta/tags/php/fbsql_create_blob.tag +share/apps/quanta/tags/php/fbsql_create_clob.tag +share/apps/quanta/tags/php/fbsql_create_db.tag +share/apps/quanta/tags/php/fbsql_data_seek.tag +share/apps/quanta/tags/php/fbsql_database.tag +share/apps/quanta/tags/php/fbsql_database_password.tag +share/apps/quanta/tags/php/fbsql_db_query.tag +share/apps/quanta/tags/php/fbsql_db_status.tag +share/apps/quanta/tags/php/fbsql_drop_db.tag +share/apps/quanta/tags/php/fbsql_errno.tag +share/apps/quanta/tags/php/fbsql_error.tag +share/apps/quanta/tags/php/fbsql_fetch_array.tag +share/apps/quanta/tags/php/fbsql_fetch_assoc.tag +share/apps/quanta/tags/php/fclose.tag +share/apps/quanta/tags/php/fbsql_fetch_field.tag +share/apps/quanta/tags/php/fbsql_fetch_lengths.tag +share/apps/quanta/tags/php/fbsql_fetch_object.tag +share/apps/quanta/tags/php/fbsql_fetch_row.tag +share/apps/quanta/tags/php/fbsql_field_flags.tag +share/apps/quanta/tags/php/fbsql_field_len.tag +share/apps/quanta/tags/php/fbsql_field_name.tag +share/apps/quanta/tags/php/fbsql_field_seek.tag +share/apps/quanta/tags/php/fbsql_field_table.tag +share/apps/quanta/tags/php/fbsql_field_type.tag +share/apps/quanta/tags/php/fbsql_free_result.tag +share/apps/quanta/tags/php/fbsql_get_autostart_info.tag +share/apps/quanta/tags/php/fbsql_hostname.tag +share/apps/quanta/tags/php/fbsql_insert_id.tag +share/apps/quanta/tags/php/fbsql_list_dbs.tag +share/apps/quanta/tags/php/fbsql_list_fields.tag +share/apps/quanta/tags/php/fbsql_list_tables.tag +share/apps/quanta/tags/php/fbsql_next_result.tag +share/apps/quanta/tags/php/fbsql_num_fields.tag +share/apps/quanta/tags/php/fbsql_num_rows.tag +share/apps/quanta/tags/php/fbsql_password.tag +share/apps/quanta/tags/php/fbsql_pconnect.tag +share/apps/quanta/tags/php/fbsql_query.tag +share/apps/quanta/tags/php/fbsql_read_blob.tag +share/apps/quanta/tags/php/fbsql_read_clob.tag +share/apps/quanta/tags/php/fbsql_result.tag +share/apps/quanta/tags/php/fbsql_rollback.tag +share/apps/quanta/tags/php/fbsql_select_db.tag +share/apps/quanta/tags/php/fbsql_set_lob_mode.tag +share/apps/quanta/tags/php/fbsql_set_transaction.tag +share/apps/quanta/tags/php/fbsql_start_db.tag +share/apps/quanta/tags/php/fbsql_stop_db.tag +share/apps/quanta/tags/php/fbsql_tablename.tag +share/apps/quanta/tags/php/key.tag +share/apps/quanta/tags/php/fbsql_username.tag +share/apps/quanta/tags/php/fbsql_warnings.tag +share/apps/quanta/tags/php/fdf_add_template.tag +share/apps/quanta/tags/php/fdf_close.tag +share/apps/quanta/tags/php/fdf_create.tag +share/apps/quanta/tags/php/fdf_get_file.tag +share/apps/quanta/tags/php/fdf_get_status.tag +share/apps/quanta/tags/php/fdf_get_value.tag +share/apps/quanta/tags/php/fdf_next_field_name.tag +share/apps/quanta/tags/php/fdf_open.tag +share/apps/quanta/tags/php/fdf_save.tag +share/apps/quanta/tags/php/fdf_set_ap.tag +share/apps/quanta/tags/php/fdf_set_encoding.tag +share/apps/quanta/tags/php/fdf_set_file.tag +share/apps/quanta/tags/php/fdf_set_flags.tag +share/apps/quanta/tags/php/fdf_set_javascript_action.tag +share/apps/quanta/tags/php/fdf_set_opt.tag +share/apps/quanta/tags/php/fdf_set_status.tag +share/apps/quanta/tags/php/fdf_set_submit_form_action.tag +share/apps/quanta/tags/php/fdf_set_value.tag +share/apps/quanta/tags/php/feof.tag +share/apps/quanta/tags/php/fflush.tag +share/apps/quanta/tags/php/fgetc.tag +share/apps/quanta/tags/php/fgetcsv.tag +share/apps/quanta/tags/php/fgets.tag +share/apps/quanta/tags/php/fgetss.tag +share/apps/quanta/tags/php/file.tag +share/apps/quanta/tags/php/file_exists.tag +share/apps/quanta/tags/php/file_get_contents.tag +share/apps/quanta/tags/php/file_get_wrapper_data.tag +share/apps/quanta/tags/php/file_register_wrapper.tag +share/apps/quanta/tags/php/fileatime.tag +share/apps/quanta/tags/php/filectime.tag +share/apps/quanta/tags/php/filegroup.tag +share/apps/quanta/tags/php/fileinode.tag +share/apps/quanta/tags/php/filemtime.tag +share/apps/quanta/tags/php/fileowner.tag +share/apps/quanta/tags/php/fileperms.tag +share/apps/quanta/tags/php/filepro.tag +share/apps/quanta/tags/php/filepro_fieldcount.tag +share/apps/quanta/tags/php/filepro_fieldname.tag +share/apps/quanta/tags/php/filepro_fieldtype.tag +share/apps/quanta/tags/php/filepro_fieldwidth.tag +share/apps/quanta/tags/php/filepro_retrieve.tag +share/apps/quanta/tags/php/filepro_rowcount.tag +share/apps/quanta/tags/php/filesize.tag +share/apps/quanta/tags/php/filetype.tag +share/apps/quanta/tags/php/find.tag +share/apps/quanta/tags/php/floatval.tag +share/apps/quanta/tags/php/flock.tag +share/apps/quanta/tags/php/floor.tag +share/apps/quanta/tags/php/flush.tag +share/apps/quanta/tags/php/fopen.tag +share/apps/quanta/tags/php/fpassthru.tag +share/apps/quanta/tags/php/fputs.tag +share/apps/quanta/tags/php/fread.tag +share/apps/quanta/tags/php/frenchtojd.tag +share/apps/quanta/tags/php/fribidi_log2vis.tag +share/apps/quanta/tags/php/fscanf.tag +share/apps/quanta/tags/php/fseek.tag +share/apps/quanta/tags/php/fsockopen.tag +share/apps/quanta/tags/php/fstat.tag +share/apps/quanta/tags/php/ftell.tag +share/apps/quanta/tags/php/ftok.tag +share/apps/quanta/tags/php/ftp_async_continue.tag +share/apps/quanta/tags/php/ftp_async_fget.tag +share/apps/quanta/tags/php/ftp_async_fput.tag +share/apps/quanta/tags/php/ftp_async_get.tag +share/apps/quanta/tags/php/ftp_async_put.tag +share/apps/quanta/tags/php/ftp_cdup.tag +share/apps/quanta/tags/php/ftp_chdir.tag +share/apps/quanta/tags/php/ftp_close.tag +share/apps/quanta/tags/php/ftp_connect.tag +share/apps/quanta/tags/php/ftp_delete.tag +share/apps/quanta/tags/php/ftp_exec.tag +share/apps/quanta/tags/php/ftp_fget.tag +share/apps/quanta/tags/php/ftp_fput.tag +share/apps/quanta/tags/php/ftp_get.tag +share/apps/quanta/tags/php/ftp_get_option.tag +share/apps/quanta/tags/php/ftp_login.tag +share/apps/quanta/tags/php/ftp_mdtm.tag +share/apps/quanta/tags/php/ftp_mkdir.tag +share/apps/quanta/tags/php/ftp_nlist.tag +share/apps/quanta/tags/php/ftp_pasv.tag +share/apps/quanta/tags/php/ftp_put.tag +share/apps/quanta/tags/php/ftp_pwd.tag +share/apps/quanta/tags/php/ftp_quit.tag +share/apps/quanta/tags/php/ftp_rawlist.tag +share/apps/quanta/tags/php/ftp_rename.tag +share/apps/quanta/tags/php/ftp_rmdir.tag +share/apps/quanta/tags/php/ftp_set_option.tag +share/apps/quanta/tags/php/ftp_site.tag +share/apps/quanta/tags/php/ftp_size.tag +share/apps/quanta/tags/php/ftp_systype.tag +share/apps/quanta/tags/php/ftruncate.tag +share/apps/quanta/tags/php/ftstat.tag +share/apps/quanta/tags/php/func_get_arg.tag +share/apps/quanta/tags/php/func_get_args.tag +share/apps/quanta/tags/php/func_num_args.tag +share/apps/quanta/tags/php/function_exists.tag +share/apps/quanta/tags/php/fwrite.tag +share/apps/quanta/tags/php/get_browser.tag +share/apps/quanta/tags/php/get_cfg_var.tag +share/apps/quanta/tags/php/get_class.tag +share/apps/quanta/tags/php/get_class_methods.tag +share/apps/quanta/tags/php/get_class_vars.tag +share/apps/quanta/tags/php/get_current_user.tag +share/apps/quanta/tags/php/get_declared_classes.tag +share/apps/quanta/tags/php/get_defined_constants.tag +share/apps/quanta/tags/php/get_defined_functions.tag +share/apps/quanta/tags/php/get_defined_vars.tag +share/apps/quanta/tags/php/get_extension_funcs.tag +share/apps/quanta/tags/php/get_html_translation_table.tag +share/apps/quanta/tags/php/get_included_files.tag +share/apps/quanta/tags/php/get_loaded_extensions.tag +share/apps/quanta/tags/php/get_magic_quotes_gpc.tag +share/apps/quanta/tags/php/get_magic_quotes_runtime.tag +share/apps/quanta/tags/php/get_meta_tags.tag +share/apps/quanta/tags/php/get_object_vars.tag +share/apps/quanta/tags/php/get_parent_class.tag +share/apps/quanta/tags/php/get_required_files.tag +share/apps/quanta/tags/php/get_resource_type.tag +share/apps/quanta/tags/php/getallheaders.tag +share/apps/quanta/tags/php/getcwd.tag +share/apps/quanta/tags/php/getdate.tag +share/apps/quanta/tags/php/getenv.tag +share/apps/quanta/tags/php/gethostbyaddr.tag +share/apps/quanta/tags/php/gethostbyname.tag +share/apps/quanta/tags/php/gethostbynamel.tag +share/apps/quanta/tags/php/getimagesize.tag +share/apps/quanta/tags/php/getlastmod.tag +share/apps/quanta/tags/php/getmxrr.tag +share/apps/quanta/tags/php/getmygid.tag +share/apps/quanta/tags/php/getmyinode.tag +share/apps/quanta/tags/php/getmypid.tag +share/apps/quanta/tags/php/getmyuid.tag +share/apps/quanta/tags/php/getprotobyname.tag +share/apps/quanta/tags/php/getprotobynumber.tag +share/apps/quanta/tags/php/getrandmax.tag +share/apps/quanta/tags/php/getrusage.tag +share/apps/quanta/tags/php/getservbyname.tag +share/apps/quanta/tags/php/getservbyport.tag +share/apps/quanta/tags/php/gettext.tag +share/apps/quanta/tags/php/gettimeofday.tag +share/apps/quanta/tags/php/gettype.tag +share/apps/quanta/tags/php/glob.tag +share/apps/quanta/tags/php/gmdate.tag +share/apps/quanta/tags/php/gmmktime.tag +share/apps/quanta/tags/php/gmp_abs.tag +share/apps/quanta/tags/php/gmp_add.tag +share/apps/quanta/tags/php/gmp_and.tag +share/apps/quanta/tags/php/gmp_clrbit.tag +share/apps/quanta/tags/php/gmp_cmp.tag +share/apps/quanta/tags/php/gmp_com.tag +share/apps/quanta/tags/php/gmp_div.tag +share/apps/quanta/tags/php/gmp_div_q.tag +share/apps/quanta/tags/php/gmp_div_qr.tag +share/apps/quanta/tags/php/gmp_div_r.tag +share/apps/quanta/tags/php/gmp_divexact.tag +share/apps/quanta/tags/php/gmp_fact.tag +share/apps/quanta/tags/php/gmp_gcd.tag +share/apps/quanta/tags/php/gmp_gcdext.tag +share/apps/quanta/tags/php/gmp_hamdist.tag +share/apps/quanta/tags/php/gmp_init.tag +share/apps/quanta/tags/php/gmp_intval.tag +share/apps/quanta/tags/php/gmp_invert.tag +share/apps/quanta/tags/php/gmp_jacobi.tag +share/apps/quanta/tags/php/gmp_legendre.tag +share/apps/quanta/tags/php/gmp_mod.tag +share/apps/quanta/tags/php/gmp_mul.tag +share/apps/quanta/tags/php/gmp_neg.tag +share/apps/quanta/tags/php/gmp_or.tag +share/apps/quanta/tags/php/gmp_perfect_square.tag +share/apps/quanta/tags/php/gmp_popcount.tag +share/apps/quanta/tags/php/gmp_pow.tag +share/apps/quanta/tags/php/gmp_powm.tag +share/apps/quanta/tags/php/gmp_prob_prime.tag +share/apps/quanta/tags/php/gmp_random.tag +share/apps/quanta/tags/php/gmp_scan0.tag +share/apps/quanta/tags/php/gmp_scan1.tag +share/apps/quanta/tags/php/gmp_setbit.tag +share/apps/quanta/tags/php/gmp_sign.tag +share/apps/quanta/tags/php/gmp_sqrt.tag +share/apps/quanta/tags/php/gmp_sqrtrm.tag +share/apps/quanta/tags/php/gmp_strval.tag +share/apps/quanta/tags/php/gmp_sub.tag +share/apps/quanta/tags/php/gmp_xor.tag +share/apps/quanta/tags/php/gmstrftime.tag +share/apps/quanta/tags/php/gregoriantojd.tag +share/apps/quanta/tags/php/gzclose.tag +share/apps/quanta/tags/php/gzcompress.tag +share/apps/quanta/tags/php/gzdeflate.tag +share/apps/quanta/tags/php/gzencode.tag +share/apps/quanta/tags/php/gzeof.tag +share/apps/quanta/tags/php/gzfile.tag +share/apps/quanta/tags/php/gzgetc.tag +share/apps/quanta/tags/php/gzgets.tag +share/apps/quanta/tags/php/gzgetss.tag +share/apps/quanta/tags/php/gzinflate.tag +share/apps/quanta/tags/php/gzopen.tag +share/apps/quanta/tags/php/log.tag +share/apps/quanta/tags/php/gzpassthru.tag +share/apps/quanta/tags/php/gzputs.tag +share/apps/quanta/tags/php/gzread.tag +share/apps/quanta/tags/php/gzrewind.tag +share/apps/quanta/tags/php/gzseek.tag +share/apps/quanta/tags/php/gztell.tag +share/apps/quanta/tags/php/gzuncompress.tag +share/apps/quanta/tags/php/gzwrite.tag +share/apps/quanta/tags/php/header.tag +share/apps/quanta/tags/php/headers_sent.tag +share/apps/quanta/tags/php/hebrev.tag +share/apps/quanta/tags/php/hebrevc.tag +share/apps/quanta/tags/php/hexdec.tag +share/apps/quanta/tags/php/highlight_file.tag +share/apps/quanta/tags/php/highlight_string.tag +share/apps/quanta/tags/php/htmlentities.tag +share/apps/quanta/tags/php/htmlspecialchars.tag +share/apps/quanta/tags/php/hw_api->object.tag +share/apps/quanta/tags/php/hw_api_object.tag +share/apps/quanta/tags/php/hw_array2objrec.tag +share/apps/quanta/tags/php/hw_children.tag +share/apps/quanta/tags/php/hw_changeobject.tag +share/apps/quanta/tags/php/hw_childrenobj.tag +share/apps/quanta/tags/php/hw_close.tag +share/apps/quanta/tags/php/hw_connect.tag +share/apps/quanta/tags/php/hw_connection_info.tag +share/apps/quanta/tags/php/hw_cp.tag +share/apps/quanta/tags/php/hw_deleteobject.tag +share/apps/quanta/tags/php/hw_docbyanchor.tag +share/apps/quanta/tags/php/hw_docbyanchorobj.tag +share/apps/quanta/tags/php/hw_document_attributes.tag +share/apps/quanta/tags/php/hw_document_bodytag.tag +share/apps/quanta/tags/php/hw_document_content.tag +share/apps/quanta/tags/php/hw_document_setcontent.tag +share/apps/quanta/tags/php/hw_document_size.tag +share/apps/quanta/tags/php/hw_dummy.tag +share/apps/quanta/tags/php/hw_edittext.tag +share/apps/quanta/tags/php/hw_error.tag +share/apps/quanta/tags/php/hw_errormsg.tag +share/apps/quanta/tags/php/hw_free_document.tag +share/apps/quanta/tags/php/hw_getanchors.tag +share/apps/quanta/tags/php/hw_getanchorsobj.tag +share/apps/quanta/tags/php/hw_getandlock.tag +share/apps/quanta/tags/php/hw_getchildcoll.tag +share/apps/quanta/tags/php/hw_getchildcollobj.tag +share/apps/quanta/tags/php/hw_getchilddoccoll.tag +share/apps/quanta/tags/php/hw_getchilddoccollobj.tag +share/apps/quanta/tags/php/hw_getobject.tag +share/apps/quanta/tags/php/hw_getobjectbyquery.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycoll.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycollobj.tag +share/apps/quanta/tags/php/hw_getobjectbyqueryobj.tag +share/apps/quanta/tags/php/hw_getparents.tag +share/apps/quanta/tags/php/hw_getparentsobj.tag +share/apps/quanta/tags/php/hw_getrellink.tag +share/apps/quanta/tags/php/hw_getremote.tag +share/apps/quanta/tags/php/hw_getremotechildren.tag +share/apps/quanta/tags/php/hw_getsrcbydestobj.tag +share/apps/quanta/tags/php/hw_gettext.tag +share/apps/quanta/tags/php/hw_getusername.tag +share/apps/quanta/tags/php/hw_identify.tag +share/apps/quanta/tags/php/hw_incollections.tag +share/apps/quanta/tags/php/hw_info.tag +share/apps/quanta/tags/php/hw_inscoll.tag +share/apps/quanta/tags/php/hw_insdoc.tag +share/apps/quanta/tags/php/hw_insertanchors.tag +share/apps/quanta/tags/php/hw_insertdocument.tag +share/apps/quanta/tags/php/hw_insertobject.tag +share/apps/quanta/tags/php/hw_mapid.tag +share/apps/quanta/tags/php/hw_modifyobject.tag +share/apps/quanta/tags/php/hw_mv.tag +share/apps/quanta/tags/php/hw_new_document.tag +share/apps/quanta/tags/php/hw_objrec2array.tag +share/apps/quanta/tags/php/hw_root.tag +share/apps/quanta/tags/php/hw_output_document.tag +share/apps/quanta/tags/php/hw_pconnect.tag +share/apps/quanta/tags/php/hw_pipedocument.tag +share/apps/quanta/tags/php/hw_setlinkroot.tag +share/apps/quanta/tags/php/hw_stat.tag +share/apps/quanta/tags/php/hw_unlock.tag +share/apps/quanta/tags/php/hw_who.tag +share/apps/quanta/tags/php/hwapi_hgcsp.tag +share/apps/quanta/tags/php/hwstat.tag +share/apps/quanta/tags/php/hypot.tag +share/apps/quanta/tags/php/ibase_blob_add.tag +share/apps/quanta/tags/php/ibase_blob_cancel.tag +share/apps/quanta/tags/php/ibase_blob_close.tag +share/apps/quanta/tags/php/ibase_blob_create.tag +share/apps/quanta/tags/php/ibase_blob_echo.tag +share/apps/quanta/tags/php/ibase_blob_get.tag +share/apps/quanta/tags/php/ibase_blob_import.tag +share/apps/quanta/tags/php/ibase_blob_info.tag +share/apps/quanta/tags/php/ibase_blob_open.tag +share/apps/quanta/tags/php/ibase_close.tag +share/apps/quanta/tags/php/ibase_commit.tag +share/apps/quanta/tags/php/ibase_connect.tag +share/apps/quanta/tags/php/ibase_errmsg.tag +share/apps/quanta/tags/php/ibase_execute.tag +share/apps/quanta/tags/php/ibase_fetch_object.tag +share/apps/quanta/tags/php/ibase_fetch_row.tag +share/apps/quanta/tags/php/ibase_field_info.tag +share/apps/quanta/tags/php/ibase_free_query.tag +share/apps/quanta/tags/php/ibase_free_result.tag +share/apps/quanta/tags/php/ibase_num_fields.tag +share/apps/quanta/tags/php/ibase_pconnect.tag +share/apps/quanta/tags/php/ibase_prepare.tag +share/apps/quanta/tags/php/ibase_query.tag +share/apps/quanta/tags/php/ibase_rollback.tag +share/apps/quanta/tags/php/ibase_timefmt.tag +share/apps/quanta/tags/php/ibase_trans.tag +share/apps/quanta/tags/php/iconv.tag +share/apps/quanta/tags/php/iconv_get_encoding.tag +share/apps/quanta/tags/php/iconv_set_encoding.tag +share/apps/quanta/tags/php/identify.tag +share/apps/quanta/tags/php/ifx_affected_rows.tag +share/apps/quanta/tags/php/ifx_blobinfile_mode.tag +share/apps/quanta/tags/php/ifx_byteasvarchar.tag +share/apps/quanta/tags/php/ifx_close.tag +share/apps/quanta/tags/php/ifx_connect.tag +share/apps/quanta/tags/php/ifx_copy_blob.tag +share/apps/quanta/tags/php/ifx_create_blob.tag +share/apps/quanta/tags/php/ifx_create_char.tag +share/apps/quanta/tags/php/ifx_do.tag +share/apps/quanta/tags/php/ifx_error.tag +share/apps/quanta/tags/php/ifx_errormsg.tag +share/apps/quanta/tags/php/ifx_fetch_row.tag +share/apps/quanta/tags/php/ifx_fieldproperties.tag +share/apps/quanta/tags/php/ifx_fieldtypes.tag +share/apps/quanta/tags/php/ifx_free_blob.tag +share/apps/quanta/tags/php/ifx_free_char.tag +share/apps/quanta/tags/php/ifx_free_result.tag +share/apps/quanta/tags/php/ifx_get_blob.tag +share/apps/quanta/tags/php/ifx_get_char.tag +share/apps/quanta/tags/php/ifx_getsqlca.tag +share/apps/quanta/tags/php/ifx_htmltbl_result.tag +share/apps/quanta/tags/php/ifx_nullformat.tag +share/apps/quanta/tags/php/ifx_num_fields.tag +share/apps/quanta/tags/php/ifx_num_rows.tag +share/apps/quanta/tags/php/ifx_pconnect.tag +share/apps/quanta/tags/php/ifx_prepare.tag +share/apps/quanta/tags/php/ifx_query.tag +share/apps/quanta/tags/php/ifx_textasvarchar.tag +share/apps/quanta/tags/php/ifx_update_char.tag +share/apps/quanta/tags/php/ifxus_close_slob.tag +share/apps/quanta/tags/php/ifxus_create_slob.tag +share/apps/quanta/tags/php/ifxus_free_slob.tag +share/apps/quanta/tags/php/ifxus_open_slob.tag +share/apps/quanta/tags/php/ifxus_read_slob.tag +share/apps/quanta/tags/php/ifxus_seek_slob.tag +share/apps/quanta/tags/php/ifxus_tell_slob.tag +share/apps/quanta/tags/php/ifxus_write_slob.tag +share/apps/quanta/tags/php/ignore_user_abort.tag +share/apps/quanta/tags/php/image2wbmp.tag +share/apps/quanta/tags/php/image_type_to_mime_type.tag +share/apps/quanta/tags/php/imagealphablending.tag +share/apps/quanta/tags/php/imagearc.tag +share/apps/quanta/tags/php/imagechar.tag +share/apps/quanta/tags/php/imagecharup.tag +share/apps/quanta/tags/php/imagecolorallocate.tag +share/apps/quanta/tags/php/imagecolorat.tag +share/apps/quanta/tags/php/imagecolorclosest.tag +share/apps/quanta/tags/php/imagecolorclosestalpha.tag +share/apps/quanta/tags/php/imagecolorclosesthwb.tag +share/apps/quanta/tags/php/imagecolordeallocate.tag +share/apps/quanta/tags/php/imagecolorexact.tag +share/apps/quanta/tags/php/imagecolorexactalpha.tag +share/apps/quanta/tags/php/imagecolorresolve.tag +share/apps/quanta/tags/php/imagecolorresolvealpha.tag +share/apps/quanta/tags/php/imagecolorset.tag +share/apps/quanta/tags/php/imagecolorsforindex.tag +share/apps/quanta/tags/php/imagecolorstotal.tag +share/apps/quanta/tags/php/imagecolortransparent.tag +share/apps/quanta/tags/php/imagecopy.tag +share/apps/quanta/tags/php/imagecopymerge.tag +share/apps/quanta/tags/php/imagecopymergegray.tag +share/apps/quanta/tags/php/imagecopyresampled.tag +share/apps/quanta/tags/php/imagecopyresized.tag +share/apps/quanta/tags/php/imagecreate.tag +share/apps/quanta/tags/php/imagecreatefromgd.tag +share/apps/quanta/tags/php/imagecreatefromgd2.tag +share/apps/quanta/tags/php/max.tag +share/apps/quanta/tags/php/imagecreatefromgd2part.tag +share/apps/quanta/tags/php/imagecreatefromgif.tag +share/apps/quanta/tags/php/imagecreatefromjpeg.tag +share/apps/quanta/tags/php/imagecreatefrompng.tag +share/apps/quanta/tags/php/imagecreatefromstring.tag +share/apps/quanta/tags/php/imagecreatefromwbmp.tag +share/apps/quanta/tags/php/imagecreatefromxbm.tag +share/apps/quanta/tags/php/imagecreatefromxpm.tag +share/apps/quanta/tags/php/imagecreatetruecolor.tag +share/apps/quanta/tags/php/imagedashedline.tag +share/apps/quanta/tags/php/imagedestroy.tag +share/apps/quanta/tags/php/imageellipse.tag +share/apps/quanta/tags/php/imagefill.tag +share/apps/quanta/tags/php/imagefilledarc.tag +share/apps/quanta/tags/php/imagefilledellipse.tag +share/apps/quanta/tags/php/imagefilledpolygon.tag +share/apps/quanta/tags/php/imagefilledrectangle.tag +share/apps/quanta/tags/php/imagefilltoborder.tag +share/apps/quanta/tags/php/imagefontheight.tag +share/apps/quanta/tags/php/imagefontwidth.tag +share/apps/quanta/tags/php/imageftbbox.tag +share/apps/quanta/tags/php/imagefttext.tag +share/apps/quanta/tags/php/imagegammacorrect.tag +share/apps/quanta/tags/php/imagegd.tag +share/apps/quanta/tags/php/imagegd2.tag +share/apps/quanta/tags/php/imagegif.tag +share/apps/quanta/tags/php/imageinterlace.tag +share/apps/quanta/tags/php/imagejpeg.tag +share/apps/quanta/tags/php/imageline.tag +share/apps/quanta/tags/php/imageloadfont.tag +share/apps/quanta/tags/php/imagepalettecopy.tag +share/apps/quanta/tags/php/imagepng.tag +share/apps/quanta/tags/php/imagepolygon.tag +share/apps/quanta/tags/php/imagepsbbox.tag +share/apps/quanta/tags/php/imagepscopyfont.tag +share/apps/quanta/tags/php/imagepsencodefont.tag +share/apps/quanta/tags/php/imagepsextendfont.tag +share/apps/quanta/tags/php/imagepsfreefont.tag +share/apps/quanta/tags/php/imagepsloadfont.tag +share/apps/quanta/tags/php/imagepsslantfont.tag +share/apps/quanta/tags/php/imagepstext.tag +share/apps/quanta/tags/php/imagerectangle.tag +share/apps/quanta/tags/php/imagesetbrush.tag +share/apps/quanta/tags/php/imagesetpixel.tag +share/apps/quanta/tags/php/imagesetstyle.tag +share/apps/quanta/tags/php/imagesetthickness.tag +share/apps/quanta/tags/php/imagesettile.tag +share/apps/quanta/tags/php/imagestring.tag +share/apps/quanta/tags/php/imagestringup.tag +share/apps/quanta/tags/php/imagesx.tag +share/apps/quanta/tags/php/imagesy.tag +share/apps/quanta/tags/php/imagetruecolortopalette.tag +share/apps/quanta/tags/php/imagettfbbox.tag +share/apps/quanta/tags/php/imagettftext.tag +share/apps/quanta/tags/php/imagetypes.tag +share/apps/quanta/tags/php/imagewbmp.tag +share/apps/quanta/tags/php/imap_8bit.tag +share/apps/quanta/tags/php/imap_alerts.tag +share/apps/quanta/tags/php/imap_append.tag +share/apps/quanta/tags/php/imap_base64.tag +share/apps/quanta/tags/php/imap_binary.tag +share/apps/quanta/tags/php/imap_body.tag +share/apps/quanta/tags/php/imap_bodystruct.tag +share/apps/quanta/tags/php/imap_check.tag +share/apps/quanta/tags/php/imap_clearflag_full.tag +share/apps/quanta/tags/php/imap_close.tag +share/apps/quanta/tags/php/imap_createmailbox.tag +share/apps/quanta/tags/php/imap_delete.tag +share/apps/quanta/tags/php/imap_deletemailbox.tag +share/apps/quanta/tags/php/imap_errors.tag +share/apps/quanta/tags/php/imap_expunge.tag +share/apps/quanta/tags/php/imap_fetch_overview.tag +share/apps/quanta/tags/php/imap_fetchbody.tag +share/apps/quanta/tags/php/imap_fetchheader.tag +share/apps/quanta/tags/php/imap_fetchstructure.tag +share/apps/quanta/tags/php/imap_get_quota.tag +share/apps/quanta/tags/php/imap_get_quotaroot.tag +share/apps/quanta/tags/php/imap_getmailboxes.tag +share/apps/quanta/tags/php/imap_getsubscribed.tag +share/apps/quanta/tags/php/imap_header.tag +share/apps/quanta/tags/php/imap_headerinfo.tag +share/apps/quanta/tags/php/imap_headers.tag +share/apps/quanta/tags/php/imap_last_error.tag +share/apps/quanta/tags/php/imap_listmailbox.tag +share/apps/quanta/tags/php/imap_listsubscribed.tag +share/apps/quanta/tags/php/imap_mail.tag +share/apps/quanta/tags/php/imap_mail_compose.tag +share/apps/quanta/tags/php/imap_mail_copy.tag +share/apps/quanta/tags/php/imap_mail_move.tag +share/apps/quanta/tags/php/imap_mailboxmsginfo.tag +share/apps/quanta/tags/php/imap_mime_header_decode.tag +share/apps/quanta/tags/php/imap_msgno.tag +share/apps/quanta/tags/php/imap_num_msg.tag +share/apps/quanta/tags/php/imap_num_recent.tag +share/apps/quanta/tags/php/imap_open.tag +share/apps/quanta/tags/php/imap_ping.tag +share/apps/quanta/tags/php/imap_qprint.tag +share/apps/quanta/tags/php/imap_renamemailbox.tag +share/apps/quanta/tags/php/imap_reopen.tag +share/apps/quanta/tags/php/imap_rfc822_parse_adrlist.tag +share/apps/quanta/tags/php/imap_rfc822_parse_headers.tag +share/apps/quanta/tags/php/imap_rfc822_write_address.tag +share/apps/quanta/tags/php/imap_scanmailbox.tag +share/apps/quanta/tags/php/imap_search.tag +share/apps/quanta/tags/php/imap_set_quota.tag +share/apps/quanta/tags/php/imap_setacl.tag +share/apps/quanta/tags/php/imap_setflag_full.tag +share/apps/quanta/tags/php/imap_sort.tag +share/apps/quanta/tags/php/imap_status.tag +share/apps/quanta/tags/php/imap_subscribe.tag +share/apps/quanta/tags/php/imap_thread.tag +share/apps/quanta/tags/php/imap_uid.tag +share/apps/quanta/tags/php/imap_undelete.tag +share/apps/quanta/tags/php/imap_unsubscribe.tag +share/apps/quanta/tags/php/imap_utf7_decode.tag +share/apps/quanta/tags/php/imap_utf7_encode.tag +share/apps/quanta/tags/php/imap_utf8.tag +share/apps/quanta/tags/php/implode.tag +share/apps/quanta/tags/php/import_request_variables.tag +share/apps/quanta/tags/php/in_array.tag +share/apps/quanta/tags/php/info.tag +share/apps/quanta/tags/php/ingres_autocommit.tag +share/apps/quanta/tags/php/ingres_close.tag +share/apps/quanta/tags/php/ingres_commit.tag +share/apps/quanta/tags/php/md5.tag +share/apps/quanta/tags/php/ingres_connect.tag +share/apps/quanta/tags/php/ingres_fetch_array.tag +share/apps/quanta/tags/php/ingres_fetch_object.tag +share/apps/quanta/tags/php/ingres_fetch_row.tag +share/apps/quanta/tags/php/ingres_field_length.tag +share/apps/quanta/tags/php/ingres_field_name.tag +share/apps/quanta/tags/php/ingres_field_nullable.tag +share/apps/quanta/tags/php/ingres_field_precision.tag +share/apps/quanta/tags/php/ingres_field_scale.tag +share/apps/quanta/tags/php/ingres_field_type.tag +share/apps/quanta/tags/php/ingres_num_fields.tag +share/apps/quanta/tags/php/ingres_num_rows.tag +share/apps/quanta/tags/php/ingres_pconnect.tag +share/apps/quanta/tags/php/ingres_query.tag +share/apps/quanta/tags/php/ingres_rollback.tag +share/apps/quanta/tags/php/ini_alter.tag +share/apps/quanta/tags/php/ini_get.tag +share/apps/quanta/tags/php/ini_get_all.tag +share/apps/quanta/tags/php/ini_restore.tag +share/apps/quanta/tags/php/ini_set.tag +share/apps/quanta/tags/php/insert.tag +share/apps/quanta/tags/php/insertanchor.tag +share/apps/quanta/tags/php/insertcollection.tag +share/apps/quanta/tags/php/insertdocument.tag +share/apps/quanta/tags/php/intval.tag +share/apps/quanta/tags/php/ip2long.tag +share/apps/quanta/tags/php/iptcembed.tag +share/apps/quanta/tags/php/iptcparse.tag +share/apps/quanta/tags/php/ircg_channel_mode.tag +share/apps/quanta/tags/php/ircg_disconnect.tag +share/apps/quanta/tags/php/ircg_fetch_error_msg.tag +share/apps/quanta/tags/php/ircg_get_username.tag +share/apps/quanta/tags/php/ircg_html_encode.tag +share/apps/quanta/tags/php/ircg_ignore_add.tag +share/apps/quanta/tags/php/ircg_ignore_del.tag +share/apps/quanta/tags/php/ircg_is_conn_alive.tag +share/apps/quanta/tags/php/ircg_join.tag +share/apps/quanta/tags/php/ircg_kick.tag +share/apps/quanta/tags/php/ircg_lookup_format_messages.tag +share/apps/quanta/tags/php/ircg_msg.tag +share/apps/quanta/tags/php/ircg_nick.tag +share/apps/quanta/tags/php/ircg_nickname_escape.tag +share/apps/quanta/tags/php/ircg_nickname_unescape.tag +share/apps/quanta/tags/php/ircg_notice.tag +share/apps/quanta/tags/php/ircg_part.tag +share/apps/quanta/tags/php/ircg_pconnect.tag +share/apps/quanta/tags/php/ircg_register_format_messages.tag +share/apps/quanta/tags/php/ircg_set_current.tag +share/apps/quanta/tags/php/ircg_set_file.tag +share/apps/quanta/tags/php/ircg_set_on_die.tag +share/apps/quanta/tags/php/ircg_topic.tag +share/apps/quanta/tags/php/ircg_whois.tag +share/apps/quanta/tags/php/is_a.tag +share/apps/quanta/tags/php/is_array.tag +share/apps/quanta/tags/php/is_bool.tag +share/apps/quanta/tags/php/is_callable.tag +share/apps/quanta/tags/php/is_dir.tag +share/apps/quanta/tags/php/is_executable.tag +share/apps/quanta/tags/php/is_file.tag +share/apps/quanta/tags/php/is_finite.tag +share/apps/quanta/tags/php/is_float.tag +share/apps/quanta/tags/php/is_infinite.tag +share/apps/quanta/tags/php/is_int.tag +share/apps/quanta/tags/php/is_link.tag +share/apps/quanta/tags/php/is_nan.tag +share/apps/quanta/tags/php/is_null.tag +share/apps/quanta/tags/php/is_numeric.tag +share/apps/quanta/tags/php/is_object.tag +share/apps/quanta/tags/php/is_readable.tag +share/apps/quanta/tags/php/is_resource.tag +share/apps/quanta/tags/php/is_scalar.tag +share/apps/quanta/tags/php/is_string.tag +share/apps/quanta/tags/php/is_subclass_of.tag +share/apps/quanta/tags/php/is_uploaded_file.tag +share/apps/quanta/tags/php/is_writable.tag +share/apps/quanta/tags/php/isset.tag +share/apps/quanta/tags/php/is_writeable.tag +share/apps/quanta/tags/php/java_last_exception_clear.tag +share/apps/quanta/tags/php/java_last_exception_get.tag +share/apps/quanta/tags/php/jddayofweek.tag +share/apps/quanta/tags/php/jdmonthname.tag +share/apps/quanta/tags/php/jdtofrench.tag +share/apps/quanta/tags/php/jdtogregorian.tag +share/apps/quanta/tags/php/jdtojewish.tag +share/apps/quanta/tags/php/jdtojulian.tag +share/apps/quanta/tags/php/jdtounix.tag +share/apps/quanta/tags/php/jewishtojd.tag +share/apps/quanta/tags/php/join.tag +share/apps/quanta/tags/php/jpeg2wbmp.tag +share/apps/quanta/tags/php/juliantojd.tag +share/apps/quanta/tags/php/krsort.tag +share/apps/quanta/tags/php/ksort.tag +share/apps/quanta/tags/php/langdepvalue.tag +share/apps/quanta/tags/php/lcg_value.tag +share/apps/quanta/tags/php/ldap_8859_to_t61.tag +share/apps/quanta/tags/php/leak.tag +share/apps/quanta/tags/php/ldap_add.tag +share/apps/quanta/tags/php/ldap_bind.tag +share/apps/quanta/tags/php/ldap_close.tag +share/apps/quanta/tags/php/ldap_compare.tag +share/apps/quanta/tags/php/ldap_connect.tag +share/apps/quanta/tags/php/ldap_count_entries.tag +share/apps/quanta/tags/php/ldap_delete.tag +share/apps/quanta/tags/php/ldap_dn2ufn.tag +share/apps/quanta/tags/php/ldap_err2str.tag +share/apps/quanta/tags/php/ldap_errno.tag +share/apps/quanta/tags/php/ldap_error.tag +share/apps/quanta/tags/php/ldap_explode_dn.tag +share/apps/quanta/tags/php/ldap_first_attribute.tag +share/apps/quanta/tags/php/ldap_first_entry.tag +share/apps/quanta/tags/php/ldap_first_reference.tag +share/apps/quanta/tags/php/ldap_free_result.tag +share/apps/quanta/tags/php/ldap_get_attributes.tag +share/apps/quanta/tags/php/ldap_get_dn.tag +share/apps/quanta/tags/php/ldap_get_entries.tag +share/apps/quanta/tags/php/ldap_get_option.tag +share/apps/quanta/tags/php/ldap_get_values.tag +share/apps/quanta/tags/php/ldap_get_values_len.tag +share/apps/quanta/tags/php/ldap_list.tag +share/apps/quanta/tags/php/ldap_mod_add.tag +share/apps/quanta/tags/php/ldap_mod_del.tag +share/apps/quanta/tags/php/ldap_mod_replace.tag +share/apps/quanta/tags/php/ldap_modify.tag +share/apps/quanta/tags/php/ldap_next_attribute.tag +share/apps/quanta/tags/php/ldap_next_entry.tag +share/apps/quanta/tags/php/ldap_next_reference.tag +share/apps/quanta/tags/php/ldap_parse_reference.tag +share/apps/quanta/tags/php/ldap_parse_result.tag +share/apps/quanta/tags/php/ldap_read.tag +share/apps/quanta/tags/php/ldap_rename.tag +share/apps/quanta/tags/php/ldap_search.tag +share/apps/quanta/tags/php/ldap_sort.tag +share/apps/quanta/tags/php/ldap_set_option.tag +share/apps/quanta/tags/php/ldap_set_rebind_proc.tag +share/apps/quanta/tags/php/ldap_start_tls.tag +share/apps/quanta/tags/php/ldap_t61_to_8859.tag +share/apps/quanta/tags/php/ldap_unbind.tag +share/apps/quanta/tags/php/levenshtein.tag +share/apps/quanta/tags/php/link.tag +share/apps/quanta/tags/php/linkinfo.tag +share/apps/quanta/tags/php/list.tag +share/apps/quanta/tags/php/localeconv.tag +share/apps/quanta/tags/php/localtime.tag +share/apps/quanta/tags/php/lock.tag +share/apps/quanta/tags/php/log10.tag +share/apps/quanta/tags/php/log1p.tag +share/apps/quanta/tags/php/long2ip.tag +share/apps/quanta/tags/php/lstat.tag +share/apps/quanta/tags/php/ltrim.tag +share/apps/quanta/tags/php/mail.tag +share/apps/quanta/tags/php/mailparse_determine_best_xfer_encoding.tag +share/apps/quanta/tags/php/mailparse_msg_create.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part_file.tag +share/apps/quanta/tags/php/mailparse_msg_free.tag +share/apps/quanta/tags/php/mailparse_msg_get_part.tag +share/apps/quanta/tags/php/mailparse_msg_get_part_data.tag +share/apps/quanta/tags/php/mailparse_msg_get_structure.tag +share/apps/quanta/tags/php/mailparse_msg_parse.tag +share/apps/quanta/tags/php/mailparse_msg_parse_file.tag +share/apps/quanta/tags/php/mailparse_rfc822_parse_addresses.tag +share/apps/quanta/tags/php/mailparse_stream_encode.tag +share/apps/quanta/tags/php/mailparse_uudecode_all.tag +share/apps/quanta/tags/php/mb_convert_encoding.tag +share/apps/quanta/tags/php/mb_convert_kana.tag +share/apps/quanta/tags/php/mb_detect_order.tag +share/apps/quanta/tags/php/mb_convert_variables.tag +share/apps/quanta/tags/php/mb_decode_mimeheader.tag +share/apps/quanta/tags/php/mb_decode_numericentity.tag +share/apps/quanta/tags/php/mb_detect_encoding.tag +share/apps/quanta/tags/php/mb_encode_mimeheader.tag +share/apps/quanta/tags/php/mb_encode_numericentity.tag +share/apps/quanta/tags/php/mb_ereg.tag +share/apps/quanta/tags/php/mb_ereg_match.tag +share/apps/quanta/tags/php/mb_ereg_replace.tag +share/apps/quanta/tags/php/mb_ereg_search.tag +share/apps/quanta/tags/php/mb_ereg_search_getpos.tag +share/apps/quanta/tags/php/mb_ereg_search_getregs.tag +share/apps/quanta/tags/php/mb_ereg_search_init.tag +share/apps/quanta/tags/php/mb_ereg_search_pos.tag +share/apps/quanta/tags/php/mb_ereg_search_regs.tag +share/apps/quanta/tags/php/mb_eregi.tag +share/apps/quanta/tags/php/mb_ereg_search_setpos.tag +share/apps/quanta/tags/php/mb_eregi_replace.tag +share/apps/quanta/tags/php/mb_get_info.tag +share/apps/quanta/tags/php/mb_http_input.tag +share/apps/quanta/tags/php/mb_http_output.tag +share/apps/quanta/tags/php/mb_internal_encoding.tag +share/apps/quanta/tags/php/mb_language.tag +share/apps/quanta/tags/php/mb_output_handler.tag +share/apps/quanta/tags/php/mb_parse_str.tag +share/apps/quanta/tags/php/mb_preferred_mime_name.tag +share/apps/quanta/tags/php/mb_regex_encoding.tag +share/apps/quanta/tags/php/mb_send_mail.tag +share/apps/quanta/tags/php/mb_split.tag +share/apps/quanta/tags/php/mb_strcut.tag +share/apps/quanta/tags/php/mb_strimwidth.tag +share/apps/quanta/tags/php/mb_strlen.tag +share/apps/quanta/tags/php/mb_strpos.tag +share/apps/quanta/tags/php/mb_strrpos.tag +share/apps/quanta/tags/php/mb_strwidth.tag +share/apps/quanta/tags/php/mb_substitute_character.tag +share/apps/quanta/tags/php/mb_substr.tag +share/apps/quanta/tags/php/mcal_.tag +share/apps/quanta/tags/php/mcal_append_event.tag +share/apps/quanta/tags/php/mcal_close.tag +share/apps/quanta/tags/php/mcal_create_calendar.tag +share/apps/quanta/tags/php/mcal_date_compare.tag +share/apps/quanta/tags/php/mcal_date_valid.tag +share/apps/quanta/tags/php/mcal_day_of_week.tag +share/apps/quanta/tags/php/mcal_days_in_month.tag +share/apps/quanta/tags/php/mcal_delete_calendar.tag +share/apps/quanta/tags/php/mcal_delete_event.tag +share/apps/quanta/tags/php/mcal_event_add_attribute.tag +share/apps/quanta/tags/php/mcal_event_init.tag +share/apps/quanta/tags/php/mcal_event_set_alarm.tag +share/apps/quanta/tags/php/mhash.tag +share/apps/quanta/tags/php/mcal_event_set_category.tag +share/apps/quanta/tags/php/mcal_event_set_class.tag +share/apps/quanta/tags/php/mcal_event_set_description.tag +share/apps/quanta/tags/php/mcal_event_set_end.tag +share/apps/quanta/tags/php/mcal_event_set_recur_daily.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_mday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_wday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_none.tag +share/apps/quanta/tags/php/mcal_event_set_recur_weekly.tag +share/apps/quanta/tags/php/mcal_event_set_recur_yearly.tag +share/apps/quanta/tags/php/mcal_event_set_start.tag +share/apps/quanta/tags/php/mcal_event_set_title.tag +share/apps/quanta/tags/php/mcal_expunge.tag +share/apps/quanta/tags/php/mcal_fetch_current_stream_event.tag +share/apps/quanta/tags/php/mcal_fetch_event.tag +share/apps/quanta/tags/php/mcal_is_leap_year.tag +share/apps/quanta/tags/php/mcal_list_alarms.tag +share/apps/quanta/tags/php/mcal_list_events.tag +share/apps/quanta/tags/php/mcal_next_recurrence.tag +share/apps/quanta/tags/php/mcal_open.tag +share/apps/quanta/tags/php/mcal_popen.tag +share/apps/quanta/tags/php/mcal_rename_calendar.tag +share/apps/quanta/tags/php/mcal_reopen.tag +share/apps/quanta/tags/php/mcal_snooze.tag +share/apps/quanta/tags/php/mcal_store_event.tag +share/apps/quanta/tags/php/mcal_time_valid.tag +share/apps/quanta/tags/php/mcal_week_of_year.tag +share/apps/quanta/tags/php/mcrypt_cbc.tag +share/apps/quanta/tags/php/mcrypt_cfb.tag +share/apps/quanta/tags/php/mcrypt_create_iv.tag +share/apps/quanta/tags/php/mcrypt_decrypt.tag +share/apps/quanta/tags/php/mcrypt_ecb.tag +share/apps/quanta/tags/php/mcrypt_enc_get_algorithms_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_modes_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_self_test.tag +share/apps/quanta/tags/php/mcrypt_encrypt.tag +share/apps/quanta/tags/php/min.tag +share/apps/quanta/tags/php/mcrypt_generic.tag +share/apps/quanta/tags/php/mcrypt_generic_deinit.tag +share/apps/quanta/tags/php/mcrypt_generic_end.tag +share/apps/quanta/tags/php/mcrypt_generic_init.tag +share/apps/quanta/tags/php/mcrypt_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_get_cipher_name.tag +share/apps/quanta/tags/php/mcrypt_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_list_algorithms.tag +share/apps/quanta/tags/php/mcrypt_list_modes.tag +share/apps/quanta/tags/php/mcrypt_module_close.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_block_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_key_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_module_open.tag +share/apps/quanta/tags/php/mcrypt_module_self_test.tag +share/apps/quanta/tags/php/mcrypt_ofb.tag +share/apps/quanta/tags/php/md5_file.tag +share/apps/quanta/tags/php/mdecrypt_generic.tag +share/apps/quanta/tags/php/metaphone.tag +share/apps/quanta/tags/php/method_exists.tag +share/apps/quanta/tags/php/mhash_count.tag +share/apps/quanta/tags/php/mhash_get_block_size.tag +share/apps/quanta/tags/php/mhash_get_hash_name.tag +share/apps/quanta/tags/php/mhash_keygen_s2k.tag +share/apps/quanta/tags/php/microtime.tag +share/apps/quanta/tags/php/mimetype.tag +share/apps/quanta/tags/php/mime_content_type.tag +share/apps/quanta/tags/php/ming_setcubicthreshold.tag +share/apps/quanta/tags/php/ming_setscale.tag +share/apps/quanta/tags/php/ming_useswfversion.tag +share/apps/quanta/tags/php/mkdir.tag +share/apps/quanta/tags/php/mktime.tag +share/apps/quanta/tags/php/move.tag +share/apps/quanta/tags/php/move_uploaded_file.tag +share/apps/quanta/tags/php/msession_connect.tag +share/apps/quanta/tags/php/msession_count.tag +share/apps/quanta/tags/php/msession_create.tag +share/apps/quanta/tags/php/msession_destroy.tag +share/apps/quanta/tags/php/msession_disconnect.tag +share/apps/quanta/tags/php/msession_find.tag +share/apps/quanta/tags/php/msession_get.tag +share/apps/quanta/tags/php/msession_get_array.tag +share/apps/quanta/tags/php/msession_getdata.tag +share/apps/quanta/tags/php/msql.tag +share/apps/quanta/tags/php/msession_inc.tag +share/apps/quanta/tags/php/msession_list.tag +share/apps/quanta/tags/php/msession_listvar.tag +share/apps/quanta/tags/php/msession_lock.tag +share/apps/quanta/tags/php/msession_plugin.tag +share/apps/quanta/tags/php/msession_randstr.tag +share/apps/quanta/tags/php/msession_set.tag +share/apps/quanta/tags/php/msession_set_array.tag +share/apps/quanta/tags/php/msession_setdata.tag +share/apps/quanta/tags/php/msession_timeout.tag +share/apps/quanta/tags/php/msession_uniq.tag +share/apps/quanta/tags/php/msession_unlock.tag +share/apps/quanta/tags/php/msg_get_queue.tag +share/apps/quanta/tags/php/msg_receive.tag +share/apps/quanta/tags/php/msg_remove_queue.tag +share/apps/quanta/tags/php/msg_send.tag +share/apps/quanta/tags/php/msg_set_queue.tag +share/apps/quanta/tags/php/mt_rand.tag +share/apps/quanta/tags/php/msg_stat_queue.tag +share/apps/quanta/tags/php/msql_affected_rows.tag +share/apps/quanta/tags/php/msql_close.tag +share/apps/quanta/tags/php/msql_connect.tag +share/apps/quanta/tags/php/msql_create_db.tag +share/apps/quanta/tags/php/msql_createdb.tag +share/apps/quanta/tags/php/msql_data_seek.tag +share/apps/quanta/tags/php/msql_dbname.tag +share/apps/quanta/tags/php/msql_drop_db.tag +share/apps/quanta/tags/php/msql_error.tag +share/apps/quanta/tags/php/msql_fetch_array.tag +share/apps/quanta/tags/php/msql_fetch_field.tag +share/apps/quanta/tags/php/msql_fetch_object.tag +share/apps/quanta/tags/php/msql_fetch_row.tag +share/apps/quanta/tags/php/msql_field_seek.tag +share/apps/quanta/tags/php/msql_fieldflags.tag +share/apps/quanta/tags/php/msql_fieldlen.tag +share/apps/quanta/tags/php/msql_fieldname.tag +share/apps/quanta/tags/php/msql_fieldtable.tag +share/apps/quanta/tags/php/msql_fieldtype.tag +share/apps/quanta/tags/php/msql_free_result.tag +share/apps/quanta/tags/php/msql_list_dbs.tag +share/apps/quanta/tags/php/msql_list_fields.tag +share/apps/quanta/tags/php/msql_list_tables.tag +share/apps/quanta/tags/php/msql_num_fields.tag +share/apps/quanta/tags/php/msql_num_rows.tag +share/apps/quanta/tags/php/msql_numfields.tag +share/apps/quanta/tags/php/msql_numrows.tag +share/apps/quanta/tags/php/msql_pconnect.tag +share/apps/quanta/tags/php/msql_query.tag +share/apps/quanta/tags/php/msql_result.tag +share/apps/quanta/tags/php/msql_select_db.tag +share/apps/quanta/tags/php/msql_tablename.tag +share/apps/quanta/tags/php/mssql_bind.tag +share/apps/quanta/tags/php/mssql_close.tag +share/apps/quanta/tags/php/mssql_connect.tag +share/apps/quanta/tags/php/mssql_data_seek.tag +share/apps/quanta/tags/php/mssql_execute.tag +share/apps/quanta/tags/php/mssql_fetch_array.tag +share/apps/quanta/tags/php/mssql_fetch_assoc.tag +share/apps/quanta/tags/php/mssql_fetch_batch.tag +share/apps/quanta/tags/php/mssql_fetch_field.tag +share/apps/quanta/tags/php/mssql_fetch_object.tag +share/apps/quanta/tags/php/mssql_fetch_row.tag +share/apps/quanta/tags/php/mssql_field_length.tag +share/apps/quanta/tags/php/mssql_field_name.tag +share/apps/quanta/tags/php/mssql_field_seek.tag +share/apps/quanta/tags/php/mssql_field_type.tag +share/apps/quanta/tags/php/mssql_free_result.tag +share/apps/quanta/tags/php/mssql_get_last_message.tag +share/apps/quanta/tags/php/mssql_guid_string.tag +share/apps/quanta/tags/php/mssql_init.tag +share/apps/quanta/tags/php/ord.tag +share/apps/quanta/tags/php/mssql_min_error_severity.tag +share/apps/quanta/tags/php/mssql_min_message_severity.tag +share/apps/quanta/tags/php/mssql_next_result.tag +share/apps/quanta/tags/php/mssql_num_fields.tag +share/apps/quanta/tags/php/mssql_num_rows.tag +share/apps/quanta/tags/php/mssql_pconnect.tag +share/apps/quanta/tags/php/mssql_query.tag +share/apps/quanta/tags/php/mssql_result.tag +share/apps/quanta/tags/php/mssql_rows_affected.tag +share/apps/quanta/tags/php/mssql_select_db.tag +share/apps/quanta/tags/php/mt_getrandmax.tag +share/apps/quanta/tags/php/mt_srand.tag +share/apps/quanta/tags/php/muscat_close.tag +share/apps/quanta/tags/php/muscat_get.tag +share/apps/quanta/tags/php/muscat_give.tag +share/apps/quanta/tags/php/muscat_setup.tag +share/apps/quanta/tags/php/muscat_setup_net.tag +share/apps/quanta/tags/php/mysql_affected_rows.tag +share/apps/quanta/tags/php/mysql_change_user.tag +share/apps/quanta/tags/php/mysql_client_encoding.tag +share/apps/quanta/tags/php/mysql_close.tag +share/apps/quanta/tags/php/mysql_connect.tag +share/apps/quanta/tags/php/mysql_create_db.tag +share/apps/quanta/tags/php/mysql_data_seek.tag +share/apps/quanta/tags/php/mysql_db_name.tag +share/apps/quanta/tags/php/mysql_db_query.tag +share/apps/quanta/tags/php/mysql_drop_db.tag +share/apps/quanta/tags/php/mysql_errno.tag +share/apps/quanta/tags/php/mysql_error.tag +share/apps/quanta/tags/php/mysql_escape_string.tag +share/apps/quanta/tags/php/mysql_fetch_array.tag +share/apps/quanta/tags/php/mysql_fetch_assoc.tag +share/apps/quanta/tags/php/mysql_fetch_field.tag +share/apps/quanta/tags/php/mysql_fetch_lengths.tag +share/apps/quanta/tags/php/mysql_fetch_object.tag +share/apps/quanta/tags/php/mysql_fetch_row.tag +share/apps/quanta/tags/php/mysql_field_flags.tag +share/apps/quanta/tags/php/mysql_field_len.tag +share/apps/quanta/tags/php/mysql_field_name.tag +share/apps/quanta/tags/php/mysql_field_seek.tag +share/apps/quanta/tags/php/mysql_field_table.tag +share/apps/quanta/tags/php/mysql_field_type.tag +share/apps/quanta/tags/php/mysql_free_result.tag +share/apps/quanta/tags/php/mysql_get_client_info.tag +share/apps/quanta/tags/php/mysql_get_host_info.tag +share/apps/quanta/tags/php/mysql_get_proto_info.tag +share/apps/quanta/tags/php/mysql_get_server_info.tag +share/apps/quanta/tags/php/mysql_info.tag +share/apps/quanta/tags/php/mysql_insert_id.tag +share/apps/quanta/tags/php/mysql_list_dbs.tag +share/apps/quanta/tags/php/mysql_list_fields.tag +share/apps/quanta/tags/php/mysql_list_processes.tag +share/apps/quanta/tags/php/mysql_list_tables.tag +share/apps/quanta/tags/php/mysql_num_fields.tag +share/apps/quanta/tags/php/mysql_num_rows.tag +share/apps/quanta/tags/php/mysql_pconnect.tag +share/apps/quanta/tags/php/mysql_ping.tag +share/apps/quanta/tags/php/mysql_query.tag +share/apps/quanta/tags/php/mysql_real_escape_string.tag +share/apps/quanta/tags/php/mysql_result.tag +share/apps/quanta/tags/php/mysql_select_db.tag +share/apps/quanta/tags/php/mysql_stat.tag +share/apps/quanta/tags/php/mysql_tablename.tag +share/apps/quanta/tags/php/mysql_thread_id.tag +share/apps/quanta/tags/php/mysql_unbuffered_query.tag +share/apps/quanta/tags/php/natcasesort.tag +share/apps/quanta/tags/php/natsort.tag +share/apps/quanta/tags/php/next.tag +share/apps/quanta/tags/php/ncurses_addch.tag +share/apps/quanta/tags/php/ncurses_addchnstr.tag +share/apps/quanta/tags/php/ncurses_addchstr.tag +share/apps/quanta/tags/php/ncurses_addnstr.tag +share/apps/quanta/tags/php/ncurses_addstr.tag +share/apps/quanta/tags/php/ncurses_assume_default_colors.tag +share/apps/quanta/tags/php/ncurses_attroff.tag +share/apps/quanta/tags/php/ncurses_attron.tag +share/apps/quanta/tags/php/ncurses_attrset.tag +share/apps/quanta/tags/php/ncurses_baudrate.tag +share/apps/quanta/tags/php/ncurses_beep.tag +share/apps/quanta/tags/php/ncurses_bkgd.tag +share/apps/quanta/tags/php/ncurses_bkgdset.tag +share/apps/quanta/tags/php/ncurses_border.tag +share/apps/quanta/tags/php/ncurses_can_change_color.tag +share/apps/quanta/tags/php/ncurses_cbreak.tag +share/apps/quanta/tags/php/ncurses_end.tag +share/apps/quanta/tags/php/ncurses_clear.tag +share/apps/quanta/tags/php/ncurses_clrtobot.tag +share/apps/quanta/tags/php/ncurses_clrtoeol.tag +share/apps/quanta/tags/php/ncurses_color_set.tag +share/apps/quanta/tags/php/ncurses_curs_set.tag +share/apps/quanta/tags/php/ncurses_def_prog_mode.tag +share/apps/quanta/tags/php/ncurses_def_shell_mode.tag +share/apps/quanta/tags/php/ncurses_define_key.tag +share/apps/quanta/tags/php/ncurses_delay_output.tag +share/apps/quanta/tags/php/ncurses_delch.tag +share/apps/quanta/tags/php/ncurses_deleteln.tag +share/apps/quanta/tags/php/ncurses_delwin.tag +share/apps/quanta/tags/php/ncurses_doupdate.tag +share/apps/quanta/tags/php/ncurses_echo.tag +share/apps/quanta/tags/php/ncurses_echochar.tag +share/apps/quanta/tags/php/ncurses_erase.tag +share/apps/quanta/tags/php/ncurses_erasechar.tag +share/apps/quanta/tags/php/ncurses_filter.tag +share/apps/quanta/tags/php/ncurses_flash.tag +share/apps/quanta/tags/php/ncurses_flushinp.tag +share/apps/quanta/tags/php/ncurses_getch.tag +share/apps/quanta/tags/php/ncurses_getmouse.tag +share/apps/quanta/tags/php/ncurses_halfdelay.tag +share/apps/quanta/tags/php/ncurses_has_colors.tag +share/apps/quanta/tags/php/ncurses_has_ic.tag +share/apps/quanta/tags/php/ncurses_has_il.tag +share/apps/quanta/tags/php/ncurses_has_key.tag +share/apps/quanta/tags/php/ncurses_hline.tag +share/apps/quanta/tags/php/ncurses_inch.tag +share/apps/quanta/tags/php/ncurses_init.tag +share/apps/quanta/tags/php/ncurses_init_color.tag +share/apps/quanta/tags/php/ncurses_init_pair.tag +share/apps/quanta/tags/php/ncurses_insch.tag +share/apps/quanta/tags/php/ncurses_insdelln.tag +share/apps/quanta/tags/php/ncurses_insertln.tag +share/apps/quanta/tags/php/ncurses_insstr.tag +share/apps/quanta/tags/php/ncurses_instr.tag +share/apps/quanta/tags/php/ncurses_isendwin.tag +share/apps/quanta/tags/php/ncurses_keyok.tag +share/apps/quanta/tags/php/ncurses_killchar.tag +share/apps/quanta/tags/php/ncurses_longname.tag +share/apps/quanta/tags/php/ncurses_mouseinterval.tag +share/apps/quanta/tags/php/ncurses_mousemask.tag +share/apps/quanta/tags/php/ncurses_move.tag +share/apps/quanta/tags/php/ncurses_mvaddch.tag +share/apps/quanta/tags/php/ncurses_mvaddchnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddchstr.tag +share/apps/quanta/tags/php/ncurses_mvaddnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddstr.tag +share/apps/quanta/tags/php/pi.tag +share/apps/quanta/tags/php/ncurses_mvcur.tag +share/apps/quanta/tags/php/ncurses_mvdelch.tag +share/apps/quanta/tags/php/ncurses_mvgetch.tag +share/apps/quanta/tags/php/ncurses_mvhline.tag +share/apps/quanta/tags/php/ncurses_mvinch.tag +share/apps/quanta/tags/php/ncurses_mvvline.tag +share/apps/quanta/tags/php/ncurses_mvwaddstr.tag +share/apps/quanta/tags/php/ncurses_napms.tag +share/apps/quanta/tags/php/ncurses_newwin.tag +share/apps/quanta/tags/php/ncurses_nl.tag +share/apps/quanta/tags/php/ncurses_nocbreak.tag +share/apps/quanta/tags/php/ncurses_noecho.tag +share/apps/quanta/tags/php/ncurses_nonl.tag +share/apps/quanta/tags/php/ncurses_noqiflush.tag +share/apps/quanta/tags/php/ncurses_noraw.tag +share/apps/quanta/tags/php/ncurses_putp.tag +share/apps/quanta/tags/php/ncurses_qiflush.tag +share/apps/quanta/tags/php/ncurses_raw.tag +share/apps/quanta/tags/php/ncurses_refresh.tag +share/apps/quanta/tags/php/ncurses_resetty.tag +share/apps/quanta/tags/php/ncurses_savetty.tag +share/apps/quanta/tags/php/ncurses_scr_dump.tag +share/apps/quanta/tags/php/ncurses_scr_init.tag +share/apps/quanta/tags/php/ncurses_scr_restore.tag +share/apps/quanta/tags/php/ncurses_scr_set.tag +share/apps/quanta/tags/php/ncurses_scrl.tag +share/apps/quanta/tags/php/ncurses_slk_attr.tag +share/apps/quanta/tags/php/ncurses_slk_attroff.tag +share/apps/quanta/tags/php/ncurses_slk_attron.tag +share/apps/quanta/tags/php/ncurses_slk_attrset.tag +share/apps/quanta/tags/php/ncurses_slk_clear.tag +share/apps/quanta/tags/php/ncurses_slk_color.tag +share/apps/quanta/tags/php/ncurses_slk_init.tag +share/apps/quanta/tags/php/ncurses_slk_noutrefresh.tag +share/apps/quanta/tags/php/pos.tag +share/apps/quanta/tags/php/ncurses_slk_refresh.tag +share/apps/quanta/tags/php/ncurses_slk_restore.tag +share/apps/quanta/tags/php/ncurses_slk_touch.tag +share/apps/quanta/tags/php/ncurses_standend.tag +share/apps/quanta/tags/php/ncurses_standout.tag +share/apps/quanta/tags/php/ncurses_start_color.tag +share/apps/quanta/tags/php/ncurses_termattrs.tag +share/apps/quanta/tags/php/ncurses_termname.tag +share/apps/quanta/tags/php/ncurses_timeout.tag +share/apps/quanta/tags/php/ncurses_typeahead.tag +share/apps/quanta/tags/php/ncurses_ungetch.tag +share/apps/quanta/tags/php/ncurses_ungetmouse.tag +share/apps/quanta/tags/php/ncurses_use_default_colors.tag +share/apps/quanta/tags/php/ncurses_use_env.tag +share/apps/quanta/tags/php/ncurses_use_extended_names.tag +share/apps/quanta/tags/php/ncurses_vidattr.tag +share/apps/quanta/tags/php/ncurses_vline.tag +share/apps/quanta/tags/php/ncurses_wrefresh.tag +share/apps/quanta/tags/php/ngettext.tag +share/apps/quanta/tags/php/nl2br.tag +share/apps/quanta/tags/php/nl_langinfo.tag +share/apps/quanta/tags/php/notes_body.tag +share/apps/quanta/tags/php/notes_copy_db.tag +share/apps/quanta/tags/php/notes_create_db.tag +share/apps/quanta/tags/php/notes_create_note.tag +share/apps/quanta/tags/php/notes_drop_db.tag +share/apps/quanta/tags/php/notes_find_note.tag +share/apps/quanta/tags/php/notes_header_info.tag +share/apps/quanta/tags/php/notes_list_msgs.tag +share/apps/quanta/tags/php/notes_mark_read.tag +share/apps/quanta/tags/php/notes_mark_unread.tag +share/apps/quanta/tags/php/notes_nav_create.tag +share/apps/quanta/tags/php/notes_search.tag +share/apps/quanta/tags/php/notes_unread.tag +share/apps/quanta/tags/php/notes_version.tag +share/apps/quanta/tags/php/number_format.tag +share/apps/quanta/tags/php/ob_clean.tag +share/apps/quanta/tags/php/ob_end_clean.tag +share/apps/quanta/tags/php/ob_end_flush.tag +share/apps/quanta/tags/php/ob_flush.tag +share/apps/quanta/tags/php/ob_get_contents.tag +share/apps/quanta/tags/php/ob_get_length.tag +share/apps/quanta/tags/php/ob_get_level.tag +share/apps/quanta/tags/php/ob_get_status.tag +share/apps/quanta/tags/php/ob_gzhandler.tag +share/apps/quanta/tags/php/ob_iconv_handler.tag +share/apps/quanta/tags/php/ob_implicit_flush.tag +share/apps/quanta/tags/php/ob_start.tag +share/apps/quanta/tags/php/object_aggregation.tag +share/apps/quanta/tags/php/objectbyanchor.tag +share/apps/quanta/tags/php/octdec.tag +share/apps/quanta/tags/php/odbc_autocommit.tag +share/apps/quanta/tags/php/pow.tag +share/apps/quanta/tags/php/odbc_binmode.tag +share/apps/quanta/tags/php/odbc_close.tag +share/apps/quanta/tags/php/odbc_close_all.tag +share/apps/quanta/tags/php/odbc_columnprivileges.tag +share/apps/quanta/tags/php/odbc_columns.tag +share/apps/quanta/tags/php/odbc_commit.tag +share/apps/quanta/tags/php/odbc_connect.tag +share/apps/quanta/tags/php/odbc_cursor.tag +share/apps/quanta/tags/php/odbc_data_source.tag +share/apps/quanta/tags/php/odbc_do.tag +share/apps/quanta/tags/php/odbc_error.tag +share/apps/quanta/tags/php/odbc_errormsg.tag +share/apps/quanta/tags/php/odbc_exec.tag +share/apps/quanta/tags/php/odbc_execute.tag +share/apps/quanta/tags/php/odbc_fetch_array.tag +share/apps/quanta/tags/php/odbc_fetch_into.tag +share/apps/quanta/tags/php/odbc_fetch_object.tag +share/apps/quanta/tags/php/odbc_fetch_row.tag +share/apps/quanta/tags/php/sin.tag +share/apps/quanta/tags/php/odbc_field_len.tag +share/apps/quanta/tags/php/odbc_field_name.tag +share/apps/quanta/tags/php/odbc_field_num.tag +share/apps/quanta/tags/php/odbc_field_precision.tag +share/apps/quanta/tags/php/odbc_field_scale.tag +share/apps/quanta/tags/php/odbc_field_type.tag +share/apps/quanta/tags/php/odbc_foreignkeys.tag +share/apps/quanta/tags/php/odbc_free_result.tag +share/apps/quanta/tags/php/odbc_gettypeinfo.tag +share/apps/quanta/tags/php/odbc_longreadlen.tag +share/apps/quanta/tags/php/odbc_next_result.tag +share/apps/quanta/tags/php/odbc_num_fields.tag +share/apps/quanta/tags/php/odbc_num_rows.tag +share/apps/quanta/tags/php/odbc_pconnect.tag +share/apps/quanta/tags/php/odbc_prepare.tag +share/apps/quanta/tags/php/odbc_primarykeys.tag +share/apps/quanta/tags/php/odbc_procedures.tag +share/apps/quanta/tags/php/odbc_procedurecolumns.tag +share/apps/quanta/tags/php/odbc_result.tag +share/apps/quanta/tags/php/odbc_result_all.tag +share/apps/quanta/tags/php/odbc_rollback.tag +share/apps/quanta/tags/php/odbc_setoption.tag +share/apps/quanta/tags/php/odbc_specialcolumns.tag +share/apps/quanta/tags/php/odbc_statistics.tag +share/apps/quanta/tags/php/odbc_tableprivileges.tag +share/apps/quanta/tags/php/odbc_tables.tag +share/apps/quanta/tags/php/opendir.tag +share/apps/quanta/tags/php/openlog.tag +share/apps/quanta/tags/php/openssl_csr_export.tag +share/apps/quanta/tags/php/openssl_csr_export_to_file.tag +share/apps/quanta/tags/php/openssl_csr_new.tag +share/apps/quanta/tags/php/openssl_csr_sign.tag +share/apps/quanta/tags/php/openssl_error_string.tag +share/apps/quanta/tags/php/openssl_free_key.tag +share/apps/quanta/tags/php/openssl_get_privatekey.tag +share/apps/quanta/tags/php/openssl_get_publickey.tag +share/apps/quanta/tags/php/openssl_open.tag +share/apps/quanta/tags/php/openssl_pkcs7_decrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_encrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_sign.tag +share/apps/quanta/tags/php/openssl_pkcs7_verify.tag +share/apps/quanta/tags/php/openssl_pkey_export.tag +share/apps/quanta/tags/php/openssl_pkey_export_to_file.tag +share/apps/quanta/tags/php/openssl_pkey_new.tag +share/apps/quanta/tags/php/openssl_private_decrypt.tag +share/apps/quanta/tags/php/openssl_private_encrypt.tag +share/apps/quanta/tags/php/openssl_public_decrypt.tag +share/apps/quanta/tags/php/openssl_public_encrypt.tag +share/apps/quanta/tags/php/ora_bind.tag +share/apps/quanta/tags/php/openssl_seal.tag +share/apps/quanta/tags/php/openssl_sign.tag +share/apps/quanta/tags/php/openssl_verify.tag +share/apps/quanta/tags/php/openssl_x509_check_private_key.tag +share/apps/quanta/tags/php/openssl_x509_checkpurpose.tag +share/apps/quanta/tags/php/openssl_x509_export.tag +share/apps/quanta/tags/php/openssl_x509_export_to_file.tag +share/apps/quanta/tags/php/openssl_x509_free.tag +share/apps/quanta/tags/php/openssl_x509_parse.tag +share/apps/quanta/tags/php/openssl_x509_read.tag +share/apps/quanta/tags/php/ora_close.tag +share/apps/quanta/tags/php/ora_commit.tag +share/apps/quanta/tags/php/ora_commitoff.tag +share/apps/quanta/tags/php/ora_commiton.tag +share/apps/quanta/tags/php/ora_do.tag +share/apps/quanta/tags/php/ora_exec.tag +share/apps/quanta/tags/php/ora_fetch.tag +share/apps/quanta/tags/php/ora_fetch_into.tag +share/apps/quanta/tags/php/ora_getcolumn.tag +share/apps/quanta/tags/php/ora_logoff.tag +share/apps/quanta/tags/php/ora_logon.tag +share/apps/quanta/tags/php/ora_numcols.tag +share/apps/quanta/tags/php/ora_numrows.tag +share/apps/quanta/tags/php/ora_open.tag +share/apps/quanta/tags/php/ora_parse.tag +share/apps/quanta/tags/php/ora_plogon.tag +share/apps/quanta/tags/php/ora_rollback.tag +share/apps/quanta/tags/php/overload.tag +share/apps/quanta/tags/php/ovrimos_close.tag +share/apps/quanta/tags/php/ovrimos_commit.tag +share/apps/quanta/tags/php/ovrimos_connect.tag +share/apps/quanta/tags/php/ovrimos_cursor.tag +share/apps/quanta/tags/php/ovrimos_exec.tag +share/apps/quanta/tags/php/ovrimos_execute.tag +share/apps/quanta/tags/php/ovrimos_fetch_into.tag +share/apps/quanta/tags/php/ovrimos_fetch_row.tag +share/apps/quanta/tags/php/ovrimos_field_len.tag +share/apps/quanta/tags/php/ovrimos_field_name.tag +share/apps/quanta/tags/php/ovrimos_field_num.tag +share/apps/quanta/tags/php/ovrimos_field_type.tag +share/apps/quanta/tags/php/ovrimos_free_result.tag +share/apps/quanta/tags/php/ovrimos_longreadlen.tag +share/apps/quanta/tags/php/ovrimos_num_fields.tag +share/apps/quanta/tags/php/ovrimos_num_rows.tag +share/apps/quanta/tags/php/ovrimos_prepare.tag +share/apps/quanta/tags/php/ovrimos_result.tag +share/apps/quanta/tags/php/ovrimos_result_all.tag +share/apps/quanta/tags/php/ovrimos_rollback.tag +share/apps/quanta/tags/php/pack.tag +share/apps/quanta/tags/php/parents.tag +share/apps/quanta/tags/php/parse_ini_file.tag +share/apps/quanta/tags/php/parse_str.tag +share/apps/quanta/tags/php/parse_url.tag +share/apps/quanta/tags/php/pclose.tag +share/apps/quanta/tags/php/passthru.tag +share/apps/quanta/tags/php/pathinfo.tag +share/apps/quanta/tags/php/pcntl_exec.tag +share/apps/quanta/tags/php/pcntl_fork.tag +share/apps/quanta/tags/php/pcntl_signal.tag +share/apps/quanta/tags/php/pcntl_waitpid.tag +share/apps/quanta/tags/php/pcntl_wexitstatus.tag +share/apps/quanta/tags/php/pcntl_wifexited.tag +share/apps/quanta/tags/php/pcntl_wifsignaled.tag +share/apps/quanta/tags/php/pcntl_wifstopped.tag +share/apps/quanta/tags/php/pcntl_wstopsig.tag +share/apps/quanta/tags/php/pcntl_wtermsig.tag +share/apps/quanta/tags/php/pdf_add_bookmark.tag +share/apps/quanta/tags/php/pdf_add_launchlink.tag +share/apps/quanta/tags/php/pdf_add_locallink.tag +share/apps/quanta/tags/php/pdf_add_note.tag +share/apps/quanta/tags/php/pdf_add_pdflink.tag +share/apps/quanta/tags/php/pdf_add_weblink.tag +share/apps/quanta/tags/php/pdf_add_thumbnail.tag +share/apps/quanta/tags/php/pdf_arc.tag +share/apps/quanta/tags/php/pdf_attach_file.tag +share/apps/quanta/tags/php/pdf_begin_page.tag +share/apps/quanta/tags/php/pdf_begin_pattern.tag +share/apps/quanta/tags/php/pdf_begin_template.tag +share/apps/quanta/tags/php/pdf_circle.tag +share/apps/quanta/tags/php/pdf_clip.tag +share/apps/quanta/tags/php/pdf_close.tag +share/apps/quanta/tags/php/pdf_close_image.tag +share/apps/quanta/tags/php/pdf_close_pdi.tag +share/apps/quanta/tags/php/pdf_close_pdi_page.tag +share/apps/quanta/tags/php/pdf_closepath.tag +share/apps/quanta/tags/php/pdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/pdf_closepath_stroke.tag +share/apps/quanta/tags/php/pdf_concat.tag +share/apps/quanta/tags/php/pdf_continue_text.tag +share/apps/quanta/tags/php/pdf_new.tag +share/apps/quanta/tags/php/pdf_curveto.tag +share/apps/quanta/tags/php/pdf_delete.tag +share/apps/quanta/tags/php/pdf_end_page.tag +share/apps/quanta/tags/php/pdf_end_pattern.tag +share/apps/quanta/tags/php/pdf_end_template.tag +share/apps/quanta/tags/php/pdf_fill_stroke.tag +share/apps/quanta/tags/php/pdf_findfont.tag +share/apps/quanta/tags/php/pdf_get_buffer.tag +share/apps/quanta/tags/php/pdf_get_image_height.tag +share/apps/quanta/tags/php/pdf_get_image_width.tag +share/apps/quanta/tags/php/pdf_get_majorversion.tag +share/apps/quanta/tags/php/pdf_get_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_value.tag +share/apps/quanta/tags/php/pdf_get_value.tag +share/apps/quanta/tags/php/pdf_initgraphics.tag +share/apps/quanta/tags/php/pdf_lineto.tag +share/apps/quanta/tags/php/pdf_makespotcolor.tag +share/apps/quanta/tags/php/pdf_moveto.tag +share/apps/quanta/tags/php/pdf_open_CCITT.tag +share/apps/quanta/tags/php/pdf_open_file.tag +share/apps/quanta/tags/php/pdf_open_image.tag +share/apps/quanta/tags/php/pdf_open_image_file.tag +share/apps/quanta/tags/php/pdf_open_memory_image.tag +share/apps/quanta/tags/php/pdf_open_pdi.tag +share/apps/quanta/tags/php/pdf_open_pdi_page.tag +share/apps/quanta/tags/php/pdf_open_tiff.tag +share/apps/quanta/tags/php/pdf_place_image.tag +share/apps/quanta/tags/php/pdf_place_pdi_page.tag +share/apps/quanta/tags/php/pdf_rect.tag +share/apps/quanta/tags/php/pdf_restore.tag +share/apps/quanta/tags/php/pdf_rotate.tag +share/apps/quanta/tags/php/pdf_save.tag +share/apps/quanta/tags/php/pdf_scale.tag +share/apps/quanta/tags/php/pdf_set_border_color.tag +share/apps/quanta/tags/php/pdf_set_border_dash.tag +share/apps/quanta/tags/php/pdf_set_border_style.tag +share/apps/quanta/tags/php/pdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/pdf_set_info.tag +share/apps/quanta/tags/php/pdf_set_info_author.tag +share/apps/quanta/tags/php/pdf_set_info_creator.tag +share/apps/quanta/tags/php/pdf_set_info_keywords.tag +share/apps/quanta/tags/php/pdf_set_info_subject.tag +share/apps/quanta/tags/php/pdf_set_info_title.tag +share/apps/quanta/tags/php/pdf_set_text_pos.tag +share/apps/quanta/tags/php/pdf_set_value.tag +share/apps/quanta/tags/php/pdf_setcolor.tag +share/apps/quanta/tags/php/pdf_setdash.tag +share/apps/quanta/tags/php/pdf_setflat.tag +share/apps/quanta/tags/php/pdf_setfont.tag +share/apps/quanta/tags/php/pdf_setgray.tag +share/apps/quanta/tags/php/pdf_show.tag +share/apps/quanta/tags/php/pdf_setgray_fill.tag +share/apps/quanta/tags/php/pdf_setgray_stroke.tag +share/apps/quanta/tags/php/pdf_setlinecap.tag +share/apps/quanta/tags/php/pdf_setlinejoin.tag +share/apps/quanta/tags/php/pdf_setlinewidth.tag +share/apps/quanta/tags/php/pdf_setmatrix.tag +share/apps/quanta/tags/php/pdf_setmiterlimit.tag +share/apps/quanta/tags/php/pdf_setpolydash.tag +share/apps/quanta/tags/php/pdf_setrgbcolor.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/pdf_show_boxed.tag +share/apps/quanta/tags/php/pdf_show_xy.tag +share/apps/quanta/tags/php/pdf_skew.tag +share/apps/quanta/tags/php/pdf_stringwidth.tag +share/apps/quanta/tags/php/pdf_stroke.tag +share/apps/quanta/tags/php/pdf_translate.tag +share/apps/quanta/tags/php/tan.tag +share/apps/quanta/tags/php/pfpro_cleanup.tag +share/apps/quanta/tags/php/pfpro_init.tag +share/apps/quanta/tags/php/pfpro_process.tag +share/apps/quanta/tags/php/pfpro_process_raw.tag +share/apps/quanta/tags/php/pfpro_version.tag +share/apps/quanta/tags/php/pfsockopen.tag +share/apps/quanta/tags/php/pg_affected_rows.tag +share/apps/quanta/tags/php/pg_cancel_query.tag +share/apps/quanta/tags/php/pg_client_encoding.tag +share/apps/quanta/tags/php/pg_close.tag +share/apps/quanta/tags/php/pg_connect.tag +share/apps/quanta/tags/php/pg_connection_busy.tag +share/apps/quanta/tags/php/pg_connection_reset.tag +share/apps/quanta/tags/php/pg_connection_status.tag +share/apps/quanta/tags/php/pg_convert.tag +share/apps/quanta/tags/php/pg_copy_from.tag +share/apps/quanta/tags/php/pg_copy_to.tag +share/apps/quanta/tags/php/pg_dbname.tag +share/apps/quanta/tags/php/pg_delete.tag +share/apps/quanta/tags/php/pg_end_copy.tag +share/apps/quanta/tags/php/pg_escape_bytea.tag +share/apps/quanta/tags/php/pg_escape_string.tag +share/apps/quanta/tags/php/pg_fetch_array.tag +share/apps/quanta/tags/php/pg_fetch_object.tag +share/apps/quanta/tags/php/pg_fetch_result.tag +share/apps/quanta/tags/php/pg_fetch_row.tag +share/apps/quanta/tags/php/pg_field_is_null.tag +share/apps/quanta/tags/php/pg_field_name.tag +share/apps/quanta/tags/php/pg_field_num.tag +share/apps/quanta/tags/php/pg_field_prtlen.tag +share/apps/quanta/tags/php/pg_field_size.tag +share/apps/quanta/tags/php/pg_field_type.tag +share/apps/quanta/tags/php/pg_free_result.tag +share/apps/quanta/tags/php/pg_get_result.tag +share/apps/quanta/tags/php/pg_host.tag +share/apps/quanta/tags/php/pg_insert.tag +share/apps/quanta/tags/php/pg_port.tag +share/apps/quanta/tags/php/pg_last_error.tag +share/apps/quanta/tags/php/pg_last_notice.tag +share/apps/quanta/tags/php/pg_last_oid.tag +share/apps/quanta/tags/php/pg_lo_close.tag +share/apps/quanta/tags/php/pg_lo_create.tag +share/apps/quanta/tags/php/pg_lo_export.tag +share/apps/quanta/tags/php/pg_lo_import.tag +share/apps/quanta/tags/php/pg_lo_open.tag +share/apps/quanta/tags/php/pg_lo_read.tag +share/apps/quanta/tags/php/pg_lo_read_all.tag +share/apps/quanta/tags/php/pg_lo_seek.tag +share/apps/quanta/tags/php/pg_lo_tell.tag +share/apps/quanta/tags/php/pg_lo_unlink.tag +share/apps/quanta/tags/php/pg_lo_write.tag +share/apps/quanta/tags/php/pg_metadata.tag +share/apps/quanta/tags/php/pg_num_fields.tag +share/apps/quanta/tags/php/pg_num_rows.tag +share/apps/quanta/tags/php/pg_options.tag +share/apps/quanta/tags/php/pg_pconnect.tag +share/apps/quanta/tags/php/pg_put_line.tag +share/apps/quanta/tags/php/pg_query.tag +share/apps/quanta/tags/php/pg_result_error.tag +share/apps/quanta/tags/php/pg_result_status.tag +share/apps/quanta/tags/php/pg_select.tag +share/apps/quanta/tags/php/pg_send_query.tag +share/apps/quanta/tags/php/pg_set_client_encoding.tag +share/apps/quanta/tags/php/pg_trace.tag +share/apps/quanta/tags/php/pg_tty.tag +share/apps/quanta/tags/php/pg_untrace.tag +share/apps/quanta/tags/php/pg_update.tag +share/apps/quanta/tags/php/php_logo_guid.tag +share/apps/quanta/tags/php/php_sapi_name.tag +share/apps/quanta/tags/php/php_uname.tag +share/apps/quanta/tags/php/phpcredits.tag +share/apps/quanta/tags/php/phpinfo.tag +share/apps/quanta/tags/php/phpversion.tag +share/apps/quanta/tags/php/png2wbmp.tag +share/apps/quanta/tags/php/popen.tag +share/apps/quanta/tags/php/posix_ctermid.tag +share/apps/quanta/tags/php/posix_getcwd.tag +share/apps/quanta/tags/php/posix_getegid.tag +share/apps/quanta/tags/php/posix_geteuid.tag +share/apps/quanta/tags/php/posix_getgid.tag +share/apps/quanta/tags/php/posix_getgrgid.tag +share/apps/quanta/tags/php/posix_getgrnam.tag +share/apps/quanta/tags/php/posix_getgroups.tag +share/apps/quanta/tags/php/posix_getlogin.tag +share/apps/quanta/tags/php/posix_getpgid.tag +share/apps/quanta/tags/php/posix_getpgrp.tag +share/apps/quanta/tags/php/posix_getpid.tag +share/apps/quanta/tags/php/posix_getppid.tag +share/apps/quanta/tags/php/posix_getpwnam.tag +share/apps/quanta/tags/php/posix_getpwuid.tag +share/apps/quanta/tags/php/posix_getrlimit.tag +share/apps/quanta/tags/php/posix_getsid.tag +share/apps/quanta/tags/php/posix_getuid.tag +share/apps/quanta/tags/php/posix_isatty.tag +share/apps/quanta/tags/php/posix_kill.tag +share/apps/quanta/tags/php/posix_mkfifo.tag +share/apps/quanta/tags/php/posix_setegid.tag +share/apps/quanta/tags/php/posix_seteuid.tag +share/apps/quanta/tags/php/posix_setgid.tag +share/apps/quanta/tags/php/posix_setpgid.tag +share/apps/quanta/tags/php/posix_setsid.tag +share/apps/quanta/tags/php/posix_setuid.tag +share/apps/quanta/tags/php/posix_times.tag +share/apps/quanta/tags/php/posix_ttyname.tag +share/apps/quanta/tags/php/posix_uname.tag +share/apps/quanta/tags/php/preg_grep.tag +share/apps/quanta/tags/php/preg_match.tag +share/apps/quanta/tags/php/preg_match_all.tag +share/apps/quanta/tags/php/preg_quote.tag +share/apps/quanta/tags/php/preg_replace.tag +share/apps/quanta/tags/php/preg_replace_callback.tag +share/apps/quanta/tags/php/preg_split.tag +share/apps/quanta/tags/php/prev.tag +share/apps/quanta/tags/php/print_r.tag +share/apps/quanta/tags/php/printer_abort.tag +share/apps/quanta/tags/php/printer_close.tag +share/apps/quanta/tags/php/printer_create_brush.tag +share/apps/quanta/tags/php/printer_create_dc.tag +share/apps/quanta/tags/php/printer_create_font.tag +share/apps/quanta/tags/php/printer_create_pen.tag +share/apps/quanta/tags/php/printer_delete_brush.tag +share/apps/quanta/tags/php/printer_delete_dc.tag +share/apps/quanta/tags/php/printer_delete_font.tag +share/apps/quanta/tags/php/printer_delete_pen.tag +share/apps/quanta/tags/php/printer_draw_bmp.tag +share/apps/quanta/tags/php/printer_draw_chord.tag +share/apps/quanta/tags/php/printer_draw_elipse.tag +share/apps/quanta/tags/php/printer_draw_line.tag +share/apps/quanta/tags/php/printer_draw_pie.tag +share/apps/quanta/tags/php/printer_draw_text.tag +share/apps/quanta/tags/php/printer_draw_rectangle.tag +share/apps/quanta/tags/php/printer_draw_roundrect.tag +share/apps/quanta/tags/php/printer_end_doc.tag +share/apps/quanta/tags/php/printer_end_page.tag +share/apps/quanta/tags/php/printer_get_option.tag +share/apps/quanta/tags/php/printer_list.tag +share/apps/quanta/tags/php/printer_logical_fontheight.tag +share/apps/quanta/tags/php/printer_open.tag +share/apps/quanta/tags/php/printer_select_brush.tag +share/apps/quanta/tags/php/printer_select_font.tag +share/apps/quanta/tags/php/printer_select_pen.tag +share/apps/quanta/tags/php/printer_set_option.tag +share/apps/quanta/tags/php/printer_start_doc.tag +share/apps/quanta/tags/php/printer_start_page.tag +share/apps/quanta/tags/php/printer_write.tag +share/apps/quanta/tags/php/printf.tag +share/apps/quanta/tags/php/proc_close.tag +share/apps/quanta/tags/php/proc_open.tag +share/apps/quanta/tags/php/pspell_add_to_personal.tag +share/apps/quanta/tags/php/pspell_add_to_session.tag +share/apps/quanta/tags/php/pspell_check.tag +share/apps/quanta/tags/php/pspell_clear_session.tag +share/apps/quanta/tags/php/pspell_config_create.tag +share/apps/quanta/tags/php/pspell_config_ignore.tag +share/apps/quanta/tags/php/pspell_config_mode.tag +share/apps/quanta/tags/php/pspell_config_personal.tag +share/apps/quanta/tags/php/pspell_config_repl.tag +share/apps/quanta/tags/php/pspell_config_runtogether.tag +share/apps/quanta/tags/php/pspell_config_save_repl.tag +share/apps/quanta/tags/php/pspell_new.tag +share/apps/quanta/tags/php/pspell_new_config.tag +share/apps/quanta/tags/php/putenv.tag +share/apps/quanta/tags/php/pspell_new_personal.tag +share/apps/quanta/tags/php/pspell_save_wordlist.tag +share/apps/quanta/tags/php/pspell_store_replacement.tag +share/apps/quanta/tags/php/pspell_suggest.tag +share/apps/quanta/tags/php/qdom_error.tag +share/apps/quanta/tags/php/qdom_tree.tag +share/apps/quanta/tags/php/quoted_printable_decode.tag +share/apps/quanta/tags/php/quotemeta.tag +share/apps/quanta/tags/php/rad2deg.tag +share/apps/quanta/tags/php/rand.tag +share/apps/quanta/tags/php/range.tag +share/apps/quanta/tags/php/rawurldecode.tag +share/apps/quanta/tags/php/rawurlencode.tag +share/apps/quanta/tags/php/read.tag +share/apps/quanta/tags/php/readdir.tag +share/apps/quanta/tags/php/readfile.tag +share/apps/quanta/tags/php/readgzfile.tag +share/apps/quanta/tags/php/readline.tag +share/apps/quanta/tags/php/readline_add_history.tag +share/apps/quanta/tags/php/readline_clear_history.tag +share/apps/quanta/tags/php/readline_completion_function.tag +share/apps/quanta/tags/php/readline_info.tag +share/apps/quanta/tags/php/readline_list_history.tag +share/apps/quanta/tags/php/readline_read_history.tag +share/apps/quanta/tags/php/readline_write_history.tag +share/apps/quanta/tags/php/readlink.tag +share/apps/quanta/tags/php/realpath.tag +share/apps/quanta/tags/php/reason.tag +share/apps/quanta/tags/php/recode.tag +share/apps/quanta/tags/php/recode_file.tag +share/apps/quanta/tags/php/recode_string.tag +share/apps/quanta/tags/php/register_shutdown_function.tag +share/apps/quanta/tags/php/register_tick_function.tag +share/apps/quanta/tags/php/remove.tag +share/apps/quanta/tags/php/rename.tag +share/apps/quanta/tags/php/replace.tag +share/apps/quanta/tags/php/reset.tag +share/apps/quanta/tags/php/restore_error_handler.tag +share/apps/quanta/tags/php/rewind.tag +share/apps/quanta/tags/php/rewinddir.tag +share/apps/quanta/tags/php/rmdir.tag +share/apps/quanta/tags/php/round.tag +share/apps/quanta/tags/php/rsort.tag +share/apps/quanta/tags/php/rtrim.tag +share/apps/quanta/tags/php/sem_acquire.tag +share/apps/quanta/tags/php/sem_get.tag +share/apps/quanta/tags/php/sem_release.tag +share/apps/quanta/tags/php/sem_remove.tag +share/apps/quanta/tags/php/serialize.tag +share/apps/quanta/tags/php/sesam_affected_rows.tag +share/apps/quanta/tags/php/sesam_commit.tag +share/apps/quanta/tags/php/sesam_connect.tag +share/apps/quanta/tags/php/sesam_diagnostic.tag +share/apps/quanta/tags/php/sesam_disconnect.tag +share/apps/quanta/tags/php/sesam_errormsg.tag +share/apps/quanta/tags/php/sesam_execimm.tag +share/apps/quanta/tags/php/sesam_fetch_row.tag +share/apps/quanta/tags/php/sesam_fetch_array.tag +share/apps/quanta/tags/php/sesam_fetch_result.tag +share/apps/quanta/tags/php/sesam_field_array.tag +share/apps/quanta/tags/php/sesam_field_name.tag +share/apps/quanta/tags/php/sesam_free_result.tag +share/apps/quanta/tags/php/sesam_num_fields.tag +share/apps/quanta/tags/php/sesam_query.tag +share/apps/quanta/tags/php/sesam_rollback.tag +share/apps/quanta/tags/php/sesam_seek_row.tag +share/apps/quanta/tags/php/sesam_settransaction.tag +share/apps/quanta/tags/php/session_cache_expire.tag +share/apps/quanta/tags/php/session_cache_limiter.tag +share/apps/quanta/tags/php/session_decode.tag +share/apps/quanta/tags/php/session_destroy.tag +share/apps/quanta/tags/php/session_encode.tag +share/apps/quanta/tags/php/session_get_cookie_params.tag +share/apps/quanta/tags/php/session_id.tag +share/apps/quanta/tags/php/session_is_registered.tag +share/apps/quanta/tags/php/session_module_name.tag +share/apps/quanta/tags/php/session_name.tag +share/apps/quanta/tags/php/session_readonly.tag +share/apps/quanta/tags/php/session_register.tag +share/apps/quanta/tags/php/session_save_path.tag +share/apps/quanta/tags/php/session_set_cookie_params.tag +share/apps/quanta/tags/php/session_set_save_handler.tag +share/apps/quanta/tags/php/session_start.tag +share/apps/quanta/tags/php/session_unregister.tag +share/apps/quanta/tags/php/session_unset.tag +share/apps/quanta/tags/php/session_write_close.tag +share/apps/quanta/tags/php/set_error_handler.tag +share/apps/quanta/tags/php/set_file_buffer.tag +share/apps/quanta/tags/php/set_time_limit.tag +share/apps/quanta/tags/php/set_magic_quotes_runtime.tag +share/apps/quanta/tags/php/setcommitedversion.tag +share/apps/quanta/tags/php/setcookie.tag +share/apps/quanta/tags/php/setlocale.tag +share/apps/quanta/tags/php/settype.tag +share/apps/quanta/tags/php/shell_exec.tag +share/apps/quanta/tags/php/shm_attach.tag +share/apps/quanta/tags/php/shm_detach.tag +share/apps/quanta/tags/php/shm_get_var.tag +share/apps/quanta/tags/php/shm_put_var.tag +share/apps/quanta/tags/php/shm_remove.tag +share/apps/quanta/tags/php/shm_remove_var.tag +share/apps/quanta/tags/php/shmop_close.tag +share/apps/quanta/tags/php/shmop_delete.tag +share/apps/quanta/tags/php/shmop_open.tag +share/apps/quanta/tags/php/shmop_read.tag +share/apps/quanta/tags/php/shmop_size.tag +share/apps/quanta/tags/php/shmop_write.tag +share/apps/quanta/tags/php/show_source.tag +share/apps/quanta/tags/php/shuffle.tag +share/apps/quanta/tags/php/similar_text.tag +share/apps/quanta/tags/php/sinh.tag +share/apps/quanta/tags/php/sizeof.tag +share/apps/quanta/tags/php/sleep.tag +share/apps/quanta/tags/php/snmp_get_quick_print.tag +share/apps/quanta/tags/php/snmp_set_quick_print.tag +share/apps/quanta/tags/php/snmpget.tag +share/apps/quanta/tags/php/snmprealwalk.tag +share/apps/quanta/tags/php/snmpset.tag +share/apps/quanta/tags/php/snmpwalk.tag +share/apps/quanta/tags/php/snmpwalkoid.tag +share/apps/quanta/tags/php/socket_accept.tag +share/apps/quanta/tags/php/socket_bind.tag +share/apps/quanta/tags/php/socket_clear_error.tag +share/apps/quanta/tags/php/socket_close.tag +share/apps/quanta/tags/php/socket_connect.tag +share/apps/quanta/tags/php/socket_create.tag +share/apps/quanta/tags/php/socket_create_listen.tag +share/apps/quanta/tags/php/socket_create_pair.tag +share/apps/quanta/tags/php/socket_get_option.tag +share/apps/quanta/tags/php/socket_get_status.tag +share/apps/quanta/tags/php/socket_getpeername.tag +share/apps/quanta/tags/php/socket_getsockname.tag +share/apps/quanta/tags/php/socket_iovec_add.tag +share/apps/quanta/tags/php/socket_iovec_alloc.tag +share/apps/quanta/tags/php/socket_iovec_delete.tag +share/apps/quanta/tags/php/socket_iovec_fetch.tag +share/apps/quanta/tags/php/socket_iovec_free.tag +share/apps/quanta/tags/php/socket_iovec_set.tag +share/apps/quanta/tags/php/socket_last_error.tag +share/apps/quanta/tags/php/socket_listen.tag +share/apps/quanta/tags/php/socket_read.tag +share/apps/quanta/tags/php/socket_readv.tag +share/apps/quanta/tags/php/socket_recv.tag +share/apps/quanta/tags/php/socket_recvfrom.tag +share/apps/quanta/tags/php/socket_recvmsg.tag +share/apps/quanta/tags/php/socket_select.tag +share/apps/quanta/tags/php/socket_send.tag +share/apps/quanta/tags/php/socket_sendmsg.tag +share/apps/quanta/tags/php/socket_sendto.tag +share/apps/quanta/tags/php/socket_set_blocking.tag +share/apps/quanta/tags/php/socket_set_nonblock.tag +share/apps/quanta/tags/php/socket_set_option.tag +share/apps/quanta/tags/php/socket_set_timeout.tag +share/apps/quanta/tags/php/socket_shutdown.tag +share/apps/quanta/tags/php/socket_strerror.tag +share/apps/quanta/tags/php/socket_write.tag +share/apps/quanta/tags/php/socket_writev.tag +share/apps/quanta/tags/php/sort.tag +share/apps/quanta/tags/php/soundex.tag +share/apps/quanta/tags/php/split.tag +share/apps/quanta/tags/php/spliti.tag +share/apps/quanta/tags/php/sprintf.tag +share/apps/quanta/tags/php/sql_regcase.tag +share/apps/quanta/tags/php/sqrt.tag +share/apps/quanta/tags/php/srand.tag +share/apps/quanta/tags/php/srcanchors.tag +share/apps/quanta/tags/php/srcsofdst.tag +share/apps/quanta/tags/php/sscanf.tag +share/apps/quanta/tags/php/stat.tag +share/apps/quanta/tags/php/str_pad.tag +share/apps/quanta/tags/php/str_repeat.tag +share/apps/quanta/tags/php/str_replace.tag +share/apps/quanta/tags/php/str_rot13.tag +share/apps/quanta/tags/php/strcasecmp.tag +share/apps/quanta/tags/php/strchr.tag +share/apps/quanta/tags/php/strcmp.tag +share/apps/quanta/tags/php/strcoll.tag +share/apps/quanta/tags/php/strcspn.tag +share/apps/quanta/tags/php/strftime.tag +share/apps/quanta/tags/php/strip_tags.tag +share/apps/quanta/tags/php/stripcslashes.tag +share/apps/quanta/tags/php/stripslashes.tag +share/apps/quanta/tags/php/stristr.tag +share/apps/quanta/tags/php/strlen.tag +share/apps/quanta/tags/php/strnatcasecmp.tag +share/apps/quanta/tags/php/strnatcmp.tag +share/apps/quanta/tags/php/strncasecmp.tag +share/apps/quanta/tags/php/strncmp.tag +share/apps/quanta/tags/php/strpos.tag +share/apps/quanta/tags/php/strrchr.tag +share/apps/quanta/tags/php/strrev.tag +share/apps/quanta/tags/php/strrpos.tag +share/apps/quanta/tags/php/strspn.tag +share/apps/quanta/tags/php/strstr.tag +share/apps/quanta/tags/php/strtok.tag +share/apps/quanta/tags/php/strtolower.tag +share/apps/quanta/tags/php/strtotime.tag +share/apps/quanta/tags/php/strtoupper.tag +share/apps/quanta/tags/php/strtr.tag +share/apps/quanta/tags/php/strval.tag +share/apps/quanta/tags/php/substr.tag +share/apps/quanta/tags/php/substr_count.tag +share/apps/quanta/tags/php/substr_replace.tag +share/apps/quanta/tags/php/swf_actiongeturl.tag +share/apps/quanta/tags/php/swf_actiongotoframe.tag +share/apps/quanta/tags/php/swf_actiongotolabel.tag +share/apps/quanta/tags/php/swf_actionnextframe.tag +share/apps/quanta/tags/php/swf_actionplay.tag +share/apps/quanta/tags/php/swf_actionprevframe.tag +share/apps/quanta/tags/php/swf_actionsettarget.tag +share/apps/quanta/tags/php/swf_actionstop.tag +share/apps/quanta/tags/php/swf_actiontogglequality.tag +share/apps/quanta/tags/php/swf_actionwaitforframe.tag +share/apps/quanta/tags/php/swf_addbuttonrecord.tag +share/apps/quanta/tags/php/swf_addcolor.tag +share/apps/quanta/tags/php/swf_closefile.tag +share/apps/quanta/tags/php/swf_definebitmap.tag +share/apps/quanta/tags/php/swf_definefont.tag +share/apps/quanta/tags/php/swf_defineline.tag +share/apps/quanta/tags/php/swf_definepoly.tag +share/apps/quanta/tags/php/swf_definerect.tag +share/apps/quanta/tags/php/swf_definetext.tag +share/apps/quanta/tags/php/swf_endbutton.tag +share/apps/quanta/tags/php/swf_enddoaction.tag +share/apps/quanta/tags/php/swf_endshape.tag +share/apps/quanta/tags/php/swf_endsymbol.tag +share/apps/quanta/tags/php/swf_fontsize.tag +share/apps/quanta/tags/php/swf_fontslant.tag +share/apps/quanta/tags/php/swf_fonttracking.tag +share/apps/quanta/tags/php/swf_getbitmapinfo.tag +share/apps/quanta/tags/php/swf_getfontinfo.tag +share/apps/quanta/tags/php/swf_getframe.tag +share/apps/quanta/tags/php/swf_labelframe.tag +share/apps/quanta/tags/php/swf_lookat.tag +share/apps/quanta/tags/php/swf_modifyobject.tag +share/apps/quanta/tags/php/swf_mulcolor.tag +share/apps/quanta/tags/php/swf_nextid.tag +share/apps/quanta/tags/php/swf_oncondition.tag +share/apps/quanta/tags/php/swf_openfile.tag +share/apps/quanta/tags/php/swf_ortho.tag +share/apps/quanta/tags/php/swf_ortho2.tag +share/apps/quanta/tags/php/swf_perspective.tag +share/apps/quanta/tags/php/swf_placeobject.tag +share/apps/quanta/tags/php/swf_polarview.tag +share/apps/quanta/tags/php/swf_popmatrix.tag +share/apps/quanta/tags/php/swf_posround.tag +share/apps/quanta/tags/php/swf_pushmatrix.tag +share/apps/quanta/tags/php/swf_removeobject.tag +share/apps/quanta/tags/php/swf_rotate.tag +share/apps/quanta/tags/php/swf_scale.tag +share/apps/quanta/tags/php/swf_setfont.tag +share/apps/quanta/tags/php/swf_setframe.tag +share/apps/quanta/tags/php/swf_shapearc.tag +share/apps/quanta/tags/php/swf_shapecurveto.tag +share/apps/quanta/tags/php/swf_shapecurveto3.tag +share/apps/quanta/tags/php/swf_shapefillbitmapclip.tag +share/apps/quanta/tags/php/swf_shapefillbitmaptile.tag +share/apps/quanta/tags/php/swf_shapefilloff.tag +share/apps/quanta/tags/php/swf_shapefillsolid.tag +share/apps/quanta/tags/php/swf_shapelinesolid.tag +share/apps/quanta/tags/php/swf_shapelineto.tag +share/apps/quanta/tags/php/swf_shapemoveto.tag +share/apps/quanta/tags/php/swf_showframe.tag +share/apps/quanta/tags/php/swf_startbutton.tag +share/apps/quanta/tags/php/swf_startdoaction.tag +share/apps/quanta/tags/php/swf_startshape.tag +share/apps/quanta/tags/php/swf_startsymbol.tag +share/apps/quanta/tags/php/swf_textwidth.tag +share/apps/quanta/tags/php/swf_translate.tag +share/apps/quanta/tags/php/swf_viewport.tag +share/apps/quanta/tags/php/swfaction.tag +share/apps/quanta/tags/php/swfbitmap->getheight.tag +share/apps/quanta/tags/php/swfbitmap->getwidth.tag +share/apps/quanta/tags/php/swfbitmap.tag +share/apps/quanta/tags/php/swfbutton->addaction.tag +share/apps/quanta/tags/php/swfbutton->addshape.tag +share/apps/quanta/tags/php/swfbutton->setaction.tag +share/apps/quanta/tags/php/swfbutton->setdown.tag +share/apps/quanta/tags/php/swfbutton->sethit.tag +share/apps/quanta/tags/php/swfbutton->setover.tag +share/apps/quanta/tags/php/swfbutton->setup.tag +share/apps/quanta/tags/php/swfbutton.tag +share/apps/quanta/tags/php/swfbutton_keypress.tag +share/apps/quanta/tags/php/swfdisplayitem->addcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->move.tag +share/apps/quanta/tags/php/swfdisplayitem->moveto.tag +share/apps/quanta/tags/php/swfdisplayitem->multcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->remove.tag +share/apps/quanta/tags/php/swfdisplayitem->rotate.tag +share/apps/quanta/tags/php/swfdisplayitem->rotateto.tag +share/apps/quanta/tags/php/swfdisplayitem->scale.tag +share/apps/quanta/tags/php/swfdisplayitem.tag +share/apps/quanta/tags/php/swfdisplayitem->scaleto.tag +share/apps/quanta/tags/php/swfdisplayitem->setdepth.tag +share/apps/quanta/tags/php/swfdisplayitem->setname.tag +share/apps/quanta/tags/php/swfdisplayitem->setratio.tag +share/apps/quanta/tags/php/swfdisplayitem->skewx.tag +share/apps/quanta/tags/php/swfdisplayitem->skewxto.tag +share/apps/quanta/tags/php/swfdisplayitem->skewy.tag +share/apps/quanta/tags/php/swfdisplayitem->skewyto.tag +share/apps/quanta/tags/php/swffill->moveto.tag +share/apps/quanta/tags/php/swffill->rotateto.tag +share/apps/quanta/tags/php/swffill->scaleto.tag +share/apps/quanta/tags/php/swffill->skewxto.tag +share/apps/quanta/tags/php/swffill->skewyto.tag +share/apps/quanta/tags/php/swffont->getwidth.tag +share/apps/quanta/tags/php/swffont.tag +share/apps/quanta/tags/php/swfgradient->addentry.tag +share/apps/quanta/tags/php/swfgradient.tag +share/apps/quanta/tags/php/swfmorph->getshape1.tag +share/apps/quanta/tags/php/swfmorph->getshape2.tag +share/apps/quanta/tags/php/swfmorph.tag +share/apps/quanta/tags/php/swfmovie->add.tag +share/apps/quanta/tags/php/swfmovie->nextframe.tag +share/apps/quanta/tags/php/swfmovie->output.tag +share/apps/quanta/tags/php/swfmovie->remove.tag +share/apps/quanta/tags/php/swfmovie->save.tag +share/apps/quanta/tags/php/swfmovie->setbackground.tag +share/apps/quanta/tags/php/swfmovie->setdimension.tag +share/apps/quanta/tags/php/swfmovie->setframes.tag +share/apps/quanta/tags/php/swfmovie->setrate.tag +share/apps/quanta/tags/php/swfmovie->streammp3.tag +share/apps/quanta/tags/php/swfmovie.tag +share/apps/quanta/tags/php/swftext.tag +share/apps/quanta/tags/php/swfshape->addfill.tag +share/apps/quanta/tags/php/swfshape->drawcurve.tag +share/apps/quanta/tags/php/swfshape->drawcurveto.tag +share/apps/quanta/tags/php/swfshape->drawline.tag +share/apps/quanta/tags/php/swfshape->drawlineto.tag +share/apps/quanta/tags/php/swfshape->movepen.tag +share/apps/quanta/tags/php/swfshape->movepento.tag +share/apps/quanta/tags/php/swfshape->setleftfill.tag +share/apps/quanta/tags/php/swfshape->setline.tag +share/apps/quanta/tags/php/swfshape->setrightfill.tag +share/apps/quanta/tags/php/swfshape.tag +share/apps/quanta/tags/php/swfsprite->add.tag +share/apps/quanta/tags/php/swfsprite->nextframe.tag +share/apps/quanta/tags/php/swfsprite->remove.tag +share/apps/quanta/tags/php/swfsprite->setframes.tag +share/apps/quanta/tags/php/symlink.tag +share/apps/quanta/tags/php/swfsprite.tag +share/apps/quanta/tags/php/swftext->addstring.tag +share/apps/quanta/tags/php/swftext->moveto.tag +share/apps/quanta/tags/php/swftext->setcolor.tag +share/apps/quanta/tags/php/swftext->setfont.tag +share/apps/quanta/tags/php/swftext->setheight.tag +share/apps/quanta/tags/php/swftext->setspacing.tag +share/apps/quanta/tags/php/swftextfield->addstring.tag +share/apps/quanta/tags/php/swftextfield->align.tag +share/apps/quanta/tags/php/swftextfield->setbounds.tag +share/apps/quanta/tags/php/swftextfield->setcolor.tag +share/apps/quanta/tags/php/swftextfield->setfont.tag +share/apps/quanta/tags/php/swftextfield->setheight.tag +share/apps/quanta/tags/php/swftextfield->setindentation.tag +share/apps/quanta/tags/php/swftextfield->setleftmargin.tag +share/apps/quanta/tags/php/swftextfield->setlinespacing.tag +share/apps/quanta/tags/php/swftextfield->setmargins.tag +share/apps/quanta/tags/php/swftextfield->setname.tag +share/apps/quanta/tags/php/swftextfield->setrightmargin.tag +share/apps/quanta/tags/php/swftextfield.tag +share/apps/quanta/tags/php/sybase_affected_rows.tag +share/apps/quanta/tags/php/sybase_close.tag +share/apps/quanta/tags/php/sybase_connect.tag +share/apps/quanta/tags/php/sybase_data_seek.tag +share/apps/quanta/tags/php/sybase_fetch_array.tag +share/apps/quanta/tags/php/sybase_fetch_field.tag +share/apps/quanta/tags/php/sybase_fetch_object.tag +share/apps/quanta/tags/php/sybase_fetch_row.tag +share/apps/quanta/tags/php/sybase_field_seek.tag +share/apps/quanta/tags/php/sybase_free_result.tag +share/apps/quanta/tags/php/sybase_get_last_message.tag +share/apps/quanta/tags/php/sybase_min_client_severity.tag +share/apps/quanta/tags/php/sybase_min_error_severity.tag +share/apps/quanta/tags/php/sybase_min_message_severity.tag +share/apps/quanta/tags/php/sybase_min_server_severity.tag +share/apps/quanta/tags/php/sybase_num_fields.tag +share/apps/quanta/tags/php/sybase_num_rows.tag +share/apps/quanta/tags/php/sybase_pconnect.tag +share/apps/quanta/tags/php/sybase_query.tag +share/apps/quanta/tags/php/sybase_result.tag +share/apps/quanta/tags/php/sybase_select_db.tag +share/apps/quanta/tags/php/syslog.tag +share/apps/quanta/tags/php/system.tag +share/apps/quanta/tags/php/tanh.tag +share/apps/quanta/tags/php/tempnam.tag +share/apps/quanta/tags/php/textdomain.tag +share/apps/quanta/tags/php/time.tag +share/apps/quanta/tags/php/title.tag +share/apps/quanta/tags/php/tmpfile.tag +share/apps/quanta/tags/php/token_get_all.tag +share/apps/quanta/tags/php/token_name.tag +share/apps/quanta/tags/php/touch.tag +share/apps/quanta/tags/php/trigger_error.tag +share/apps/quanta/tags/php/trim.tag +share/apps/quanta/tags/php/type.tag +share/apps/quanta/tags/php/uasort.tag +share/apps/quanta/tags/php/ucfirst.tag +share/apps/quanta/tags/php/ucwords.tag +share/apps/quanta/tags/php/udm_add_search_limit.tag +share/apps/quanta/tags/php/udm_alloc_agent.tag +share/apps/quanta/tags/php/udm_api_version.tag +share/apps/quanta/tags/php/udm_cat_list.tag +share/apps/quanta/tags/php/udm_cat_path.tag +share/apps/quanta/tags/php/udm_check_charset.tag +share/apps/quanta/tags/php/udm_check_stored.tag +share/apps/quanta/tags/php/udm_clear_search_limits.tag +share/apps/quanta/tags/php/udm_crc32.tag +share/apps/quanta/tags/php/udm_close_stored.tag +share/apps/quanta/tags/php/udm_errno.tag +share/apps/quanta/tags/php/udm_error.tag +share/apps/quanta/tags/php/udm_find.tag +share/apps/quanta/tags/php/udm_free_agent.tag +share/apps/quanta/tags/php/udm_free_ispell_data.tag +share/apps/quanta/tags/php/udm_free_res.tag +share/apps/quanta/tags/php/udm_get_doc_count.tag +share/apps/quanta/tags/php/udm_get_res_field.tag +share/apps/quanta/tags/php/udm_get_res_param.tag +share/apps/quanta/tags/php/udm_load_ispell_data.tag +share/apps/quanta/tags/php/udm_open_stored.tag +share/apps/quanta/tags/php/udm_set_agent_param.tag +share/apps/quanta/tags/php/uksort.tag +share/apps/quanta/tags/php/umask.tag +share/apps/quanta/tags/php/uniqid.tag +share/apps/quanta/tags/php/unixtojd.tag +share/apps/quanta/tags/php/unlink.tag +share/apps/quanta/tags/php/unlock.tag +share/apps/quanta/tags/php/unpack.tag +share/apps/quanta/tags/php/unregister_tick_function.tag +share/apps/quanta/tags/php/unserialize.tag +share/apps/quanta/tags/php/unset.tag +share/apps/quanta/tags/php/urldecode.tag +share/apps/quanta/tags/php/urlencode.tag +share/apps/quanta/tags/php/user.tag +share/apps/quanta/tags/php/user_error.tag +share/apps/quanta/tags/php/userlist.tag +share/apps/quanta/tags/php/usleep.tag +share/apps/quanta/tags/php/usort.tag +share/apps/quanta/tags/php/utf8_decode.tag +share/apps/quanta/tags/php/utf8_encode.tag +share/apps/quanta/tags/php/value.tag +share/apps/quanta/tags/php/values.tag +share/apps/quanta/tags/php/var_dump.tag +share/apps/quanta/tags/php/var_export.tag +share/apps/quanta/tags/php/version_compare.tag +share/apps/quanta/tags/php/virtual.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain.tag +share/apps/quanta/tags/php/vpopmail_error.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_domain.tag +share/apps/quanta/tags/php/vpopmail_add_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_user.tag +share/apps/quanta/tags/php/vpopmail_alias_add.tag +share/apps/quanta/tags/php/vpopmail_alias_del.tag +share/apps/quanta/tags/php/vpopmail_alias_del_domain.tag +share/apps/quanta/tags/php/vpopmail_alias_get.tag +share/apps/quanta/tags/php/vpopmail_alias_get_all.tag +share/apps/quanta/tags/php/vpopmail_auth_user.tag +share/apps/quanta/tags/php/vpopmail_del_domain.tag +share/apps/quanta/tags/php/vpopmail_del_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_del_user.tag +share/apps/quanta/tags/php/vpopmail_passwd.tag +share/apps/quanta/tags/php/vpopmail_set_user_quota.tag +share/apps/quanta/tags/php/vprintf.tag +share/apps/quanta/tags/php/vsprintf.tag +share/apps/quanta/tags/php/w32api_deftype.tag +share/apps/quanta/tags/php/w32api_init_dtype.tag +share/apps/quanta/tags/php/w32api_invoke_function.tag +share/apps/quanta/tags/php/w32api_register_function.tag +share/apps/quanta/tags/php/w32api_set_call_method.tag +share/apps/quanta/tags/php/wddx_deserialize.tag +share/apps/quanta/tags/php/wddx_packet_end.tag +share/apps/quanta/tags/php/wddx_packet_start.tag +share/apps/quanta/tags/php/wddx_serialize_value.tag +share/apps/quanta/tags/php/wddx_serialize_vars.tag +share/apps/quanta/tags/php/wordwrap.tag +share/apps/quanta/tags/php/xml_error_string.tag +share/apps/quanta/tags/php/xml_get_current_byte_index.tag +share/apps/quanta/tags/php/xml_get_current_line_number.tag +share/apps/quanta/tags/php/xml_get_current_column_number.tag +share/apps/quanta/tags/php/xml_get_error_code.tag +share/apps/quanta/tags/php/xml_parse.tag +share/apps/quanta/tags/php/xml_parse_into_struct.tag +share/apps/quanta/tags/php/xml_parser_create.tag +share/apps/quanta/tags/php/xml_parser_create_ns.tag +share/apps/quanta/tags/php/xml_parser_free.tag +share/apps/quanta/tags/php/xml_parser_get_option.tag +share/apps/quanta/tags/php/xml_parser_set_option.tag +share/apps/quanta/tags/php/xml_set_character_data_handler.tag +share/apps/quanta/tags/php/xml_set_default_handler.tag +share/apps/quanta/tags/php/xml_set_element_handler.tag +share/apps/quanta/tags/php/xml_set_end_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_notation_decl_handler.tag +share/apps/quanta/tags/php/xml_set_external_entity_ref_handler.tag +share/apps/quanta/tags/php/xml_set_object.tag +share/apps/quanta/tags/php/xml_set_processing_instruction_handler.tag +share/apps/quanta/tags/php/xml_set_start_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_unparsed_entity_decl_handler.tag +share/apps/quanta/tags/php/xmlrpc_decode.tag +share/apps/quanta/tags/php/xmlrpc_decode_request.tag +share/apps/quanta/tags/php/xmlrpc_encode.tag +share/apps/quanta/tags/php/xmlrpc_encode_request.tag +share/apps/quanta/tags/php/xmlrpc_get_type.tag +share/apps/quanta/tags/php/xmlrpc_parse_method_descriptions.tag +share/apps/quanta/tags/php/xmlrpc_server_add_introspection_data.tag +share/apps/quanta/tags/php/xpath_eval.tag +share/apps/quanta/tags/php/xmlrpc_server_call_method.tag +share/apps/quanta/tags/php/xmlrpc_server_create.tag +share/apps/quanta/tags/php/xmlrpc_server_destroy.tag +share/apps/quanta/tags/php/xmlrpc_server_register_introspection_callback.tag +share/apps/quanta/tags/php/xmlrpc_server_register_method.tag +share/apps/quanta/tags/php/xmlrpc_set_type.tag +share/apps/quanta/tags/php/xpath_eval_expression.tag +share/apps/quanta/tags/php/xpath_new_context.tag +share/apps/quanta/tags/php/xptr_eval.tag +share/apps/quanta/tags/php/xptr_new_context.tag +share/apps/quanta/tags/php/xslt_create.tag +share/apps/quanta/tags/php/xslt_errno.tag +share/apps/quanta/tags/php/xslt_error.tag +share/apps/quanta/tags/php/xslt_free.tag +share/apps/quanta/tags/php/xslt_process.tag +share/apps/quanta/tags/php/yp_all.tag +share/apps/quanta/tags/php/xslt_set_base.tag +share/apps/quanta/tags/php/xslt_set_encoding.tag +share/apps/quanta/tags/php/xslt_set_error_handler.tag +share/apps/quanta/tags/php/xslt_set_log.tag +share/apps/quanta/tags/php/xslt_set_sax_handler.tag +share/apps/quanta/tags/php/xslt_set_sax_handlers.tag +share/apps/quanta/tags/php/xslt_set_scheme_handler.tag +share/apps/quanta/tags/php/xslt_set_scheme_handlers.tag +share/apps/quanta/tags/php/yaz_addinfo.tag +share/apps/quanta/tags/php/yaz_ccl_conf.tag +share/apps/quanta/tags/php/yaz_ccl_parse.tag +share/apps/quanta/tags/php/yaz_close.tag +share/apps/quanta/tags/php/yaz_connect.tag +share/apps/quanta/tags/php/yaz_database.tag +share/apps/quanta/tags/php/yaz_element.tag +share/apps/quanta/tags/php/yaz_errno.tag +share/apps/quanta/tags/php/yaz_error.tag +share/apps/quanta/tags/php/yaz_hits.tag +share/apps/quanta/tags/php/yaz_itemorder.tag +share/apps/quanta/tags/php/yaz_present.tag +share/apps/quanta/tags/php/yaz_range.tag +share/apps/quanta/tags/php/yaz_record.tag +share/apps/quanta/tags/php/yaz_scan.tag +share/apps/quanta/tags/php/yaz_scan_result.tag +share/apps/quanta/tags/php/yaz_search.tag +share/apps/quanta/tags/php/yaz_sort.tag +share/apps/quanta/tags/php/yaz_syntax.tag +share/apps/quanta/tags/php/yaz_wait.tag +share/apps/quanta/tags/php/yp_cat.tag +share/apps/quanta/tags/php/yp_err_string.tag +share/apps/quanta/tags/php/yp_errno.tag +share/apps/quanta/tags/php/yp_first.tag +share/apps/quanta/tags/php/yp_get_default_domain.tag +share/apps/quanta/tags/php/yp_master.tag +share/apps/quanta/tags/php/yp_match.tag +share/apps/quanta/tags/php/yp_next.tag +share/apps/quanta/tags/php/yp_order.tag +share/apps/quanta/tags/php/zend_logo_guid.tag +share/apps/quanta/tags/php/zend_version.tag +share/apps/quanta/tags/php/zip_close.tag +share/apps/quanta/tags/php/zip_entry_close.tag +share/apps/quanta/tags/php/zip_entry_compressedsize.tag +share/apps/quanta/tags/php/zip_entry_compressionmethod.tag +share/apps/quanta/tags/php/zip_entry_filesize.tag +share/apps/quanta/tags/php/zip_entry_name.tag +share/apps/quanta/tags/php/zip_entry_open.tag +share/apps/quanta/tags/php/zip_entry_read.tag +share/apps/quanta/tags/php/zip_open.tag +share/apps/quanta/tags/php/zip_read.tag +share/apps/quanta/toolbar/delete.png +share/apps/quanta/toolbar/empty1x16.png +share/apps/quanta/toolbar/java.png +share/apps/quanta/toolbar/mini-book1.png +share/apps/quanta/toolbar/mini-book2.png +share/apps/quanta/toolbar/mini-modules.png +share/apps/quanta/toolbar/quanta.png +share/apps/quanta/toolbar/save_small.png +share/apps/quanta/toolbar/tag_br_small.png +share/apps/quanta/toolbar/tag_font_small.png +share/apps/quanta/toolbar/tag_hr_small.png +share/apps/quanta/toolbar/empty16x16.png +share/apps/quanta/toolbar/back.png +share/apps/quanta/toolbar/ball.png +share/apps/quanta/toolbar/bookmark.png +share/apps/quanta/toolbar/check.png +share/apps/quanta/toolbar/close.png +share/apps/quanta/toolbar/color.png +share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/cut.png +share/apps/quanta/toolbar/date.png +share/apps/quanta/toolbar/new.png +share/apps/quanta/toolbar/div_center.png +share/apps/quanta/toolbar/div_justify.png +share/apps/quanta/toolbar/div_left.png +share/apps/quanta/toolbar/div_right.png +share/apps/quanta/toolbar/exit.png +share/apps/quanta/toolbar/find.png +share/apps/quanta/toolbar/findnext.png +share/apps/quanta/toolbar/font_dec.png +share/apps/quanta/toolbar/font_inc.png +share/apps/quanta/toolbar/form.png +share/apps/quanta/toolbar/forward.png +share/apps/quanta/toolbar/ftpclient.png +share/apps/quanta/toolbar/lineedit.png +share/apps/quanta/toolbar/linepas.png +share/apps/quanta/toolbar/open.png +share/apps/quanta/toolbar/openprj.png +share/apps/quanta/toolbar/options.png +share/apps/quanta/toolbar/output_win.png +share/apps/quanta/toolbar/paste.png +share/apps/quanta/toolbar/preview.png +share/apps/quanta/toolbar/print.png +share/apps/quanta/toolbar/quick_list.png +share/apps/quanta/toolbar/quick_start.png +share/apps/quanta/toolbar/quick_table.png +share/apps/quanta/toolbar/radio.png +share/apps/quanta/toolbar/redo.png +share/apps/quanta/toolbar/repaint.png +share/apps/quanta/toolbar/replace.png +share/apps/quanta/toolbar/reset.png +share/apps/quanta/toolbar/save.png +share/apps/quanta/toolbar/save_all.png +share/apps/quanta/toolbar/select.png +share/apps/quanta/toolbar/spellcheck.png +share/apps/quanta/toolbar/submit.png +share/apps/quanta/toolbar/table_data.png +share/apps/quanta/toolbar/table_head.png +share/apps/quanta/toolbar/tag_a.png +share/apps/quanta/toolbar/tag_bold.png +share/apps/quanta/toolbar/tag_br.png +share/apps/quanta/toolbar/tag_caption.png +share/apps/quanta/toolbar/tag_comm.png +share/apps/quanta/toolbar/tag_dd.png +share/apps/quanta/toolbar/tag_dl.png +share/apps/quanta/toolbar/tag_dt.png +share/apps/quanta/toolbar/tag_font.png +share/apps/quanta/toolbar/tag_font_base.png +share/apps/quanta/toolbar/tag_h1.png +share/apps/quanta/toolbar/tag_h2.png +share/apps/quanta/toolbar/tag_h3.png +share/apps/quanta/toolbar/tag_h4.png +share/apps/quanta/toolbar/tag_h5.png +share/apps/quanta/toolbar/tag_hr.png +share/apps/quanta/toolbar/tag_i.png +share/apps/quanta/toolbar/tag_image.png +share/apps/quanta/toolbar/tag_li.png +share/apps/quanta/toolbar/tag_mail.png +share/apps/quanta/toolbar/tag_menu.png +share/apps/quanta/toolbar/tag_nbsp.png +share/apps/quanta/toolbar/tag_ol.png +share/apps/quanta/toolbar/tag_p.png +share/apps/quanta/toolbar/tag_pre.png +share/apps/quanta/toolbar/tag_sub.png +share/apps/quanta/toolbar/tag_sup.png +share/apps/quanta/toolbar/tag_table.png +share/apps/quanta/toolbar/tag_table_row.png +share/apps/quanta/toolbar/tag_td.png +share/apps/quanta/toolbar/tag_th.png +share/apps/quanta/toolbar/tag_tr.png +share/apps/quanta/toolbar/tag_u.png +share/apps/quanta/toolbar/tag_ul.png +share/apps/quanta/toolbar/textarea.png +share/apps/quanta/toolbar/tree_win.png +share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/tag_table_body.png +share/apps/quanta/toolbar/tag_tbody.png +share/apps/quanta/toolbar/ftab.png +share/apps/quanta/toolbar/ptab.png +share/apps/quanta/toolbar/ttab.png +share/apps/quanta/toolbar/tag_misc.png +share/apps/quanta/toolbar/preview1.png +share/apps/quanta/toolbar/preview2.png +share/apps/quanta/toolbar/preview3.png +share/apps/quanta/toolbar/preview4.png +share/apps/quanta/toolbar/quantalogo.png +share/apps/quanta/toolbar/wiznewprjweb.png +share/apps/quanta/toolbar/wiznewprjglb.png +share/apps/quanta/toolbar/wiznewprjfin.png +share/apps/quanta/toolbar/wiznewprjloc.png +share/apps/quanta/templates/images/jpg/demo.jpg +share/apps/quanta/templates/images/png/demo.png +share/apps/quanta/templates/images/others/demo.tif +share/apps/quanta/templates/images/.dirinfo +share/apps/quanta/templates/text/scripts/demo.php +share/apps/quanta/templates/text/others/demo.txt +share/apps/quanta/templates/text/html/demo.html +share/apps/quanta/templates/text/.dirinfo +share/apps/quanta/templates/documents/html/demo.html +share/apps/quanta/templates/documents/others/demo.txt +share/apps/quanta/templates/documents/scripts/demo.script +share/apps/quanta/templates/documents/.dirinfo +share/apps/quanta/templates/binaries/images/jpg/demo.jpg +share/apps/quanta/templates/binaries/images/png/demo.png +share/apps/quanta/templates/binaries/others/demo.tif +share/apps/quanta/templates/binaries/others/demo.jpg +share/apps/quanta/templates/binaries/.dirinfo +share/apps/quanta/toolbars/default/fonts.toolbar.tgz +share/apps/quanta/toolbars/default/forms.toolbar.tgz +share/apps/quanta/toolbars/default/lists.toolbar.tgz +share/apps/quanta/toolbars/default/other.toolbar.tgz +share/apps/quanta/toolbars/default/standard.toolbar.tgz +share/apps/quanta/toolbars/default/tables.toolbar.tgz +share/apps/quanta/toolbars/docbook.toolbar.tgz +share/apps/quanta/toolbars/kde_docbook.toolbar.tgz +share/apps/quanta/actions.rc +share/apps/quanta/chars +share/apps/quanta/quantaui.rc share/icons/hicolor/16x16/apps/quanta.png share/icons/hicolor/22x22/apps/quanta.png share/icons/hicolor/32x32/apps/quanta.png share/icons/hicolor/48x48/apps/quanta.png +share/applnk/Development/quanta.desktop @dirrm share/doc/HTML/en/quanta -%%PORTDOCS%%@dirrm share/apps/quanta/doc/php -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics/med -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/tables -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/special -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/phrase -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/lists -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/head -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/frames -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/forms -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/fontstyle -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/entities -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/block -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/text -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/font -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/color-background -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/classification -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/box -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css -%%PORTDOCS%%share/apps/quanta/actions.rc -%%PORTDOCS%%share/apps/quanta/quantaui.rc -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@dirrm share/apps/quanta/toolbar -@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/doc/css/color-background +@dirrm share/apps/quanta/doc/css/font +@dirrm share/apps/quanta/doc/css/text +@dirrm share/apps/quanta/doc/css/classification +@dirrm share/apps/quanta/doc/css/box +@dirrm share/apps/quanta/doc/css +@dirrm share/apps/quanta/doc/html/special +@dirrm share/apps/quanta/doc/html/head +@dirrm share/apps/quanta/doc/html/html +@dirrm share/apps/quanta/doc/html/lists +@dirrm share/apps/quanta/doc/html/phrase +@dirrm share/apps/quanta/doc/html/frames +@dirrm share/apps/quanta/doc/html/tables +@dirrm share/apps/quanta/doc/html/entities +@dirrm share/apps/quanta/doc/html/fontstyle +@dirrm share/apps/quanta/doc/html/forms +@dirrm share/apps/quanta/doc/html/block +@dirrm share/apps/quanta/doc/html +@dirrm share/apps/quanta/doc/javascript/.pics/med +@dirrm share/apps/quanta/doc/javascript/.pics +@dirrm share/apps/quanta/doc/javascript +@dirrm share/apps/quanta/doc/php @dirrm share/apps/quanta/doc +@dirrm share/apps/quanta/tags/tagxml +@dirrm share/apps/quanta/tags/html +@dirrm share/apps/quanta/tags/php +@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/toolbar +@dirrm share/apps/quanta/templates/images/jpg +@dirrm share/apps/quanta/templates/images/png +@dirrm share/apps/quanta/templates/images/others +@dirrm share/apps/quanta/templates/images +@dirrm share/apps/quanta/templates/text/scripts +@dirrm share/apps/quanta/templates/text/others +@dirrm share/apps/quanta/templates/text/html +@dirrm share/apps/quanta/templates/text +@dirrm share/apps/quanta/templates/documents/html +@dirrm share/apps/quanta/templates/documents/others +@dirrm share/apps/quanta/templates/documents/scripts +@dirrm share/apps/quanta/templates/documents +@dirrm share/apps/quanta/templates/binaries/images/jpg +@dirrm share/apps/quanta/templates/binaries/images/png +@dirrm share/apps/quanta/templates/binaries/images +@dirrm share/apps/quanta/templates/binaries/others +@dirrm share/apps/quanta/templates/binaries +@dirrm share/apps/quanta/templates +@dirrm share/apps/quanta/toolbars/default +@dirrm share/apps/quanta/toolbars @dirrm share/apps/quanta -@dirrm lib/quanta/plugins -@dirrm lib/quanta diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 6aea9a176d1c..ef1075e6aa09 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -6,11 +6,12 @@ # PORTNAME= quanta -PORTVERSION= 2.0.1 +PORTVERSION= 3.0pr2a PORTEPOCH= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -24,28 +25,19 @@ MAINTAINER= jeremy@external.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_XPM= yes USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \ - --disable-closure -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.endif + --disable-closure \ + --enable-threads \ + --disable-debug USE_GMAKE= yes DOCS= css html javascript php -pre-configure: - @${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in - @${PERL} -pi -e "s@automake@automake14@g" ${WRKSRC}/configure - - -post-configure: - @${PERL} -pi -e "s@autoconf@autoconf213@g" ${WRKSRC}/Makefile - @${PERL} -pi -e "s@moc@moc2@g" ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) .for doc in ${DOCS} @@ -55,5 +47,5 @@ post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444 .endif - + .include <bsd.port.mk> diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index e70bdbd2f677..e8ec33c6b8fd 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1,5 +1,5 @@ -MD5 (quanta-2.0.1.tar.bz2) = c2ea4c4a01fdc751375d033ada59a1dd -MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 -MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 -MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 -MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817 +MD5 (quanta/quanta-3.0pr2a.tar.bz2) = 79aea6b9c13065a09da98cb07960d1e2 +MD5 (quanta/css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 +MD5 (quanta/html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 +MD5 (quanta/javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 +MD5 (quanta/php.tar.bz2) = 8ae86e900874549c3749ee5940756817 diff --git a/www/kdewebdev4/files/patch-Makefile.in b/www/kdewebdev4/files/patch-Makefile.in deleted file mode 100644 index 9b25189c91c4..000000000000 --- a/www/kdewebdev4/files/patch-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in.orig Wed Dec 5 11:04:46 2001 -+++ Makefile.in Thu Jan 24 16:34:24 2002 -@@ -251,17 +251,14 @@ - cd $(top_srcdir) && $(AUTOMAKE) --gnu ./Makefile - cd $(top_srcdir) && perl admin/am_edit Makefile.in - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -- cd $(top_builddir) \ -- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -+Makefile: -+ ${ECHO} "" - - $(ACLOCAL_M4): configure.in acinclude.m4 - cd $(srcdir) && $(ACLOCAL) - --config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck --$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -- cd $(srcdir) && $(AUTOCONF) -+config.status: -+ @{ECHO} config.status patched - - config.h: stamp-h - @if test ! -f $@; then \ diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h deleted file mode 100644 index 521a0cb8d7c3..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/DbgSite.h.orig Thu Jan 24 17:01:33 2002 -+++ quanta/plugins/php4dbg/dbgbase/DbgSite.h Thu Jan 24 17:01:48 2002 -@@ -14,6 +14,7 @@ - #ifndef _DBGSITE_H_ - #define _DBGSITE_H_ - -+#include <sys/types.h> - #include <qobject.h> - #include "ListenerGlobals.h" - #include "RequestorBase.h" diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp deleted file mode 100644 index 7a69baa79f2c..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp.orig Thu Jan 24 17:09:23 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp Thu Jan 24 17:09:52 2002 -@@ -11,11 +11,13 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> -+#include <stdio.h> -+#include <assert.h> - #include "dbg_core.h" - #include "ListenerBase.h" - #include "ThreadBase.h" --#include <stdio.h> --#include <assert.h> -+ - - ListenerBase::~ListenerBase() { - DBGTRACE("ListenerBase::~ListenerBase\n"); diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp deleted file mode 100644 index efa09025f5c1..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp.orig Thu Jan 24 16:50:10 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp Thu Jan 24 16:51:58 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include <stdarg.h> - #include <stdio.h> - #include "ListenerGlobals.h" -@@ -344,7 +345,7 @@ - ret_val = select(listen_socket + 1, &rset, NULL, NULL, &timeout); - if (ret_val>0) { - siz = sizeof(laddr); -- ret_val = accept(listen_socket, &laddr, &siz); -+ ret_val = accept(listen_socket, &laddr,(socklen_t *) &siz); - } - if (ret_val <= 0) { - return (ret_val) ? (-1) : (0); diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp deleted file mode 100644 index 3f2e2818e985..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp.orig Thu Jan 24 16:52:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp Thu Jan 24 16:52:44 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "ThreadBase.h" - #include "ListenerGlobals.h" - #include "dbg_core.h" diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c deleted file mode 100644 index 669c0a7caaf3..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c +++ /dev/null @@ -1,13 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/dbg_core.c.orig Thu Jan 24 16:53:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/dbg_core.c Thu Jan 24 16:53:42 2002 -@@ -11,9 +11,9 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "dbg_core.h" - #include <string.h> --#include <malloc.h> - #include <stdlib.h> - - #ifdef DBG_USE_STDALLOCA diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::debugger.h b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::debugger.h deleted file mode 100644 index 8f4c3c346202..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::debugger.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/debugger.h.orig Thu Jan 24 17:22:31 2002 -+++ quanta/plugins/php4dbg/debugger.h Thu Jan 24 17:22:47 2002 -@@ -6,6 +6,7 @@ - #endif - - #include <qobject.h> -+#include <sys/types.h> - - class Listener; - class QSocketNotifier; diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::listener.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::listener.cpp deleted file mode 100644 index 4b16cefbb9d1..000000000000 --- a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::listener.cpp +++ /dev/null @@ -1,8 +0,0 @@ ---- quanta/plugins/php4dbg/listener.cpp.orig Thu Jan 24 17:27:25 2002 -+++ quanta/plugins/php4dbg/listener.cpp Thu Jan 24 17:27:41 2002 -@@ -1,4 +1,4 @@ -- -+#include <sys/types.h> - #include "listener.h" - - #include <stdarg.h> diff --git a/www/kdewebdev4/pkg-plist b/www/kdewebdev4/pkg-plist index a4db64f27276..e84988732fa4 100644 --- a/www/kdewebdev4/pkg-plist +++ b/www/kdewebdev4/pkg-plist @@ -1,1784 +1,4 @@ -share/apps/quanta/toolbar/wiznewprjweb.png -share/apps/quanta/toolbar/wiznewprjloc.png -share/apps/quanta/toolbar/wiznewprjglb.png -share/apps/quanta/toolbar/wiznewprjfin.png -share/apps/quanta/toolbar/undo.png -share/apps/quanta/toolbar/tree_win.png -share/apps/quanta/toolbar/textarea.png -share/apps/quanta/toolbar/tag_ul.png -share/apps/quanta/toolbar/tag_u.png -share/apps/quanta/toolbar/tag_tr.png -share/apps/quanta/toolbar/tag_th.png -share/apps/quanta/toolbar/tag_td.png -share/apps/quanta/toolbar/tag_tbody.png -share/apps/quanta/toolbar/tag_table_row.png -share/apps/quanta/toolbar/tag_table_body.png -share/apps/quanta/toolbar/tag_table.png -share/apps/quanta/toolbar/tag_sup.png -share/apps/quanta/toolbar/tag_sub.png -share/apps/quanta/toolbar/tag_pre.png -share/apps/quanta/toolbar/tag_p.png -share/apps/quanta/toolbar/tag_ol.png -share/apps/quanta/toolbar/tag_nbsp.png -share/apps/quanta/toolbar/tag_menu.png -share/apps/quanta/toolbar/tag_mail.png -share/apps/quanta/toolbar/tag_li.png -share/apps/quanta/toolbar/tag_image.png -share/apps/quanta/toolbar/tag_i.png -share/apps/quanta/toolbar/tag_hr_small.png -share/apps/quanta/toolbar/tag_hr.png -share/apps/quanta/toolbar/tag_h5.png -share/apps/quanta/toolbar/tag_h4.png -share/apps/quanta/toolbar/tag_h3.png -share/apps/quanta/toolbar/tag_h2.png -share/apps/quanta/toolbar/tag_h1.png -share/apps/quanta/toolbar/tag_font_small.png -share/apps/quanta/toolbar/tag_font_base.png -share/apps/quanta/toolbar/tag_font.png -share/apps/quanta/toolbar/tag_dt.png -share/apps/quanta/toolbar/tag_dl.png -share/apps/quanta/toolbar/tag_dd.png -share/apps/quanta/toolbar/tag_comm.png -share/apps/quanta/toolbar/tag_caption.png -share/apps/quanta/toolbar/tag_br_small.png -share/apps/quanta/toolbar/tag_br.png -share/apps/quanta/toolbar/tag_bold.png -share/apps/quanta/toolbar/tag_a.png -share/apps/quanta/toolbar/table_head.png -share/apps/quanta/toolbar/table_data.png -share/apps/quanta/toolbar/submit.png -share/apps/quanta/toolbar/spellcheck.png -share/apps/quanta/toolbar/select.png -share/apps/quanta/toolbar/save_small.png -share/apps/quanta/toolbar/save_all.png -share/apps/quanta/toolbar/save.png -share/apps/quanta/toolbar/reset.png -share/apps/quanta/toolbar/replace.png -share/apps/quanta/toolbar/repaint.png -share/apps/quanta/toolbar/redo.png -share/apps/quanta/toolbar/radio.png -share/apps/quanta/toolbar/quick_table.png -share/apps/quanta/toolbar/quick_start.png -share/apps/quanta/toolbar/quick_list.png -share/apps/quanta/toolbar/quantalogo.png -share/apps/quanta/toolbar/quanta.png -share/apps/quanta/toolbar/print.png -share/apps/quanta/toolbar/preview4.png -share/apps/quanta/toolbar/preview3.png -share/apps/quanta/toolbar/preview2.png -share/apps/quanta/toolbar/preview1.png -share/apps/quanta/toolbar/preview.png -share/apps/quanta/toolbar/paste.png -share/apps/quanta/toolbar/output_win.png -share/apps/quanta/toolbar/options.png -share/apps/quanta/toolbar/openprj.png -share/apps/quanta/toolbar/open.png -share/apps/quanta/toolbar/new.png -share/apps/quanta/toolbar/mini-modules.png -share/apps/quanta/toolbar/mini-book2.png -share/apps/quanta/toolbar/mini-book1.png -share/apps/quanta/toolbar/linepas.png -share/apps/quanta/toolbar/lineedit.png -share/apps/quanta/toolbar/java.png -share/apps/quanta/toolbar/ftpclient.png -share/apps/quanta/toolbar/forward.png -share/apps/quanta/toolbar/form.png -share/apps/quanta/toolbar/font_inc.png -share/apps/quanta/toolbar/font_dec.png -share/apps/quanta/toolbar/findnext.png -share/apps/quanta/toolbar/find.png -share/apps/quanta/toolbar/exit.png -share/apps/quanta/toolbar/empty1x16.png -share/apps/quanta/toolbar/empty16x16.png -share/apps/quanta/toolbar/div_right.png -share/apps/quanta/toolbar/div_left.png -share/apps/quanta/toolbar/div_justify.png -share/apps/quanta/toolbar/div_center.png -share/apps/quanta/toolbar/delete.png -share/apps/quanta/toolbar/date.png -share/apps/quanta/toolbar/cut.png -share/apps/quanta/toolbar/copy.png -share/apps/quanta/toolbar/color.png -share/apps/quanta/toolbar/close.png -share/apps/quanta/toolbar/check.png -share/apps/quanta/toolbar/bookmark.png -share/apps/quanta/toolbar/ball.png -share/apps/quanta/toolbar/back.png -share/apps/quanta/toolbar/ftab.png -share/apps/quanta/toolbar/ptab.png -share/apps/quanta/tags/ul.tag -share/apps/quanta/tags/tr.tag -share/apps/quanta/tags/thead.tag -share/apps/quanta/tags/th.tag -share/apps/quanta/tags/tfoot.tag -share/apps/quanta/tags/textarea.tag -share/apps/quanta/tags/td.tag -share/apps/quanta/tags/tbody.tag -share/apps/quanta/tags/table.tag -share/apps/quanta/tags/style.tag -share/apps/quanta/tags/select.tag -share/apps/quanta/tags/script.tag -share/apps/quanta/tags/p.tag -share/apps/quanta/tags/option.tag -share/apps/quanta/tags/ol.tag -share/apps/quanta/tags/meta.tag -share/apps/quanta/tags/link.tag -share/apps/quanta/tags/li.tag -share/apps/quanta/tags/isindex.tag -share/apps/quanta/tags/input.tag -share/apps/quanta/tags/html.tag -share/apps/quanta/tags/hr.tag -share/apps/quanta/tags/head.tag -share/apps/quanta/tags/h6.tag -share/apps/quanta/tags/h5.tag -share/apps/quanta/tags/h4.tag -share/apps/quanta/tags/h3.tag -share/apps/quanta/tags/h2.tag -share/apps/quanta/tags/h1.tag -share/apps/quanta/tags/frameset.tag -share/apps/quanta/tags/frame.tag -share/apps/quanta/tags/form.tag -share/apps/quanta/tags/font.tag -share/apps/quanta/tags/empty.tag -share/apps/quanta/tags/div.tag -share/apps/quanta/tags/br.tag -share/apps/quanta/tags/body.tag -share/apps/quanta/tags/blockquote.tag -share/apps/quanta/tags/big.tag -share/apps/quanta/tags/basefont.tag -share/apps/quanta/tags/base.tag -share/apps/quanta/tags/area.tag -share/apps/quanta/tags/a.tag -share/apps/quanta/tagdata.rc -share/apps/quanta/syntax.xml -share/apps/quanta/doc/quanta.docrc -share/apps/quanta/doc/quanta-dialog-xml.html -share/apps/quanta/doc/minilogo.jpg -share/apps/quanta/doc/head_bg.gif -share/apps/quanta/doc/documentation.html -share/applnk/Development/quanta.desktop -lib/quanta/plugins/weblint -lib/quanta/plugins/libftpclient.so.1 -lib/quanta/plugins/libftpclient.so -lib/quanta/plugins/libftpclient.la bin/quanta -%%PORTDOCS%%share/apps/quanta/doc/php/var.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.zlib.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.xml.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.wddx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.vmailmgr.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.var.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.url.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sybase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.strings.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.snmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.session.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.regex.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.recode.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.posix.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pgsql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pcre.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oracle.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.odbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oci8.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.nis.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.network.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mysql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mssql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.misc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcrypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcal.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.math.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ldap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.info.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.imap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.image.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ifx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ibase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.hyperwave.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.http.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ftp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filesystem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.fdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbm.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dba.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.datetime.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.cpdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.calendar.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.bc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.aspell.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/preface.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.modifiers.html -%%PORTDOCS%%share/apps/quanta/doc/php/oop.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-while.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-truefalse.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-startendtags.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-other.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-if-endif.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-expr.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-booleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/manual.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.variable.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.scope.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.predefined.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.external.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.type-juggling.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.object.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.double.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.precedence.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.logical.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.increment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.execution.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.errorcontrol.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.comparison.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.bitwise.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.assignment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.expressions.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.constants.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.comments.html -%%PORTDOCS%%share/apps/quanta/doc/php/langref.html -%%PORTDOCS%%share/apps/quanta/doc/php/introduction.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-whatcando.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-history.html -%%PORTDOCS%%share/apps/quanta/doc/php/installation.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-windows95-nt.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-unix.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-problems.html -%%PORTDOCS%%share/apps/quanta/doc/php/getting-started.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.variable-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.returning-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.old-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.arguments.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.zend-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-order.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-master.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-get-default-domain.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-first.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-element-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-default-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-character-data-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-set-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-get-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-free.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-error-code.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-line-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-column-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-byte-index.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-error-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-deserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-add-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-passwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-deluser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-delalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-adduser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-addalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.virtual.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.var-dump.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unpack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uniqid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.umask.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucwords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucfirst.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uasort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.trim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.touch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.time.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tempnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.system.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.syslog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.symlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtoupper.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtolower.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtok.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strstr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stristr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strip-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcasecmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sprintf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.soundex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalkoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-set-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-get-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sizeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.similar-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shuffle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-put-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-get-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-detach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-attach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.settype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setlocale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setcookie.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-time-limit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-socket-blocking.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-file-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-unregister.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-save-path.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-register.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-module-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-is-registered.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-destroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.serialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-release.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-acquire.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.round.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewinddir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.reset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.require.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.register-shutdown-function.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readgzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.range.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quotemeta.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quoted-printable-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.putenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.printf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print-r.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.prev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-quote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-grep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-uname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ttyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-times.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-mkfifo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-kill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-isatty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getrlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getppid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getlogin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgroups.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-geteuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getegid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getcwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ctermid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.php-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-tty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-port.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-options.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lowrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lounlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loreadall.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-locreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-host.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-getlastoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldprtlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldnum.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-errormessage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-cmdtuples.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pfsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-skew.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-boxed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-transition.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-parameter.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-author.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-duration.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-put-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-place-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-memory-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-gif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-get-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-execute-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-endpath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-end-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-begin-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.passthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-url.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ord.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-getcolumn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-errorcode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commiton.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commitoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.openlog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.opendir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-setoption.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-longreadlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-into.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-cursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-binmode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-autocommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.octdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocistatementtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociserverversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociplogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinumcols.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinlogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewdescriptor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewcursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociinternaldebug.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreestatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreecursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchstatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchinto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociexecute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocierror.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocidefinebyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocibindbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.number-format.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.nl2br.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-insert-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-flags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-lengths.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-db-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-change-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-message-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-error-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-get-last-message.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-length.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-selectdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listtables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listdbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldflags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dropdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-createdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.min.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.microtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-hash-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.metaphone.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.md5.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ofb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-key-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ecb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-create-iv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cfb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-time-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-store-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-snooze.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-next-recurrence.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-events.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-alarms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-is-leap-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-description.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-class.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-category.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-alarm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-delete-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-days-in-month.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-week.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-compare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-append-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.max.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ltrim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.lstat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log10.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.linkinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.leak.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-unbind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-read.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-modify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-del.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-attributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-explode-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-err2str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-dn2ufn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-count-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.krsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.key.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.juliantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.join.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jewishtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojulian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojewish.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtogregorian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtofrench.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdmonthname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jddayofweek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.isset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-writeable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-real.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-readable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-long.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-integer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-int.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-float.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-executable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-double.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.iptcparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.intval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.include.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.in-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.implode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf8.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-unsubscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-undelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-uid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-subscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-setflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-scanmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-write-address.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-reopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-renamemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-qprint.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-ping.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-recent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-msg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-msgno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-move.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-compose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-last-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-headers.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getmailboxes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchstructure.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchheader.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchbody.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetch-overview.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-expunge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-deletemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-createmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-clearflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-body.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-binary.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-base64.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-append.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-alerts.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-8bit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettftext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettfbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesx.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestringup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestring.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesetpixel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagerectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepstext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsfreefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsencodefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageinterlace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagegif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontheight.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilltoborder.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledrectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledpolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedestroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedashedline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreatefromgif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecopyresized.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolortransparent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorstotal.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorsforindex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorresolve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorexact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorclosest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorallocate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecharup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagechar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagearc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ignore-user-abort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-write-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-tell-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-seek-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-read-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-open-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-free-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-create-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-close-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-textasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-nullformat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-htmltbl-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-getsqlca.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldtypes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldproperties.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-copy-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-byteasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-timefmt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-who.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-unlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-root.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pipedocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-outputdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-objrec2array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-new-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-modifyobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mapid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insdoc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-inscoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-incollections.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-identify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getusername.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-gettext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremotechildren.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparentsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparents.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquery.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getandlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchorsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-free-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-edittext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsetcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentbodytag.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentattributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchorobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-deleteobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-cp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-childrenobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-children.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-array2objrec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlspecialchars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlentities.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hexdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gztell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzrewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gregoriantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmstrftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmmktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettimeofday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyport.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrusage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobynumber.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmypid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmxrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getlastmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getimagesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbynamel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyaddr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getallheaders.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-meta-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-html-translation-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-current-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-cfg-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-browser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.function-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-num-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-arg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-systype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-site.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rawlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-quit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-put.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pasv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-nlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mdtm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-login.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fput.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-cdup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.frenchtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flush.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.floor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filetype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-rowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-retrieve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileperms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileowner.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filemtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filegroup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filectime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileatime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetcsv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.feof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-ap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-next-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extract.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extension-loaded.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.explode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.escapeshellcmd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-reporting.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.empty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.echo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-days.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.each.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.doubleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.diskfreespace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dirname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.die.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.defined.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.define.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decoct.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dechex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decbin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-on.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-off.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmreplace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmnextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbminsert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfirstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmexists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmdelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dblist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-replace-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numrecords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record-with-names.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-delete-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-add-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-sync.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-optimize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-nextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-insert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-firstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.current.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.crypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-page-animation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-current-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save-to-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rmoveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rlineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-place-inline-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-page-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-output-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-import-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-end-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-begin-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count-chars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.convert-cyr-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-timeout.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-aborted.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.compact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closelog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closedir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.clearstatcache.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chunk-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chown.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdnsrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ceil.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bindec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bin2hex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsub.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcscale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcpow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmul.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcdiv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bccomp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcadd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.basename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base-convert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan2.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-suggest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-new.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check-raw.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.arsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-walk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-unshift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-splice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-slice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-shift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-reverse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-push.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pad.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-merge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-keys.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-flip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-count-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-note.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-lookup-uri.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.acos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.abs.html -%%PORTDOCS%%share/apps/quanta/doc/php/funcref.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.remote-files.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.persistent-connections.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.images.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.http-auth.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.put-method.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.error-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.cookies.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.connection-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/feature-fileupload.multiple.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger-protocol.html -%%PORTDOCS%%share/apps/quanta/doc/php/copyright.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.switch.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.foreach.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.for.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.elseif.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.else.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.do.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.continue.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.break.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.alternative-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/configuration.html -%%PORTDOCS%%share/apps/quanta/doc/php/class.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/calling-user-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/appendixes.html -%%PORTDOCS%%share/apps/quanta/doc/php.docrc -%%PORTDOCS%%share/apps/quanta/doc/javascript/window.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/whatsnew.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toplev.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/sun.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/style.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/string.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/stmt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/screen.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/regexp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/preface.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/plugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/partobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partlang.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partjava.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partapp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/packages.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/option.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/ops.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/objintro.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/object.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/number.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/netscape.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/nav.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/mimetype.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/math.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/location.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/link.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcplugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsexc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/layer.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/keywords.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javpkg.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javclass.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javarray.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/java.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/index.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/image.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/history.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/hidden.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/handlers.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/function.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/frame.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/form.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileup.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/event.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/document.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/date.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/copyrt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/cookies.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/contents.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/colors.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/classint.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/boolean.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/bklast.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/array.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/area.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/applet.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/anchor.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript.docrc -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/html/values.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tr.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/thead.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/th.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tfoot.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/td.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tbody.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/table.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/colgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/col.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/caption.html -%%PORTDOCS%%share/apps/quanta/doc/html/style.css -%%PORTDOCS%%share/apps/quanta/doc/html/structure.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sup.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sub.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/span.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/script.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/q.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/param.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/object.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/map.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/img.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/iframe.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/font.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/br.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/bdo.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/basefont.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/area.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/applet.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/a.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/var.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/strong.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/samp.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/kbd.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/ins.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/em.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/dfn.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/del.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/code.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/cite.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/acronym.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/abbr.html -%%PORTDOCS%%share/apps/quanta/doc/html/olist.html -%%PORTDOCS%%share/apps/quanta/doc/html/new.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ul.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ol.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/menu.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/li.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dt.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dl.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dir.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dd.html -%%PORTDOCS%%share/apps/quanta/doc/html/inline.html -%%PORTDOCS%%share/apps/quanta/doc/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/html.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/doctype.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/body.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/title.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/style.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/meta.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/link.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/head.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/base.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/noframes.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frameset.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frame.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/textarea.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/select.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/option.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/optgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/legend.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/label.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/input.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/form.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/fieldset.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/button.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/u.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/tt.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/strike.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/small.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/s.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/i.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/big.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/b.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/symbols.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/special.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/latin1.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/deprecated.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/pre.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/p.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/noscript.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/isindex.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/hr.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h6.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h5.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h4.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h3.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h2.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h1.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/div.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/center.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/blockquote.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/address.html -%%PORTDOCS%%share/apps/quanta/doc/html/block.html -%%PORTDOCS%%share/apps/quanta/doc/html/aural.css -%%PORTDOCS%%share/apps/quanta/doc/html/attrs.html -%%PORTDOCS%%share/apps/quanta/doc/html/alist.html -%%PORTDOCS%%share/apps/quanta/doc/html.docrc -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/units.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/vertical-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-transform.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-indent.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-decoration.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/line-height.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/letter-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/syntax.html -%%PORTDOCS%%share/apps/quanta/doc/css/stylesheets-now.html -%%PORTDOCS%%share/apps/quanta/doc/css/style.css -%%PORTDOCS%%share/apps/quanta/doc/css/style-html.html -%%PORTDOCS%%share/apps/quanta/doc/css/structure.html -%%PORTDOCS%%share/apps/quanta/doc/css/references.html -%%PORTDOCS%%share/apps/quanta/doc/css/quick-tutorial.html -%%PORTDOCS%%share/apps/quanta/doc/css/properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-weight.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-variant.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-size.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-family.html -%%PORTDOCS%%share/apps/quanta/doc/css/file_id.diz -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/dependence.html -%%PORTDOCS%%share/apps/quanta/doc/css/css.gif -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-attachment.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/white-space.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-type.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/display.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/height.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/float.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/clear.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/aural.css -%%PORTDOCS%%share/apps/quanta/doc/css/all-properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/LICENSE -%%PORTDOCS%%share/apps/quanta/doc/css.docrc -%%PORTDOCS%%share/apps/quanta/doc/aniquanta.gif -%%PORTDOCS%%share/apps/quanta/doc/background.png -%%PORTDOCS%%share/apps/quanta/doc/bgtable.png -%%PORTDOCS%%share/apps/quanta/doc/developer.html -%%PORTDOCS%%share/apps/quanta/doc/focus.html -%%PORTDOCS%%share/apps/quanta/doc/intro.html -%%PORTDOCS%%share/apps/quanta/doc/kdelogo2.png -%%PORTDOCS%%share/apps/quanta/doc/konq.css -%%PORTDOCS%%share/apps/quanta/doc/lines.png -%%PORTDOCS%%share/apps/quanta/doc/lines2.png -%%PORTDOCS%%share/apps/quanta/doc/maindoc.html -%%PORTDOCS%%share/apps/quanta/doc/minilogo.png -%%PORTDOCS%%share/apps/quanta/doc/more.png -%%PORTDOCS%%share/apps/quanta/doc/qcenter2.png -%%PORTDOCS%%share/apps/quanta/doc/quanta.css -%%PORTDOCS%%share/apps/quanta/doc/quantahdr.png -%%PORTDOCS%%share/apps/quanta/doc/shadow1.png -%%PORTDOCS%%share/apps/quanta/doc/template.html -%%PORTDOCS%%share/apps/quanta/doc/tips.html -%%PORTDOCS%%share/apps/quanta/doc/webdev.png share/doc/HTML/en/quanta/developer.docbook share/doc/HTML/en/quanta/quantahdr.png share/doc/HTML/en/quanta/documentation.docbook @@ -1786,14 +6,14 @@ share/doc/HTML/en/quanta/tips.docbook share/doc/HTML/en/quanta/introduction.docbook share/doc/HTML/en/quanta/webdev.png share/doc/HTML/en/quanta/minilogo.png +share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/focus.docbook share/doc/HTML/en/quanta/index.docbook -share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/common share/locale/af/LC_MESSAGES/quanta.mo share/locale/az/LC_MESSAGES/quanta.mo -share/locale/de/LC_MESSAGES/quanta.mo share/locale/da/LC_MESSAGES/quanta.mo +share/locale/de/LC_MESSAGES/quanta.mo share/locale/es/LC_MESSAGES/quanta.mo share/locale/eu/LC_MESSAGES/quanta.mo share/locale/fr/LC_MESSAGES/quanta.mo @@ -1801,39 +21,4530 @@ share/locale/hu/LC_MESSAGES/quanta.mo share/locale/nl/LC_MESSAGES/quanta.mo share/locale/ru/LC_MESSAGES/quanta.mo share/locale/sk/LC_MESSAGES/quanta.mo +share/apps/quanta/doc/documentation.html +share/apps/quanta/doc/head_bg.gif +share/apps/quanta/doc/minilogo.jpg +share/apps/quanta/doc/quanta-dialog-xml.html +share/apps/quanta/doc/quanta.docrc +share/apps/quanta/doc/aniquanta.gif +share/apps/quanta/doc/background.png +share/apps/quanta/doc/bgtable.png +share/apps/quanta/doc/developer.html +share/apps/quanta/doc/focus.html +share/apps/quanta/doc/intro.html +share/apps/quanta/doc/kdelogo2.png +share/apps/quanta/doc/konq.css +share/apps/quanta/doc/lines.png +share/apps/quanta/doc/lines2.png +share/apps/quanta/doc/minilogo.png +share/apps/quanta/doc/more.png +share/apps/quanta/doc/quanta.css +share/apps/quanta/doc/quantahdr.png +share/apps/quanta/doc/shadow1.png +share/apps/quanta/doc/tips.html +share/apps/quanta/doc/css/color-background/index.html +share/apps/quanta/doc/css/color-background/background-color.html +share/apps/quanta/doc/css/color-background/background-image.html +share/apps/quanta/doc/css/color-background/background-position.html +share/apps/quanta/doc/css/color-background/background-repeat.html +share/apps/quanta/doc/css/color-background/background.html +share/apps/quanta/doc/css/color-background/color.html +share/apps/quanta/doc/css/color-background/background-attachment.html +share/apps/quanta/doc/css/font/font-variant.html +share/apps/quanta/doc/css/font/font-size.html +share/apps/quanta/doc/css/font/font-style.html +share/apps/quanta/doc/css/font/font-family.html +share/apps/quanta/doc/css/font/font-weight.html +share/apps/quanta/doc/css/font/font.html +share/apps/quanta/doc/css/font/index.html +share/apps/quanta/doc/css/text/word-spacing.html +share/apps/quanta/doc/css/text/letter-spacing.html +share/apps/quanta/doc/css/text/line-height.html +share/apps/quanta/doc/css/text/text-align.html +share/apps/quanta/doc/css/text/text-decoration.html +share/apps/quanta/doc/css/text/text-indent.html +share/apps/quanta/doc/css/text/text-transform.html +share/apps/quanta/doc/css/text/vertical-align.html +share/apps/quanta/doc/css/text/index.html +share/apps/quanta/doc/css/classification/list-style-position.html +share/apps/quanta/doc/css/classification/index.html +share/apps/quanta/doc/css/classification/list-style-image.html +share/apps/quanta/doc/css/classification/display.html +share/apps/quanta/doc/css/classification/list-style-type.html +share/apps/quanta/doc/css/classification/list-style.html +share/apps/quanta/doc/css/classification/white-space.html +share/apps/quanta/doc/css/box/width.html +share/apps/quanta/doc/css/box/border-bottom.html +share/apps/quanta/doc/css/box/border-color.html +share/apps/quanta/doc/css/box/border-left-width.html +share/apps/quanta/doc/css/box/border-left.html +share/apps/quanta/doc/css/box/border-right-width.html +share/apps/quanta/doc/css/box/border-right.html +share/apps/quanta/doc/css/box/border-style.html +share/apps/quanta/doc/css/box/border-top-width.html +share/apps/quanta/doc/css/box/border-top.html +share/apps/quanta/doc/css/box/border-width.html +share/apps/quanta/doc/css/box/border.html +share/apps/quanta/doc/css/box/clear.html +share/apps/quanta/doc/css/box/float.html +share/apps/quanta/doc/css/box/height.html +share/apps/quanta/doc/css/box/index.html +share/apps/quanta/doc/css/box/margin-bottom.html +share/apps/quanta/doc/css/box/margin-left.html +share/apps/quanta/doc/css/box/margin-top.html +share/apps/quanta/doc/css/box/margin-right.html +share/apps/quanta/doc/css/box/margin.html +share/apps/quanta/doc/css/box/padding-bottom.html +share/apps/quanta/doc/css/box/padding-left.html +share/apps/quanta/doc/css/box/padding-right.html +share/apps/quanta/doc/css/box/padding-top.html +share/apps/quanta/doc/css/box/padding.html +share/apps/quanta/doc/css/box/border-bottom-width.html +share/apps/quanta/doc/css/dependence.html +share/apps/quanta/doc/css/drop-shadows-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-small.gif +share/apps/quanta/doc/css/drop-shadows-small.gif +share/apps/quanta/doc/css/file_id.diz +share/apps/quanta/doc/css/index.html +share/apps/quanta/doc/css/properties.html +share/apps/quanta/doc/css/quick-tutorial.html +share/apps/quanta/doc/css/references.html +share/apps/quanta/doc/css/structure.html +share/apps/quanta/doc/css/style-html.html +share/apps/quanta/doc/css/style.css +share/apps/quanta/doc/css/stylesheets-now.html +share/apps/quanta/doc/css/syntax.html +share/apps/quanta/doc/css/units.html +share/apps/quanta/doc/css/wdglogo-small.gif +share/apps/quanta/doc/css/wdglogo1.gif +share/apps/quanta/doc/css/LICENSE +share/apps/quanta/doc/css/all-properties.html +share/apps/quanta/doc/css/aural.css +share/apps/quanta/doc/css/css.gif +share/apps/quanta/doc/webdev.png +share/apps/quanta/doc/maindoc.html +share/apps/quanta/doc/template.html +share/apps/quanta/doc/qcenter2.png +share/apps/quanta/doc/faq.html +share/apps/quanta/doc/css.docrc +share/apps/quanta/doc/html/special/sup.html +share/apps/quanta/doc/html/special/applet.html +share/apps/quanta/doc/html/special/area.html +share/apps/quanta/doc/html/special/basefont.html +share/apps/quanta/doc/html/special/bdo.html +share/apps/quanta/doc/html/special/br.html +share/apps/quanta/doc/html/special/font.html +share/apps/quanta/doc/html/special/iframe.html +share/apps/quanta/doc/html/special/img.html +share/apps/quanta/doc/html/special/index.html +share/apps/quanta/doc/html/special/map.html +share/apps/quanta/doc/html/special/object.html +share/apps/quanta/doc/html/special/param.html +share/apps/quanta/doc/html/special/q.html +share/apps/quanta/doc/html/special/script.html +share/apps/quanta/doc/html/special/span.html +share/apps/quanta/doc/html/special/sub.html +share/apps/quanta/doc/html/special/a.html +share/apps/quanta/doc/html/head/link.html +share/apps/quanta/doc/html/head/head.html +share/apps/quanta/doc/html/head/index.html +share/apps/quanta/doc/html/head/base.html +share/apps/quanta/doc/html/head/meta.html +share/apps/quanta/doc/html/head/style.html +share/apps/quanta/doc/html/head/title.html +share/apps/quanta/doc/html/html/body.html +share/apps/quanta/doc/html/html/doctype.html +share/apps/quanta/doc/html/html/html.html +share/apps/quanta/doc/html/html/index.html +share/apps/quanta/doc/html/lists/ul.html +share/apps/quanta/doc/html/lists/dir.html +share/apps/quanta/doc/html/lists/dl.html +share/apps/quanta/doc/html/lists/dt.html +share/apps/quanta/doc/html/lists/index.html +share/apps/quanta/doc/html/lists/li.html +share/apps/quanta/doc/html/lists/menu.html +share/apps/quanta/doc/html/lists/ol.html +share/apps/quanta/doc/html/lists/dd.html +share/apps/quanta/doc/html/phrase/var.html +share/apps/quanta/doc/html/phrase/acronym.html +share/apps/quanta/doc/html/phrase/cite.html +share/apps/quanta/doc/html/phrase/code.html +share/apps/quanta/doc/html/phrase/del.html +share/apps/quanta/doc/html/phrase/dfn.html +share/apps/quanta/doc/html/phrase/em.html +share/apps/quanta/doc/html/phrase/index.html +share/apps/quanta/doc/html/phrase/ins.html +share/apps/quanta/doc/html/phrase/kbd.html +share/apps/quanta/doc/html/phrase/samp.html +share/apps/quanta/doc/html/phrase/strong.html +share/apps/quanta/doc/html/phrase/abbr.html +share/apps/quanta/doc/html/frames/frame.html +share/apps/quanta/doc/html/frames/frameset.html +share/apps/quanta/doc/html/frames/index.html +share/apps/quanta/doc/html/frames/noframes.html +share/apps/quanta/doc/html/tables/tr.html +share/apps/quanta/doc/html/tables/col.html +share/apps/quanta/doc/html/tables/colgroup.html +share/apps/quanta/doc/html/tables/index.html +share/apps/quanta/doc/html/tables/table.html +share/apps/quanta/doc/html/tables/tbody.html +share/apps/quanta/doc/html/tables/td.html +share/apps/quanta/doc/html/tables/tfoot.html +share/apps/quanta/doc/html/tables/th.html +share/apps/quanta/doc/html/tables/thead.html +share/apps/quanta/doc/html/tables/caption.html +share/apps/quanta/doc/html/entities/index.html +share/apps/quanta/doc/html/entities/latin1.html +share/apps/quanta/doc/html/entities/special.html +share/apps/quanta/doc/html/entities/symbols.html +share/apps/quanta/doc/html/fontstyle/u.html +share/apps/quanta/doc/html/fontstyle/big.html +share/apps/quanta/doc/html/fontstyle/i.html +share/apps/quanta/doc/html/fontstyle/index.html +share/apps/quanta/doc/html/fontstyle/s.html +share/apps/quanta/doc/html/fontstyle/small.html +share/apps/quanta/doc/html/fontstyle/strike.html +share/apps/quanta/doc/html/fontstyle/tt.html +share/apps/quanta/doc/html/fontstyle/b.html +share/apps/quanta/doc/html/forms/textarea.html +share/apps/quanta/doc/html/forms/fieldset.html +share/apps/quanta/doc/html/forms/form.html +share/apps/quanta/doc/html/forms/index.html +share/apps/quanta/doc/html/forms/input.html +share/apps/quanta/doc/html/forms/label.html +share/apps/quanta/doc/html/forms/legend.html +share/apps/quanta/doc/html/forms/optgroup.html +share/apps/quanta/doc/html/forms/option.html +share/apps/quanta/doc/html/forms/select.html +share/apps/quanta/doc/html/forms/button.html +share/apps/quanta/doc/html/block/pre.html +share/apps/quanta/doc/html/block/blockquote.html +share/apps/quanta/doc/html/block/center.html +share/apps/quanta/doc/html/block/div.html +share/apps/quanta/doc/html/block/h1.html +share/apps/quanta/doc/html/block/h2.html +share/apps/quanta/doc/html/block/h3.html +share/apps/quanta/doc/html/block/h4.html +share/apps/quanta/doc/html/block/h5.html +share/apps/quanta/doc/html/block/h6.html +share/apps/quanta/doc/html/block/hr.html +share/apps/quanta/doc/html/block/index.html +share/apps/quanta/doc/html/block/isindex.html +share/apps/quanta/doc/html/block/noscript.html +share/apps/quanta/doc/html/block/p.html +share/apps/quanta/doc/html/block/address.html +share/apps/quanta/doc/html/style.css +share/apps/quanta/doc/html/values.html +share/apps/quanta/doc/html/wdglogo-small.gif +share/apps/quanta/doc/html/wdglogo1.gif +share/apps/quanta/doc/html/alist.html +share/apps/quanta/doc/html/attrs.html +share/apps/quanta/doc/html/aural.css +share/apps/quanta/doc/html/block.html +share/apps/quanta/doc/html/deprecated.html +share/apps/quanta/doc/html/index.html +share/apps/quanta/doc/html/inline.html +share/apps/quanta/doc/html/new.html +share/apps/quanta/doc/html/olist.html +share/apps/quanta/doc/html/structure.html +share/apps/quanta/doc/html.docrc +share/apps/quanta/doc/javascript/.pics/med/submit.gif +share/apps/quanta/doc/javascript/.pics/med/textarea.gif +share/apps/quanta/doc/javascript/.pics/med/password.gif +share/apps/quanta/doc/javascript/.pics/med/checkbox.gif +share/apps/quanta/doc/javascript/.pics/med/selectop.gif +share/apps/quanta/doc/javascript/.pics/med/minus.gif +share/apps/quanta/doc/javascript/.pics/med/fileupl.gif +share/apps/quanta/doc/javascript/.pics/med/confirm.gif +share/apps/quanta/doc/javascript/.pics/med/plus.gif +share/apps/quanta/doc/javascript/.pics/med/select.gif +share/apps/quanta/doc/javascript/.pics/med/button.gif +share/apps/quanta/doc/javascript/.pics/med/radio.gif +share/apps/quanta/doc/javascript/.pics/med/text.gif +share/apps/quanta/doc/javascript/.pics/med/alert.gif +share/apps/quanta/doc/javascript/.pics/med/prompt.gif +share/apps/quanta/doc/javascript/.pics/med/filler.gif +share/apps/quanta/doc/javascript/.pics/med/reset.gif +share/apps/quanta/doc/javascript/partlang.htm +share/apps/quanta/doc/javascript/history.htm +share/apps/quanta/doc/javascript/style.htm +share/apps/quanta/doc/javascript/javclass.htm +share/apps/quanta/doc/javascript/screen.htm +share/apps/quanta/doc/javascript/select.htm +share/apps/quanta/doc/javascript/array.htm +share/apps/quanta/doc/javascript/window.htm +share/apps/quanta/doc/javascript/button.htm +share/apps/quanta/doc/javascript/submit.htm +share/apps/quanta/doc/javascript/copyrt.htm +share/apps/quanta/doc/javascript/reset.gif +share/apps/quanta/doc/javascript/location.htm +share/apps/quanta/doc/javascript/textarea.gif +share/apps/quanta/doc/javascript/password.gif +share/apps/quanta/doc/javascript/boolean.htm +share/apps/quanta/doc/javascript/checkbox.gif +share/apps/quanta/doc/javascript/selectop.gif +share/apps/quanta/doc/javascript/nav.htm +share/apps/quanta/doc/javascript/fileup.htm +share/apps/quanta/doc/javascript/image.htm +share/apps/quanta/doc/javascript/minus.gif +share/apps/quanta/doc/javascript/preface.htm +share/apps/quanta/doc/javascript/mimetype.htm +share/apps/quanta/doc/javascript/cookies.htm +share/apps/quanta/doc/javascript/fileupl.gif +share/apps/quanta/doc/javascript/classint.htm +share/apps/quanta/doc/javascript/applet.htm +share/apps/quanta/doc/javascript/math.htm +share/apps/quanta/doc/javascript/objintro.htm +share/apps/quanta/doc/javascript/frame.htm +share/apps/quanta/doc/javascript/form.htm +share/apps/quanta/doc/javascript/javpkg.htm +share/apps/quanta/doc/javascript/bklast.htm +share/apps/quanta/doc/javascript/reset.htm +share/apps/quanta/doc/javascript/date.htm +share/apps/quanta/doc/javascript/sun.htm +share/apps/quanta/doc/javascript/lcplugin.htm +share/apps/quanta/doc/javascript/stmt.htm +share/apps/quanta/doc/javascript/contents.htm +share/apps/quanta/doc/javascript/string.htm +share/apps/quanta/doc/javascript/confirm.gif +share/apps/quanta/doc/javascript/plus.gif +share/apps/quanta/doc/javascript/handlers.htm +share/apps/quanta/doc/javascript/select.gif +share/apps/quanta/doc/javascript/ops.htm +share/apps/quanta/doc/javascript/toc.htm +share/apps/quanta/doc/javascript/partapp.htm +share/apps/quanta/doc/javascript/partjava.htm +share/apps/quanta/doc/javascript/whatsnew.htm +share/apps/quanta/doc/javascript/button.gif +share/apps/quanta/doc/javascript/hidden.htm +share/apps/quanta/doc/javascript/checkbox.htm +share/apps/quanta/doc/javascript/lcjsexc.htm +share/apps/quanta/doc/javascript/radio.gif +share/apps/quanta/doc/javascript/text.gif +share/apps/quanta/doc/javascript/alert.gif +share/apps/quanta/doc/javascript/link.htm +share/apps/quanta/doc/javascript/packages.htm +share/apps/quanta/doc/javascript/number.htm +share/apps/quanta/doc/javascript/prompt.gif +share/apps/quanta/doc/javascript/netscape.htm +share/apps/quanta/doc/javascript/option.htm +share/apps/quanta/doc/javascript/colors.htm +share/apps/quanta/doc/javascript/regexp.htm +share/apps/quanta/doc/javascript/keywords.htm +share/apps/quanta/doc/javascript/event.htm +share/apps/quanta/doc/javascript/document.htm +share/apps/quanta/doc/javascript/radio.htm +share/apps/quanta/doc/javascript/object.htm +share/apps/quanta/doc/javascript/function.htm +share/apps/quanta/doc/javascript/java.htm +share/apps/quanta/doc/javascript/area.htm +share/apps/quanta/doc/javascript/javobj.htm +share/apps/quanta/doc/javascript/partobj.htm +share/apps/quanta/doc/javascript/index.htm +share/apps/quanta/doc/javascript/javarray.htm +share/apps/quanta/doc/javascript/anchor.htm +share/apps/quanta/doc/javascript/password.htm +share/apps/quanta/doc/javascript/textarea.htm +share/apps/quanta/doc/javascript/text.htm +share/apps/quanta/doc/javascript/filler.gif +share/apps/quanta/doc/javascript/lcjsobj.htm +share/apps/quanta/doc/javascript/toplev.htm +share/apps/quanta/doc/javascript/submit.gif +share/apps/quanta/doc/javascript/layer.htm +share/apps/quanta/doc/javascript/plugin.htm +share/apps/quanta/doc/javascript.docrc +share/apps/quanta/doc/php/security.html +share/apps/quanta/doc/php/calling-user-functions.html +share/apps/quanta/doc/php/class.dir.html +share/apps/quanta/doc/php/configuration.html +share/apps/quanta/doc/php/control-structures.alternative-syntax.html +share/apps/quanta/doc/php/control-structures.break.html +share/apps/quanta/doc/php/control-structures.continue.html +share/apps/quanta/doc/php/control-structures.do.while.html +share/apps/quanta/doc/php/control-structures.else.html +share/apps/quanta/doc/php/control-structures.elseif.html +share/apps/quanta/doc/php/control-structures.for.html +share/apps/quanta/doc/php/control-structures.foreach.html +share/apps/quanta/doc/php/control-structures.html +share/apps/quanta/doc/php/control-structures.switch.html +share/apps/quanta/doc/php/control-structures.while.html +share/apps/quanta/doc/php/copyright.html +share/apps/quanta/doc/php/debugger-protocol.html +share/apps/quanta/doc/php/debugger.html +share/apps/quanta/doc/php/feature-fileupload.multiple.html +share/apps/quanta/doc/php/features.connection-handling.html +share/apps/quanta/doc/php/features.cookies.html +share/apps/quanta/doc/php/features.error-handling.html +share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html +share/apps/quanta/doc/php/features.file-upload.html +share/apps/quanta/doc/php/features.file-upload.put-method.html +share/apps/quanta/doc/php/features.html +share/apps/quanta/doc/php/features.http-auth.html +share/apps/quanta/doc/php/features.images.html +share/apps/quanta/doc/php/features.persistent-connections.html +share/apps/quanta/doc/php/features.remote-files.html +share/apps/quanta/doc/php/funcref.html +share/apps/quanta/doc/php/function.abs.html +share/apps/quanta/doc/php/function.acos.html +share/apps/quanta/doc/php/function.addcslashes.html +share/apps/quanta/doc/php/function.addslashes.html +share/apps/quanta/doc/php/function.apache-lookup-uri.html +share/apps/quanta/doc/php/function.apache-note.html +share/apps/quanta/doc/php/function.array-count-values.html +share/apps/quanta/doc/php/function.array-flip.html +share/apps/quanta/doc/php/function.array-keys.html +share/apps/quanta/doc/php/function.array-merge.html +share/apps/quanta/doc/php/function.array-pad.html +share/apps/quanta/doc/php/function.array-pop.html +share/apps/quanta/doc/php/function.array-push.html +share/apps/quanta/doc/php/function.array-reverse.html +share/apps/quanta/doc/php/function.array-shift.html +share/apps/quanta/doc/php/function.array-slice.html +share/apps/quanta/doc/php/function.array-splice.html +share/apps/quanta/doc/php/function.array-unshift.html +share/apps/quanta/doc/php/function.array-values.html +share/apps/quanta/doc/php/function.array-walk.html +share/apps/quanta/doc/php/function.array.html +share/apps/quanta/doc/php/function.arsort.html +share/apps/quanta/doc/php/function.asin.html +share/apps/quanta/doc/php/function.asort.html +share/apps/quanta/doc/php/function.aspell-check-raw.html +share/apps/quanta/doc/php/function.aspell-check.html +share/apps/quanta/doc/php/function.aspell-new.html +share/apps/quanta/doc/php/function.aspell-suggest.html +share/apps/quanta/doc/php/function.atan.html +share/apps/quanta/doc/php/function.atan2.html +share/apps/quanta/doc/php/function.base-convert.html +share/apps/quanta/doc/php/function.base64-decode.html +share/apps/quanta/doc/php/function.base64-encode.html +share/apps/quanta/doc/php/function.basename.html +share/apps/quanta/doc/php/function.bcadd.html +share/apps/quanta/doc/php/function.bccomp.html +share/apps/quanta/doc/php/function.bcdiv.html +share/apps/quanta/doc/php/function.bcmod.html +share/apps/quanta/doc/php/function.bcmul.html +share/apps/quanta/doc/php/function.bcpow.html +share/apps/quanta/doc/php/function.bcscale.html +share/apps/quanta/doc/php/function.bcsqrt.html +share/apps/quanta/doc/php/function.bcsub.html +share/apps/quanta/doc/php/function.bin2hex.html +share/apps/quanta/doc/php/function.bindec.html +share/apps/quanta/doc/php/function.ceil.html +share/apps/quanta/doc/php/function.chdir.html +share/apps/quanta/doc/php/function.checkdate.html +share/apps/quanta/doc/php/function.checkdnsrr.html +share/apps/quanta/doc/php/function.chgrp.html +share/apps/quanta/doc/php/function.chmod.html +share/apps/quanta/doc/php/function.chop.html +share/apps/quanta/doc/php/function.chown.html +share/apps/quanta/doc/php/function.chr.html +share/apps/quanta/doc/php/function.chunk-split.html +share/apps/quanta/doc/php/function.clearstatcache.html +share/apps/quanta/doc/php/function.closedir.html +share/apps/quanta/doc/php/function.closelog.html +share/apps/quanta/doc/php/function.compact.html +share/apps/quanta/doc/php/function.connection-aborted.html +share/apps/quanta/doc/php/function.connection-status.html +share/apps/quanta/doc/php/function.connection-timeout.html +share/apps/quanta/doc/php/function.convert-cyr-string.html +share/apps/quanta/doc/php/function.copy.html +share/apps/quanta/doc/php/function.cos.html +share/apps/quanta/doc/php/function.count-chars.html +share/apps/quanta/doc/php/function.count.html +share/apps/quanta/doc/php/function.cpdf-add-annotation.html +share/apps/quanta/doc/php/function.cpdf-add-outline.html +share/apps/quanta/doc/php/function.cpdf-arc.html +share/apps/quanta/doc/php/function.cpdf-begin-text.html +share/apps/quanta/doc/php/function.cpdf-circle.html +share/apps/quanta/doc/php/function.cpdf-clip.html +share/apps/quanta/doc/php/function.cpdf-close.html +share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath.html +share/apps/quanta/doc/php/function.cpdf-continue-text.html +share/apps/quanta/doc/php/function.cpdf-curveto.html +share/apps/quanta/doc/php/function.cpdf-end-text.html +share/apps/quanta/doc/php/function.cpdf-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-fill.html +share/apps/quanta/doc/php/function.cpdf-finalize-page.html +share/apps/quanta/doc/php/function.cpdf-finalize.html +share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html +share/apps/quanta/doc/php/function.cpdf-import-jpeg.html +share/apps/quanta/doc/php/function.cpdf-lineto.html +share/apps/quanta/doc/php/function.cpdf-moveto.html +share/apps/quanta/doc/php/function.cpdf-open.html +share/apps/quanta/doc/php/function.cpdf-output-buffer.html +share/apps/quanta/doc/php/function.cpdf-page-init.html +share/apps/quanta/doc/php/function.cpdf-place-inline-image.html +share/apps/quanta/doc/php/function.cpdf-rect.html +share/apps/quanta/doc/php/function.cpdf-restore.html +share/apps/quanta/doc/php/function.cpdf-rlineto.html +share/apps/quanta/doc/php/function.cpdf-rmoveto.html +share/apps/quanta/doc/php/function.cpdf-rotate.html +share/apps/quanta/doc/php/function.cpdf-save-to-file.html +share/apps/quanta/doc/php/function.cpdf-save.html +share/apps/quanta/doc/php/function.cpdf-scale.html +share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html +share/apps/quanta/doc/php/function.cpdf-set-creator.html +share/apps/quanta/doc/php/function.cpdf-set-current-page.html +share/apps/quanta/doc/php/function.cpdf-set-font.html +share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.cpdf-set-keywords.html +share/apps/quanta/doc/php/function.cpdf-set-leading.html +share/apps/quanta/doc/php/function.cpdf-set-page-animation.html +share/apps/quanta/doc/php/function.cpdf-set-subject.html +share/apps/quanta/doc/php/langref.html +share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html +share/apps/quanta/doc/php/function.cpdf-set-text-pos.html +share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html +share/apps/quanta/doc/php/function.cpdf-set-text-rise.html +share/apps/quanta/doc/php/function.cpdf-set-title.html +share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html +share/apps/quanta/doc/php/function.cpdf-setdash.html +share/apps/quanta/doc/php/function.cpdf-setflat.html +share/apps/quanta/doc/php/function.cpdf-setgray-fill.html +share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html +share/apps/quanta/doc/php/function.cpdf-setgray.html +share/apps/quanta/doc/php/function.cpdf-setlinecap.html +share/apps/quanta/doc/php/manual.html +share/apps/quanta/doc/php/function.cpdf-setlinejoin.html +share/apps/quanta/doc/php/function.cpdf-setlinewidth.html +share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html +share/apps/quanta/doc/php/function.cpdf-show-xy.html +share/apps/quanta/doc/php/function.cpdf-show.html +share/apps/quanta/doc/php/function.cpdf-stringwidth.html +share/apps/quanta/doc/php/function.cpdf-stroke.html +share/apps/quanta/doc/php/function.cpdf-text.html +share/apps/quanta/doc/php/function.cpdf-translate.html +share/apps/quanta/doc/php/function.crypt.html +share/apps/quanta/doc/php/function.current.html +share/apps/quanta/doc/php/function.date.html +share/apps/quanta/doc/php/function.dba-close.html +share/apps/quanta/doc/php/function.dba-delete.html +share/apps/quanta/doc/php/function.dba-exists.html +share/apps/quanta/doc/php/function.dba-fetch.html +share/apps/quanta/doc/php/function.dba-firstkey.html +share/apps/quanta/doc/php/function.dba-insert.html +share/apps/quanta/doc/php/function.dba-nextkey.html +share/apps/quanta/doc/php/function.dba-open.html +share/apps/quanta/doc/php/function.dba-optimize.html +share/apps/quanta/doc/php/function.dba-popen.html +share/apps/quanta/doc/php/function.dba-replace.html +share/apps/quanta/doc/php/function.dba-sync.html +share/apps/quanta/doc/php/function.dbase-add-record.html +share/apps/quanta/doc/php/function.dbase-close.html +share/apps/quanta/doc/php/function.dbase-create.html +share/apps/quanta/doc/php/function.dbase-delete-record.html +share/apps/quanta/doc/php/function.dbase-get-record-with-names.html +share/apps/quanta/doc/php/function.dbase-get-record.html +share/apps/quanta/doc/php/function.dbase-numfields.html +share/apps/quanta/doc/php/function.dbase-numrecords.html +share/apps/quanta/doc/php/function.dbase-open.html +share/apps/quanta/doc/php/function.dbase-pack.html +share/apps/quanta/doc/php/function.dbase-replace-record.html +share/apps/quanta/doc/php/function.dblist.html +share/apps/quanta/doc/php/function.dbmclose.html +share/apps/quanta/doc/php/function.dbmdelete.html +share/apps/quanta/doc/php/function.dbmexists.html +share/apps/quanta/doc/php/function.dbmfetch.html +share/apps/quanta/doc/php/function.dbmfirstkey.html +share/apps/quanta/doc/php/function.dbminsert.html +share/apps/quanta/doc/php/function.dbmnextkey.html +share/apps/quanta/doc/php/function.dbmopen.html +share/apps/quanta/doc/php/function.dbmreplace.html +share/apps/quanta/doc/php/function.debugger-off.html +share/apps/quanta/doc/php/function.debugger-on.html +share/apps/quanta/doc/php/function.decbin.html +share/apps/quanta/doc/php/function.dechex.html +share/apps/quanta/doc/php/function.decoct.html +share/apps/quanta/doc/php/function.define.html +share/apps/quanta/doc/php/function.defined.html +share/apps/quanta/doc/php/function.delete.html +share/apps/quanta/doc/php/function.die.html +share/apps/quanta/doc/php/function.dirname.html +share/apps/quanta/doc/php/function.diskfreespace.html +share/apps/quanta/doc/php/function.dl.html +share/apps/quanta/doc/php/function.doubleval.html +share/apps/quanta/doc/php/function.each.html +share/apps/quanta/doc/php/function.easter-date.html +share/apps/quanta/doc/php/function.easter-days.html +share/apps/quanta/doc/php/function.echo.html +share/apps/quanta/doc/php/function.empty.html +share/apps/quanta/doc/php/function.end.html +share/apps/quanta/doc/php/function.ereg-replace.html +share/apps/quanta/doc/php/function.ereg.html +share/apps/quanta/doc/php/function.eregi-replace.html +share/apps/quanta/doc/php/function.eregi.html +share/apps/quanta/doc/php/function.error-log.html +share/apps/quanta/doc/php/function.error-reporting.html +share/apps/quanta/doc/php/function.escapeshellcmd.html +share/apps/quanta/doc/php/function.eval.html +share/apps/quanta/doc/php/function.exec.html +share/apps/quanta/doc/php/function.exit.html +share/apps/quanta/doc/php/function.exp.html +share/apps/quanta/doc/php/function.explode.html +share/apps/quanta/doc/php/function.extension-loaded.html +share/apps/quanta/doc/php/function.extract.html +share/apps/quanta/doc/php/function.fclose.html +share/apps/quanta/doc/php/function.fdf-close.html +share/apps/quanta/doc/php/function.fdf-create.html +share/apps/quanta/doc/php/function.fdf-get-file.html +share/apps/quanta/doc/php/function.fdf-get-status.html +share/apps/quanta/doc/php/function.fdf-get-value.html +share/apps/quanta/doc/php/function.fdf-next-field-name.html +share/apps/quanta/doc/php/function.fdf-open.html +share/apps/quanta/doc/php/function.fdf-save.html +share/apps/quanta/doc/php/function.fdf-set-ap.html +share/apps/quanta/doc/php/function.fdf-set-file.html +share/apps/quanta/doc/php/function.fdf-set-status.html +share/apps/quanta/doc/php/function.fdf-set-value.html +share/apps/quanta/doc/php/function.feof.html +share/apps/quanta/doc/php/function.fgetc.html +share/apps/quanta/doc/php/function.fgetcsv.html +share/apps/quanta/doc/php/function.fgets.html +share/apps/quanta/doc/php/function.fgetss.html +share/apps/quanta/doc/php/function.file-exists.html +share/apps/quanta/doc/php/function.file.html +share/apps/quanta/doc/php/function.fileatime.html +share/apps/quanta/doc/php/function.filectime.html +share/apps/quanta/doc/php/function.filegroup.html +share/apps/quanta/doc/php/function.fileinode.html +share/apps/quanta/doc/php/function.filemtime.html +share/apps/quanta/doc/php/function.fileowner.html +share/apps/quanta/doc/php/function.fileperms.html +share/apps/quanta/doc/php/function.filepro-fieldcount.html +share/apps/quanta/doc/php/function.filepro-fieldname.html +share/apps/quanta/doc/php/function.filepro-fieldtype.html +share/apps/quanta/doc/php/function.filepro-fieldwidth.html +share/apps/quanta/doc/php/function.filepro-retrieve.html +share/apps/quanta/doc/php/function.filepro-rowcount.html +share/apps/quanta/doc/php/function.filepro.html +share/apps/quanta/doc/php/function.filesize.html +share/apps/quanta/doc/php/function.filetype.html +share/apps/quanta/doc/php/function.flock.html +share/apps/quanta/doc/php/function.floor.html +share/apps/quanta/doc/php/function.flush.html +share/apps/quanta/doc/php/function.fopen.html +share/apps/quanta/doc/php/function.fpassthru.html +share/apps/quanta/doc/php/function.fputs.html +share/apps/quanta/doc/php/function.fread.html +share/apps/quanta/doc/php/function.frenchtojd.html +share/apps/quanta/doc/php/function.fseek.html +share/apps/quanta/doc/php/function.fsockopen.html +share/apps/quanta/doc/php/function.ftell.html +share/apps/quanta/doc/php/function.ftp-cdup.html +share/apps/quanta/doc/php/function.ftp-chdir.html +share/apps/quanta/doc/php/function.ftp-connect.html +share/apps/quanta/doc/php/function.ftp-delete.html +share/apps/quanta/doc/php/oop.html +share/apps/quanta/doc/php/function.ftp-fget.html +share/apps/quanta/doc/php/function.ftp-fput.html +share/apps/quanta/doc/php/function.ftp-get.html +share/apps/quanta/doc/php/function.ftp-login.html +share/apps/quanta/doc/php/function.ftp-mdtm.html +share/apps/quanta/doc/php/function.ftp-mkdir.html +share/apps/quanta/doc/php/function.ftp-nlist.html +share/apps/quanta/doc/php/function.ftp-pasv.html +share/apps/quanta/doc/php/function.ftp-put.html +share/apps/quanta/doc/php/function.ftp-pwd.html +share/apps/quanta/doc/php/function.ftp-quit.html +share/apps/quanta/doc/php/function.ftp-rawlist.html +share/apps/quanta/doc/php/function.ftp-rename.html +share/apps/quanta/doc/php/function.ftp-rmdir.html +share/apps/quanta/doc/php/function.ftp-site.html +share/apps/quanta/doc/php/functions.html +share/apps/quanta/doc/php/function.ftp-size.html +share/apps/quanta/doc/php/function.ftp-systype.html +share/apps/quanta/doc/php/function.func-get-arg.html +share/apps/quanta/doc/php/function.func-get-args.html +share/apps/quanta/doc/php/function.func-num-args.html +share/apps/quanta/doc/php/function.function-exists.html +share/apps/quanta/doc/php/function.fwrite.html +share/apps/quanta/doc/php/function.get-browser.html +share/apps/quanta/doc/php/function.get-cfg-var.html +share/apps/quanta/doc/php/function.get-current-user.html +share/apps/quanta/doc/php/function.get-html-translation-table.html +share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html +share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.get-meta-tags.html +share/apps/quanta/doc/php/function.getallheaders.html +share/apps/quanta/doc/php/function.getdate.html +share/apps/quanta/doc/php/function.getenv.html +share/apps/quanta/doc/php/function.gethostbyaddr.html +share/apps/quanta/doc/php/function.gethostbyname.html +share/apps/quanta/doc/php/function.gethostbynamel.html +share/apps/quanta/doc/php/function.getimagesize.html +share/apps/quanta/doc/php/function.getlastmod.html +share/apps/quanta/doc/php/function.getmxrr.html +share/apps/quanta/doc/php/function.getmyinode.html +share/apps/quanta/doc/php/function.getmypid.html +share/apps/quanta/doc/php/function.getmyuid.html +share/apps/quanta/doc/php/function.getprotobyname.html +share/apps/quanta/doc/php/ref.bc.html +share/apps/quanta/doc/php/function.getprotobynumber.html +share/apps/quanta/doc/php/function.getrandmax.html +share/apps/quanta/doc/php/function.getrusage.html +share/apps/quanta/doc/php/function.getservbyname.html +share/apps/quanta/doc/php/function.getservbyport.html +share/apps/quanta/doc/php/function.gettimeofday.html +share/apps/quanta/doc/php/function.gettype.html +share/apps/quanta/doc/php/function.gmdate.html +share/apps/quanta/doc/php/function.gmmktime.html +share/apps/quanta/doc/php/function.gmstrftime.html +share/apps/quanta/doc/php/function.gregoriantojd.html +share/apps/quanta/doc/php/function.gzclose.html +share/apps/quanta/doc/php/function.gzeof.html +share/apps/quanta/doc/php/function.gzfile.html +share/apps/quanta/doc/php/function.gzgetc.html +share/apps/quanta/doc/php/function.gzgets.html +share/apps/quanta/doc/php/function.gzgetss.html +share/apps/quanta/doc/php/function.gzopen.html +share/apps/quanta/doc/php/function.gzpassthru.html +share/apps/quanta/doc/php/function.gzputs.html +share/apps/quanta/doc/php/function.gzread.html +share/apps/quanta/doc/php/function.gzrewind.html +share/apps/quanta/doc/php/function.gzseek.html +share/apps/quanta/doc/php/function.gztell.html +share/apps/quanta/doc/php/function.gzwrite.html +share/apps/quanta/doc/php/function.header.html +share/apps/quanta/doc/php/function.hexdec.html +share/apps/quanta/doc/php/function.htmlentities.html +share/apps/quanta/doc/php/function.htmlspecialchars.html +share/apps/quanta/doc/php/function.hw-array2objrec.html +share/apps/quanta/doc/php/function.hw-children.html +share/apps/quanta/doc/php/function.hw-childrenobj.html +share/apps/quanta/doc/php/function.hw-close.html +share/apps/quanta/doc/php/function.hw-connect.html +share/apps/quanta/doc/php/function.hw-cp.html +share/apps/quanta/doc/php/function.hw-deleteobject.html +share/apps/quanta/doc/php/function.hw-docbyanchor.html +share/apps/quanta/doc/php/function.hw-docbyanchorobj.html +share/apps/quanta/doc/php/function.hw-documentattributes.html +share/apps/quanta/doc/php/function.hw-documentbodytag.html +share/apps/quanta/doc/php/function.hw-documentcontent.html +share/apps/quanta/doc/php/function.hw-documentsetcontent.html +share/apps/quanta/doc/php/function.hw-documentsize.html +share/apps/quanta/doc/php/function.hw-edittext.html +share/apps/quanta/doc/php/function.hw-error.html +share/apps/quanta/doc/php/function.hw-errormsg.html +share/apps/quanta/doc/php/function.hw-free-document.html +share/apps/quanta/doc/php/function.hw-getanchors.html +share/apps/quanta/doc/php/function.hw-getanchorsobj.html +share/apps/quanta/doc/php/function.hw-getandlock.html +share/apps/quanta/doc/php/function.hw-getchildcoll.html +share/apps/quanta/doc/php/function.hw-getchildcollobj.html +share/apps/quanta/doc/php/function.hw-getchilddoccoll.html +share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html +share/apps/quanta/doc/php/function.hw-getobject.html +share/apps/quanta/doc/php/function.hw-getobjectbyquery.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html +share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html +share/apps/quanta/doc/php/function.hw-getparents.html +share/apps/quanta/doc/php/function.hw-getparentsobj.html +share/apps/quanta/doc/php/function.hw-getremote.html +share/apps/quanta/doc/php/function.hw-getremotechildren.html +share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html +share/apps/quanta/doc/php/function.hw-gettext.html +share/apps/quanta/doc/php/function.hw-getusername.html +share/apps/quanta/doc/php/function.hw-identify.html +share/apps/quanta/doc/php/function.hw-incollections.html +share/apps/quanta/doc/php/function.hw-info.html +share/apps/quanta/doc/php/function.hw-inscoll.html +share/apps/quanta/doc/php/function.hw-insdoc.html +share/apps/quanta/doc/php/function.hw-insertdocument.html +share/apps/quanta/doc/php/function.hw-insertobject.html +share/apps/quanta/doc/php/function.hw-mapid.html +share/apps/quanta/doc/php/function.hw-modifyobject.html +share/apps/quanta/doc/php/function.hw-mv.html +share/apps/quanta/doc/php/function.hw-new-document.html +share/apps/quanta/doc/php/function.hw-objrec2array.html +share/apps/quanta/doc/php/function.hw-outputdocument.html +share/apps/quanta/doc/php/function.hw-pconnect.html +share/apps/quanta/doc/php/function.hw-pipedocument.html +share/apps/quanta/doc/php/function.hw-root.html +share/apps/quanta/doc/php/function.hw-unlock.html +share/apps/quanta/doc/php/function.hw-who.html +share/apps/quanta/doc/php/function.ibase-bind.html +share/apps/quanta/doc/php/function.ibase-close.html +share/apps/quanta/doc/php/function.ibase-connect.html +share/apps/quanta/doc/php/function.ibase-execute.html +share/apps/quanta/doc/php/function.ibase-fetch-object.html +share/apps/quanta/doc/php/function.ibase-fetch-row.html +share/apps/quanta/doc/php/function.ibase-free-query.html +share/apps/quanta/doc/php/function.ibase-free-result.html +share/apps/quanta/doc/php/function.ibase-num-fields.html +share/apps/quanta/doc/php/function.ibase-pconnect.html +share/apps/quanta/doc/php/function.ibase-prepare.html +share/apps/quanta/doc/php/migration.html +share/apps/quanta/doc/php/function.ibase-query.html +share/apps/quanta/doc/php/function.ibase-timefmt.html +share/apps/quanta/doc/php/function.ifx-affected-rows.html +share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html +share/apps/quanta/doc/php/function.ifx-byteasvarchar.html +share/apps/quanta/doc/php/function.ifx-close.html +share/apps/quanta/doc/php/function.ifx-connect.html +share/apps/quanta/doc/php/function.ifx-copy-blob.html +share/apps/quanta/doc/php/function.ifx-create-blob.html +share/apps/quanta/doc/php/function.ifx-create-char.html +share/apps/quanta/doc/php/function.ifx-do.html +share/apps/quanta/doc/php/function.ifx-error.html +share/apps/quanta/doc/php/function.ifx-errormsg.html +share/apps/quanta/doc/php/function.ifx-query.html +share/apps/quanta/doc/php/function.ifx-fetch-row.html +share/apps/quanta/doc/php/function.ifx-fieldproperties.html +share/apps/quanta/doc/php/function.ifx-fieldtypes.html +share/apps/quanta/doc/php/function.ifx-free-blob.html +share/apps/quanta/doc/php/function.ifx-free-char.html +share/apps/quanta/doc/php/function.ifx-free-result.html +share/apps/quanta/doc/php/function.ifx-get-blob.html +share/apps/quanta/doc/php/function.ifx-get-char.html +share/apps/quanta/doc/php/function.ifx-getsqlca.html +share/apps/quanta/doc/php/function.ifx-htmltbl-result.html +share/apps/quanta/doc/php/function.ifx-nullformat.html +share/apps/quanta/doc/php/function.ifx-num-fields.html +share/apps/quanta/doc/php/function.ifx-num-rows.html +share/apps/quanta/doc/php/function.ifx-pconnect.html +share/apps/quanta/doc/php/function.ifx-prepare.html +share/apps/quanta/doc/php/function.ifx-textasvarchar.html +share/apps/quanta/doc/php/function.ifx-update-blob.html +share/apps/quanta/doc/php/function.ifx-update-char.html +share/apps/quanta/doc/php/function.ifxus-close-slob.html +share/apps/quanta/doc/php/function.ifxus-create-slob.html +share/apps/quanta/doc/php/function.ifxus-free-slob.html +share/apps/quanta/doc/php/function.ifxus-open-slob.html +share/apps/quanta/doc/php/function.ifxus-read-slob.html +share/apps/quanta/doc/php/function.ifxus-seek-slob.html +share/apps/quanta/doc/php/function.ifxus-tell-slob.html +share/apps/quanta/doc/php/function.ifxus-write-slob.html +share/apps/quanta/doc/php/function.ignore-user-abort.html +share/apps/quanta/doc/php/function.imagearc.html +share/apps/quanta/doc/php/function.imagechar.html +share/apps/quanta/doc/php/function.imagecharup.html +share/apps/quanta/doc/php/function.imagecolorallocate.html +share/apps/quanta/doc/php/function.imagecolorat.html +share/apps/quanta/doc/php/function.imagecolorclosest.html +share/apps/quanta/doc/php/function.imagecolorexact.html +share/apps/quanta/doc/php/function.imagecolorresolve.html +share/apps/quanta/doc/php/function.imagecolorset.html +share/apps/quanta/doc/php/function.imagecolorsforindex.html +share/apps/quanta/doc/php/function.imagecolorstotal.html +share/apps/quanta/doc/php/function.imagecolortransparent.html +share/apps/quanta/doc/php/function.imagecopyresized.html +share/apps/quanta/doc/php/function.imagecreate.html +share/apps/quanta/doc/php/function.imagecreatefromgif.html +share/apps/quanta/doc/php/function.imagedashedline.html +share/apps/quanta/doc/php/function.imagedestroy.html +share/apps/quanta/doc/php/function.imagefill.html +share/apps/quanta/doc/php/function.imagefilledpolygon.html +share/apps/quanta/doc/php/function.imagefilledrectangle.html +share/apps/quanta/doc/php/function.imagefilltoborder.html +share/apps/quanta/doc/php/function.imagefontheight.html +share/apps/quanta/doc/php/function.imagefontwidth.html +share/apps/quanta/doc/php/function.imagegif.html +share/apps/quanta/doc/php/function.imageinterlace.html +share/apps/quanta/doc/php/function.imageline.html +share/apps/quanta/doc/php/function.imageloadfont.html +share/apps/quanta/doc/php/function.imagepolygon.html +share/apps/quanta/doc/php/function.imagepsbbox.html +share/apps/quanta/doc/php/function.imagepsencodefont.html +share/apps/quanta/doc/php/function.imagepsfreefont.html +share/apps/quanta/doc/php/function.imagepsloadfont.html +share/apps/quanta/doc/php/function.imagepstext.html +share/apps/quanta/doc/php/function.imagerectangle.html +share/apps/quanta/doc/php/function.imagesetpixel.html +share/apps/quanta/doc/php/function.imagestring.html +share/apps/quanta/doc/php/function.imagestringup.html +share/apps/quanta/doc/php/function.imagesx.html +share/apps/quanta/doc/php/function.imagesy.html +share/apps/quanta/doc/php/function.imagettfbbox.html +share/apps/quanta/doc/php/function.imagettftext.html +share/apps/quanta/doc/php/function.imap-8bit.html +share/apps/quanta/doc/php/function.imap-alerts.html +share/apps/quanta/doc/php/function.imap-append.html +share/apps/quanta/doc/php/function.imap-base64.html +share/apps/quanta/doc/php/function.imap-binary.html +share/apps/quanta/doc/php/function.imap-body.html +share/apps/quanta/doc/php/function.imap-check.html +share/apps/quanta/doc/php/function.imap-clearflag-full.html +share/apps/quanta/doc/php/function.imap-close.html +share/apps/quanta/doc/php/function.imap-createmailbox.html +share/apps/quanta/doc/php/function.imap-delete.html +share/apps/quanta/doc/php/function.imap-errors.html +share/apps/quanta/doc/php/function.imap-deletemailbox.html +share/apps/quanta/doc/php/function.imap-expunge.html +share/apps/quanta/doc/php/function.imap-fetch-overview.html +share/apps/quanta/doc/php/function.imap-fetchbody.html +share/apps/quanta/doc/php/function.imap-fetchheader.html +share/apps/quanta/doc/php/function.imap-fetchstructure.html +share/apps/quanta/doc/php/function.imap-getmailboxes.html +share/apps/quanta/doc/php/function.imap-getsubscribed.html +share/apps/quanta/doc/php/function.imap-header.html +share/apps/quanta/doc/php/function.imap-headers.html +share/apps/quanta/doc/php/function.imap-last-error.html +share/apps/quanta/doc/php/function.imap-listmailbox.html +share/apps/quanta/doc/php/function.isset.html +share/apps/quanta/doc/php/function.imap-listsubscribed.html +share/apps/quanta/doc/php/function.imap-mail-compose.html +share/apps/quanta/doc/php/function.imap-mail-copy.html +share/apps/quanta/doc/php/function.imap-mail-move.html +share/apps/quanta/doc/php/function.imap-mail.html +share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html +share/apps/quanta/doc/php/function.imap-msgno.html +share/apps/quanta/doc/php/function.imap-num-msg.html +share/apps/quanta/doc/php/function.imap-num-recent.html +share/apps/quanta/doc/php/function.imap-open.html +share/apps/quanta/doc/php/function.imap-ping.html +share/apps/quanta/doc/php/function.imap-qprint.html +share/apps/quanta/doc/php/function.imap-renamemailbox.html +share/apps/quanta/doc/php/function.imap-reopen.html +share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html +share/apps/quanta/doc/php/function.imap-rfc822-write-address.html +share/apps/quanta/doc/php/function.imap-scanmailbox.html +share/apps/quanta/doc/php/function.imap-search.html +share/apps/quanta/doc/php/function.imap-setflag-full.html +share/apps/quanta/doc/php/function.imap-sort.html +share/apps/quanta/doc/php/function.imap-status.html +share/apps/quanta/doc/php/function.imap-subscribe.html +share/apps/quanta/doc/php/function.imap-uid.html +share/apps/quanta/doc/php/function.imap-undelete.html +share/apps/quanta/doc/php/function.imap-unsubscribe.html +share/apps/quanta/doc/php/function.imap-utf7-decode.html +share/apps/quanta/doc/php/function.imap-utf7-encode.html +share/apps/quanta/doc/php/function.imap-utf8.html +share/apps/quanta/doc/php/function.implode.html +share/apps/quanta/doc/php/function.in-array.html +share/apps/quanta/doc/php/function.include.html +share/apps/quanta/doc/php/function.intval.html +share/apps/quanta/doc/php/function.iptcparse.html +share/apps/quanta/doc/php/function.is-array.html +share/apps/quanta/doc/php/function.is-dir.html +share/apps/quanta/doc/php/function.is-double.html +share/apps/quanta/doc/php/function.is-executable.html +share/apps/quanta/doc/php/function.is-file.html +share/apps/quanta/doc/php/function.is-float.html +share/apps/quanta/doc/php/function.is-int.html +share/apps/quanta/doc/php/function.is-integer.html +share/apps/quanta/doc/php/function.is-link.html +share/apps/quanta/doc/php/function.is-long.html +share/apps/quanta/doc/php/function.is-object.html +share/apps/quanta/doc/php/function.is-readable.html +share/apps/quanta/doc/php/function.is-real.html +share/apps/quanta/doc/php/function.is-string.html +share/apps/quanta/doc/php/function.is-writeable.html +share/apps/quanta/doc/php/function.jddayofweek.html +share/apps/quanta/doc/php/function.jdmonthname.html +share/apps/quanta/doc/php/function.jdtofrench.html +share/apps/quanta/doc/php/function.jdtogregorian.html +share/apps/quanta/doc/php/function.jdtojewish.html +share/apps/quanta/doc/php/function.jdtojulian.html +share/apps/quanta/doc/php/function.jewishtojd.html +share/apps/quanta/doc/php/function.join.html +share/apps/quanta/doc/php/function.juliantojd.html +share/apps/quanta/doc/php/function.key.html +share/apps/quanta/doc/php/function.krsort.html +share/apps/quanta/doc/php/function.ksort.html +share/apps/quanta/doc/php/function.ldap-add.html +share/apps/quanta/doc/php/function.ldap-bind.html +share/apps/quanta/doc/php/function.ldap-close.html +share/apps/quanta/doc/php/function.ldap-connect.html +share/apps/quanta/doc/php/function.ldap-count-entries.html +share/apps/quanta/doc/php/function.ldap-delete.html +share/apps/quanta/doc/php/function.ldap-dn2ufn.html +share/apps/quanta/doc/php/function.ldap-err2str.html +share/apps/quanta/doc/php/function.ldap-errno.html +share/apps/quanta/doc/php/function.ldap-error.html +share/apps/quanta/doc/php/function.leak.html +share/apps/quanta/doc/php/function.ldap-explode-dn.html +share/apps/quanta/doc/php/function.ldap-first-attribute.html +share/apps/quanta/doc/php/function.ldap-first-entry.html +share/apps/quanta/doc/php/function.ldap-free-result.html +share/apps/quanta/doc/php/function.ldap-get-attributes.html +share/apps/quanta/doc/php/function.ldap-get-dn.html +share/apps/quanta/doc/php/function.ldap-get-entries.html +share/apps/quanta/doc/php/function.ldap-get-values-len.html +share/apps/quanta/doc/php/function.ldap-get-values.html +share/apps/quanta/doc/php/function.ldap-list.html +share/apps/quanta/doc/php/function.ldap-mod-add.html +share/apps/quanta/doc/php/function.ldap-mod-del.html +share/apps/quanta/doc/php/function.ldap-mod-replace.html +share/apps/quanta/doc/php/function.ldap-modify.html +share/apps/quanta/doc/php/function.ldap-next-attribute.html +share/apps/quanta/doc/php/function.ldap-next-entry.html +share/apps/quanta/doc/php/function.ldap-read.html +share/apps/quanta/doc/php/function.ldap-search.html +share/apps/quanta/doc/php/function.ldap-unbind.html +share/apps/quanta/doc/php/function.link.html +share/apps/quanta/doc/php/function.linkinfo.html +share/apps/quanta/doc/php/function.list.html +share/apps/quanta/doc/php/function.log.html +share/apps/quanta/doc/php/function.log10.html +share/apps/quanta/doc/php/function.lstat.html +share/apps/quanta/doc/php/function.ltrim.html +share/apps/quanta/doc/php/function.mail.html +share/apps/quanta/doc/php/function.max.html +share/apps/quanta/doc/php/function.mcal-open.html +share/apps/quanta/doc/php/function.mcal-append-event.html +share/apps/quanta/doc/php/function.mcal-close.html +share/apps/quanta/doc/php/function.mcal-date-compare.html +share/apps/quanta/doc/php/function.mcal-date-valid.html +share/apps/quanta/doc/php/function.mcal-day-of-week.html +share/apps/quanta/doc/php/function.mcal-day-of-year.html +share/apps/quanta/doc/php/function.mcal-days-in-month.html +share/apps/quanta/doc/php/function.mcal-delete-event.html +share/apps/quanta/doc/php/function.mcal-event-init.html +share/apps/quanta/doc/php/function.mcal-event-set-alarm.html +share/apps/quanta/doc/php/function.mcal-event-set-category.html +share/apps/quanta/doc/php/function.mcal-event-set-class.html +share/apps/quanta/doc/php/function.mcal-event-set-description.html +share/apps/quanta/doc/php/function.mcal-event-set-end.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html +share/apps/quanta/doc/php/function.mcal-event-set-start.html +share/apps/quanta/doc/php/function.mcal-event-set-title.html +share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html +share/apps/quanta/doc/php/function.mcal-fetch-event.html +share/apps/quanta/doc/php/function.mcal-is-leap-year.html +share/apps/quanta/doc/php/function.mcal-list-alarms.html +share/apps/quanta/doc/php/function.mcal-list-events.html +share/apps/quanta/doc/php/function.mcal-next-recurrence.html +share/apps/quanta/doc/php/function.mcal-snooze.html +share/apps/quanta/doc/php/function.mcal-store-event.html +share/apps/quanta/doc/php/function.mcal-time-valid.html +share/apps/quanta/doc/php/function.mcrypt-cbc.html +share/apps/quanta/doc/php/function.mcrypt-cfb.html +share/apps/quanta/doc/php/function.mcrypt-create-iv.html +share/apps/quanta/doc/php/phpdevel.html +share/apps/quanta/doc/php/function.mcrypt-ecb.html +share/apps/quanta/doc/php/function.mcrypt-get-block-size.html +share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html +share/apps/quanta/doc/php/function.mcrypt-get-key-size.html +share/apps/quanta/doc/php/function.mcrypt-ofb.html +share/apps/quanta/doc/php/function.md5.html +share/apps/quanta/doc/php/function.metaphone.html +share/apps/quanta/doc/php/function.mhash-count.html +share/apps/quanta/doc/php/function.mhash-get-block-size.html +share/apps/quanta/doc/php/function.mhash-get-hash-name.html +share/apps/quanta/doc/php/function.mhash.html +share/apps/quanta/doc/php/function.microtime.html +share/apps/quanta/doc/php/function.min.html +share/apps/quanta/doc/php/function.mkdir.html +share/apps/quanta/doc/php/function.mktime.html +share/apps/quanta/doc/php/function.msql-affected-rows.html +share/apps/quanta/doc/php/function.msql-close.html +share/apps/quanta/doc/php/function.msql-connect.html +share/apps/quanta/doc/php/function.msql-create-db.html +share/apps/quanta/doc/php/function.msql-createdb.html +share/apps/quanta/doc/php/function.msql-data-seek.html +share/apps/quanta/doc/php/function.msql-dbname.html +share/apps/quanta/doc/php/function.msql-drop-db.html +share/apps/quanta/doc/php/function.msql-dropdb.html +share/apps/quanta/doc/php/function.msql-error.html +share/apps/quanta/doc/php/function.msql-fetch-array.html +share/apps/quanta/doc/php/function.msql-fetch-field.html +share/apps/quanta/doc/php/preface.html +share/apps/quanta/doc/php/function.msql-fetch-object.html +share/apps/quanta/doc/php/function.msql-fetch-row.html +share/apps/quanta/doc/php/function.msql-field-seek.html +share/apps/quanta/doc/php/function.msql-fieldflags.html +share/apps/quanta/doc/php/function.msql-fieldlen.html +share/apps/quanta/doc/php/function.msql-fieldname.html +share/apps/quanta/doc/php/function.msql-fieldtable.html +share/apps/quanta/doc/php/function.msql-fieldtype.html +share/apps/quanta/doc/php/function.msql-free-result.html +share/apps/quanta/doc/php/function.msql-freeresult.html +share/apps/quanta/doc/php/function.msql-list-dbs.html +share/apps/quanta/doc/php/function.msql-list-fields.html +share/apps/quanta/doc/php/function.msql-list-tables.html +share/apps/quanta/doc/php/function.msql-listdbs.html +share/apps/quanta/doc/php/function.msql-listfields.html +share/apps/quanta/doc/php/function.msql-listtables.html +share/apps/quanta/doc/php/function.msql-num-fields.html +share/apps/quanta/doc/php/function.msql-num-rows.html +share/apps/quanta/doc/php/function.msql-numfields.html +share/apps/quanta/doc/php/function.msql-numrows.html +share/apps/quanta/doc/php/function.msql-pconnect.html +share/apps/quanta/doc/php/function.msql-query.html +share/apps/quanta/doc/php/function.msql-regcase.html +share/apps/quanta/doc/php/function.msql-result.html +share/apps/quanta/doc/php/function.msql-select-db.html +share/apps/quanta/doc/php/function.msql-selectdb.html +share/apps/quanta/doc/php/ref.apache.html +share/apps/quanta/doc/php/function.msql-tablename.html +share/apps/quanta/doc/php/function.msql.html +share/apps/quanta/doc/php/function.mssql-close.html +share/apps/quanta/doc/php/function.mssql-connect.html +share/apps/quanta/doc/php/function.mssql-data-seek.html +share/apps/quanta/doc/php/function.mssql-fetch-array.html +share/apps/quanta/doc/php/function.mssql-fetch-field.html +share/apps/quanta/doc/php/function.mssql-fetch-object.html +share/apps/quanta/doc/php/function.mssql-fetch-row.html +share/apps/quanta/doc/php/function.mssql-field-length.html +share/apps/quanta/doc/php/function.mssql-field-name.html +share/apps/quanta/doc/php/function.mssql-field-seek.html +share/apps/quanta/doc/php/function.mssql-field-type.html +share/apps/quanta/doc/php/function.mssql-free-result.html +share/apps/quanta/doc/php/function.mssql-get-last-message.html +share/apps/quanta/doc/php/function.mssql-min-error-severity.html +share/apps/quanta/doc/php/function.mssql-min-message-severity.html +share/apps/quanta/doc/php/function.mssql-num-fields.html +share/apps/quanta/doc/php/function.mssql-num-rows.html +share/apps/quanta/doc/php/function.mssql-pconnect.html +share/apps/quanta/doc/php/function.mssql-query.html +share/apps/quanta/doc/php/function.mssql-result.html +share/apps/quanta/doc/php/function.mssql-select-db.html +share/apps/quanta/doc/php/function.mt-getrandmax.html +share/apps/quanta/doc/php/function.mt-rand.html +share/apps/quanta/doc/php/ref.array.html +share/apps/quanta/doc/php/function.mt-srand.html +share/apps/quanta/doc/php/function.mysql-affected-rows.html +share/apps/quanta/doc/php/function.mysql-change-user.html +share/apps/quanta/doc/php/function.mysql-close.html +share/apps/quanta/doc/php/function.mysql-connect.html +share/apps/quanta/doc/php/function.mysql-create-db.html +share/apps/quanta/doc/php/function.mysql-data-seek.html +share/apps/quanta/doc/php/function.mysql-db-query.html +share/apps/quanta/doc/php/function.mysql-drop-db.html +share/apps/quanta/doc/php/function.mysql-errno.html +share/apps/quanta/doc/php/function.mysql-error.html +share/apps/quanta/doc/php/function.mysql-fetch-array.html +share/apps/quanta/doc/php/function.mysql-fetch-field.html +share/apps/quanta/doc/php/function.mysql-fetch-lengths.html +share/apps/quanta/doc/php/function.mysql-fetch-object.html +share/apps/quanta/doc/php/function.mysql-fetch-row.html +share/apps/quanta/doc/php/function.mysql-field-flags.html +share/apps/quanta/doc/php/function.mysql-field-len.html +share/apps/quanta/doc/php/function.mysql-field-name.html +share/apps/quanta/doc/php/function.mysql-field-seek.html +share/apps/quanta/doc/php/function.mysql-field-table.html +share/apps/quanta/doc/php/function.mysql-field-type.html +share/apps/quanta/doc/php/function.mysql-free-result.html +share/apps/quanta/doc/php/function.mysql-insert-id.html +share/apps/quanta/doc/php/function.mysql-list-dbs.html +share/apps/quanta/doc/php/ref.aspell.html +share/apps/quanta/doc/php/function.mysql-list-fields.html +share/apps/quanta/doc/php/function.mysql-list-tables.html +share/apps/quanta/doc/php/function.mysql-num-fields.html +share/apps/quanta/doc/php/function.mysql-num-rows.html +share/apps/quanta/doc/php/function.mysql-pconnect.html +share/apps/quanta/doc/php/function.mysql-query.html +share/apps/quanta/doc/php/function.mysql-result.html +share/apps/quanta/doc/php/function.mysql-select-db.html +share/apps/quanta/doc/php/function.mysql-tablename.html +share/apps/quanta/doc/php/function.next.html +share/apps/quanta/doc/php/function.nl2br.html +share/apps/quanta/doc/php/function.number-format.html +share/apps/quanta/doc/php/function.ocibindbyname.html +share/apps/quanta/doc/php/function.ocicommit.html +share/apps/quanta/doc/php/function.ocicolumnisnull.html +share/apps/quanta/doc/php/function.ocicolumnname.html +share/apps/quanta/doc/php/function.ocicolumnsize.html +share/apps/quanta/doc/php/function.ocicolumntype.html +share/apps/quanta/doc/php/function.ocidefinebyname.html +share/apps/quanta/doc/php/function.ocierror.html +share/apps/quanta/doc/php/function.ociexecute.html +share/apps/quanta/doc/php/function.ocifetch.html +share/apps/quanta/doc/php/function.ocifetchinto.html +share/apps/quanta/doc/php/function.ocifetchstatement.html +share/apps/quanta/doc/php/function.ocifreecursor.html +share/apps/quanta/doc/php/function.ocifreestatement.html +share/apps/quanta/doc/php/function.ociinternaldebug.html +share/apps/quanta/doc/php/function.ocilogoff.html +share/apps/quanta/doc/php/function.ocilogon.html +share/apps/quanta/doc/php/function.ocinewcursor.html +share/apps/quanta/doc/php/function.ocinewdescriptor.html +share/apps/quanta/doc/php/function.ocinlogon.html +share/apps/quanta/doc/php/function.octdec.html +share/apps/quanta/doc/php/function.ocinumcols.html +share/apps/quanta/doc/php/function.ociparse.html +share/apps/quanta/doc/php/function.ociplogon.html +share/apps/quanta/doc/php/function.ociresult.html +share/apps/quanta/doc/php/function.ocirollback.html +share/apps/quanta/doc/php/function.ocirowcount.html +share/apps/quanta/doc/php/function.ociserverversion.html +share/apps/quanta/doc/php/function.ocistatementtype.html +share/apps/quanta/doc/php/function.odbc-autocommit.html +share/apps/quanta/doc/php/function.odbc-binmode.html +share/apps/quanta/doc/php/function.odbc-close-all.html +share/apps/quanta/doc/php/function.odbc-close.html +share/apps/quanta/doc/php/function.odbc-commit.html +share/apps/quanta/doc/php/function.odbc-connect.html +share/apps/quanta/doc/php/function.odbc-cursor.html +share/apps/quanta/doc/php/function.odbc-do.html +share/apps/quanta/doc/php/function.odbc-exec.html +share/apps/quanta/doc/php/function.odbc-execute.html +share/apps/quanta/doc/php/function.odbc-fetch-into.html +share/apps/quanta/doc/php/function.odbc-fetch-row.html +share/apps/quanta/doc/php/function.odbc-field-len.html +share/apps/quanta/doc/php/function.odbc-field-name.html +share/apps/quanta/doc/php/function.opendir.html +share/apps/quanta/doc/php/function.odbc-field-type.html +share/apps/quanta/doc/php/function.odbc-free-result.html +share/apps/quanta/doc/php/function.odbc-longreadlen.html +share/apps/quanta/doc/php/function.odbc-num-fields.html +share/apps/quanta/doc/php/function.odbc-num-rows.html +share/apps/quanta/doc/php/function.odbc-pconnect.html +share/apps/quanta/doc/php/function.odbc-prepare.html +share/apps/quanta/doc/php/function.odbc-result-all.html +share/apps/quanta/doc/php/function.odbc-result.html +share/apps/quanta/doc/php/function.odbc-rollback.html +share/apps/quanta/doc/php/function.odbc-setoption.html +share/apps/quanta/doc/php/function.openlog.html +share/apps/quanta/doc/php/function.ora-bind.html +share/apps/quanta/doc/php/function.ord.html +share/apps/quanta/doc/php/function.ora-close.html +share/apps/quanta/doc/php/function.ora-columnname.html +share/apps/quanta/doc/php/function.ora-columntype.html +share/apps/quanta/doc/php/function.ora-commit.html +share/apps/quanta/doc/php/function.ora-commitoff.html +share/apps/quanta/doc/php/function.ora-commiton.html +share/apps/quanta/doc/php/function.ora-error.html +share/apps/quanta/doc/php/function.ora-errorcode.html +share/apps/quanta/doc/php/function.ora-exec.html +share/apps/quanta/doc/php/function.ora-fetch.html +share/apps/quanta/doc/php/function.ora-getcolumn.html +share/apps/quanta/doc/php/function.ora-logoff.html +share/apps/quanta/doc/php/function.ora-logon.html +share/apps/quanta/doc/php/function.ora-open.html +share/apps/quanta/doc/php/ref.cpdf.html +share/apps/quanta/doc/php/function.ora-parse.html +share/apps/quanta/doc/php/function.ora-rollback.html +share/apps/quanta/doc/php/function.pack.html +share/apps/quanta/doc/php/function.parse-str.html +share/apps/quanta/doc/php/function.parse-url.html +share/apps/quanta/doc/php/function.passthru.html +share/apps/quanta/doc/php/function.pclose.html +share/apps/quanta/doc/php/function.pdf-add-annotation.html +share/apps/quanta/doc/php/function.pdf-add-outline.html +share/apps/quanta/doc/php/function.pdf-arc.html +share/apps/quanta/doc/php/function.pdf-begin-page.html +share/apps/quanta/doc/php/function.pdf-circle.html +share/apps/quanta/doc/php/function.pdf-clip.html +share/apps/quanta/doc/php/function.pdf-close-image.html +share/apps/quanta/doc/php/ref.dba.html +share/apps/quanta/doc/php/function.pdf-close.html +share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath.html +share/apps/quanta/doc/php/function.pdf-continue-text.html +share/apps/quanta/doc/php/function.pdf-curveto.html +share/apps/quanta/doc/php/function.pdf-end-page.html +share/apps/quanta/doc/php/function.pdf-endpath.html +share/apps/quanta/doc/php/function.pdf-execute-image.html +share/apps/quanta/doc/php/function.pdf-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-fill.html +share/apps/quanta/doc/php/function.pdf-get-info.html +share/apps/quanta/doc/php/function.pdf-lineto.html +share/apps/quanta/doc/php/ref.dl.html +share/apps/quanta/doc/php/function.pdf-moveto.html +share/apps/quanta/doc/php/function.pdf-open-gif.html +share/apps/quanta/doc/php/function.pdf-open-jpeg.html +share/apps/quanta/doc/php/function.pdf-open-memory-image.html +share/apps/quanta/doc/php/function.pdf-open.html +share/apps/quanta/doc/php/function.pdf-place-image.html +share/apps/quanta/doc/php/function.pdf-put-image.html +share/apps/quanta/doc/php/function.pdf-rect.html +share/apps/quanta/doc/php/function.pdf-restore.html +share/apps/quanta/doc/php/function.pdf-rotate.html +share/apps/quanta/doc/php/function.pdf-save.html +share/apps/quanta/doc/php/function.pdf-scale.html +share/apps/quanta/doc/php/function.pdf-set-char-spacing.html +share/apps/quanta/doc/php/function.pdf-set-duration.html +share/apps/quanta/doc/php/function.pdf-set-font.html +share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.pdf-set-info-author.html +share/apps/quanta/doc/php/function.pdf-set-info-creator.html +share/apps/quanta/doc/php/function.pdf-set-info-keywords.html +share/apps/quanta/doc/php/function.pdf-set-info-subject.html +share/apps/quanta/doc/php/function.pdf-set-info-title.html +share/apps/quanta/doc/php/function.pdf-set-leading.html +share/apps/quanta/doc/php/function.pdf-set-parameter.html +share/apps/quanta/doc/php/function.pdf-set-text-matrix.html +share/apps/quanta/doc/php/function.pdf-set-text-pos.html +share/apps/quanta/doc/php/function.pdf-set-text-rendering.html +share/apps/quanta/doc/php/function.pdf-set-text-rise.html +share/apps/quanta/doc/php/function.pdf-set-transition.html +share/apps/quanta/doc/php/function.pdf-set-word-spacing.html +share/apps/quanta/doc/php/function.pdf-setdash.html +share/apps/quanta/doc/php/function.pdf-setflat.html +share/apps/quanta/doc/php/function.pdf-setgray-fill.html +share/apps/quanta/doc/php/function.pdf-setgray-stroke.html +share/apps/quanta/doc/php/function.pdf-setgray.html +share/apps/quanta/doc/php/function.pdf-setlinecap.html +share/apps/quanta/doc/php/function.pdf-setlinejoin.html +share/apps/quanta/doc/php/function.pdf-setlinewidth.html +share/apps/quanta/doc/php/function.pdf-setmiterlimit.html +share/apps/quanta/doc/php/function.pdf-show.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor.html +share/apps/quanta/doc/php/function.pdf-show-boxed.html +share/apps/quanta/doc/php/function.pdf-show-xy.html +share/apps/quanta/doc/php/function.pdf-skew.html +share/apps/quanta/doc/php/function.pdf-stringwidth.html +share/apps/quanta/doc/php/function.pdf-stroke.html +share/apps/quanta/doc/php/function.pdf-translate.html +share/apps/quanta/doc/php/function.pfsockopen.html +share/apps/quanta/doc/php/function.pg-close.html +share/apps/quanta/doc/php/function.pg-cmdtuples.html +share/apps/quanta/doc/php/function.pg-connect.html +share/apps/quanta/doc/php/var.html +share/apps/quanta/doc/php/function.pg-dbname.html +share/apps/quanta/doc/php/function.pg-errormessage.html +share/apps/quanta/doc/php/function.pg-exec.html +share/apps/quanta/doc/php/function.pg-fetch-array.html +share/apps/quanta/doc/php/function.pg-fetch-object.html +share/apps/quanta/doc/php/function.pg-fetch-row.html +share/apps/quanta/doc/php/function.pg-fieldisnull.html +share/apps/quanta/doc/php/function.pg-fieldname.html +share/apps/quanta/doc/php/function.pg-fieldnum.html +share/apps/quanta/doc/php/function.pg-fieldprtlen.html +share/apps/quanta/doc/php/function.pg-fieldsize.html +share/apps/quanta/doc/php/function.pg-fieldtype.html +share/apps/quanta/doc/php/function.pg-freeresult.html +share/apps/quanta/doc/php/function.pg-host.html +share/apps/quanta/doc/php/function.pg-getlastoid.html +share/apps/quanta/doc/php/function.pg-loclose.html +share/apps/quanta/doc/php/function.pg-locreate.html +share/apps/quanta/doc/php/function.pg-loopen.html +share/apps/quanta/doc/php/function.pg-loread.html +share/apps/quanta/doc/php/function.pg-loreadall.html +share/apps/quanta/doc/php/function.pg-lounlink.html +share/apps/quanta/doc/php/function.pg-lowrite.html +share/apps/quanta/doc/php/function.pg-numfields.html +share/apps/quanta/doc/php/function.pg-numrows.html +share/apps/quanta/doc/php/function.pg-options.html +share/apps/quanta/doc/php/function.pg-pconnect.html +share/apps/quanta/doc/php/function.pg-port.html +share/apps/quanta/doc/php/function.pg-result.html +share/apps/quanta/doc/php/ref.dbase.html +share/apps/quanta/doc/php/function.pg-tty.html +share/apps/quanta/doc/php/function.php-logo-guid.html +share/apps/quanta/doc/php/function.phpinfo.html +share/apps/quanta/doc/php/function.phpversion.html +share/apps/quanta/doc/php/function.pi.html +share/apps/quanta/doc/php/function.popen.html +share/apps/quanta/doc/php/function.pos.html +share/apps/quanta/doc/php/function.posix-ctermid.html +share/apps/quanta/doc/php/function.posix-getcwd.html +share/apps/quanta/doc/php/function.posix-getegid.html +share/apps/quanta/doc/php/function.posix-geteuid.html +share/apps/quanta/doc/php/function.posix-getgid.html +share/apps/quanta/doc/php/function.posix-getgrgid.html +share/apps/quanta/doc/php/function.posix-getgrnam.html +share/apps/quanta/doc/php/function.pow.html +share/apps/quanta/doc/php/function.posix-getgroups.html +share/apps/quanta/doc/php/function.posix-getlogin.html +share/apps/quanta/doc/php/function.posix-getpgid.html +share/apps/quanta/doc/php/function.posix-getpgrp.html +share/apps/quanta/doc/php/function.posix-getpid.html +share/apps/quanta/doc/php/function.posix-getppid.html +share/apps/quanta/doc/php/function.posix-getpwnam.html +share/apps/quanta/doc/php/function.posix-getpwuid.html +share/apps/quanta/doc/php/function.posix-getrlimit.html +share/apps/quanta/doc/php/function.posix-getsid.html +share/apps/quanta/doc/php/function.posix-getuid.html +share/apps/quanta/doc/php/function.posix-isatty.html +share/apps/quanta/doc/php/function.posix-kill.html +share/apps/quanta/doc/php/ref.dbm.html +share/apps/quanta/doc/php/function.posix-mkfifo.html +share/apps/quanta/doc/php/function.posix-setgid.html +share/apps/quanta/doc/php/function.posix-setpgid.html +share/apps/quanta/doc/php/function.posix-setsid.html +share/apps/quanta/doc/php/function.posix-setuid.html +share/apps/quanta/doc/php/function.posix-times.html +share/apps/quanta/doc/php/function.posix-ttyname.html +share/apps/quanta/doc/php/function.posix-uname.html +share/apps/quanta/doc/php/function.preg-grep.html +share/apps/quanta/doc/php/function.preg-match-all.html +share/apps/quanta/doc/php/function.preg-match.html +share/apps/quanta/doc/php/function.preg-quote.html +share/apps/quanta/doc/php/function.preg-replace.html +share/apps/quanta/doc/php/function.preg-split.html +share/apps/quanta/doc/php/function.prev.html +share/apps/quanta/doc/php/function.print-r.html +share/apps/quanta/doc/php/function.print.html +share/apps/quanta/doc/php/function.printf.html +share/apps/quanta/doc/php/function.putenv.html +share/apps/quanta/doc/php/function.quoted-printable-decode.html +share/apps/quanta/doc/php/function.quotemeta.html +share/apps/quanta/doc/php/function.rand.html +share/apps/quanta/doc/php/function.range.html +share/apps/quanta/doc/php/function.rawurldecode.html +share/apps/quanta/doc/php/function.rawurlencode.html +share/apps/quanta/doc/php/function.readdir.html +share/apps/quanta/doc/php/function.readfile.html +share/apps/quanta/doc/php/function.readgzfile.html +share/apps/quanta/doc/php/function.readlink.html +share/apps/quanta/doc/php/function.recode-file.html +share/apps/quanta/doc/php/function.recode-string.html +share/apps/quanta/doc/php/function.register-shutdown-function.html +share/apps/quanta/doc/php/function.rename.html +share/apps/quanta/doc/php/function.require.html +share/apps/quanta/doc/php/function.reset.html +share/apps/quanta/doc/php/function.rewind.html +share/apps/quanta/doc/php/function.rewinddir.html +share/apps/quanta/doc/php/function.rmdir.html +share/apps/quanta/doc/php/function.round.html +share/apps/quanta/doc/php/function.rsort.html +share/apps/quanta/doc/php/function.sem-acquire.html +share/apps/quanta/doc/php/function.sem-get.html +share/apps/quanta/doc/php/function.sem-release.html +share/apps/quanta/doc/php/function.serialize.html +share/apps/quanta/doc/php/function.session-decode.html +share/apps/quanta/doc/php/function.session-destroy.html +share/apps/quanta/doc/php/function.session-encode.html +share/apps/quanta/doc/php/function.session-id.html +share/apps/quanta/doc/php/function.session-is-registered.html +share/apps/quanta/doc/php/function.session-module-name.html +share/apps/quanta/doc/php/function.session-name.html +share/apps/quanta/doc/php/function.session-register.html +share/apps/quanta/doc/php/function.session-save-path.html +share/apps/quanta/doc/php/function.session-start.html +share/apps/quanta/doc/php/function.session-unregister.html +share/apps/quanta/doc/php/function.set-file-buffer.html +share/apps/quanta/doc/php/function.setcookie.html +share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.set-socket-blocking.html +share/apps/quanta/doc/php/function.set-time-limit.html +share/apps/quanta/doc/php/function.setlocale.html +share/apps/quanta/doc/php/function.settype.html +share/apps/quanta/doc/php/function.shm-attach.html +share/apps/quanta/doc/php/function.shm-detach.html +share/apps/quanta/doc/php/function.shm-get-var.html +share/apps/quanta/doc/php/function.shm-put-var.html +share/apps/quanta/doc/php/function.shm-remove-var.html +share/apps/quanta/doc/php/function.shm-remove.html +share/apps/quanta/doc/php/function.shuffle.html +share/apps/quanta/doc/php/function.similar-text.html +share/apps/quanta/doc/php/function.sin.html +share/apps/quanta/doc/php/function.sizeof.html +share/apps/quanta/doc/php/function.sleep.html +share/apps/quanta/doc/php/function.snmp-get-quick-print.html +share/apps/quanta/doc/php/function.snmp-set-quick-print.html +share/apps/quanta/doc/php/function.snmpget.html +share/apps/quanta/doc/php/function.snmpset.html +share/apps/quanta/doc/php/function.snmpwalk.html +share/apps/quanta/doc/php/function.snmpwalkoid.html +share/apps/quanta/doc/php/function.sort.html +share/apps/quanta/doc/php/function.soundex.html +share/apps/quanta/doc/php/function.split.html +share/apps/quanta/doc/php/function.sprintf.html +share/apps/quanta/doc/php/function.sql-regcase.html +share/apps/quanta/doc/php/function.sqrt.html +share/apps/quanta/doc/php/function.srand.html +share/apps/quanta/doc/php/function.stat.html +share/apps/quanta/doc/php/function.str-repeat.html +share/apps/quanta/doc/php/function.str-replace.html +share/apps/quanta/doc/php/function.strcasecmp.html +share/apps/quanta/doc/php/function.strchr.html +share/apps/quanta/doc/php/function.strcmp.html +share/apps/quanta/doc/php/function.strcspn.html +share/apps/quanta/doc/php/function.strftime.html +share/apps/quanta/doc/php/function.strip-tags.html +share/apps/quanta/doc/php/function.stripcslashes.html +share/apps/quanta/doc/php/function.stripslashes.html +share/apps/quanta/doc/php/function.stristr.html +share/apps/quanta/doc/php/function.strlen.html +share/apps/quanta/doc/php/function.strpos.html +share/apps/quanta/doc/php/function.strrchr.html +share/apps/quanta/doc/php/function.strrev.html +share/apps/quanta/doc/php/function.strrpos.html +share/apps/quanta/doc/php/function.strspn.html +share/apps/quanta/doc/php/function.strstr.html +share/apps/quanta/doc/php/function.strtok.html +share/apps/quanta/doc/php/function.strtolower.html +share/apps/quanta/doc/php/function.strtoupper.html +share/apps/quanta/doc/php/function.strtr.html +share/apps/quanta/doc/php/function.strval.html +share/apps/quanta/doc/php/function.substr-replace.html +share/apps/quanta/doc/php/function.substr.html +share/apps/quanta/doc/php/function.sybase-affected-rows.html +share/apps/quanta/doc/php/function.sybase-close.html +share/apps/quanta/doc/php/function.sybase-connect.html +share/apps/quanta/doc/php/function.tan.html +share/apps/quanta/doc/php/function.sybase-data-seek.html +share/apps/quanta/doc/php/function.sybase-fetch-array.html +share/apps/quanta/doc/php/function.sybase-fetch-field.html +share/apps/quanta/doc/php/function.sybase-fetch-object.html +share/apps/quanta/doc/php/function.sybase-fetch-row.html +share/apps/quanta/doc/php/function.sybase-field-seek.html +share/apps/quanta/doc/php/function.sybase-free-result.html +share/apps/quanta/doc/php/function.sybase-num-fields.html +share/apps/quanta/doc/php/function.sybase-num-rows.html +share/apps/quanta/doc/php/function.sybase-pconnect.html +share/apps/quanta/doc/php/function.sybase-query.html +share/apps/quanta/doc/php/function.sybase-result.html +share/apps/quanta/doc/php/ref.dir.html +share/apps/quanta/doc/php/function.sybase-select-db.html +share/apps/quanta/doc/php/function.symlink.html +share/apps/quanta/doc/php/function.syslog.html +share/apps/quanta/doc/php/function.system.html +share/apps/quanta/doc/php/function.tempnam.html +share/apps/quanta/doc/php/function.time.html +share/apps/quanta/doc/php/function.touch.html +share/apps/quanta/doc/php/function.trim.html +share/apps/quanta/doc/php/function.uasort.html +share/apps/quanta/doc/php/function.ucfirst.html +share/apps/quanta/doc/php/function.ucwords.html +share/apps/quanta/doc/php/function.uksort.html +share/apps/quanta/doc/php/function.umask.html +share/apps/quanta/doc/php/function.uniqid.html +share/apps/quanta/doc/php/function.unlink.html +share/apps/quanta/doc/php/function.unpack.html +share/apps/quanta/doc/php/function.unserialize.html +share/apps/quanta/doc/php/function.unset.html +share/apps/quanta/doc/php/function.urldecode.html +share/apps/quanta/doc/php/function.urlencode.html +share/apps/quanta/doc/php/function.usleep.html +share/apps/quanta/doc/php/function.usort.html +share/apps/quanta/doc/php/function.utf8-decode.html +share/apps/quanta/doc/php/function.utf8-encode.html +share/apps/quanta/doc/php/function.var-dump.html +share/apps/quanta/doc/php/function.virtual.html +share/apps/quanta/doc/php/function.vm-addalias.html +share/apps/quanta/doc/php/function.vm-adduser.html +share/apps/quanta/doc/php/function.vm-delalias.html +share/apps/quanta/doc/php/function.vm-deluser.html +share/apps/quanta/doc/php/function.vm-passwd.html +share/apps/quanta/doc/php/function.wddx-add-vars.html +share/apps/quanta/doc/php/function.wddx-deserialize.html +share/apps/quanta/doc/php/function.wddx-packet-end.html +share/apps/quanta/doc/php/function.wddx-packet-start.html +share/apps/quanta/doc/php/function.wddx-serialize-value.html +share/apps/quanta/doc/php/function.wddx-serialize-vars.html +share/apps/quanta/doc/php/function.xml-error-string.html +share/apps/quanta/doc/php/function.xml-get-current-byte-index.html +share/apps/quanta/doc/php/function.xml-get-current-column-number.html +share/apps/quanta/doc/php/function.xml-get-current-line-number.html +share/apps/quanta/doc/php/function.xml-get-error-code.html +share/apps/quanta/doc/php/install-unix.html +share/apps/quanta/doc/php/function.xml-parse.html +share/apps/quanta/doc/php/function.xml-parser-create.html +share/apps/quanta/doc/php/function.xml-parser-free.html +share/apps/quanta/doc/php/function.xml-parser-get-option.html +share/apps/quanta/doc/php/function.xml-parser-set-option.html +share/apps/quanta/doc/php/function.xml-set-character-data-handler.html +share/apps/quanta/doc/php/function.xml-set-default-handler.html +share/apps/quanta/doc/php/function.xml-set-element-handler.html +share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html +share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html +share/apps/quanta/doc/php/function.xml-set-object.html +share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html +share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html +share/apps/quanta/doc/php/function.yp-first.html +share/apps/quanta/doc/php/function.yp-get-default-domain.html +share/apps/quanta/doc/php/function.yp-master.html +share/apps/quanta/doc/php/function.yp-match.html +share/apps/quanta/doc/php/function.yp-next.html +share/apps/quanta/doc/php/function.yp-order.html +share/apps/quanta/doc/php/function.zend-logo-guid.html +share/apps/quanta/doc/php/functions.arguments.html +share/apps/quanta/doc/php/functions.old-syntax.html +share/apps/quanta/doc/php/functions.returning-values.html +share/apps/quanta/doc/php/getting-started.html +share/apps/quanta/doc/php/functions.variable-functions.html +share/apps/quanta/doc/php/install-problems.html +share/apps/quanta/doc/php/install-windows95-nt.html +share/apps/quanta/doc/php/installation.html +share/apps/quanta/doc/php/intro-history.html +share/apps/quanta/doc/php/intro-whatcando.html +share/apps/quanta/doc/php/introduction.html +share/apps/quanta/doc/php/language.basic-syntax.comments.html +share/apps/quanta/doc/php/language.basic-syntax.html +share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html +share/apps/quanta/doc/php/language.constants.html +share/apps/quanta/doc/php/language.expressions.html +share/apps/quanta/doc/php/language.operators.assignment.html +share/apps/quanta/doc/php/language.operators.html +share/apps/quanta/doc/php/language.operators.bitwise.html +share/apps/quanta/doc/php/language.operators.comparison.html +share/apps/quanta/doc/php/language.operators.errorcontrol.html +share/apps/quanta/doc/php/language.operators.execution.html +share/apps/quanta/doc/php/language.operators.increment.html +share/apps/quanta/doc/php/language.operators.logical.html +share/apps/quanta/doc/php/language.operators.precedence.html +share/apps/quanta/doc/php/language.operators.string.html +share/apps/quanta/doc/php/language.types.array.html +share/apps/quanta/doc/php/language.types.double.html +share/apps/quanta/doc/php/language.types.html +share/apps/quanta/doc/php/language.types.object.html +share/apps/quanta/doc/php/language.variables.html +share/apps/quanta/doc/php/language.types.string.html +share/apps/quanta/doc/php/language.types.type-juggling.html +share/apps/quanta/doc/php/language.variables.external.html +share/apps/quanta/doc/php/language.variables.predefined.html +share/apps/quanta/doc/php/language.variables.scope.html +share/apps/quanta/doc/php/language.variables.variable.html +share/apps/quanta/doc/php/migration-booleval.html +share/apps/quanta/doc/php/migration-errors.html +share/apps/quanta/doc/php/migration-expr.html +share/apps/quanta/doc/php/migration-if-endif.html +share/apps/quanta/doc/php/migration-other.html +share/apps/quanta/doc/php/migration-startendtags.html +share/apps/quanta/doc/php/migration-truefalse.html +share/apps/quanta/doc/php/migration-while.html +share/apps/quanta/doc/php/pcre.pattern.modifiers.html +share/apps/quanta/doc/php/pcre.pattern.syntax.html +share/apps/quanta/doc/php/phpdevel-errors.html +share/apps/quanta/doc/php/ref.calendar.html +share/apps/quanta/doc/php/ref.datetime.html +share/apps/quanta/doc/php/ref.exec.html +share/apps/quanta/doc/php/ref.fdf.html +share/apps/quanta/doc/php/ref.filepro.html +share/apps/quanta/doc/php/ref.filesystem.html +share/apps/quanta/doc/php/ref.ftp.html +share/apps/quanta/doc/php/ref.http.html +share/apps/quanta/doc/php/ref.hyperwave.html +share/apps/quanta/doc/php/ref.ibase.html +share/apps/quanta/doc/php/ref.ifx.html +share/apps/quanta/doc/php/ref.image.html +share/apps/quanta/doc/php/ref.imap.html +share/apps/quanta/doc/php/ref.info.html +share/apps/quanta/doc/php/ref.ldap.html +share/apps/quanta/doc/php/ref.mail.html +share/apps/quanta/doc/php/ref.math.html +share/apps/quanta/doc/php/ref.mcal.html +share/apps/quanta/doc/php/ref.mcrypt.html +share/apps/quanta/doc/php/ref.mhash.html +share/apps/quanta/doc/php/ref.misc.html +share/apps/quanta/doc/php/ref.msql.html +share/apps/quanta/doc/php/ref.mssql.html +share/apps/quanta/doc/php/ref.mysql.html +share/apps/quanta/doc/php/ref.network.html +share/apps/quanta/doc/php/ref.nis.html +share/apps/quanta/doc/php/ref.oci8.html +share/apps/quanta/doc/php/ref.odbc.html +share/apps/quanta/doc/php/ref.oracle.html +share/apps/quanta/doc/php/ref.pcre.html +share/apps/quanta/doc/php/ref.pdf.html +share/apps/quanta/doc/php/ref.pgsql.html +share/apps/quanta/doc/php/ref.posix.html +share/apps/quanta/doc/php/ref.recode.html +share/apps/quanta/doc/php/ref.regex.html +share/apps/quanta/doc/php/ref.sem.html +share/apps/quanta/doc/php/ref.session.html +share/apps/quanta/doc/php/ref.snmp.html +share/apps/quanta/doc/php/ref.strings.html +share/apps/quanta/doc/php/ref.sybase.html +share/apps/quanta/doc/php/ref.url.html +share/apps/quanta/doc/php/ref.var.html +share/apps/quanta/doc/php/ref.vmailmgr.html +share/apps/quanta/doc/php/ref.wddx.html +share/apps/quanta/doc/php/ref.xml.html +share/apps/quanta/doc/php/ref.zlib.html +share/apps/quanta/doc/php/security.apache.html +share/apps/quanta/doc/php/appendixes.html +share/apps/quanta/doc/php.docrc +share/apps/quanta/tags/tagxml/spacer.tag +share/apps/quanta/tags/tagxml/attr.tag +share/apps/quanta/tags/tagxml/location.tag +share/apps/quanta/tags/tagxml/tag.tag +share/apps/quanta/tags/tagxml/description.rc +share/apps/quanta/tags/html/frame.tag +share/apps/quanta/tags/html/meta.tag +share/apps/quanta/tags/html/div.tag +share/apps/quanta/tags/html/a.tag +share/apps/quanta/tags/html/p.tag +share/apps/quanta/tags/html/style.tag +share/apps/quanta/tags/html/html.tag +share/apps/quanta/tags/html/option.tag +share/apps/quanta/tags/html/font.tag +share/apps/quanta/tags/html/form.tag +share/apps/quanta/tags/html/isindex.tag +share/apps/quanta/tags/html/tbody.tag +share/apps/quanta/tags/html/select.tag +share/apps/quanta/tags/html/thead.tag +share/apps/quanta/tags/html/br.tag +share/apps/quanta/tags/html/headings.tag +share/apps/quanta/tags/html/hr.tag +share/apps/quanta/tags/html/textarea.tag +share/apps/quanta/tags/html/input.tag +share/apps/quanta/tags/html/blockquote.tag +share/apps/quanta/tags/html/li.tag +share/apps/quanta/tags/html/area.tag +share/apps/quanta/tags/html/ol.tag +share/apps/quanta/tags/html/frameset.tag +share/apps/quanta/tags/html/empty.tag +share/apps/quanta/tags/html/td.tag +share/apps/quanta/tags/html/th.tag +share/apps/quanta/tags/html/tr.tag +share/apps/quanta/tags/html/ul.tag +share/apps/quanta/tags/html/script.tag +share/apps/quanta/tags/html/body.tag +share/apps/quanta/tags/html/big.tag +share/apps/quanta/tags/html/head.tag +share/apps/quanta/tags/html/tfoot.tag +share/apps/quanta/tags/html/basefont.tag +share/apps/quanta/tags/html/base.tag +share/apps/quanta/tags/html/table.tag +share/apps/quanta/tags/html/link.tag +share/apps/quanta/tags/html/col.tag +share/apps/quanta/tags/html/colgroup.tag +share/apps/quanta/tags/html/description.rc +share/apps/quanta/tags/php/description.rc +share/apps/quanta/tags/php/DomAttribute->name.tag +share/apps/quanta/tags/php/DomAttribute->specified.tag +share/apps/quanta/tags/php/DomAttribute->value.tag +share/apps/quanta/tags/php/DomDocument->add_root.tag +share/apps/quanta/tags/php/DomDocument->create_attribute.tag +share/apps/quanta/tags/php/DomDocument->create_cdata_section.tag +share/apps/quanta/tags/php/DomDocument->create_comment.tag +share/apps/quanta/tags/php/DomDocument->create_element.tag +share/apps/quanta/tags/php/DomDocument->create_element_ns.tag +share/apps/quanta/tags/php/DomDocument->create_entity_reference.tag +share/apps/quanta/tags/php/DomDocument->create_processing_instruction.tag +share/apps/quanta/tags/php/DomDocument->create_text_node.tag +share/apps/quanta/tags/php/DomDocument->doctype.tag +share/apps/quanta/tags/php/DomDocument->document_element.tag +share/apps/quanta/tags/php/DomDocument->dump_file.tag +share/apps/quanta/tags/php/DomDocument->dump_mem.tag +share/apps/quanta/tags/php/DomDocument->get_element_by_id.tag +share/apps/quanta/tags/php/DomDocument->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomDocument->html_dump_mem.tag +share/apps/quanta/tags/php/DomDocument->xinclude.tag +share/apps/quanta/tags/php/DomDocumentType->entities.tag +share/apps/quanta/tags/php/DomDocumentType->internal_subset.tag +share/apps/quanta/tags/php/DomDocumentType->name.tag +share/apps/quanta/tags/php/abs.tag +share/apps/quanta/tags/php/DomDocumentType->notations.tag +share/apps/quanta/tags/php/DomDocumentType->public_id.tag +share/apps/quanta/tags/php/DomDocumentType->system_id.tag +share/apps/quanta/tags/php/DomElement->get_attribute.tag +share/apps/quanta/tags/php/DomElement->get_attribute_node.tag +share/apps/quanta/tags/php/DomElement->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomElement->has_attribute.tag +share/apps/quanta/tags/php/DomElement->remove_attribute.tag +share/apps/quanta/tags/php/DomElement->set_attribute.tag +share/apps/quanta/tags/php/DomElement->tagname.tag +share/apps/quanta/tags/php/DomNode->add_namespace.tag +share/apps/quanta/tags/php/DomNode->append_child.tag +share/apps/quanta/tags/php/DomNode->attributes.tag +share/apps/quanta/tags/php/DomNode->append_sibling.tag +share/apps/quanta/tags/php/DomNode->child_nodes.tag +share/apps/quanta/tags/php/DomNode->clone_node.tag +share/apps/quanta/tags/php/DomNode->dump_node.tag +share/apps/quanta/tags/php/DomNode->first_child.tag +share/apps/quanta/tags/php/DomNode->get_content.tag +share/apps/quanta/tags/php/DomNode->has_attributes.tag +share/apps/quanta/tags/php/DomNode->has_child_nodes.tag +share/apps/quanta/tags/php/DomNode->insert_before.tag +share/apps/quanta/tags/php/DomNode->is_blank_node.tag +share/apps/quanta/tags/php/DomNode->last_child.tag +share/apps/quanta/tags/php/DomNode->next_sibling.tag +share/apps/quanta/tags/php/DomNode->node_name.tag +share/apps/quanta/tags/php/DomNode->node_type.tag +share/apps/quanta/tags/php/OCICancel.tag +share/apps/quanta/tags/php/DomNode->node_value.tag +share/apps/quanta/tags/php/DomNode->owner_document.tag +share/apps/quanta/tags/php/DomNode->parent_node.tag +share/apps/quanta/tags/php/DomNode->prefix.tag +share/apps/quanta/tags/php/DomNode->previous_sibling.tag +share/apps/quanta/tags/php/DomNode->remove_child.tag +share/apps/quanta/tags/php/DomNode->replace_child.tag +share/apps/quanta/tags/php/DomNode->replace_node.tag +share/apps/quanta/tags/php/DomNode->set_content.tag +share/apps/quanta/tags/php/DomNode->set_name.tag +share/apps/quanta/tags/php/DomNode->set_namespace.tag +share/apps/quanta/tags/php/DomNode->unlink_node.tag +share/apps/quanta/tags/php/DomProcessingInstruction->data.tag +share/apps/quanta/tags/php/DomProcessingInstruction->target.tag +share/apps/quanta/tags/php/DomXsltStylesheet->process.tag +share/apps/quanta/tags/php/OCIBindByName.tag +share/apps/quanta/tags/php/OCICollAppend.tag +share/apps/quanta/tags/php/OCICollAssign.tag +share/apps/quanta/tags/php/OCICollAssignElem.tag +share/apps/quanta/tags/php/OCICollGetElem.tag +share/apps/quanta/tags/php/OCICollMax.tag +share/apps/quanta/tags/php/OCICollSize.tag +share/apps/quanta/tags/php/OCICollTrim.tag +share/apps/quanta/tags/php/OCIColumnIsNULL.tag +share/apps/quanta/tags/php/OCIColumnName.tag +share/apps/quanta/tags/php/OCIColumnPrecision.tag +share/apps/quanta/tags/php/OCIColumnScale.tag +share/apps/quanta/tags/php/OCIColumnSize.tag +share/apps/quanta/tags/php/OCIColumnType.tag +share/apps/quanta/tags/php/OCIColumnTypeRaw.tag +share/apps/quanta/tags/php/OCICommit.tag +share/apps/quanta/tags/php/OCIDefineByName.tag +share/apps/quanta/tags/php/OCIError.tag +share/apps/quanta/tags/php/OCIExecute.tag +share/apps/quanta/tags/php/OCIFetch.tag +share/apps/quanta/tags/php/OCIFetchInto.tag +share/apps/quanta/tags/php/OCIFetchStatement.tag +share/apps/quanta/tags/php/OCIFreeCollection.tag +share/apps/quanta/tags/php/OCIFreeCursor.tag +share/apps/quanta/tags/php/OCIFreeDesc.tag +share/apps/quanta/tags/php/OCIFreeStatement.tag +share/apps/quanta/tags/php/OCIInternalDebug.tag +share/apps/quanta/tags/php/OCILoadLob.tag +share/apps/quanta/tags/php/OCILogOff.tag +share/apps/quanta/tags/php/OCILogon.tag +share/apps/quanta/tags/php/OCINLogon.tag +share/apps/quanta/tags/php/OCINewCollection.tag +share/apps/quanta/tags/php/OCINewCursor.tag +share/apps/quanta/tags/php/OCINewDescriptor.tag +share/apps/quanta/tags/php/OCINumCols.tag +share/apps/quanta/tags/php/acos.tag +share/apps/quanta/tags/php/OCIPLogon.tag +share/apps/quanta/tags/php/OCIParse.tag +share/apps/quanta/tags/php/OCIResult.tag +share/apps/quanta/tags/php/OCIRollback.tag +share/apps/quanta/tags/php/OCIRowCount.tag +share/apps/quanta/tags/php/OCISaveLob.tag +share/apps/quanta/tags/php/OCISaveLobFile.tag +share/apps/quanta/tags/php/OCIServerVersion.tag +share/apps/quanta/tags/php/OCISetPrefetch.tag +share/apps/quanta/tags/php/OCIStatementType.tag +share/apps/quanta/tags/php/OCIWriteLobToFile.tag +share/apps/quanta/tags/php/Ora_ColumnName.tag +share/apps/quanta/tags/php/Ora_ColumnSize.tag +share/apps/quanta/tags/php/Ora_ColumnType.tag +share/apps/quanta/tags/php/Ora_Error.tag +share/apps/quanta/tags/php/Ora_ErrorCode.tag +share/apps/quanta/tags/php/acosh.tag +share/apps/quanta/tags/php/addcslashes.tag +share/apps/quanta/tags/php/addslashes.tag +share/apps/quanta/tags/php/aggregate.tag +share/apps/quanta/tags/php/aggregate_methods.tag +share/apps/quanta/tags/php/aggregate_methods_by_list.tag +share/apps/quanta/tags/php/aggregate_methods_by_regexp.tag +share/apps/quanta/tags/php/aggregate_properties.tag +share/apps/quanta/tags/php/aggregate_properties_by_list.tag +share/apps/quanta/tags/php/aggregate_properties_by_regexp.tag +share/apps/quanta/tags/php/aggregation_info.tag +share/apps/quanta/tags/php/apache_child_terminate.tag +share/apps/quanta/tags/php/apache_lookup_uri.tag +share/apps/quanta/tags/php/apache_note.tag +share/apps/quanta/tags/php/apache_request_headers.tag +share/apps/quanta/tags/php/apache_response_headers.tag +share/apps/quanta/tags/php/apache_setenv.tag +share/apps/quanta/tags/php/array.tag +share/apps/quanta/tags/php/array_change_key_case.tag +share/apps/quanta/tags/php/array_chunk.tag +share/apps/quanta/tags/php/array_count_values.tag +share/apps/quanta/tags/php/array_diff.tag +share/apps/quanta/tags/php/array_fill.tag +share/apps/quanta/tags/php/array_filter.tag +share/apps/quanta/tags/php/array_flip.tag +share/apps/quanta/tags/php/array_intersect.tag +share/apps/quanta/tags/php/array_key_exists.tag +share/apps/quanta/tags/php/array_keys.tag +share/apps/quanta/tags/php/array_map.tag +share/apps/quanta/tags/php/array_merge.tag +share/apps/quanta/tags/php/array_merge_recursive.tag +share/apps/quanta/tags/php/array_multisort.tag +share/apps/quanta/tags/php/array_pad.tag +share/apps/quanta/tags/php/array_pop.tag +share/apps/quanta/tags/php/array_push.tag +share/apps/quanta/tags/php/array_rand.tag +share/apps/quanta/tags/php/array_reduce.tag +share/apps/quanta/tags/php/array_reverse.tag +share/apps/quanta/tags/php/array_search.tag +share/apps/quanta/tags/php/array_shift.tag +share/apps/quanta/tags/php/array_slice.tag +share/apps/quanta/tags/php/array_splice.tag +share/apps/quanta/tags/php/array_sum.tag +share/apps/quanta/tags/php/array_unique.tag +share/apps/quanta/tags/php/array_unshift.tag +share/apps/quanta/tags/php/array_values.tag +share/apps/quanta/tags/php/array_walk.tag +share/apps/quanta/tags/php/arsort.tag +share/apps/quanta/tags/php/ascii2ebcdic.tag +share/apps/quanta/tags/php/asin.tag +share/apps/quanta/tags/php/asinh.tag +share/apps/quanta/tags/php/asort.tag +share/apps/quanta/tags/php/aspell_check.tag +share/apps/quanta/tags/php/aspell_check_raw.tag +share/apps/quanta/tags/php/aspell_new.tag +share/apps/quanta/tags/php/aspell_suggest.tag +share/apps/quanta/tags/php/assert.tag +share/apps/quanta/tags/php/assert_options.tag +share/apps/quanta/tags/php/assign.tag +share/apps/quanta/tags/php/atan.tag +share/apps/quanta/tags/php/atan2.tag +share/apps/quanta/tags/php/atanh.tag +share/apps/quanta/tags/php/attreditable.tag +share/apps/quanta/tags/php/attribute.tag +share/apps/quanta/tags/php/base64_decode.tag +share/apps/quanta/tags/php/base64_encode.tag +share/apps/quanta/tags/php/base_convert.tag +share/apps/quanta/tags/php/basename.tag +share/apps/quanta/tags/php/bcadd.tag +share/apps/quanta/tags/php/bccomp.tag +share/apps/quanta/tags/php/bcdiv.tag +share/apps/quanta/tags/php/bcmod.tag +share/apps/quanta/tags/php/bcmul.tag +share/apps/quanta/tags/php/bcpow.tag +share/apps/quanta/tags/php/bcscale.tag +share/apps/quanta/tags/php/bcsqrt.tag +share/apps/quanta/tags/php/bcsub.tag +share/apps/quanta/tags/php/bin2hex.tag +share/apps/quanta/tags/php/bind_textdomain_codeset.tag +share/apps/quanta/tags/php/bindec.tag +share/apps/quanta/tags/php/bindtextdomain.tag +share/apps/quanta/tags/php/bzclose.tag +share/apps/quanta/tags/php/bzcompress.tag +share/apps/quanta/tags/php/bzdecompress.tag +share/apps/quanta/tags/php/bzerrno.tag +share/apps/quanta/tags/php/bzerror.tag +share/apps/quanta/tags/php/bzerrstr.tag +share/apps/quanta/tags/php/bzflush.tag +share/apps/quanta/tags/php/bzopen.tag +share/apps/quanta/tags/php/bzread.tag +share/apps/quanta/tags/php/bzwrite.tag +share/apps/quanta/tags/php/cal_days_in_month.tag +share/apps/quanta/tags/php/cal_from_jd.tag +share/apps/quanta/tags/php/cal_info.tag +share/apps/quanta/tags/php/cal_to_jd.tag +share/apps/quanta/tags/php/call_user_func.tag +share/apps/quanta/tags/php/call_user_func_array.tag +share/apps/quanta/tags/php/call_user_method.tag +share/apps/quanta/tags/php/call_user_method_array.tag +share/apps/quanta/tags/php/ccvs_add.tag +share/apps/quanta/tags/php/ccvs_auth.tag +share/apps/quanta/tags/php/ccvs_command.tag +share/apps/quanta/tags/php/ccvs_count.tag +share/apps/quanta/tags/php/ccvs_delete.tag +share/apps/quanta/tags/php/ccvs_done.tag +share/apps/quanta/tags/php/ccvs_init.tag +share/apps/quanta/tags/php/ccvs_lookup.tag +share/apps/quanta/tags/php/ccvs_new.tag +share/apps/quanta/tags/php/ccvs_report.tag +share/apps/quanta/tags/php/ccvs_return.tag +share/apps/quanta/tags/php/ccvs_reverse.tag +share/apps/quanta/tags/php/ccvs_sale.tag +share/apps/quanta/tags/php/ccvs_status.tag +share/apps/quanta/tags/php/ccvs_textvalue.tag +share/apps/quanta/tags/php/ccvs_void.tag +share/apps/quanta/tags/php/ceil.tag +share/apps/quanta/tags/php/chdir.tag +share/apps/quanta/tags/php/checkdate.tag +share/apps/quanta/tags/php/checkdnsrr.tag +share/apps/quanta/tags/php/checkin.tag +share/apps/quanta/tags/php/checkout.tag +share/apps/quanta/tags/php/chgrp.tag +share/apps/quanta/tags/php/children.tag +share/apps/quanta/tags/php/chmod.tag +share/apps/quanta/tags/php/chown.tag +share/apps/quanta/tags/php/chr.tag +share/apps/quanta/tags/php/chroot.tag +share/apps/quanta/tags/php/chunk_split.tag +share/apps/quanta/tags/php/class_exists.tag +share/apps/quanta/tags/php/clearstatcache.tag +share/apps/quanta/tags/php/closedir.tag +share/apps/quanta/tags/php/closelog.tag +share/apps/quanta/tags/php/com_addref.tag +share/apps/quanta/tags/php/com_get.tag +share/apps/quanta/tags/php/com_invoke.tag +share/apps/quanta/tags/php/com_isenum.tag +share/apps/quanta/tags/php/com_load.tag +share/apps/quanta/tags/php/com_load_typelib.tag +share/apps/quanta/tags/php/com_propget.tag +share/apps/quanta/tags/php/com_propput.tag +share/apps/quanta/tags/php/com_propset.tag +share/apps/quanta/tags/php/com_set.tag +share/apps/quanta/tags/php/com_release.tag +share/apps/quanta/tags/php/compact.tag +share/apps/quanta/tags/php/connection_aborted.tag +share/apps/quanta/tags/php/connection_status.tag +share/apps/quanta/tags/php/connection_timeout.tag +share/apps/quanta/tags/php/constant.tag +share/apps/quanta/tags/php/content.tag +share/apps/quanta/tags/php/convert_cyr_string.tag +share/apps/quanta/tags/php/copy.tag +share/apps/quanta/tags/php/cos.tag +share/apps/quanta/tags/php/cosh.tag +share/apps/quanta/tags/php/count.tag +share/apps/quanta/tags/php/count_chars.tag +share/apps/quanta/tags/php/cpdf_add_annotation.tag +share/apps/quanta/tags/php/cpdf_add_outline.tag +share/apps/quanta/tags/php/cpdf_arc.tag +share/apps/quanta/tags/php/cpdf_begin_text.tag +share/apps/quanta/tags/php/cpdf_circle.tag +share/apps/quanta/tags/php/cpdf_clip.tag +share/apps/quanta/tags/php/cpdf_close.tag +share/apps/quanta/tags/php/cpdf_closepath.tag +share/apps/quanta/tags/php/cpdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_closepath_stroke.tag +share/apps/quanta/tags/php/cpdf_continue_text.tag +share/apps/quanta/tags/php/cpdf_curveto.tag +share/apps/quanta/tags/php/cpdf_end_text.tag +share/apps/quanta/tags/php/cpdf_fill.tag +share/apps/quanta/tags/php/cpdf_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_finalize.tag +share/apps/quanta/tags/php/cpdf_finalize_page.tag +share/apps/quanta/tags/php/cpdf_global_set_document_limits.tag +share/apps/quanta/tags/php/cpdf_import_jpeg.tag +share/apps/quanta/tags/php/cpdf_lineto.tag +share/apps/quanta/tags/php/cpdf_moveto.tag +share/apps/quanta/tags/php/cpdf_newpath.tag +share/apps/quanta/tags/php/cpdf_open.tag +share/apps/quanta/tags/php/cpdf_page_init.tag +share/apps/quanta/tags/php/cpdf_output_buffer.tag +share/apps/quanta/tags/php/cpdf_place_inline_image.tag +share/apps/quanta/tags/php/cpdf_rect.tag +share/apps/quanta/tags/php/cpdf_restore.tag +share/apps/quanta/tags/php/cpdf_rlineto.tag +share/apps/quanta/tags/php/cpdf_rmoveto.tag +share/apps/quanta/tags/php/cpdf_rotate.tag +share/apps/quanta/tags/php/cpdf_rotate_text.tag +share/apps/quanta/tags/php/cpdf_save.tag +share/apps/quanta/tags/php/cpdf_save_to_file.tag +share/apps/quanta/tags/php/cpdf_scale.tag +share/apps/quanta/tags/php/cpdf_set.tag +share/apps/quanta/tags/php/cpdf_set_action_url.tag +share/apps/quanta/tags/php/cpdf_set_char_spacing.tag +share/apps/quanta/tags/php/cpdf_set_creator.tag +share/apps/quanta/tags/php/cpdf_set_current_page.tag +share/apps/quanta/tags/php/cpdf_set_font.tag +share/apps/quanta/tags/php/cpdf_set_font_directories.tag +share/apps/quanta/tags/php/cpdf_set_font_map_file.tag +share/apps/quanta/tags/php/cpdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/cpdf_set_keywords.tag +share/apps/quanta/tags/php/cpdf_set_page_animation.tag +share/apps/quanta/tags/php/cpdf_set_subject.tag +share/apps/quanta/tags/php/cpdf_set_text_matrix.tag +share/apps/quanta/tags/php/cpdf_set_text_pos.tag +share/apps/quanta/tags/php/cpdf_set_text_rendering.tag +share/apps/quanta/tags/php/cpdf_set_text_rise.tag +share/apps/quanta/tags/php/cpdf_set_title.tag +share/apps/quanta/tags/php/cpdf_set_viewer_preferences.tag +share/apps/quanta/tags/php/cpdf_set_word_spacing.tag +share/apps/quanta/tags/php/cpdf_setdash.tag +share/apps/quanta/tags/php/cpdf_setflat.tag +share/apps/quanta/tags/php/cpdf_setgray.tag +share/apps/quanta/tags/php/cpdf_setgray_fill.tag +share/apps/quanta/tags/php/cpdf_setgray_stroke.tag +share/apps/quanta/tags/php/cpdf_setlinecap.tag +share/apps/quanta/tags/php/cpdf_setlinejoin.tag +share/apps/quanta/tags/php/cpdf_setlinewidth.tag +share/apps/quanta/tags/php/cpdf_setmiterlimit.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/cpdf_show.tag +share/apps/quanta/tags/php/cpdf_show_xy.tag +share/apps/quanta/tags/php/cpdf_stringwidth.tag +share/apps/quanta/tags/php/cpdf_stroke.tag +share/apps/quanta/tags/php/cpdf_text.tag +share/apps/quanta/tags/php/cpdf_translate.tag +share/apps/quanta/tags/php/crack_check.tag +share/apps/quanta/tags/php/crack_closedict.tag +share/apps/quanta/tags/php/crack_getlastmessage.tag +share/apps/quanta/tags/php/crack_opendict.tag +share/apps/quanta/tags/php/crc32.tag +share/apps/quanta/tags/php/create_function.tag +share/apps/quanta/tags/php/crypt.tag +share/apps/quanta/tags/php/ctype_alnum.tag +share/apps/quanta/tags/php/ctype_alpha.tag +share/apps/quanta/tags/php/ctype_cntrl.tag +share/apps/quanta/tags/php/ctype_digit.tag +share/apps/quanta/tags/php/ctype_graph.tag +share/apps/quanta/tags/php/ctype_lower.tag +share/apps/quanta/tags/php/ctype_print.tag +share/apps/quanta/tags/php/ctype_punct.tag +share/apps/quanta/tags/php/ctype_space.tag +share/apps/quanta/tags/php/ctype_upper.tag +share/apps/quanta/tags/php/ctype_xdigit.tag +share/apps/quanta/tags/php/curl_close.tag +share/apps/quanta/tags/php/curl_errno.tag +share/apps/quanta/tags/php/curl_error.tag +share/apps/quanta/tags/php/curl_exec.tag +share/apps/quanta/tags/php/curl_getinfo.tag +share/apps/quanta/tags/php/curl_init.tag +share/apps/quanta/tags/php/curl_setopt.tag +share/apps/quanta/tags/php/curl_version.tag +share/apps/quanta/tags/php/current.tag +share/apps/quanta/tags/php/cybercash_base64_decode.tag +share/apps/quanta/tags/php/cybercash_base64_encode.tag +share/apps/quanta/tags/php/cybercash_decr.tag +share/apps/quanta/tags/php/cybercash_encr.tag +share/apps/quanta/tags/php/cybermut_creerformulairecm.tag +share/apps/quanta/tags/php/cybermut_creerreponsecm.tag +share/apps/quanta/tags/php/cybermut_testmac.tag +share/apps/quanta/tags/php/cyrus_authenticate.tag +share/apps/quanta/tags/php/cyrus_bind.tag +share/apps/quanta/tags/php/cyrus_close.tag +share/apps/quanta/tags/php/cyrus_connect.tag +share/apps/quanta/tags/php/date.tag +share/apps/quanta/tags/php/cyrus_query.tag +share/apps/quanta/tags/php/cyrus_unbind.tag +share/apps/quanta/tags/php/dba_close.tag +share/apps/quanta/tags/php/dba_delete.tag +share/apps/quanta/tags/php/dba_exists.tag +share/apps/quanta/tags/php/dba_fetch.tag +share/apps/quanta/tags/php/dba_firstkey.tag +share/apps/quanta/tags/php/dba_insert.tag +share/apps/quanta/tags/php/dba_nextkey.tag +share/apps/quanta/tags/php/dba_open.tag +share/apps/quanta/tags/php/dba_optimize.tag +share/apps/quanta/tags/php/dba_popen.tag +share/apps/quanta/tags/php/dba_replace.tag +share/apps/quanta/tags/php/dba_sync.tag +share/apps/quanta/tags/php/dbase_add_record.tag +share/apps/quanta/tags/php/dbase_close.tag +share/apps/quanta/tags/php/dbase_create.tag +share/apps/quanta/tags/php/dbase_delete_record.tag +share/apps/quanta/tags/php/dbase_get_record.tag +share/apps/quanta/tags/php/dl.tag +share/apps/quanta/tags/php/dbase_get_record_with_names.tag +share/apps/quanta/tags/php/dbase_numfields.tag +share/apps/quanta/tags/php/dbase_numrecords.tag +share/apps/quanta/tags/php/dbase_open.tag +share/apps/quanta/tags/php/dbase_pack.tag +share/apps/quanta/tags/php/dbase_replace_record.tag +share/apps/quanta/tags/php/dblist.tag +share/apps/quanta/tags/php/dbmclose.tag +share/apps/quanta/tags/php/dbmdelete.tag +share/apps/quanta/tags/php/dbmexists.tag +share/apps/quanta/tags/php/dbmfetch.tag +share/apps/quanta/tags/php/dbmfirstkey.tag +share/apps/quanta/tags/php/dbminsert.tag +share/apps/quanta/tags/php/dbmnextkey.tag +share/apps/quanta/tags/php/dbmopen.tag +share/apps/quanta/tags/php/dbmreplace.tag +share/apps/quanta/tags/php/dbplus_add.tag +share/apps/quanta/tags/php/dbplus_aql.tag +share/apps/quanta/tags/php/dbplus_chdir.tag +share/apps/quanta/tags/php/dbstat.tag +share/apps/quanta/tags/php/dbplus_close.tag +share/apps/quanta/tags/php/dbplus_curr.tag +share/apps/quanta/tags/php/dbplus_errcode.tag +share/apps/quanta/tags/php/dbplus_errno.tag +share/apps/quanta/tags/php/dbplus_find.tag +share/apps/quanta/tags/php/dbplus_first.tag +share/apps/quanta/tags/php/dbplus_flush.tag +share/apps/quanta/tags/php/dbplus_freealllocks.tag +share/apps/quanta/tags/php/dbplus_freelock.tag +share/apps/quanta/tags/php/dbplus_freerlocks.tag +share/apps/quanta/tags/php/dbplus_getlock.tag +share/apps/quanta/tags/php/dbplus_getunique.tag +share/apps/quanta/tags/php/dbplus_info.tag +share/apps/quanta/tags/php/dbplus_last.tag +share/apps/quanta/tags/php/dbplus_lockrel.tag +share/apps/quanta/tags/php/dbplus_next.tag +share/apps/quanta/tags/php/dbplus_open.tag +share/apps/quanta/tags/php/dbplus_prev.tag +share/apps/quanta/tags/php/dbplus_rzap.tag +share/apps/quanta/tags/php/dbplus_rchperm.tag +share/apps/quanta/tags/php/dbplus_rcreate.tag +share/apps/quanta/tags/php/dbplus_rcrtexact.tag +share/apps/quanta/tags/php/dbplus_rcrtlike.tag +share/apps/quanta/tags/php/dbplus_resolve.tag +share/apps/quanta/tags/php/dbplus_restorepos.tag +share/apps/quanta/tags/php/dbplus_rkeys.tag +share/apps/quanta/tags/php/dbplus_ropen.tag +share/apps/quanta/tags/php/dbplus_rquery.tag +share/apps/quanta/tags/php/dbplus_rrename.tag +share/apps/quanta/tags/php/dbplus_rsecindex.tag +share/apps/quanta/tags/php/dbplus_runlink.tag +share/apps/quanta/tags/php/dbplus_savepos.tag +share/apps/quanta/tags/php/dbplus_setindex.tag +share/apps/quanta/tags/php/dbplus_setindexbynumber.tag +share/apps/quanta/tags/php/dbplus_sql.tag +share/apps/quanta/tags/php/dbplus_tcl.tag +share/apps/quanta/tags/php/dbplus_undo.tag +share/apps/quanta/tags/php/dbplus_tremove.tag +share/apps/quanta/tags/php/dbplus_undoprepare.tag +share/apps/quanta/tags/php/dbplus_unlockrel.tag +share/apps/quanta/tags/php/dbplus_unselect.tag +share/apps/quanta/tags/php/dbplus_update.tag +share/apps/quanta/tags/php/dbplus_xlockrel.tag +share/apps/quanta/tags/php/dbplus_xunlockrel.tag +share/apps/quanta/tags/php/dbx_close.tag +share/apps/quanta/tags/php/dbx_compare.tag +share/apps/quanta/tags/php/dbx_connect.tag +share/apps/quanta/tags/php/dbx_error.tag +share/apps/quanta/tags/php/dbx_query.tag +share/apps/quanta/tags/php/dbx_sort.tag +share/apps/quanta/tags/php/dcgettext.tag +share/apps/quanta/tags/php/dcngettext.tag +share/apps/quanta/tags/php/dcstat.tag +share/apps/quanta/tags/php/debugger_off.tag +share/apps/quanta/tags/php/debugger_on.tag +share/apps/quanta/tags/php/decbin.tag +share/apps/quanta/tags/php/dechex.tag +share/apps/quanta/tags/php/decoct.tag +share/apps/quanta/tags/php/define.tag +share/apps/quanta/tags/php/define_syslog_variables.tag +share/apps/quanta/tags/php/defined.tag +share/apps/quanta/tags/php/deg2rad.tag +share/apps/quanta/tags/php/delete.tag +share/apps/quanta/tags/php/description.tag +share/apps/quanta/tags/php/dgettext.tag +share/apps/quanta/tags/php/dio_close.tag +share/apps/quanta/tags/php/dio_fcntl.tag +share/apps/quanta/tags/php/dio_open.tag +share/apps/quanta/tags/php/dio_read.tag +share/apps/quanta/tags/php/dio_seek.tag +share/apps/quanta/tags/php/dio_stat.tag +share/apps/quanta/tags/php/dio_truncate.tag +share/apps/quanta/tags/php/dio_write.tag +share/apps/quanta/tags/php/dirname.tag +share/apps/quanta/tags/php/disk_free_space.tag +share/apps/quanta/tags/php/disk_total_space.tag +share/apps/quanta/tags/php/diskfreespace.tag +share/apps/quanta/tags/php/dngettext.tag +share/apps/quanta/tags/php/domxml_new_doc.tag +share/apps/quanta/tags/php/domxml_open_file.tag +share/apps/quanta/tags/php/domxml_open_mem.tag +share/apps/quanta/tags/php/domxml_version.tag +share/apps/quanta/tags/php/domxml_xmltree.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_doc.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_file.tag +share/apps/quanta/tags/php/dotnet_load.tag +share/apps/quanta/tags/php/dstanchors.tag +share/apps/quanta/tags/php/dstofsrcanchors.tag +share/apps/quanta/tags/php/each.tag +share/apps/quanta/tags/php/easter_date.tag +share/apps/quanta/tags/php/easter_days.tag +share/apps/quanta/tags/php/ebcdic2ascii.tag +share/apps/quanta/tags/php/empty.tag +share/apps/quanta/tags/php/end.tag +share/apps/quanta/tags/php/ereg.tag +share/apps/quanta/tags/php/eregi.tag +share/apps/quanta/tags/php/ereg_replace.tag +share/apps/quanta/tags/php/eregi_replace.tag +share/apps/quanta/tags/php/error_log.tag +share/apps/quanta/tags/php/error_reporting.tag +share/apps/quanta/tags/php/escapeshellarg.tag +share/apps/quanta/tags/php/escapeshellcmd.tag +share/apps/quanta/tags/php/eval.tag +share/apps/quanta/tags/php/exec.tag +share/apps/quanta/tags/php/exif_imagetype.tag +share/apps/quanta/tags/php/exif_read_data.tag +share/apps/quanta/tags/php/exif_thumbnail.tag +share/apps/quanta/tags/php/exit.tag +share/apps/quanta/tags/php/exp.tag +share/apps/quanta/tags/php/explode.tag +share/apps/quanta/tags/php/expm1.tag +share/apps/quanta/tags/php/extension_loaded.tag +share/apps/quanta/tags/php/extract.tag +share/apps/quanta/tags/php/ezmlm_hash.tag +share/apps/quanta/tags/php/fbsql_affected_rows.tag +share/apps/quanta/tags/php/fbsql_autocommit.tag +share/apps/quanta/tags/php/fbsql_change_user.tag +share/apps/quanta/tags/php/fbsql_close.tag +share/apps/quanta/tags/php/fbsql_commit.tag +share/apps/quanta/tags/php/fbsql_connect.tag +share/apps/quanta/tags/php/fbsql_create_blob.tag +share/apps/quanta/tags/php/fbsql_create_clob.tag +share/apps/quanta/tags/php/fbsql_create_db.tag +share/apps/quanta/tags/php/fbsql_data_seek.tag +share/apps/quanta/tags/php/fbsql_database.tag +share/apps/quanta/tags/php/fbsql_database_password.tag +share/apps/quanta/tags/php/fbsql_db_query.tag +share/apps/quanta/tags/php/fbsql_db_status.tag +share/apps/quanta/tags/php/fbsql_drop_db.tag +share/apps/quanta/tags/php/fbsql_errno.tag +share/apps/quanta/tags/php/fbsql_error.tag +share/apps/quanta/tags/php/fbsql_fetch_array.tag +share/apps/quanta/tags/php/fbsql_fetch_assoc.tag +share/apps/quanta/tags/php/fclose.tag +share/apps/quanta/tags/php/fbsql_fetch_field.tag +share/apps/quanta/tags/php/fbsql_fetch_lengths.tag +share/apps/quanta/tags/php/fbsql_fetch_object.tag +share/apps/quanta/tags/php/fbsql_fetch_row.tag +share/apps/quanta/tags/php/fbsql_field_flags.tag +share/apps/quanta/tags/php/fbsql_field_len.tag +share/apps/quanta/tags/php/fbsql_field_name.tag +share/apps/quanta/tags/php/fbsql_field_seek.tag +share/apps/quanta/tags/php/fbsql_field_table.tag +share/apps/quanta/tags/php/fbsql_field_type.tag +share/apps/quanta/tags/php/fbsql_free_result.tag +share/apps/quanta/tags/php/fbsql_get_autostart_info.tag +share/apps/quanta/tags/php/fbsql_hostname.tag +share/apps/quanta/tags/php/fbsql_insert_id.tag +share/apps/quanta/tags/php/fbsql_list_dbs.tag +share/apps/quanta/tags/php/fbsql_list_fields.tag +share/apps/quanta/tags/php/fbsql_list_tables.tag +share/apps/quanta/tags/php/fbsql_next_result.tag +share/apps/quanta/tags/php/fbsql_num_fields.tag +share/apps/quanta/tags/php/fbsql_num_rows.tag +share/apps/quanta/tags/php/fbsql_password.tag +share/apps/quanta/tags/php/fbsql_pconnect.tag +share/apps/quanta/tags/php/fbsql_query.tag +share/apps/quanta/tags/php/fbsql_read_blob.tag +share/apps/quanta/tags/php/fbsql_read_clob.tag +share/apps/quanta/tags/php/fbsql_result.tag +share/apps/quanta/tags/php/fbsql_rollback.tag +share/apps/quanta/tags/php/fbsql_select_db.tag +share/apps/quanta/tags/php/fbsql_set_lob_mode.tag +share/apps/quanta/tags/php/fbsql_set_transaction.tag +share/apps/quanta/tags/php/fbsql_start_db.tag +share/apps/quanta/tags/php/fbsql_stop_db.tag +share/apps/quanta/tags/php/fbsql_tablename.tag +share/apps/quanta/tags/php/key.tag +share/apps/quanta/tags/php/fbsql_username.tag +share/apps/quanta/tags/php/fbsql_warnings.tag +share/apps/quanta/tags/php/fdf_add_template.tag +share/apps/quanta/tags/php/fdf_close.tag +share/apps/quanta/tags/php/fdf_create.tag +share/apps/quanta/tags/php/fdf_get_file.tag +share/apps/quanta/tags/php/fdf_get_status.tag +share/apps/quanta/tags/php/fdf_get_value.tag +share/apps/quanta/tags/php/fdf_next_field_name.tag +share/apps/quanta/tags/php/fdf_open.tag +share/apps/quanta/tags/php/fdf_save.tag +share/apps/quanta/tags/php/fdf_set_ap.tag +share/apps/quanta/tags/php/fdf_set_encoding.tag +share/apps/quanta/tags/php/fdf_set_file.tag +share/apps/quanta/tags/php/fdf_set_flags.tag +share/apps/quanta/tags/php/fdf_set_javascript_action.tag +share/apps/quanta/tags/php/fdf_set_opt.tag +share/apps/quanta/tags/php/fdf_set_status.tag +share/apps/quanta/tags/php/fdf_set_submit_form_action.tag +share/apps/quanta/tags/php/fdf_set_value.tag +share/apps/quanta/tags/php/feof.tag +share/apps/quanta/tags/php/fflush.tag +share/apps/quanta/tags/php/fgetc.tag +share/apps/quanta/tags/php/fgetcsv.tag +share/apps/quanta/tags/php/fgets.tag +share/apps/quanta/tags/php/fgetss.tag +share/apps/quanta/tags/php/file.tag +share/apps/quanta/tags/php/file_exists.tag +share/apps/quanta/tags/php/file_get_contents.tag +share/apps/quanta/tags/php/file_get_wrapper_data.tag +share/apps/quanta/tags/php/file_register_wrapper.tag +share/apps/quanta/tags/php/fileatime.tag +share/apps/quanta/tags/php/filectime.tag +share/apps/quanta/tags/php/filegroup.tag +share/apps/quanta/tags/php/fileinode.tag +share/apps/quanta/tags/php/filemtime.tag +share/apps/quanta/tags/php/fileowner.tag +share/apps/quanta/tags/php/fileperms.tag +share/apps/quanta/tags/php/filepro.tag +share/apps/quanta/tags/php/filepro_fieldcount.tag +share/apps/quanta/tags/php/filepro_fieldname.tag +share/apps/quanta/tags/php/filepro_fieldtype.tag +share/apps/quanta/tags/php/filepro_fieldwidth.tag +share/apps/quanta/tags/php/filepro_retrieve.tag +share/apps/quanta/tags/php/filepro_rowcount.tag +share/apps/quanta/tags/php/filesize.tag +share/apps/quanta/tags/php/filetype.tag +share/apps/quanta/tags/php/find.tag +share/apps/quanta/tags/php/floatval.tag +share/apps/quanta/tags/php/flock.tag +share/apps/quanta/tags/php/floor.tag +share/apps/quanta/tags/php/flush.tag +share/apps/quanta/tags/php/fopen.tag +share/apps/quanta/tags/php/fpassthru.tag +share/apps/quanta/tags/php/fputs.tag +share/apps/quanta/tags/php/fread.tag +share/apps/quanta/tags/php/frenchtojd.tag +share/apps/quanta/tags/php/fribidi_log2vis.tag +share/apps/quanta/tags/php/fscanf.tag +share/apps/quanta/tags/php/fseek.tag +share/apps/quanta/tags/php/fsockopen.tag +share/apps/quanta/tags/php/fstat.tag +share/apps/quanta/tags/php/ftell.tag +share/apps/quanta/tags/php/ftok.tag +share/apps/quanta/tags/php/ftp_async_continue.tag +share/apps/quanta/tags/php/ftp_async_fget.tag +share/apps/quanta/tags/php/ftp_async_fput.tag +share/apps/quanta/tags/php/ftp_async_get.tag +share/apps/quanta/tags/php/ftp_async_put.tag +share/apps/quanta/tags/php/ftp_cdup.tag +share/apps/quanta/tags/php/ftp_chdir.tag +share/apps/quanta/tags/php/ftp_close.tag +share/apps/quanta/tags/php/ftp_connect.tag +share/apps/quanta/tags/php/ftp_delete.tag +share/apps/quanta/tags/php/ftp_exec.tag +share/apps/quanta/tags/php/ftp_fget.tag +share/apps/quanta/tags/php/ftp_fput.tag +share/apps/quanta/tags/php/ftp_get.tag +share/apps/quanta/tags/php/ftp_get_option.tag +share/apps/quanta/tags/php/ftp_login.tag +share/apps/quanta/tags/php/ftp_mdtm.tag +share/apps/quanta/tags/php/ftp_mkdir.tag +share/apps/quanta/tags/php/ftp_nlist.tag +share/apps/quanta/tags/php/ftp_pasv.tag +share/apps/quanta/tags/php/ftp_put.tag +share/apps/quanta/tags/php/ftp_pwd.tag +share/apps/quanta/tags/php/ftp_quit.tag +share/apps/quanta/tags/php/ftp_rawlist.tag +share/apps/quanta/tags/php/ftp_rename.tag +share/apps/quanta/tags/php/ftp_rmdir.tag +share/apps/quanta/tags/php/ftp_set_option.tag +share/apps/quanta/tags/php/ftp_site.tag +share/apps/quanta/tags/php/ftp_size.tag +share/apps/quanta/tags/php/ftp_systype.tag +share/apps/quanta/tags/php/ftruncate.tag +share/apps/quanta/tags/php/ftstat.tag +share/apps/quanta/tags/php/func_get_arg.tag +share/apps/quanta/tags/php/func_get_args.tag +share/apps/quanta/tags/php/func_num_args.tag +share/apps/quanta/tags/php/function_exists.tag +share/apps/quanta/tags/php/fwrite.tag +share/apps/quanta/tags/php/get_browser.tag +share/apps/quanta/tags/php/get_cfg_var.tag +share/apps/quanta/tags/php/get_class.tag +share/apps/quanta/tags/php/get_class_methods.tag +share/apps/quanta/tags/php/get_class_vars.tag +share/apps/quanta/tags/php/get_current_user.tag +share/apps/quanta/tags/php/get_declared_classes.tag +share/apps/quanta/tags/php/get_defined_constants.tag +share/apps/quanta/tags/php/get_defined_functions.tag +share/apps/quanta/tags/php/get_defined_vars.tag +share/apps/quanta/tags/php/get_extension_funcs.tag +share/apps/quanta/tags/php/get_html_translation_table.tag +share/apps/quanta/tags/php/get_included_files.tag +share/apps/quanta/tags/php/get_loaded_extensions.tag +share/apps/quanta/tags/php/get_magic_quotes_gpc.tag +share/apps/quanta/tags/php/get_magic_quotes_runtime.tag +share/apps/quanta/tags/php/get_meta_tags.tag +share/apps/quanta/tags/php/get_object_vars.tag +share/apps/quanta/tags/php/get_parent_class.tag +share/apps/quanta/tags/php/get_required_files.tag +share/apps/quanta/tags/php/get_resource_type.tag +share/apps/quanta/tags/php/getallheaders.tag +share/apps/quanta/tags/php/getcwd.tag +share/apps/quanta/tags/php/getdate.tag +share/apps/quanta/tags/php/getenv.tag +share/apps/quanta/tags/php/gethostbyaddr.tag +share/apps/quanta/tags/php/gethostbyname.tag +share/apps/quanta/tags/php/gethostbynamel.tag +share/apps/quanta/tags/php/getimagesize.tag +share/apps/quanta/tags/php/getlastmod.tag +share/apps/quanta/tags/php/getmxrr.tag +share/apps/quanta/tags/php/getmygid.tag +share/apps/quanta/tags/php/getmyinode.tag +share/apps/quanta/tags/php/getmypid.tag +share/apps/quanta/tags/php/getmyuid.tag +share/apps/quanta/tags/php/getprotobyname.tag +share/apps/quanta/tags/php/getprotobynumber.tag +share/apps/quanta/tags/php/getrandmax.tag +share/apps/quanta/tags/php/getrusage.tag +share/apps/quanta/tags/php/getservbyname.tag +share/apps/quanta/tags/php/getservbyport.tag +share/apps/quanta/tags/php/gettext.tag +share/apps/quanta/tags/php/gettimeofday.tag +share/apps/quanta/tags/php/gettype.tag +share/apps/quanta/tags/php/glob.tag +share/apps/quanta/tags/php/gmdate.tag +share/apps/quanta/tags/php/gmmktime.tag +share/apps/quanta/tags/php/gmp_abs.tag +share/apps/quanta/tags/php/gmp_add.tag +share/apps/quanta/tags/php/gmp_and.tag +share/apps/quanta/tags/php/gmp_clrbit.tag +share/apps/quanta/tags/php/gmp_cmp.tag +share/apps/quanta/tags/php/gmp_com.tag +share/apps/quanta/tags/php/gmp_div.tag +share/apps/quanta/tags/php/gmp_div_q.tag +share/apps/quanta/tags/php/gmp_div_qr.tag +share/apps/quanta/tags/php/gmp_div_r.tag +share/apps/quanta/tags/php/gmp_divexact.tag +share/apps/quanta/tags/php/gmp_fact.tag +share/apps/quanta/tags/php/gmp_gcd.tag +share/apps/quanta/tags/php/gmp_gcdext.tag +share/apps/quanta/tags/php/gmp_hamdist.tag +share/apps/quanta/tags/php/gmp_init.tag +share/apps/quanta/tags/php/gmp_intval.tag +share/apps/quanta/tags/php/gmp_invert.tag +share/apps/quanta/tags/php/gmp_jacobi.tag +share/apps/quanta/tags/php/gmp_legendre.tag +share/apps/quanta/tags/php/gmp_mod.tag +share/apps/quanta/tags/php/gmp_mul.tag +share/apps/quanta/tags/php/gmp_neg.tag +share/apps/quanta/tags/php/gmp_or.tag +share/apps/quanta/tags/php/gmp_perfect_square.tag +share/apps/quanta/tags/php/gmp_popcount.tag +share/apps/quanta/tags/php/gmp_pow.tag +share/apps/quanta/tags/php/gmp_powm.tag +share/apps/quanta/tags/php/gmp_prob_prime.tag +share/apps/quanta/tags/php/gmp_random.tag +share/apps/quanta/tags/php/gmp_scan0.tag +share/apps/quanta/tags/php/gmp_scan1.tag +share/apps/quanta/tags/php/gmp_setbit.tag +share/apps/quanta/tags/php/gmp_sign.tag +share/apps/quanta/tags/php/gmp_sqrt.tag +share/apps/quanta/tags/php/gmp_sqrtrm.tag +share/apps/quanta/tags/php/gmp_strval.tag +share/apps/quanta/tags/php/gmp_sub.tag +share/apps/quanta/tags/php/gmp_xor.tag +share/apps/quanta/tags/php/gmstrftime.tag +share/apps/quanta/tags/php/gregoriantojd.tag +share/apps/quanta/tags/php/gzclose.tag +share/apps/quanta/tags/php/gzcompress.tag +share/apps/quanta/tags/php/gzdeflate.tag +share/apps/quanta/tags/php/gzencode.tag +share/apps/quanta/tags/php/gzeof.tag +share/apps/quanta/tags/php/gzfile.tag +share/apps/quanta/tags/php/gzgetc.tag +share/apps/quanta/tags/php/gzgets.tag +share/apps/quanta/tags/php/gzgetss.tag +share/apps/quanta/tags/php/gzinflate.tag +share/apps/quanta/tags/php/gzopen.tag +share/apps/quanta/tags/php/log.tag +share/apps/quanta/tags/php/gzpassthru.tag +share/apps/quanta/tags/php/gzputs.tag +share/apps/quanta/tags/php/gzread.tag +share/apps/quanta/tags/php/gzrewind.tag +share/apps/quanta/tags/php/gzseek.tag +share/apps/quanta/tags/php/gztell.tag +share/apps/quanta/tags/php/gzuncompress.tag +share/apps/quanta/tags/php/gzwrite.tag +share/apps/quanta/tags/php/header.tag +share/apps/quanta/tags/php/headers_sent.tag +share/apps/quanta/tags/php/hebrev.tag +share/apps/quanta/tags/php/hebrevc.tag +share/apps/quanta/tags/php/hexdec.tag +share/apps/quanta/tags/php/highlight_file.tag +share/apps/quanta/tags/php/highlight_string.tag +share/apps/quanta/tags/php/htmlentities.tag +share/apps/quanta/tags/php/htmlspecialchars.tag +share/apps/quanta/tags/php/hw_api->object.tag +share/apps/quanta/tags/php/hw_api_object.tag +share/apps/quanta/tags/php/hw_array2objrec.tag +share/apps/quanta/tags/php/hw_children.tag +share/apps/quanta/tags/php/hw_changeobject.tag +share/apps/quanta/tags/php/hw_childrenobj.tag +share/apps/quanta/tags/php/hw_close.tag +share/apps/quanta/tags/php/hw_connect.tag +share/apps/quanta/tags/php/hw_connection_info.tag +share/apps/quanta/tags/php/hw_cp.tag +share/apps/quanta/tags/php/hw_deleteobject.tag +share/apps/quanta/tags/php/hw_docbyanchor.tag +share/apps/quanta/tags/php/hw_docbyanchorobj.tag +share/apps/quanta/tags/php/hw_document_attributes.tag +share/apps/quanta/tags/php/hw_document_bodytag.tag +share/apps/quanta/tags/php/hw_document_content.tag +share/apps/quanta/tags/php/hw_document_setcontent.tag +share/apps/quanta/tags/php/hw_document_size.tag +share/apps/quanta/tags/php/hw_dummy.tag +share/apps/quanta/tags/php/hw_edittext.tag +share/apps/quanta/tags/php/hw_error.tag +share/apps/quanta/tags/php/hw_errormsg.tag +share/apps/quanta/tags/php/hw_free_document.tag +share/apps/quanta/tags/php/hw_getanchors.tag +share/apps/quanta/tags/php/hw_getanchorsobj.tag +share/apps/quanta/tags/php/hw_getandlock.tag +share/apps/quanta/tags/php/hw_getchildcoll.tag +share/apps/quanta/tags/php/hw_getchildcollobj.tag +share/apps/quanta/tags/php/hw_getchilddoccoll.tag +share/apps/quanta/tags/php/hw_getchilddoccollobj.tag +share/apps/quanta/tags/php/hw_getobject.tag +share/apps/quanta/tags/php/hw_getobjectbyquery.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycoll.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycollobj.tag +share/apps/quanta/tags/php/hw_getobjectbyqueryobj.tag +share/apps/quanta/tags/php/hw_getparents.tag +share/apps/quanta/tags/php/hw_getparentsobj.tag +share/apps/quanta/tags/php/hw_getrellink.tag +share/apps/quanta/tags/php/hw_getremote.tag +share/apps/quanta/tags/php/hw_getremotechildren.tag +share/apps/quanta/tags/php/hw_getsrcbydestobj.tag +share/apps/quanta/tags/php/hw_gettext.tag +share/apps/quanta/tags/php/hw_getusername.tag +share/apps/quanta/tags/php/hw_identify.tag +share/apps/quanta/tags/php/hw_incollections.tag +share/apps/quanta/tags/php/hw_info.tag +share/apps/quanta/tags/php/hw_inscoll.tag +share/apps/quanta/tags/php/hw_insdoc.tag +share/apps/quanta/tags/php/hw_insertanchors.tag +share/apps/quanta/tags/php/hw_insertdocument.tag +share/apps/quanta/tags/php/hw_insertobject.tag +share/apps/quanta/tags/php/hw_mapid.tag +share/apps/quanta/tags/php/hw_modifyobject.tag +share/apps/quanta/tags/php/hw_mv.tag +share/apps/quanta/tags/php/hw_new_document.tag +share/apps/quanta/tags/php/hw_objrec2array.tag +share/apps/quanta/tags/php/hw_root.tag +share/apps/quanta/tags/php/hw_output_document.tag +share/apps/quanta/tags/php/hw_pconnect.tag +share/apps/quanta/tags/php/hw_pipedocument.tag +share/apps/quanta/tags/php/hw_setlinkroot.tag +share/apps/quanta/tags/php/hw_stat.tag +share/apps/quanta/tags/php/hw_unlock.tag +share/apps/quanta/tags/php/hw_who.tag +share/apps/quanta/tags/php/hwapi_hgcsp.tag +share/apps/quanta/tags/php/hwstat.tag +share/apps/quanta/tags/php/hypot.tag +share/apps/quanta/tags/php/ibase_blob_add.tag +share/apps/quanta/tags/php/ibase_blob_cancel.tag +share/apps/quanta/tags/php/ibase_blob_close.tag +share/apps/quanta/tags/php/ibase_blob_create.tag +share/apps/quanta/tags/php/ibase_blob_echo.tag +share/apps/quanta/tags/php/ibase_blob_get.tag +share/apps/quanta/tags/php/ibase_blob_import.tag +share/apps/quanta/tags/php/ibase_blob_info.tag +share/apps/quanta/tags/php/ibase_blob_open.tag +share/apps/quanta/tags/php/ibase_close.tag +share/apps/quanta/tags/php/ibase_commit.tag +share/apps/quanta/tags/php/ibase_connect.tag +share/apps/quanta/tags/php/ibase_errmsg.tag +share/apps/quanta/tags/php/ibase_execute.tag +share/apps/quanta/tags/php/ibase_fetch_object.tag +share/apps/quanta/tags/php/ibase_fetch_row.tag +share/apps/quanta/tags/php/ibase_field_info.tag +share/apps/quanta/tags/php/ibase_free_query.tag +share/apps/quanta/tags/php/ibase_free_result.tag +share/apps/quanta/tags/php/ibase_num_fields.tag +share/apps/quanta/tags/php/ibase_pconnect.tag +share/apps/quanta/tags/php/ibase_prepare.tag +share/apps/quanta/tags/php/ibase_query.tag +share/apps/quanta/tags/php/ibase_rollback.tag +share/apps/quanta/tags/php/ibase_timefmt.tag +share/apps/quanta/tags/php/ibase_trans.tag +share/apps/quanta/tags/php/iconv.tag +share/apps/quanta/tags/php/iconv_get_encoding.tag +share/apps/quanta/tags/php/iconv_set_encoding.tag +share/apps/quanta/tags/php/identify.tag +share/apps/quanta/tags/php/ifx_affected_rows.tag +share/apps/quanta/tags/php/ifx_blobinfile_mode.tag +share/apps/quanta/tags/php/ifx_byteasvarchar.tag +share/apps/quanta/tags/php/ifx_close.tag +share/apps/quanta/tags/php/ifx_connect.tag +share/apps/quanta/tags/php/ifx_copy_blob.tag +share/apps/quanta/tags/php/ifx_create_blob.tag +share/apps/quanta/tags/php/ifx_create_char.tag +share/apps/quanta/tags/php/ifx_do.tag +share/apps/quanta/tags/php/ifx_error.tag +share/apps/quanta/tags/php/ifx_errormsg.tag +share/apps/quanta/tags/php/ifx_fetch_row.tag +share/apps/quanta/tags/php/ifx_fieldproperties.tag +share/apps/quanta/tags/php/ifx_fieldtypes.tag +share/apps/quanta/tags/php/ifx_free_blob.tag +share/apps/quanta/tags/php/ifx_free_char.tag +share/apps/quanta/tags/php/ifx_free_result.tag +share/apps/quanta/tags/php/ifx_get_blob.tag +share/apps/quanta/tags/php/ifx_get_char.tag +share/apps/quanta/tags/php/ifx_getsqlca.tag +share/apps/quanta/tags/php/ifx_htmltbl_result.tag +share/apps/quanta/tags/php/ifx_nullformat.tag +share/apps/quanta/tags/php/ifx_num_fields.tag +share/apps/quanta/tags/php/ifx_num_rows.tag +share/apps/quanta/tags/php/ifx_pconnect.tag +share/apps/quanta/tags/php/ifx_prepare.tag +share/apps/quanta/tags/php/ifx_query.tag +share/apps/quanta/tags/php/ifx_textasvarchar.tag +share/apps/quanta/tags/php/ifx_update_char.tag +share/apps/quanta/tags/php/ifxus_close_slob.tag +share/apps/quanta/tags/php/ifxus_create_slob.tag +share/apps/quanta/tags/php/ifxus_free_slob.tag +share/apps/quanta/tags/php/ifxus_open_slob.tag +share/apps/quanta/tags/php/ifxus_read_slob.tag +share/apps/quanta/tags/php/ifxus_seek_slob.tag +share/apps/quanta/tags/php/ifxus_tell_slob.tag +share/apps/quanta/tags/php/ifxus_write_slob.tag +share/apps/quanta/tags/php/ignore_user_abort.tag +share/apps/quanta/tags/php/image2wbmp.tag +share/apps/quanta/tags/php/image_type_to_mime_type.tag +share/apps/quanta/tags/php/imagealphablending.tag +share/apps/quanta/tags/php/imagearc.tag +share/apps/quanta/tags/php/imagechar.tag +share/apps/quanta/tags/php/imagecharup.tag +share/apps/quanta/tags/php/imagecolorallocate.tag +share/apps/quanta/tags/php/imagecolorat.tag +share/apps/quanta/tags/php/imagecolorclosest.tag +share/apps/quanta/tags/php/imagecolorclosestalpha.tag +share/apps/quanta/tags/php/imagecolorclosesthwb.tag +share/apps/quanta/tags/php/imagecolordeallocate.tag +share/apps/quanta/tags/php/imagecolorexact.tag +share/apps/quanta/tags/php/imagecolorexactalpha.tag +share/apps/quanta/tags/php/imagecolorresolve.tag +share/apps/quanta/tags/php/imagecolorresolvealpha.tag +share/apps/quanta/tags/php/imagecolorset.tag +share/apps/quanta/tags/php/imagecolorsforindex.tag +share/apps/quanta/tags/php/imagecolorstotal.tag +share/apps/quanta/tags/php/imagecolortransparent.tag +share/apps/quanta/tags/php/imagecopy.tag +share/apps/quanta/tags/php/imagecopymerge.tag +share/apps/quanta/tags/php/imagecopymergegray.tag +share/apps/quanta/tags/php/imagecopyresampled.tag +share/apps/quanta/tags/php/imagecopyresized.tag +share/apps/quanta/tags/php/imagecreate.tag +share/apps/quanta/tags/php/imagecreatefromgd.tag +share/apps/quanta/tags/php/imagecreatefromgd2.tag +share/apps/quanta/tags/php/max.tag +share/apps/quanta/tags/php/imagecreatefromgd2part.tag +share/apps/quanta/tags/php/imagecreatefromgif.tag +share/apps/quanta/tags/php/imagecreatefromjpeg.tag +share/apps/quanta/tags/php/imagecreatefrompng.tag +share/apps/quanta/tags/php/imagecreatefromstring.tag +share/apps/quanta/tags/php/imagecreatefromwbmp.tag +share/apps/quanta/tags/php/imagecreatefromxbm.tag +share/apps/quanta/tags/php/imagecreatefromxpm.tag +share/apps/quanta/tags/php/imagecreatetruecolor.tag +share/apps/quanta/tags/php/imagedashedline.tag +share/apps/quanta/tags/php/imagedestroy.tag +share/apps/quanta/tags/php/imageellipse.tag +share/apps/quanta/tags/php/imagefill.tag +share/apps/quanta/tags/php/imagefilledarc.tag +share/apps/quanta/tags/php/imagefilledellipse.tag +share/apps/quanta/tags/php/imagefilledpolygon.tag +share/apps/quanta/tags/php/imagefilledrectangle.tag +share/apps/quanta/tags/php/imagefilltoborder.tag +share/apps/quanta/tags/php/imagefontheight.tag +share/apps/quanta/tags/php/imagefontwidth.tag +share/apps/quanta/tags/php/imageftbbox.tag +share/apps/quanta/tags/php/imagefttext.tag +share/apps/quanta/tags/php/imagegammacorrect.tag +share/apps/quanta/tags/php/imagegd.tag +share/apps/quanta/tags/php/imagegd2.tag +share/apps/quanta/tags/php/imagegif.tag +share/apps/quanta/tags/php/imageinterlace.tag +share/apps/quanta/tags/php/imagejpeg.tag +share/apps/quanta/tags/php/imageline.tag +share/apps/quanta/tags/php/imageloadfont.tag +share/apps/quanta/tags/php/imagepalettecopy.tag +share/apps/quanta/tags/php/imagepng.tag +share/apps/quanta/tags/php/imagepolygon.tag +share/apps/quanta/tags/php/imagepsbbox.tag +share/apps/quanta/tags/php/imagepscopyfont.tag +share/apps/quanta/tags/php/imagepsencodefont.tag +share/apps/quanta/tags/php/imagepsextendfont.tag +share/apps/quanta/tags/php/imagepsfreefont.tag +share/apps/quanta/tags/php/imagepsloadfont.tag +share/apps/quanta/tags/php/imagepsslantfont.tag +share/apps/quanta/tags/php/imagepstext.tag +share/apps/quanta/tags/php/imagerectangle.tag +share/apps/quanta/tags/php/imagesetbrush.tag +share/apps/quanta/tags/php/imagesetpixel.tag +share/apps/quanta/tags/php/imagesetstyle.tag +share/apps/quanta/tags/php/imagesetthickness.tag +share/apps/quanta/tags/php/imagesettile.tag +share/apps/quanta/tags/php/imagestring.tag +share/apps/quanta/tags/php/imagestringup.tag +share/apps/quanta/tags/php/imagesx.tag +share/apps/quanta/tags/php/imagesy.tag +share/apps/quanta/tags/php/imagetruecolortopalette.tag +share/apps/quanta/tags/php/imagettfbbox.tag +share/apps/quanta/tags/php/imagettftext.tag +share/apps/quanta/tags/php/imagetypes.tag +share/apps/quanta/tags/php/imagewbmp.tag +share/apps/quanta/tags/php/imap_8bit.tag +share/apps/quanta/tags/php/imap_alerts.tag +share/apps/quanta/tags/php/imap_append.tag +share/apps/quanta/tags/php/imap_base64.tag +share/apps/quanta/tags/php/imap_binary.tag +share/apps/quanta/tags/php/imap_body.tag +share/apps/quanta/tags/php/imap_bodystruct.tag +share/apps/quanta/tags/php/imap_check.tag +share/apps/quanta/tags/php/imap_clearflag_full.tag +share/apps/quanta/tags/php/imap_close.tag +share/apps/quanta/tags/php/imap_createmailbox.tag +share/apps/quanta/tags/php/imap_delete.tag +share/apps/quanta/tags/php/imap_deletemailbox.tag +share/apps/quanta/tags/php/imap_errors.tag +share/apps/quanta/tags/php/imap_expunge.tag +share/apps/quanta/tags/php/imap_fetch_overview.tag +share/apps/quanta/tags/php/imap_fetchbody.tag +share/apps/quanta/tags/php/imap_fetchheader.tag +share/apps/quanta/tags/php/imap_fetchstructure.tag +share/apps/quanta/tags/php/imap_get_quota.tag +share/apps/quanta/tags/php/imap_get_quotaroot.tag +share/apps/quanta/tags/php/imap_getmailboxes.tag +share/apps/quanta/tags/php/imap_getsubscribed.tag +share/apps/quanta/tags/php/imap_header.tag +share/apps/quanta/tags/php/imap_headerinfo.tag +share/apps/quanta/tags/php/imap_headers.tag +share/apps/quanta/tags/php/imap_last_error.tag +share/apps/quanta/tags/php/imap_listmailbox.tag +share/apps/quanta/tags/php/imap_listsubscribed.tag +share/apps/quanta/tags/php/imap_mail.tag +share/apps/quanta/tags/php/imap_mail_compose.tag +share/apps/quanta/tags/php/imap_mail_copy.tag +share/apps/quanta/tags/php/imap_mail_move.tag +share/apps/quanta/tags/php/imap_mailboxmsginfo.tag +share/apps/quanta/tags/php/imap_mime_header_decode.tag +share/apps/quanta/tags/php/imap_msgno.tag +share/apps/quanta/tags/php/imap_num_msg.tag +share/apps/quanta/tags/php/imap_num_recent.tag +share/apps/quanta/tags/php/imap_open.tag +share/apps/quanta/tags/php/imap_ping.tag +share/apps/quanta/tags/php/imap_qprint.tag +share/apps/quanta/tags/php/imap_renamemailbox.tag +share/apps/quanta/tags/php/imap_reopen.tag +share/apps/quanta/tags/php/imap_rfc822_parse_adrlist.tag +share/apps/quanta/tags/php/imap_rfc822_parse_headers.tag +share/apps/quanta/tags/php/imap_rfc822_write_address.tag +share/apps/quanta/tags/php/imap_scanmailbox.tag +share/apps/quanta/tags/php/imap_search.tag +share/apps/quanta/tags/php/imap_set_quota.tag +share/apps/quanta/tags/php/imap_setacl.tag +share/apps/quanta/tags/php/imap_setflag_full.tag +share/apps/quanta/tags/php/imap_sort.tag +share/apps/quanta/tags/php/imap_status.tag +share/apps/quanta/tags/php/imap_subscribe.tag +share/apps/quanta/tags/php/imap_thread.tag +share/apps/quanta/tags/php/imap_uid.tag +share/apps/quanta/tags/php/imap_undelete.tag +share/apps/quanta/tags/php/imap_unsubscribe.tag +share/apps/quanta/tags/php/imap_utf7_decode.tag +share/apps/quanta/tags/php/imap_utf7_encode.tag +share/apps/quanta/tags/php/imap_utf8.tag +share/apps/quanta/tags/php/implode.tag +share/apps/quanta/tags/php/import_request_variables.tag +share/apps/quanta/tags/php/in_array.tag +share/apps/quanta/tags/php/info.tag +share/apps/quanta/tags/php/ingres_autocommit.tag +share/apps/quanta/tags/php/ingres_close.tag +share/apps/quanta/tags/php/ingres_commit.tag +share/apps/quanta/tags/php/md5.tag +share/apps/quanta/tags/php/ingres_connect.tag +share/apps/quanta/tags/php/ingres_fetch_array.tag +share/apps/quanta/tags/php/ingres_fetch_object.tag +share/apps/quanta/tags/php/ingres_fetch_row.tag +share/apps/quanta/tags/php/ingres_field_length.tag +share/apps/quanta/tags/php/ingres_field_name.tag +share/apps/quanta/tags/php/ingres_field_nullable.tag +share/apps/quanta/tags/php/ingres_field_precision.tag +share/apps/quanta/tags/php/ingres_field_scale.tag +share/apps/quanta/tags/php/ingres_field_type.tag +share/apps/quanta/tags/php/ingres_num_fields.tag +share/apps/quanta/tags/php/ingres_num_rows.tag +share/apps/quanta/tags/php/ingres_pconnect.tag +share/apps/quanta/tags/php/ingres_query.tag +share/apps/quanta/tags/php/ingres_rollback.tag +share/apps/quanta/tags/php/ini_alter.tag +share/apps/quanta/tags/php/ini_get.tag +share/apps/quanta/tags/php/ini_get_all.tag +share/apps/quanta/tags/php/ini_restore.tag +share/apps/quanta/tags/php/ini_set.tag +share/apps/quanta/tags/php/insert.tag +share/apps/quanta/tags/php/insertanchor.tag +share/apps/quanta/tags/php/insertcollection.tag +share/apps/quanta/tags/php/insertdocument.tag +share/apps/quanta/tags/php/intval.tag +share/apps/quanta/tags/php/ip2long.tag +share/apps/quanta/tags/php/iptcembed.tag +share/apps/quanta/tags/php/iptcparse.tag +share/apps/quanta/tags/php/ircg_channel_mode.tag +share/apps/quanta/tags/php/ircg_disconnect.tag +share/apps/quanta/tags/php/ircg_fetch_error_msg.tag +share/apps/quanta/tags/php/ircg_get_username.tag +share/apps/quanta/tags/php/ircg_html_encode.tag +share/apps/quanta/tags/php/ircg_ignore_add.tag +share/apps/quanta/tags/php/ircg_ignore_del.tag +share/apps/quanta/tags/php/ircg_is_conn_alive.tag +share/apps/quanta/tags/php/ircg_join.tag +share/apps/quanta/tags/php/ircg_kick.tag +share/apps/quanta/tags/php/ircg_lookup_format_messages.tag +share/apps/quanta/tags/php/ircg_msg.tag +share/apps/quanta/tags/php/ircg_nick.tag +share/apps/quanta/tags/php/ircg_nickname_escape.tag +share/apps/quanta/tags/php/ircg_nickname_unescape.tag +share/apps/quanta/tags/php/ircg_notice.tag +share/apps/quanta/tags/php/ircg_part.tag +share/apps/quanta/tags/php/ircg_pconnect.tag +share/apps/quanta/tags/php/ircg_register_format_messages.tag +share/apps/quanta/tags/php/ircg_set_current.tag +share/apps/quanta/tags/php/ircg_set_file.tag +share/apps/quanta/tags/php/ircg_set_on_die.tag +share/apps/quanta/tags/php/ircg_topic.tag +share/apps/quanta/tags/php/ircg_whois.tag +share/apps/quanta/tags/php/is_a.tag +share/apps/quanta/tags/php/is_array.tag +share/apps/quanta/tags/php/is_bool.tag +share/apps/quanta/tags/php/is_callable.tag +share/apps/quanta/tags/php/is_dir.tag +share/apps/quanta/tags/php/is_executable.tag +share/apps/quanta/tags/php/is_file.tag +share/apps/quanta/tags/php/is_finite.tag +share/apps/quanta/tags/php/is_float.tag +share/apps/quanta/tags/php/is_infinite.tag +share/apps/quanta/tags/php/is_int.tag +share/apps/quanta/tags/php/is_link.tag +share/apps/quanta/tags/php/is_nan.tag +share/apps/quanta/tags/php/is_null.tag +share/apps/quanta/tags/php/is_numeric.tag +share/apps/quanta/tags/php/is_object.tag +share/apps/quanta/tags/php/is_readable.tag +share/apps/quanta/tags/php/is_resource.tag +share/apps/quanta/tags/php/is_scalar.tag +share/apps/quanta/tags/php/is_string.tag +share/apps/quanta/tags/php/is_subclass_of.tag +share/apps/quanta/tags/php/is_uploaded_file.tag +share/apps/quanta/tags/php/is_writable.tag +share/apps/quanta/tags/php/isset.tag +share/apps/quanta/tags/php/is_writeable.tag +share/apps/quanta/tags/php/java_last_exception_clear.tag +share/apps/quanta/tags/php/java_last_exception_get.tag +share/apps/quanta/tags/php/jddayofweek.tag +share/apps/quanta/tags/php/jdmonthname.tag +share/apps/quanta/tags/php/jdtofrench.tag +share/apps/quanta/tags/php/jdtogregorian.tag +share/apps/quanta/tags/php/jdtojewish.tag +share/apps/quanta/tags/php/jdtojulian.tag +share/apps/quanta/tags/php/jdtounix.tag +share/apps/quanta/tags/php/jewishtojd.tag +share/apps/quanta/tags/php/join.tag +share/apps/quanta/tags/php/jpeg2wbmp.tag +share/apps/quanta/tags/php/juliantojd.tag +share/apps/quanta/tags/php/krsort.tag +share/apps/quanta/tags/php/ksort.tag +share/apps/quanta/tags/php/langdepvalue.tag +share/apps/quanta/tags/php/lcg_value.tag +share/apps/quanta/tags/php/ldap_8859_to_t61.tag +share/apps/quanta/tags/php/leak.tag +share/apps/quanta/tags/php/ldap_add.tag +share/apps/quanta/tags/php/ldap_bind.tag +share/apps/quanta/tags/php/ldap_close.tag +share/apps/quanta/tags/php/ldap_compare.tag +share/apps/quanta/tags/php/ldap_connect.tag +share/apps/quanta/tags/php/ldap_count_entries.tag +share/apps/quanta/tags/php/ldap_delete.tag +share/apps/quanta/tags/php/ldap_dn2ufn.tag +share/apps/quanta/tags/php/ldap_err2str.tag +share/apps/quanta/tags/php/ldap_errno.tag +share/apps/quanta/tags/php/ldap_error.tag +share/apps/quanta/tags/php/ldap_explode_dn.tag +share/apps/quanta/tags/php/ldap_first_attribute.tag +share/apps/quanta/tags/php/ldap_first_entry.tag +share/apps/quanta/tags/php/ldap_first_reference.tag +share/apps/quanta/tags/php/ldap_free_result.tag +share/apps/quanta/tags/php/ldap_get_attributes.tag +share/apps/quanta/tags/php/ldap_get_dn.tag +share/apps/quanta/tags/php/ldap_get_entries.tag +share/apps/quanta/tags/php/ldap_get_option.tag +share/apps/quanta/tags/php/ldap_get_values.tag +share/apps/quanta/tags/php/ldap_get_values_len.tag +share/apps/quanta/tags/php/ldap_list.tag +share/apps/quanta/tags/php/ldap_mod_add.tag +share/apps/quanta/tags/php/ldap_mod_del.tag +share/apps/quanta/tags/php/ldap_mod_replace.tag +share/apps/quanta/tags/php/ldap_modify.tag +share/apps/quanta/tags/php/ldap_next_attribute.tag +share/apps/quanta/tags/php/ldap_next_entry.tag +share/apps/quanta/tags/php/ldap_next_reference.tag +share/apps/quanta/tags/php/ldap_parse_reference.tag +share/apps/quanta/tags/php/ldap_parse_result.tag +share/apps/quanta/tags/php/ldap_read.tag +share/apps/quanta/tags/php/ldap_rename.tag +share/apps/quanta/tags/php/ldap_search.tag +share/apps/quanta/tags/php/ldap_sort.tag +share/apps/quanta/tags/php/ldap_set_option.tag +share/apps/quanta/tags/php/ldap_set_rebind_proc.tag +share/apps/quanta/tags/php/ldap_start_tls.tag +share/apps/quanta/tags/php/ldap_t61_to_8859.tag +share/apps/quanta/tags/php/ldap_unbind.tag +share/apps/quanta/tags/php/levenshtein.tag +share/apps/quanta/tags/php/link.tag +share/apps/quanta/tags/php/linkinfo.tag +share/apps/quanta/tags/php/list.tag +share/apps/quanta/tags/php/localeconv.tag +share/apps/quanta/tags/php/localtime.tag +share/apps/quanta/tags/php/lock.tag +share/apps/quanta/tags/php/log10.tag +share/apps/quanta/tags/php/log1p.tag +share/apps/quanta/tags/php/long2ip.tag +share/apps/quanta/tags/php/lstat.tag +share/apps/quanta/tags/php/ltrim.tag +share/apps/quanta/tags/php/mail.tag +share/apps/quanta/tags/php/mailparse_determine_best_xfer_encoding.tag +share/apps/quanta/tags/php/mailparse_msg_create.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part_file.tag +share/apps/quanta/tags/php/mailparse_msg_free.tag +share/apps/quanta/tags/php/mailparse_msg_get_part.tag +share/apps/quanta/tags/php/mailparse_msg_get_part_data.tag +share/apps/quanta/tags/php/mailparse_msg_get_structure.tag +share/apps/quanta/tags/php/mailparse_msg_parse.tag +share/apps/quanta/tags/php/mailparse_msg_parse_file.tag +share/apps/quanta/tags/php/mailparse_rfc822_parse_addresses.tag +share/apps/quanta/tags/php/mailparse_stream_encode.tag +share/apps/quanta/tags/php/mailparse_uudecode_all.tag +share/apps/quanta/tags/php/mb_convert_encoding.tag +share/apps/quanta/tags/php/mb_convert_kana.tag +share/apps/quanta/tags/php/mb_detect_order.tag +share/apps/quanta/tags/php/mb_convert_variables.tag +share/apps/quanta/tags/php/mb_decode_mimeheader.tag +share/apps/quanta/tags/php/mb_decode_numericentity.tag +share/apps/quanta/tags/php/mb_detect_encoding.tag +share/apps/quanta/tags/php/mb_encode_mimeheader.tag +share/apps/quanta/tags/php/mb_encode_numericentity.tag +share/apps/quanta/tags/php/mb_ereg.tag +share/apps/quanta/tags/php/mb_ereg_match.tag +share/apps/quanta/tags/php/mb_ereg_replace.tag +share/apps/quanta/tags/php/mb_ereg_search.tag +share/apps/quanta/tags/php/mb_ereg_search_getpos.tag +share/apps/quanta/tags/php/mb_ereg_search_getregs.tag +share/apps/quanta/tags/php/mb_ereg_search_init.tag +share/apps/quanta/tags/php/mb_ereg_search_pos.tag +share/apps/quanta/tags/php/mb_ereg_search_regs.tag +share/apps/quanta/tags/php/mb_eregi.tag +share/apps/quanta/tags/php/mb_ereg_search_setpos.tag +share/apps/quanta/tags/php/mb_eregi_replace.tag +share/apps/quanta/tags/php/mb_get_info.tag +share/apps/quanta/tags/php/mb_http_input.tag +share/apps/quanta/tags/php/mb_http_output.tag +share/apps/quanta/tags/php/mb_internal_encoding.tag +share/apps/quanta/tags/php/mb_language.tag +share/apps/quanta/tags/php/mb_output_handler.tag +share/apps/quanta/tags/php/mb_parse_str.tag +share/apps/quanta/tags/php/mb_preferred_mime_name.tag +share/apps/quanta/tags/php/mb_regex_encoding.tag +share/apps/quanta/tags/php/mb_send_mail.tag +share/apps/quanta/tags/php/mb_split.tag +share/apps/quanta/tags/php/mb_strcut.tag +share/apps/quanta/tags/php/mb_strimwidth.tag +share/apps/quanta/tags/php/mb_strlen.tag +share/apps/quanta/tags/php/mb_strpos.tag +share/apps/quanta/tags/php/mb_strrpos.tag +share/apps/quanta/tags/php/mb_strwidth.tag +share/apps/quanta/tags/php/mb_substitute_character.tag +share/apps/quanta/tags/php/mb_substr.tag +share/apps/quanta/tags/php/mcal_.tag +share/apps/quanta/tags/php/mcal_append_event.tag +share/apps/quanta/tags/php/mcal_close.tag +share/apps/quanta/tags/php/mcal_create_calendar.tag +share/apps/quanta/tags/php/mcal_date_compare.tag +share/apps/quanta/tags/php/mcal_date_valid.tag +share/apps/quanta/tags/php/mcal_day_of_week.tag +share/apps/quanta/tags/php/mcal_days_in_month.tag +share/apps/quanta/tags/php/mcal_delete_calendar.tag +share/apps/quanta/tags/php/mcal_delete_event.tag +share/apps/quanta/tags/php/mcal_event_add_attribute.tag +share/apps/quanta/tags/php/mcal_event_init.tag +share/apps/quanta/tags/php/mcal_event_set_alarm.tag +share/apps/quanta/tags/php/mhash.tag +share/apps/quanta/tags/php/mcal_event_set_category.tag +share/apps/quanta/tags/php/mcal_event_set_class.tag +share/apps/quanta/tags/php/mcal_event_set_description.tag +share/apps/quanta/tags/php/mcal_event_set_end.tag +share/apps/quanta/tags/php/mcal_event_set_recur_daily.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_mday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_wday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_none.tag +share/apps/quanta/tags/php/mcal_event_set_recur_weekly.tag +share/apps/quanta/tags/php/mcal_event_set_recur_yearly.tag +share/apps/quanta/tags/php/mcal_event_set_start.tag +share/apps/quanta/tags/php/mcal_event_set_title.tag +share/apps/quanta/tags/php/mcal_expunge.tag +share/apps/quanta/tags/php/mcal_fetch_current_stream_event.tag +share/apps/quanta/tags/php/mcal_fetch_event.tag +share/apps/quanta/tags/php/mcal_is_leap_year.tag +share/apps/quanta/tags/php/mcal_list_alarms.tag +share/apps/quanta/tags/php/mcal_list_events.tag +share/apps/quanta/tags/php/mcal_next_recurrence.tag +share/apps/quanta/tags/php/mcal_open.tag +share/apps/quanta/tags/php/mcal_popen.tag +share/apps/quanta/tags/php/mcal_rename_calendar.tag +share/apps/quanta/tags/php/mcal_reopen.tag +share/apps/quanta/tags/php/mcal_snooze.tag +share/apps/quanta/tags/php/mcal_store_event.tag +share/apps/quanta/tags/php/mcal_time_valid.tag +share/apps/quanta/tags/php/mcal_week_of_year.tag +share/apps/quanta/tags/php/mcrypt_cbc.tag +share/apps/quanta/tags/php/mcrypt_cfb.tag +share/apps/quanta/tags/php/mcrypt_create_iv.tag +share/apps/quanta/tags/php/mcrypt_decrypt.tag +share/apps/quanta/tags/php/mcrypt_ecb.tag +share/apps/quanta/tags/php/mcrypt_enc_get_algorithms_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_modes_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_self_test.tag +share/apps/quanta/tags/php/mcrypt_encrypt.tag +share/apps/quanta/tags/php/min.tag +share/apps/quanta/tags/php/mcrypt_generic.tag +share/apps/quanta/tags/php/mcrypt_generic_deinit.tag +share/apps/quanta/tags/php/mcrypt_generic_end.tag +share/apps/quanta/tags/php/mcrypt_generic_init.tag +share/apps/quanta/tags/php/mcrypt_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_get_cipher_name.tag +share/apps/quanta/tags/php/mcrypt_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_list_algorithms.tag +share/apps/quanta/tags/php/mcrypt_list_modes.tag +share/apps/quanta/tags/php/mcrypt_module_close.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_block_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_key_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_module_open.tag +share/apps/quanta/tags/php/mcrypt_module_self_test.tag +share/apps/quanta/tags/php/mcrypt_ofb.tag +share/apps/quanta/tags/php/md5_file.tag +share/apps/quanta/tags/php/mdecrypt_generic.tag +share/apps/quanta/tags/php/metaphone.tag +share/apps/quanta/tags/php/method_exists.tag +share/apps/quanta/tags/php/mhash_count.tag +share/apps/quanta/tags/php/mhash_get_block_size.tag +share/apps/quanta/tags/php/mhash_get_hash_name.tag +share/apps/quanta/tags/php/mhash_keygen_s2k.tag +share/apps/quanta/tags/php/microtime.tag +share/apps/quanta/tags/php/mimetype.tag +share/apps/quanta/tags/php/mime_content_type.tag +share/apps/quanta/tags/php/ming_setcubicthreshold.tag +share/apps/quanta/tags/php/ming_setscale.tag +share/apps/quanta/tags/php/ming_useswfversion.tag +share/apps/quanta/tags/php/mkdir.tag +share/apps/quanta/tags/php/mktime.tag +share/apps/quanta/tags/php/move.tag +share/apps/quanta/tags/php/move_uploaded_file.tag +share/apps/quanta/tags/php/msession_connect.tag +share/apps/quanta/tags/php/msession_count.tag +share/apps/quanta/tags/php/msession_create.tag +share/apps/quanta/tags/php/msession_destroy.tag +share/apps/quanta/tags/php/msession_disconnect.tag +share/apps/quanta/tags/php/msession_find.tag +share/apps/quanta/tags/php/msession_get.tag +share/apps/quanta/tags/php/msession_get_array.tag +share/apps/quanta/tags/php/msession_getdata.tag +share/apps/quanta/tags/php/msql.tag +share/apps/quanta/tags/php/msession_inc.tag +share/apps/quanta/tags/php/msession_list.tag +share/apps/quanta/tags/php/msession_listvar.tag +share/apps/quanta/tags/php/msession_lock.tag +share/apps/quanta/tags/php/msession_plugin.tag +share/apps/quanta/tags/php/msession_randstr.tag +share/apps/quanta/tags/php/msession_set.tag +share/apps/quanta/tags/php/msession_set_array.tag +share/apps/quanta/tags/php/msession_setdata.tag +share/apps/quanta/tags/php/msession_timeout.tag +share/apps/quanta/tags/php/msession_uniq.tag +share/apps/quanta/tags/php/msession_unlock.tag +share/apps/quanta/tags/php/msg_get_queue.tag +share/apps/quanta/tags/php/msg_receive.tag +share/apps/quanta/tags/php/msg_remove_queue.tag +share/apps/quanta/tags/php/msg_send.tag +share/apps/quanta/tags/php/msg_set_queue.tag +share/apps/quanta/tags/php/mt_rand.tag +share/apps/quanta/tags/php/msg_stat_queue.tag +share/apps/quanta/tags/php/msql_affected_rows.tag +share/apps/quanta/tags/php/msql_close.tag +share/apps/quanta/tags/php/msql_connect.tag +share/apps/quanta/tags/php/msql_create_db.tag +share/apps/quanta/tags/php/msql_createdb.tag +share/apps/quanta/tags/php/msql_data_seek.tag +share/apps/quanta/tags/php/msql_dbname.tag +share/apps/quanta/tags/php/msql_drop_db.tag +share/apps/quanta/tags/php/msql_error.tag +share/apps/quanta/tags/php/msql_fetch_array.tag +share/apps/quanta/tags/php/msql_fetch_field.tag +share/apps/quanta/tags/php/msql_fetch_object.tag +share/apps/quanta/tags/php/msql_fetch_row.tag +share/apps/quanta/tags/php/msql_field_seek.tag +share/apps/quanta/tags/php/msql_fieldflags.tag +share/apps/quanta/tags/php/msql_fieldlen.tag +share/apps/quanta/tags/php/msql_fieldname.tag +share/apps/quanta/tags/php/msql_fieldtable.tag +share/apps/quanta/tags/php/msql_fieldtype.tag +share/apps/quanta/tags/php/msql_free_result.tag +share/apps/quanta/tags/php/msql_list_dbs.tag +share/apps/quanta/tags/php/msql_list_fields.tag +share/apps/quanta/tags/php/msql_list_tables.tag +share/apps/quanta/tags/php/msql_num_fields.tag +share/apps/quanta/tags/php/msql_num_rows.tag +share/apps/quanta/tags/php/msql_numfields.tag +share/apps/quanta/tags/php/msql_numrows.tag +share/apps/quanta/tags/php/msql_pconnect.tag +share/apps/quanta/tags/php/msql_query.tag +share/apps/quanta/tags/php/msql_result.tag +share/apps/quanta/tags/php/msql_select_db.tag +share/apps/quanta/tags/php/msql_tablename.tag +share/apps/quanta/tags/php/mssql_bind.tag +share/apps/quanta/tags/php/mssql_close.tag +share/apps/quanta/tags/php/mssql_connect.tag +share/apps/quanta/tags/php/mssql_data_seek.tag +share/apps/quanta/tags/php/mssql_execute.tag +share/apps/quanta/tags/php/mssql_fetch_array.tag +share/apps/quanta/tags/php/mssql_fetch_assoc.tag +share/apps/quanta/tags/php/mssql_fetch_batch.tag +share/apps/quanta/tags/php/mssql_fetch_field.tag +share/apps/quanta/tags/php/mssql_fetch_object.tag +share/apps/quanta/tags/php/mssql_fetch_row.tag +share/apps/quanta/tags/php/mssql_field_length.tag +share/apps/quanta/tags/php/mssql_field_name.tag +share/apps/quanta/tags/php/mssql_field_seek.tag +share/apps/quanta/tags/php/mssql_field_type.tag +share/apps/quanta/tags/php/mssql_free_result.tag +share/apps/quanta/tags/php/mssql_get_last_message.tag +share/apps/quanta/tags/php/mssql_guid_string.tag +share/apps/quanta/tags/php/mssql_init.tag +share/apps/quanta/tags/php/ord.tag +share/apps/quanta/tags/php/mssql_min_error_severity.tag +share/apps/quanta/tags/php/mssql_min_message_severity.tag +share/apps/quanta/tags/php/mssql_next_result.tag +share/apps/quanta/tags/php/mssql_num_fields.tag +share/apps/quanta/tags/php/mssql_num_rows.tag +share/apps/quanta/tags/php/mssql_pconnect.tag +share/apps/quanta/tags/php/mssql_query.tag +share/apps/quanta/tags/php/mssql_result.tag +share/apps/quanta/tags/php/mssql_rows_affected.tag +share/apps/quanta/tags/php/mssql_select_db.tag +share/apps/quanta/tags/php/mt_getrandmax.tag +share/apps/quanta/tags/php/mt_srand.tag +share/apps/quanta/tags/php/muscat_close.tag +share/apps/quanta/tags/php/muscat_get.tag +share/apps/quanta/tags/php/muscat_give.tag +share/apps/quanta/tags/php/muscat_setup.tag +share/apps/quanta/tags/php/muscat_setup_net.tag +share/apps/quanta/tags/php/mysql_affected_rows.tag +share/apps/quanta/tags/php/mysql_change_user.tag +share/apps/quanta/tags/php/mysql_client_encoding.tag +share/apps/quanta/tags/php/mysql_close.tag +share/apps/quanta/tags/php/mysql_connect.tag +share/apps/quanta/tags/php/mysql_create_db.tag +share/apps/quanta/tags/php/mysql_data_seek.tag +share/apps/quanta/tags/php/mysql_db_name.tag +share/apps/quanta/tags/php/mysql_db_query.tag +share/apps/quanta/tags/php/mysql_drop_db.tag +share/apps/quanta/tags/php/mysql_errno.tag +share/apps/quanta/tags/php/mysql_error.tag +share/apps/quanta/tags/php/mysql_escape_string.tag +share/apps/quanta/tags/php/mysql_fetch_array.tag +share/apps/quanta/tags/php/mysql_fetch_assoc.tag +share/apps/quanta/tags/php/mysql_fetch_field.tag +share/apps/quanta/tags/php/mysql_fetch_lengths.tag +share/apps/quanta/tags/php/mysql_fetch_object.tag +share/apps/quanta/tags/php/mysql_fetch_row.tag +share/apps/quanta/tags/php/mysql_field_flags.tag +share/apps/quanta/tags/php/mysql_field_len.tag +share/apps/quanta/tags/php/mysql_field_name.tag +share/apps/quanta/tags/php/mysql_field_seek.tag +share/apps/quanta/tags/php/mysql_field_table.tag +share/apps/quanta/tags/php/mysql_field_type.tag +share/apps/quanta/tags/php/mysql_free_result.tag +share/apps/quanta/tags/php/mysql_get_client_info.tag +share/apps/quanta/tags/php/mysql_get_host_info.tag +share/apps/quanta/tags/php/mysql_get_proto_info.tag +share/apps/quanta/tags/php/mysql_get_server_info.tag +share/apps/quanta/tags/php/mysql_info.tag +share/apps/quanta/tags/php/mysql_insert_id.tag +share/apps/quanta/tags/php/mysql_list_dbs.tag +share/apps/quanta/tags/php/mysql_list_fields.tag +share/apps/quanta/tags/php/mysql_list_processes.tag +share/apps/quanta/tags/php/mysql_list_tables.tag +share/apps/quanta/tags/php/mysql_num_fields.tag +share/apps/quanta/tags/php/mysql_num_rows.tag +share/apps/quanta/tags/php/mysql_pconnect.tag +share/apps/quanta/tags/php/mysql_ping.tag +share/apps/quanta/tags/php/mysql_query.tag +share/apps/quanta/tags/php/mysql_real_escape_string.tag +share/apps/quanta/tags/php/mysql_result.tag +share/apps/quanta/tags/php/mysql_select_db.tag +share/apps/quanta/tags/php/mysql_stat.tag +share/apps/quanta/tags/php/mysql_tablename.tag +share/apps/quanta/tags/php/mysql_thread_id.tag +share/apps/quanta/tags/php/mysql_unbuffered_query.tag +share/apps/quanta/tags/php/natcasesort.tag +share/apps/quanta/tags/php/natsort.tag +share/apps/quanta/tags/php/next.tag +share/apps/quanta/tags/php/ncurses_addch.tag +share/apps/quanta/tags/php/ncurses_addchnstr.tag +share/apps/quanta/tags/php/ncurses_addchstr.tag +share/apps/quanta/tags/php/ncurses_addnstr.tag +share/apps/quanta/tags/php/ncurses_addstr.tag +share/apps/quanta/tags/php/ncurses_assume_default_colors.tag +share/apps/quanta/tags/php/ncurses_attroff.tag +share/apps/quanta/tags/php/ncurses_attron.tag +share/apps/quanta/tags/php/ncurses_attrset.tag +share/apps/quanta/tags/php/ncurses_baudrate.tag +share/apps/quanta/tags/php/ncurses_beep.tag +share/apps/quanta/tags/php/ncurses_bkgd.tag +share/apps/quanta/tags/php/ncurses_bkgdset.tag +share/apps/quanta/tags/php/ncurses_border.tag +share/apps/quanta/tags/php/ncurses_can_change_color.tag +share/apps/quanta/tags/php/ncurses_cbreak.tag +share/apps/quanta/tags/php/ncurses_end.tag +share/apps/quanta/tags/php/ncurses_clear.tag +share/apps/quanta/tags/php/ncurses_clrtobot.tag +share/apps/quanta/tags/php/ncurses_clrtoeol.tag +share/apps/quanta/tags/php/ncurses_color_set.tag +share/apps/quanta/tags/php/ncurses_curs_set.tag +share/apps/quanta/tags/php/ncurses_def_prog_mode.tag +share/apps/quanta/tags/php/ncurses_def_shell_mode.tag +share/apps/quanta/tags/php/ncurses_define_key.tag +share/apps/quanta/tags/php/ncurses_delay_output.tag +share/apps/quanta/tags/php/ncurses_delch.tag +share/apps/quanta/tags/php/ncurses_deleteln.tag +share/apps/quanta/tags/php/ncurses_delwin.tag +share/apps/quanta/tags/php/ncurses_doupdate.tag +share/apps/quanta/tags/php/ncurses_echo.tag +share/apps/quanta/tags/php/ncurses_echochar.tag +share/apps/quanta/tags/php/ncurses_erase.tag +share/apps/quanta/tags/php/ncurses_erasechar.tag +share/apps/quanta/tags/php/ncurses_filter.tag +share/apps/quanta/tags/php/ncurses_flash.tag +share/apps/quanta/tags/php/ncurses_flushinp.tag +share/apps/quanta/tags/php/ncurses_getch.tag +share/apps/quanta/tags/php/ncurses_getmouse.tag +share/apps/quanta/tags/php/ncurses_halfdelay.tag +share/apps/quanta/tags/php/ncurses_has_colors.tag +share/apps/quanta/tags/php/ncurses_has_ic.tag +share/apps/quanta/tags/php/ncurses_has_il.tag +share/apps/quanta/tags/php/ncurses_has_key.tag +share/apps/quanta/tags/php/ncurses_hline.tag +share/apps/quanta/tags/php/ncurses_inch.tag +share/apps/quanta/tags/php/ncurses_init.tag +share/apps/quanta/tags/php/ncurses_init_color.tag +share/apps/quanta/tags/php/ncurses_init_pair.tag +share/apps/quanta/tags/php/ncurses_insch.tag +share/apps/quanta/tags/php/ncurses_insdelln.tag +share/apps/quanta/tags/php/ncurses_insertln.tag +share/apps/quanta/tags/php/ncurses_insstr.tag +share/apps/quanta/tags/php/ncurses_instr.tag +share/apps/quanta/tags/php/ncurses_isendwin.tag +share/apps/quanta/tags/php/ncurses_keyok.tag +share/apps/quanta/tags/php/ncurses_killchar.tag +share/apps/quanta/tags/php/ncurses_longname.tag +share/apps/quanta/tags/php/ncurses_mouseinterval.tag +share/apps/quanta/tags/php/ncurses_mousemask.tag +share/apps/quanta/tags/php/ncurses_move.tag +share/apps/quanta/tags/php/ncurses_mvaddch.tag +share/apps/quanta/tags/php/ncurses_mvaddchnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddchstr.tag +share/apps/quanta/tags/php/ncurses_mvaddnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddstr.tag +share/apps/quanta/tags/php/pi.tag +share/apps/quanta/tags/php/ncurses_mvcur.tag +share/apps/quanta/tags/php/ncurses_mvdelch.tag +share/apps/quanta/tags/php/ncurses_mvgetch.tag +share/apps/quanta/tags/php/ncurses_mvhline.tag +share/apps/quanta/tags/php/ncurses_mvinch.tag +share/apps/quanta/tags/php/ncurses_mvvline.tag +share/apps/quanta/tags/php/ncurses_mvwaddstr.tag +share/apps/quanta/tags/php/ncurses_napms.tag +share/apps/quanta/tags/php/ncurses_newwin.tag +share/apps/quanta/tags/php/ncurses_nl.tag +share/apps/quanta/tags/php/ncurses_nocbreak.tag +share/apps/quanta/tags/php/ncurses_noecho.tag +share/apps/quanta/tags/php/ncurses_nonl.tag +share/apps/quanta/tags/php/ncurses_noqiflush.tag +share/apps/quanta/tags/php/ncurses_noraw.tag +share/apps/quanta/tags/php/ncurses_putp.tag +share/apps/quanta/tags/php/ncurses_qiflush.tag +share/apps/quanta/tags/php/ncurses_raw.tag +share/apps/quanta/tags/php/ncurses_refresh.tag +share/apps/quanta/tags/php/ncurses_resetty.tag +share/apps/quanta/tags/php/ncurses_savetty.tag +share/apps/quanta/tags/php/ncurses_scr_dump.tag +share/apps/quanta/tags/php/ncurses_scr_init.tag +share/apps/quanta/tags/php/ncurses_scr_restore.tag +share/apps/quanta/tags/php/ncurses_scr_set.tag +share/apps/quanta/tags/php/ncurses_scrl.tag +share/apps/quanta/tags/php/ncurses_slk_attr.tag +share/apps/quanta/tags/php/ncurses_slk_attroff.tag +share/apps/quanta/tags/php/ncurses_slk_attron.tag +share/apps/quanta/tags/php/ncurses_slk_attrset.tag +share/apps/quanta/tags/php/ncurses_slk_clear.tag +share/apps/quanta/tags/php/ncurses_slk_color.tag +share/apps/quanta/tags/php/ncurses_slk_init.tag +share/apps/quanta/tags/php/ncurses_slk_noutrefresh.tag +share/apps/quanta/tags/php/pos.tag +share/apps/quanta/tags/php/ncurses_slk_refresh.tag +share/apps/quanta/tags/php/ncurses_slk_restore.tag +share/apps/quanta/tags/php/ncurses_slk_touch.tag +share/apps/quanta/tags/php/ncurses_standend.tag +share/apps/quanta/tags/php/ncurses_standout.tag +share/apps/quanta/tags/php/ncurses_start_color.tag +share/apps/quanta/tags/php/ncurses_termattrs.tag +share/apps/quanta/tags/php/ncurses_termname.tag +share/apps/quanta/tags/php/ncurses_timeout.tag +share/apps/quanta/tags/php/ncurses_typeahead.tag +share/apps/quanta/tags/php/ncurses_ungetch.tag +share/apps/quanta/tags/php/ncurses_ungetmouse.tag +share/apps/quanta/tags/php/ncurses_use_default_colors.tag +share/apps/quanta/tags/php/ncurses_use_env.tag +share/apps/quanta/tags/php/ncurses_use_extended_names.tag +share/apps/quanta/tags/php/ncurses_vidattr.tag +share/apps/quanta/tags/php/ncurses_vline.tag +share/apps/quanta/tags/php/ncurses_wrefresh.tag +share/apps/quanta/tags/php/ngettext.tag +share/apps/quanta/tags/php/nl2br.tag +share/apps/quanta/tags/php/nl_langinfo.tag +share/apps/quanta/tags/php/notes_body.tag +share/apps/quanta/tags/php/notes_copy_db.tag +share/apps/quanta/tags/php/notes_create_db.tag +share/apps/quanta/tags/php/notes_create_note.tag +share/apps/quanta/tags/php/notes_drop_db.tag +share/apps/quanta/tags/php/notes_find_note.tag +share/apps/quanta/tags/php/notes_header_info.tag +share/apps/quanta/tags/php/notes_list_msgs.tag +share/apps/quanta/tags/php/notes_mark_read.tag +share/apps/quanta/tags/php/notes_mark_unread.tag +share/apps/quanta/tags/php/notes_nav_create.tag +share/apps/quanta/tags/php/notes_search.tag +share/apps/quanta/tags/php/notes_unread.tag +share/apps/quanta/tags/php/notes_version.tag +share/apps/quanta/tags/php/number_format.tag +share/apps/quanta/tags/php/ob_clean.tag +share/apps/quanta/tags/php/ob_end_clean.tag +share/apps/quanta/tags/php/ob_end_flush.tag +share/apps/quanta/tags/php/ob_flush.tag +share/apps/quanta/tags/php/ob_get_contents.tag +share/apps/quanta/tags/php/ob_get_length.tag +share/apps/quanta/tags/php/ob_get_level.tag +share/apps/quanta/tags/php/ob_get_status.tag +share/apps/quanta/tags/php/ob_gzhandler.tag +share/apps/quanta/tags/php/ob_iconv_handler.tag +share/apps/quanta/tags/php/ob_implicit_flush.tag +share/apps/quanta/tags/php/ob_start.tag +share/apps/quanta/tags/php/object_aggregation.tag +share/apps/quanta/tags/php/objectbyanchor.tag +share/apps/quanta/tags/php/octdec.tag +share/apps/quanta/tags/php/odbc_autocommit.tag +share/apps/quanta/tags/php/pow.tag +share/apps/quanta/tags/php/odbc_binmode.tag +share/apps/quanta/tags/php/odbc_close.tag +share/apps/quanta/tags/php/odbc_close_all.tag +share/apps/quanta/tags/php/odbc_columnprivileges.tag +share/apps/quanta/tags/php/odbc_columns.tag +share/apps/quanta/tags/php/odbc_commit.tag +share/apps/quanta/tags/php/odbc_connect.tag +share/apps/quanta/tags/php/odbc_cursor.tag +share/apps/quanta/tags/php/odbc_data_source.tag +share/apps/quanta/tags/php/odbc_do.tag +share/apps/quanta/tags/php/odbc_error.tag +share/apps/quanta/tags/php/odbc_errormsg.tag +share/apps/quanta/tags/php/odbc_exec.tag +share/apps/quanta/tags/php/odbc_execute.tag +share/apps/quanta/tags/php/odbc_fetch_array.tag +share/apps/quanta/tags/php/odbc_fetch_into.tag +share/apps/quanta/tags/php/odbc_fetch_object.tag +share/apps/quanta/tags/php/odbc_fetch_row.tag +share/apps/quanta/tags/php/sin.tag +share/apps/quanta/tags/php/odbc_field_len.tag +share/apps/quanta/tags/php/odbc_field_name.tag +share/apps/quanta/tags/php/odbc_field_num.tag +share/apps/quanta/tags/php/odbc_field_precision.tag +share/apps/quanta/tags/php/odbc_field_scale.tag +share/apps/quanta/tags/php/odbc_field_type.tag +share/apps/quanta/tags/php/odbc_foreignkeys.tag +share/apps/quanta/tags/php/odbc_free_result.tag +share/apps/quanta/tags/php/odbc_gettypeinfo.tag +share/apps/quanta/tags/php/odbc_longreadlen.tag +share/apps/quanta/tags/php/odbc_next_result.tag +share/apps/quanta/tags/php/odbc_num_fields.tag +share/apps/quanta/tags/php/odbc_num_rows.tag +share/apps/quanta/tags/php/odbc_pconnect.tag +share/apps/quanta/tags/php/odbc_prepare.tag +share/apps/quanta/tags/php/odbc_primarykeys.tag +share/apps/quanta/tags/php/odbc_procedures.tag +share/apps/quanta/tags/php/odbc_procedurecolumns.tag +share/apps/quanta/tags/php/odbc_result.tag +share/apps/quanta/tags/php/odbc_result_all.tag +share/apps/quanta/tags/php/odbc_rollback.tag +share/apps/quanta/tags/php/odbc_setoption.tag +share/apps/quanta/tags/php/odbc_specialcolumns.tag +share/apps/quanta/tags/php/odbc_statistics.tag +share/apps/quanta/tags/php/odbc_tableprivileges.tag +share/apps/quanta/tags/php/odbc_tables.tag +share/apps/quanta/tags/php/opendir.tag +share/apps/quanta/tags/php/openlog.tag +share/apps/quanta/tags/php/openssl_csr_export.tag +share/apps/quanta/tags/php/openssl_csr_export_to_file.tag +share/apps/quanta/tags/php/openssl_csr_new.tag +share/apps/quanta/tags/php/openssl_csr_sign.tag +share/apps/quanta/tags/php/openssl_error_string.tag +share/apps/quanta/tags/php/openssl_free_key.tag +share/apps/quanta/tags/php/openssl_get_privatekey.tag +share/apps/quanta/tags/php/openssl_get_publickey.tag +share/apps/quanta/tags/php/openssl_open.tag +share/apps/quanta/tags/php/openssl_pkcs7_decrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_encrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_sign.tag +share/apps/quanta/tags/php/openssl_pkcs7_verify.tag +share/apps/quanta/tags/php/openssl_pkey_export.tag +share/apps/quanta/tags/php/openssl_pkey_export_to_file.tag +share/apps/quanta/tags/php/openssl_pkey_new.tag +share/apps/quanta/tags/php/openssl_private_decrypt.tag +share/apps/quanta/tags/php/openssl_private_encrypt.tag +share/apps/quanta/tags/php/openssl_public_decrypt.tag +share/apps/quanta/tags/php/openssl_public_encrypt.tag +share/apps/quanta/tags/php/ora_bind.tag +share/apps/quanta/tags/php/openssl_seal.tag +share/apps/quanta/tags/php/openssl_sign.tag +share/apps/quanta/tags/php/openssl_verify.tag +share/apps/quanta/tags/php/openssl_x509_check_private_key.tag +share/apps/quanta/tags/php/openssl_x509_checkpurpose.tag +share/apps/quanta/tags/php/openssl_x509_export.tag +share/apps/quanta/tags/php/openssl_x509_export_to_file.tag +share/apps/quanta/tags/php/openssl_x509_free.tag +share/apps/quanta/tags/php/openssl_x509_parse.tag +share/apps/quanta/tags/php/openssl_x509_read.tag +share/apps/quanta/tags/php/ora_close.tag +share/apps/quanta/tags/php/ora_commit.tag +share/apps/quanta/tags/php/ora_commitoff.tag +share/apps/quanta/tags/php/ora_commiton.tag +share/apps/quanta/tags/php/ora_do.tag +share/apps/quanta/tags/php/ora_exec.tag +share/apps/quanta/tags/php/ora_fetch.tag +share/apps/quanta/tags/php/ora_fetch_into.tag +share/apps/quanta/tags/php/ora_getcolumn.tag +share/apps/quanta/tags/php/ora_logoff.tag +share/apps/quanta/tags/php/ora_logon.tag +share/apps/quanta/tags/php/ora_numcols.tag +share/apps/quanta/tags/php/ora_numrows.tag +share/apps/quanta/tags/php/ora_open.tag +share/apps/quanta/tags/php/ora_parse.tag +share/apps/quanta/tags/php/ora_plogon.tag +share/apps/quanta/tags/php/ora_rollback.tag +share/apps/quanta/tags/php/overload.tag +share/apps/quanta/tags/php/ovrimos_close.tag +share/apps/quanta/tags/php/ovrimos_commit.tag +share/apps/quanta/tags/php/ovrimos_connect.tag +share/apps/quanta/tags/php/ovrimos_cursor.tag +share/apps/quanta/tags/php/ovrimos_exec.tag +share/apps/quanta/tags/php/ovrimos_execute.tag +share/apps/quanta/tags/php/ovrimos_fetch_into.tag +share/apps/quanta/tags/php/ovrimos_fetch_row.tag +share/apps/quanta/tags/php/ovrimos_field_len.tag +share/apps/quanta/tags/php/ovrimos_field_name.tag +share/apps/quanta/tags/php/ovrimos_field_num.tag +share/apps/quanta/tags/php/ovrimos_field_type.tag +share/apps/quanta/tags/php/ovrimos_free_result.tag +share/apps/quanta/tags/php/ovrimos_longreadlen.tag +share/apps/quanta/tags/php/ovrimos_num_fields.tag +share/apps/quanta/tags/php/ovrimos_num_rows.tag +share/apps/quanta/tags/php/ovrimos_prepare.tag +share/apps/quanta/tags/php/ovrimos_result.tag +share/apps/quanta/tags/php/ovrimos_result_all.tag +share/apps/quanta/tags/php/ovrimos_rollback.tag +share/apps/quanta/tags/php/pack.tag +share/apps/quanta/tags/php/parents.tag +share/apps/quanta/tags/php/parse_ini_file.tag +share/apps/quanta/tags/php/parse_str.tag +share/apps/quanta/tags/php/parse_url.tag +share/apps/quanta/tags/php/pclose.tag +share/apps/quanta/tags/php/passthru.tag +share/apps/quanta/tags/php/pathinfo.tag +share/apps/quanta/tags/php/pcntl_exec.tag +share/apps/quanta/tags/php/pcntl_fork.tag +share/apps/quanta/tags/php/pcntl_signal.tag +share/apps/quanta/tags/php/pcntl_waitpid.tag +share/apps/quanta/tags/php/pcntl_wexitstatus.tag +share/apps/quanta/tags/php/pcntl_wifexited.tag +share/apps/quanta/tags/php/pcntl_wifsignaled.tag +share/apps/quanta/tags/php/pcntl_wifstopped.tag +share/apps/quanta/tags/php/pcntl_wstopsig.tag +share/apps/quanta/tags/php/pcntl_wtermsig.tag +share/apps/quanta/tags/php/pdf_add_bookmark.tag +share/apps/quanta/tags/php/pdf_add_launchlink.tag +share/apps/quanta/tags/php/pdf_add_locallink.tag +share/apps/quanta/tags/php/pdf_add_note.tag +share/apps/quanta/tags/php/pdf_add_pdflink.tag +share/apps/quanta/tags/php/pdf_add_weblink.tag +share/apps/quanta/tags/php/pdf_add_thumbnail.tag +share/apps/quanta/tags/php/pdf_arc.tag +share/apps/quanta/tags/php/pdf_attach_file.tag +share/apps/quanta/tags/php/pdf_begin_page.tag +share/apps/quanta/tags/php/pdf_begin_pattern.tag +share/apps/quanta/tags/php/pdf_begin_template.tag +share/apps/quanta/tags/php/pdf_circle.tag +share/apps/quanta/tags/php/pdf_clip.tag +share/apps/quanta/tags/php/pdf_close.tag +share/apps/quanta/tags/php/pdf_close_image.tag +share/apps/quanta/tags/php/pdf_close_pdi.tag +share/apps/quanta/tags/php/pdf_close_pdi_page.tag +share/apps/quanta/tags/php/pdf_closepath.tag +share/apps/quanta/tags/php/pdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/pdf_closepath_stroke.tag +share/apps/quanta/tags/php/pdf_concat.tag +share/apps/quanta/tags/php/pdf_continue_text.tag +share/apps/quanta/tags/php/pdf_new.tag +share/apps/quanta/tags/php/pdf_curveto.tag +share/apps/quanta/tags/php/pdf_delete.tag +share/apps/quanta/tags/php/pdf_end_page.tag +share/apps/quanta/tags/php/pdf_end_pattern.tag +share/apps/quanta/tags/php/pdf_end_template.tag +share/apps/quanta/tags/php/pdf_fill_stroke.tag +share/apps/quanta/tags/php/pdf_findfont.tag +share/apps/quanta/tags/php/pdf_get_buffer.tag +share/apps/quanta/tags/php/pdf_get_image_height.tag +share/apps/quanta/tags/php/pdf_get_image_width.tag +share/apps/quanta/tags/php/pdf_get_majorversion.tag +share/apps/quanta/tags/php/pdf_get_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_value.tag +share/apps/quanta/tags/php/pdf_get_value.tag +share/apps/quanta/tags/php/pdf_initgraphics.tag +share/apps/quanta/tags/php/pdf_lineto.tag +share/apps/quanta/tags/php/pdf_makespotcolor.tag +share/apps/quanta/tags/php/pdf_moveto.tag +share/apps/quanta/tags/php/pdf_open_CCITT.tag +share/apps/quanta/tags/php/pdf_open_file.tag +share/apps/quanta/tags/php/pdf_open_image.tag +share/apps/quanta/tags/php/pdf_open_image_file.tag +share/apps/quanta/tags/php/pdf_open_memory_image.tag +share/apps/quanta/tags/php/pdf_open_pdi.tag +share/apps/quanta/tags/php/pdf_open_pdi_page.tag +share/apps/quanta/tags/php/pdf_open_tiff.tag +share/apps/quanta/tags/php/pdf_place_image.tag +share/apps/quanta/tags/php/pdf_place_pdi_page.tag +share/apps/quanta/tags/php/pdf_rect.tag +share/apps/quanta/tags/php/pdf_restore.tag +share/apps/quanta/tags/php/pdf_rotate.tag +share/apps/quanta/tags/php/pdf_save.tag +share/apps/quanta/tags/php/pdf_scale.tag +share/apps/quanta/tags/php/pdf_set_border_color.tag +share/apps/quanta/tags/php/pdf_set_border_dash.tag +share/apps/quanta/tags/php/pdf_set_border_style.tag +share/apps/quanta/tags/php/pdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/pdf_set_info.tag +share/apps/quanta/tags/php/pdf_set_info_author.tag +share/apps/quanta/tags/php/pdf_set_info_creator.tag +share/apps/quanta/tags/php/pdf_set_info_keywords.tag +share/apps/quanta/tags/php/pdf_set_info_subject.tag +share/apps/quanta/tags/php/pdf_set_info_title.tag +share/apps/quanta/tags/php/pdf_set_text_pos.tag +share/apps/quanta/tags/php/pdf_set_value.tag +share/apps/quanta/tags/php/pdf_setcolor.tag +share/apps/quanta/tags/php/pdf_setdash.tag +share/apps/quanta/tags/php/pdf_setflat.tag +share/apps/quanta/tags/php/pdf_setfont.tag +share/apps/quanta/tags/php/pdf_setgray.tag +share/apps/quanta/tags/php/pdf_show.tag +share/apps/quanta/tags/php/pdf_setgray_fill.tag +share/apps/quanta/tags/php/pdf_setgray_stroke.tag +share/apps/quanta/tags/php/pdf_setlinecap.tag +share/apps/quanta/tags/php/pdf_setlinejoin.tag +share/apps/quanta/tags/php/pdf_setlinewidth.tag +share/apps/quanta/tags/php/pdf_setmatrix.tag +share/apps/quanta/tags/php/pdf_setmiterlimit.tag +share/apps/quanta/tags/php/pdf_setpolydash.tag +share/apps/quanta/tags/php/pdf_setrgbcolor.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/pdf_show_boxed.tag +share/apps/quanta/tags/php/pdf_show_xy.tag +share/apps/quanta/tags/php/pdf_skew.tag +share/apps/quanta/tags/php/pdf_stringwidth.tag +share/apps/quanta/tags/php/pdf_stroke.tag +share/apps/quanta/tags/php/pdf_translate.tag +share/apps/quanta/tags/php/tan.tag +share/apps/quanta/tags/php/pfpro_cleanup.tag +share/apps/quanta/tags/php/pfpro_init.tag +share/apps/quanta/tags/php/pfpro_process.tag +share/apps/quanta/tags/php/pfpro_process_raw.tag +share/apps/quanta/tags/php/pfpro_version.tag +share/apps/quanta/tags/php/pfsockopen.tag +share/apps/quanta/tags/php/pg_affected_rows.tag +share/apps/quanta/tags/php/pg_cancel_query.tag +share/apps/quanta/tags/php/pg_client_encoding.tag +share/apps/quanta/tags/php/pg_close.tag +share/apps/quanta/tags/php/pg_connect.tag +share/apps/quanta/tags/php/pg_connection_busy.tag +share/apps/quanta/tags/php/pg_connection_reset.tag +share/apps/quanta/tags/php/pg_connection_status.tag +share/apps/quanta/tags/php/pg_convert.tag +share/apps/quanta/tags/php/pg_copy_from.tag +share/apps/quanta/tags/php/pg_copy_to.tag +share/apps/quanta/tags/php/pg_dbname.tag +share/apps/quanta/tags/php/pg_delete.tag +share/apps/quanta/tags/php/pg_end_copy.tag +share/apps/quanta/tags/php/pg_escape_bytea.tag +share/apps/quanta/tags/php/pg_escape_string.tag +share/apps/quanta/tags/php/pg_fetch_array.tag +share/apps/quanta/tags/php/pg_fetch_object.tag +share/apps/quanta/tags/php/pg_fetch_result.tag +share/apps/quanta/tags/php/pg_fetch_row.tag +share/apps/quanta/tags/php/pg_field_is_null.tag +share/apps/quanta/tags/php/pg_field_name.tag +share/apps/quanta/tags/php/pg_field_num.tag +share/apps/quanta/tags/php/pg_field_prtlen.tag +share/apps/quanta/tags/php/pg_field_size.tag +share/apps/quanta/tags/php/pg_field_type.tag +share/apps/quanta/tags/php/pg_free_result.tag +share/apps/quanta/tags/php/pg_get_result.tag +share/apps/quanta/tags/php/pg_host.tag +share/apps/quanta/tags/php/pg_insert.tag +share/apps/quanta/tags/php/pg_port.tag +share/apps/quanta/tags/php/pg_last_error.tag +share/apps/quanta/tags/php/pg_last_notice.tag +share/apps/quanta/tags/php/pg_last_oid.tag +share/apps/quanta/tags/php/pg_lo_close.tag +share/apps/quanta/tags/php/pg_lo_create.tag +share/apps/quanta/tags/php/pg_lo_export.tag +share/apps/quanta/tags/php/pg_lo_import.tag +share/apps/quanta/tags/php/pg_lo_open.tag +share/apps/quanta/tags/php/pg_lo_read.tag +share/apps/quanta/tags/php/pg_lo_read_all.tag +share/apps/quanta/tags/php/pg_lo_seek.tag +share/apps/quanta/tags/php/pg_lo_tell.tag +share/apps/quanta/tags/php/pg_lo_unlink.tag +share/apps/quanta/tags/php/pg_lo_write.tag +share/apps/quanta/tags/php/pg_metadata.tag +share/apps/quanta/tags/php/pg_num_fields.tag +share/apps/quanta/tags/php/pg_num_rows.tag +share/apps/quanta/tags/php/pg_options.tag +share/apps/quanta/tags/php/pg_pconnect.tag +share/apps/quanta/tags/php/pg_put_line.tag +share/apps/quanta/tags/php/pg_query.tag +share/apps/quanta/tags/php/pg_result_error.tag +share/apps/quanta/tags/php/pg_result_status.tag +share/apps/quanta/tags/php/pg_select.tag +share/apps/quanta/tags/php/pg_send_query.tag +share/apps/quanta/tags/php/pg_set_client_encoding.tag +share/apps/quanta/tags/php/pg_trace.tag +share/apps/quanta/tags/php/pg_tty.tag +share/apps/quanta/tags/php/pg_untrace.tag +share/apps/quanta/tags/php/pg_update.tag +share/apps/quanta/tags/php/php_logo_guid.tag +share/apps/quanta/tags/php/php_sapi_name.tag +share/apps/quanta/tags/php/php_uname.tag +share/apps/quanta/tags/php/phpcredits.tag +share/apps/quanta/tags/php/phpinfo.tag +share/apps/quanta/tags/php/phpversion.tag +share/apps/quanta/tags/php/png2wbmp.tag +share/apps/quanta/tags/php/popen.tag +share/apps/quanta/tags/php/posix_ctermid.tag +share/apps/quanta/tags/php/posix_getcwd.tag +share/apps/quanta/tags/php/posix_getegid.tag +share/apps/quanta/tags/php/posix_geteuid.tag +share/apps/quanta/tags/php/posix_getgid.tag +share/apps/quanta/tags/php/posix_getgrgid.tag +share/apps/quanta/tags/php/posix_getgrnam.tag +share/apps/quanta/tags/php/posix_getgroups.tag +share/apps/quanta/tags/php/posix_getlogin.tag +share/apps/quanta/tags/php/posix_getpgid.tag +share/apps/quanta/tags/php/posix_getpgrp.tag +share/apps/quanta/tags/php/posix_getpid.tag +share/apps/quanta/tags/php/posix_getppid.tag +share/apps/quanta/tags/php/posix_getpwnam.tag +share/apps/quanta/tags/php/posix_getpwuid.tag +share/apps/quanta/tags/php/posix_getrlimit.tag +share/apps/quanta/tags/php/posix_getsid.tag +share/apps/quanta/tags/php/posix_getuid.tag +share/apps/quanta/tags/php/posix_isatty.tag +share/apps/quanta/tags/php/posix_kill.tag +share/apps/quanta/tags/php/posix_mkfifo.tag +share/apps/quanta/tags/php/posix_setegid.tag +share/apps/quanta/tags/php/posix_seteuid.tag +share/apps/quanta/tags/php/posix_setgid.tag +share/apps/quanta/tags/php/posix_setpgid.tag +share/apps/quanta/tags/php/posix_setsid.tag +share/apps/quanta/tags/php/posix_setuid.tag +share/apps/quanta/tags/php/posix_times.tag +share/apps/quanta/tags/php/posix_ttyname.tag +share/apps/quanta/tags/php/posix_uname.tag +share/apps/quanta/tags/php/preg_grep.tag +share/apps/quanta/tags/php/preg_match.tag +share/apps/quanta/tags/php/preg_match_all.tag +share/apps/quanta/tags/php/preg_quote.tag +share/apps/quanta/tags/php/preg_replace.tag +share/apps/quanta/tags/php/preg_replace_callback.tag +share/apps/quanta/tags/php/preg_split.tag +share/apps/quanta/tags/php/prev.tag +share/apps/quanta/tags/php/print_r.tag +share/apps/quanta/tags/php/printer_abort.tag +share/apps/quanta/tags/php/printer_close.tag +share/apps/quanta/tags/php/printer_create_brush.tag +share/apps/quanta/tags/php/printer_create_dc.tag +share/apps/quanta/tags/php/printer_create_font.tag +share/apps/quanta/tags/php/printer_create_pen.tag +share/apps/quanta/tags/php/printer_delete_brush.tag +share/apps/quanta/tags/php/printer_delete_dc.tag +share/apps/quanta/tags/php/printer_delete_font.tag +share/apps/quanta/tags/php/printer_delete_pen.tag +share/apps/quanta/tags/php/printer_draw_bmp.tag +share/apps/quanta/tags/php/printer_draw_chord.tag +share/apps/quanta/tags/php/printer_draw_elipse.tag +share/apps/quanta/tags/php/printer_draw_line.tag +share/apps/quanta/tags/php/printer_draw_pie.tag +share/apps/quanta/tags/php/printer_draw_text.tag +share/apps/quanta/tags/php/printer_draw_rectangle.tag +share/apps/quanta/tags/php/printer_draw_roundrect.tag +share/apps/quanta/tags/php/printer_end_doc.tag +share/apps/quanta/tags/php/printer_end_page.tag +share/apps/quanta/tags/php/printer_get_option.tag +share/apps/quanta/tags/php/printer_list.tag +share/apps/quanta/tags/php/printer_logical_fontheight.tag +share/apps/quanta/tags/php/printer_open.tag +share/apps/quanta/tags/php/printer_select_brush.tag +share/apps/quanta/tags/php/printer_select_font.tag +share/apps/quanta/tags/php/printer_select_pen.tag +share/apps/quanta/tags/php/printer_set_option.tag +share/apps/quanta/tags/php/printer_start_doc.tag +share/apps/quanta/tags/php/printer_start_page.tag +share/apps/quanta/tags/php/printer_write.tag +share/apps/quanta/tags/php/printf.tag +share/apps/quanta/tags/php/proc_close.tag +share/apps/quanta/tags/php/proc_open.tag +share/apps/quanta/tags/php/pspell_add_to_personal.tag +share/apps/quanta/tags/php/pspell_add_to_session.tag +share/apps/quanta/tags/php/pspell_check.tag +share/apps/quanta/tags/php/pspell_clear_session.tag +share/apps/quanta/tags/php/pspell_config_create.tag +share/apps/quanta/tags/php/pspell_config_ignore.tag +share/apps/quanta/tags/php/pspell_config_mode.tag +share/apps/quanta/tags/php/pspell_config_personal.tag +share/apps/quanta/tags/php/pspell_config_repl.tag +share/apps/quanta/tags/php/pspell_config_runtogether.tag +share/apps/quanta/tags/php/pspell_config_save_repl.tag +share/apps/quanta/tags/php/pspell_new.tag +share/apps/quanta/tags/php/pspell_new_config.tag +share/apps/quanta/tags/php/putenv.tag +share/apps/quanta/tags/php/pspell_new_personal.tag +share/apps/quanta/tags/php/pspell_save_wordlist.tag +share/apps/quanta/tags/php/pspell_store_replacement.tag +share/apps/quanta/tags/php/pspell_suggest.tag +share/apps/quanta/tags/php/qdom_error.tag +share/apps/quanta/tags/php/qdom_tree.tag +share/apps/quanta/tags/php/quoted_printable_decode.tag +share/apps/quanta/tags/php/quotemeta.tag +share/apps/quanta/tags/php/rad2deg.tag +share/apps/quanta/tags/php/rand.tag +share/apps/quanta/tags/php/range.tag +share/apps/quanta/tags/php/rawurldecode.tag +share/apps/quanta/tags/php/rawurlencode.tag +share/apps/quanta/tags/php/read.tag +share/apps/quanta/tags/php/readdir.tag +share/apps/quanta/tags/php/readfile.tag +share/apps/quanta/tags/php/readgzfile.tag +share/apps/quanta/tags/php/readline.tag +share/apps/quanta/tags/php/readline_add_history.tag +share/apps/quanta/tags/php/readline_clear_history.tag +share/apps/quanta/tags/php/readline_completion_function.tag +share/apps/quanta/tags/php/readline_info.tag +share/apps/quanta/tags/php/readline_list_history.tag +share/apps/quanta/tags/php/readline_read_history.tag +share/apps/quanta/tags/php/readline_write_history.tag +share/apps/quanta/tags/php/readlink.tag +share/apps/quanta/tags/php/realpath.tag +share/apps/quanta/tags/php/reason.tag +share/apps/quanta/tags/php/recode.tag +share/apps/quanta/tags/php/recode_file.tag +share/apps/quanta/tags/php/recode_string.tag +share/apps/quanta/tags/php/register_shutdown_function.tag +share/apps/quanta/tags/php/register_tick_function.tag +share/apps/quanta/tags/php/remove.tag +share/apps/quanta/tags/php/rename.tag +share/apps/quanta/tags/php/replace.tag +share/apps/quanta/tags/php/reset.tag +share/apps/quanta/tags/php/restore_error_handler.tag +share/apps/quanta/tags/php/rewind.tag +share/apps/quanta/tags/php/rewinddir.tag +share/apps/quanta/tags/php/rmdir.tag +share/apps/quanta/tags/php/round.tag +share/apps/quanta/tags/php/rsort.tag +share/apps/quanta/tags/php/rtrim.tag +share/apps/quanta/tags/php/sem_acquire.tag +share/apps/quanta/tags/php/sem_get.tag +share/apps/quanta/tags/php/sem_release.tag +share/apps/quanta/tags/php/sem_remove.tag +share/apps/quanta/tags/php/serialize.tag +share/apps/quanta/tags/php/sesam_affected_rows.tag +share/apps/quanta/tags/php/sesam_commit.tag +share/apps/quanta/tags/php/sesam_connect.tag +share/apps/quanta/tags/php/sesam_diagnostic.tag +share/apps/quanta/tags/php/sesam_disconnect.tag +share/apps/quanta/tags/php/sesam_errormsg.tag +share/apps/quanta/tags/php/sesam_execimm.tag +share/apps/quanta/tags/php/sesam_fetch_row.tag +share/apps/quanta/tags/php/sesam_fetch_array.tag +share/apps/quanta/tags/php/sesam_fetch_result.tag +share/apps/quanta/tags/php/sesam_field_array.tag +share/apps/quanta/tags/php/sesam_field_name.tag +share/apps/quanta/tags/php/sesam_free_result.tag +share/apps/quanta/tags/php/sesam_num_fields.tag +share/apps/quanta/tags/php/sesam_query.tag +share/apps/quanta/tags/php/sesam_rollback.tag +share/apps/quanta/tags/php/sesam_seek_row.tag +share/apps/quanta/tags/php/sesam_settransaction.tag +share/apps/quanta/tags/php/session_cache_expire.tag +share/apps/quanta/tags/php/session_cache_limiter.tag +share/apps/quanta/tags/php/session_decode.tag +share/apps/quanta/tags/php/session_destroy.tag +share/apps/quanta/tags/php/session_encode.tag +share/apps/quanta/tags/php/session_get_cookie_params.tag +share/apps/quanta/tags/php/session_id.tag +share/apps/quanta/tags/php/session_is_registered.tag +share/apps/quanta/tags/php/session_module_name.tag +share/apps/quanta/tags/php/session_name.tag +share/apps/quanta/tags/php/session_readonly.tag +share/apps/quanta/tags/php/session_register.tag +share/apps/quanta/tags/php/session_save_path.tag +share/apps/quanta/tags/php/session_set_cookie_params.tag +share/apps/quanta/tags/php/session_set_save_handler.tag +share/apps/quanta/tags/php/session_start.tag +share/apps/quanta/tags/php/session_unregister.tag +share/apps/quanta/tags/php/session_unset.tag +share/apps/quanta/tags/php/session_write_close.tag +share/apps/quanta/tags/php/set_error_handler.tag +share/apps/quanta/tags/php/set_file_buffer.tag +share/apps/quanta/tags/php/set_time_limit.tag +share/apps/quanta/tags/php/set_magic_quotes_runtime.tag +share/apps/quanta/tags/php/setcommitedversion.tag +share/apps/quanta/tags/php/setcookie.tag +share/apps/quanta/tags/php/setlocale.tag +share/apps/quanta/tags/php/settype.tag +share/apps/quanta/tags/php/shell_exec.tag +share/apps/quanta/tags/php/shm_attach.tag +share/apps/quanta/tags/php/shm_detach.tag +share/apps/quanta/tags/php/shm_get_var.tag +share/apps/quanta/tags/php/shm_put_var.tag +share/apps/quanta/tags/php/shm_remove.tag +share/apps/quanta/tags/php/shm_remove_var.tag +share/apps/quanta/tags/php/shmop_close.tag +share/apps/quanta/tags/php/shmop_delete.tag +share/apps/quanta/tags/php/shmop_open.tag +share/apps/quanta/tags/php/shmop_read.tag +share/apps/quanta/tags/php/shmop_size.tag +share/apps/quanta/tags/php/shmop_write.tag +share/apps/quanta/tags/php/show_source.tag +share/apps/quanta/tags/php/shuffle.tag +share/apps/quanta/tags/php/similar_text.tag +share/apps/quanta/tags/php/sinh.tag +share/apps/quanta/tags/php/sizeof.tag +share/apps/quanta/tags/php/sleep.tag +share/apps/quanta/tags/php/snmp_get_quick_print.tag +share/apps/quanta/tags/php/snmp_set_quick_print.tag +share/apps/quanta/tags/php/snmpget.tag +share/apps/quanta/tags/php/snmprealwalk.tag +share/apps/quanta/tags/php/snmpset.tag +share/apps/quanta/tags/php/snmpwalk.tag +share/apps/quanta/tags/php/snmpwalkoid.tag +share/apps/quanta/tags/php/socket_accept.tag +share/apps/quanta/tags/php/socket_bind.tag +share/apps/quanta/tags/php/socket_clear_error.tag +share/apps/quanta/tags/php/socket_close.tag +share/apps/quanta/tags/php/socket_connect.tag +share/apps/quanta/tags/php/socket_create.tag +share/apps/quanta/tags/php/socket_create_listen.tag +share/apps/quanta/tags/php/socket_create_pair.tag +share/apps/quanta/tags/php/socket_get_option.tag +share/apps/quanta/tags/php/socket_get_status.tag +share/apps/quanta/tags/php/socket_getpeername.tag +share/apps/quanta/tags/php/socket_getsockname.tag +share/apps/quanta/tags/php/socket_iovec_add.tag +share/apps/quanta/tags/php/socket_iovec_alloc.tag +share/apps/quanta/tags/php/socket_iovec_delete.tag +share/apps/quanta/tags/php/socket_iovec_fetch.tag +share/apps/quanta/tags/php/socket_iovec_free.tag +share/apps/quanta/tags/php/socket_iovec_set.tag +share/apps/quanta/tags/php/socket_last_error.tag +share/apps/quanta/tags/php/socket_listen.tag +share/apps/quanta/tags/php/socket_read.tag +share/apps/quanta/tags/php/socket_readv.tag +share/apps/quanta/tags/php/socket_recv.tag +share/apps/quanta/tags/php/socket_recvfrom.tag +share/apps/quanta/tags/php/socket_recvmsg.tag +share/apps/quanta/tags/php/socket_select.tag +share/apps/quanta/tags/php/socket_send.tag +share/apps/quanta/tags/php/socket_sendmsg.tag +share/apps/quanta/tags/php/socket_sendto.tag +share/apps/quanta/tags/php/socket_set_blocking.tag +share/apps/quanta/tags/php/socket_set_nonblock.tag +share/apps/quanta/tags/php/socket_set_option.tag +share/apps/quanta/tags/php/socket_set_timeout.tag +share/apps/quanta/tags/php/socket_shutdown.tag +share/apps/quanta/tags/php/socket_strerror.tag +share/apps/quanta/tags/php/socket_write.tag +share/apps/quanta/tags/php/socket_writev.tag +share/apps/quanta/tags/php/sort.tag +share/apps/quanta/tags/php/soundex.tag +share/apps/quanta/tags/php/split.tag +share/apps/quanta/tags/php/spliti.tag +share/apps/quanta/tags/php/sprintf.tag +share/apps/quanta/tags/php/sql_regcase.tag +share/apps/quanta/tags/php/sqrt.tag +share/apps/quanta/tags/php/srand.tag +share/apps/quanta/tags/php/srcanchors.tag +share/apps/quanta/tags/php/srcsofdst.tag +share/apps/quanta/tags/php/sscanf.tag +share/apps/quanta/tags/php/stat.tag +share/apps/quanta/tags/php/str_pad.tag +share/apps/quanta/tags/php/str_repeat.tag +share/apps/quanta/tags/php/str_replace.tag +share/apps/quanta/tags/php/str_rot13.tag +share/apps/quanta/tags/php/strcasecmp.tag +share/apps/quanta/tags/php/strchr.tag +share/apps/quanta/tags/php/strcmp.tag +share/apps/quanta/tags/php/strcoll.tag +share/apps/quanta/tags/php/strcspn.tag +share/apps/quanta/tags/php/strftime.tag +share/apps/quanta/tags/php/strip_tags.tag +share/apps/quanta/tags/php/stripcslashes.tag +share/apps/quanta/tags/php/stripslashes.tag +share/apps/quanta/tags/php/stristr.tag +share/apps/quanta/tags/php/strlen.tag +share/apps/quanta/tags/php/strnatcasecmp.tag +share/apps/quanta/tags/php/strnatcmp.tag +share/apps/quanta/tags/php/strncasecmp.tag +share/apps/quanta/tags/php/strncmp.tag +share/apps/quanta/tags/php/strpos.tag +share/apps/quanta/tags/php/strrchr.tag +share/apps/quanta/tags/php/strrev.tag +share/apps/quanta/tags/php/strrpos.tag +share/apps/quanta/tags/php/strspn.tag +share/apps/quanta/tags/php/strstr.tag +share/apps/quanta/tags/php/strtok.tag +share/apps/quanta/tags/php/strtolower.tag +share/apps/quanta/tags/php/strtotime.tag +share/apps/quanta/tags/php/strtoupper.tag +share/apps/quanta/tags/php/strtr.tag +share/apps/quanta/tags/php/strval.tag +share/apps/quanta/tags/php/substr.tag +share/apps/quanta/tags/php/substr_count.tag +share/apps/quanta/tags/php/substr_replace.tag +share/apps/quanta/tags/php/swf_actiongeturl.tag +share/apps/quanta/tags/php/swf_actiongotoframe.tag +share/apps/quanta/tags/php/swf_actiongotolabel.tag +share/apps/quanta/tags/php/swf_actionnextframe.tag +share/apps/quanta/tags/php/swf_actionplay.tag +share/apps/quanta/tags/php/swf_actionprevframe.tag +share/apps/quanta/tags/php/swf_actionsettarget.tag +share/apps/quanta/tags/php/swf_actionstop.tag +share/apps/quanta/tags/php/swf_actiontogglequality.tag +share/apps/quanta/tags/php/swf_actionwaitforframe.tag +share/apps/quanta/tags/php/swf_addbuttonrecord.tag +share/apps/quanta/tags/php/swf_addcolor.tag +share/apps/quanta/tags/php/swf_closefile.tag +share/apps/quanta/tags/php/swf_definebitmap.tag +share/apps/quanta/tags/php/swf_definefont.tag +share/apps/quanta/tags/php/swf_defineline.tag +share/apps/quanta/tags/php/swf_definepoly.tag +share/apps/quanta/tags/php/swf_definerect.tag +share/apps/quanta/tags/php/swf_definetext.tag +share/apps/quanta/tags/php/swf_endbutton.tag +share/apps/quanta/tags/php/swf_enddoaction.tag +share/apps/quanta/tags/php/swf_endshape.tag +share/apps/quanta/tags/php/swf_endsymbol.tag +share/apps/quanta/tags/php/swf_fontsize.tag +share/apps/quanta/tags/php/swf_fontslant.tag +share/apps/quanta/tags/php/swf_fonttracking.tag +share/apps/quanta/tags/php/swf_getbitmapinfo.tag +share/apps/quanta/tags/php/swf_getfontinfo.tag +share/apps/quanta/tags/php/swf_getframe.tag +share/apps/quanta/tags/php/swf_labelframe.tag +share/apps/quanta/tags/php/swf_lookat.tag +share/apps/quanta/tags/php/swf_modifyobject.tag +share/apps/quanta/tags/php/swf_mulcolor.tag +share/apps/quanta/tags/php/swf_nextid.tag +share/apps/quanta/tags/php/swf_oncondition.tag +share/apps/quanta/tags/php/swf_openfile.tag +share/apps/quanta/tags/php/swf_ortho.tag +share/apps/quanta/tags/php/swf_ortho2.tag +share/apps/quanta/tags/php/swf_perspective.tag +share/apps/quanta/tags/php/swf_placeobject.tag +share/apps/quanta/tags/php/swf_polarview.tag +share/apps/quanta/tags/php/swf_popmatrix.tag +share/apps/quanta/tags/php/swf_posround.tag +share/apps/quanta/tags/php/swf_pushmatrix.tag +share/apps/quanta/tags/php/swf_removeobject.tag +share/apps/quanta/tags/php/swf_rotate.tag +share/apps/quanta/tags/php/swf_scale.tag +share/apps/quanta/tags/php/swf_setfont.tag +share/apps/quanta/tags/php/swf_setframe.tag +share/apps/quanta/tags/php/swf_shapearc.tag +share/apps/quanta/tags/php/swf_shapecurveto.tag +share/apps/quanta/tags/php/swf_shapecurveto3.tag +share/apps/quanta/tags/php/swf_shapefillbitmapclip.tag +share/apps/quanta/tags/php/swf_shapefillbitmaptile.tag +share/apps/quanta/tags/php/swf_shapefilloff.tag +share/apps/quanta/tags/php/swf_shapefillsolid.tag +share/apps/quanta/tags/php/swf_shapelinesolid.tag +share/apps/quanta/tags/php/swf_shapelineto.tag +share/apps/quanta/tags/php/swf_shapemoveto.tag +share/apps/quanta/tags/php/swf_showframe.tag +share/apps/quanta/tags/php/swf_startbutton.tag +share/apps/quanta/tags/php/swf_startdoaction.tag +share/apps/quanta/tags/php/swf_startshape.tag +share/apps/quanta/tags/php/swf_startsymbol.tag +share/apps/quanta/tags/php/swf_textwidth.tag +share/apps/quanta/tags/php/swf_translate.tag +share/apps/quanta/tags/php/swf_viewport.tag +share/apps/quanta/tags/php/swfaction.tag +share/apps/quanta/tags/php/swfbitmap->getheight.tag +share/apps/quanta/tags/php/swfbitmap->getwidth.tag +share/apps/quanta/tags/php/swfbitmap.tag +share/apps/quanta/tags/php/swfbutton->addaction.tag +share/apps/quanta/tags/php/swfbutton->addshape.tag +share/apps/quanta/tags/php/swfbutton->setaction.tag +share/apps/quanta/tags/php/swfbutton->setdown.tag +share/apps/quanta/tags/php/swfbutton->sethit.tag +share/apps/quanta/tags/php/swfbutton->setover.tag +share/apps/quanta/tags/php/swfbutton->setup.tag +share/apps/quanta/tags/php/swfbutton.tag +share/apps/quanta/tags/php/swfbutton_keypress.tag +share/apps/quanta/tags/php/swfdisplayitem->addcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->move.tag +share/apps/quanta/tags/php/swfdisplayitem->moveto.tag +share/apps/quanta/tags/php/swfdisplayitem->multcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->remove.tag +share/apps/quanta/tags/php/swfdisplayitem->rotate.tag +share/apps/quanta/tags/php/swfdisplayitem->rotateto.tag +share/apps/quanta/tags/php/swfdisplayitem->scale.tag +share/apps/quanta/tags/php/swfdisplayitem.tag +share/apps/quanta/tags/php/swfdisplayitem->scaleto.tag +share/apps/quanta/tags/php/swfdisplayitem->setdepth.tag +share/apps/quanta/tags/php/swfdisplayitem->setname.tag +share/apps/quanta/tags/php/swfdisplayitem->setratio.tag +share/apps/quanta/tags/php/swfdisplayitem->skewx.tag +share/apps/quanta/tags/php/swfdisplayitem->skewxto.tag +share/apps/quanta/tags/php/swfdisplayitem->skewy.tag +share/apps/quanta/tags/php/swfdisplayitem->skewyto.tag +share/apps/quanta/tags/php/swffill->moveto.tag +share/apps/quanta/tags/php/swffill->rotateto.tag +share/apps/quanta/tags/php/swffill->scaleto.tag +share/apps/quanta/tags/php/swffill->skewxto.tag +share/apps/quanta/tags/php/swffill->skewyto.tag +share/apps/quanta/tags/php/swffont->getwidth.tag +share/apps/quanta/tags/php/swffont.tag +share/apps/quanta/tags/php/swfgradient->addentry.tag +share/apps/quanta/tags/php/swfgradient.tag +share/apps/quanta/tags/php/swfmorph->getshape1.tag +share/apps/quanta/tags/php/swfmorph->getshape2.tag +share/apps/quanta/tags/php/swfmorph.tag +share/apps/quanta/tags/php/swfmovie->add.tag +share/apps/quanta/tags/php/swfmovie->nextframe.tag +share/apps/quanta/tags/php/swfmovie->output.tag +share/apps/quanta/tags/php/swfmovie->remove.tag +share/apps/quanta/tags/php/swfmovie->save.tag +share/apps/quanta/tags/php/swfmovie->setbackground.tag +share/apps/quanta/tags/php/swfmovie->setdimension.tag +share/apps/quanta/tags/php/swfmovie->setframes.tag +share/apps/quanta/tags/php/swfmovie->setrate.tag +share/apps/quanta/tags/php/swfmovie->streammp3.tag +share/apps/quanta/tags/php/swfmovie.tag +share/apps/quanta/tags/php/swftext.tag +share/apps/quanta/tags/php/swfshape->addfill.tag +share/apps/quanta/tags/php/swfshape->drawcurve.tag +share/apps/quanta/tags/php/swfshape->drawcurveto.tag +share/apps/quanta/tags/php/swfshape->drawline.tag +share/apps/quanta/tags/php/swfshape->drawlineto.tag +share/apps/quanta/tags/php/swfshape->movepen.tag +share/apps/quanta/tags/php/swfshape->movepento.tag +share/apps/quanta/tags/php/swfshape->setleftfill.tag +share/apps/quanta/tags/php/swfshape->setline.tag +share/apps/quanta/tags/php/swfshape->setrightfill.tag +share/apps/quanta/tags/php/swfshape.tag +share/apps/quanta/tags/php/swfsprite->add.tag +share/apps/quanta/tags/php/swfsprite->nextframe.tag +share/apps/quanta/tags/php/swfsprite->remove.tag +share/apps/quanta/tags/php/swfsprite->setframes.tag +share/apps/quanta/tags/php/symlink.tag +share/apps/quanta/tags/php/swfsprite.tag +share/apps/quanta/tags/php/swftext->addstring.tag +share/apps/quanta/tags/php/swftext->moveto.tag +share/apps/quanta/tags/php/swftext->setcolor.tag +share/apps/quanta/tags/php/swftext->setfont.tag +share/apps/quanta/tags/php/swftext->setheight.tag +share/apps/quanta/tags/php/swftext->setspacing.tag +share/apps/quanta/tags/php/swftextfield->addstring.tag +share/apps/quanta/tags/php/swftextfield->align.tag +share/apps/quanta/tags/php/swftextfield->setbounds.tag +share/apps/quanta/tags/php/swftextfield->setcolor.tag +share/apps/quanta/tags/php/swftextfield->setfont.tag +share/apps/quanta/tags/php/swftextfield->setheight.tag +share/apps/quanta/tags/php/swftextfield->setindentation.tag +share/apps/quanta/tags/php/swftextfield->setleftmargin.tag +share/apps/quanta/tags/php/swftextfield->setlinespacing.tag +share/apps/quanta/tags/php/swftextfield->setmargins.tag +share/apps/quanta/tags/php/swftextfield->setname.tag +share/apps/quanta/tags/php/swftextfield->setrightmargin.tag +share/apps/quanta/tags/php/swftextfield.tag +share/apps/quanta/tags/php/sybase_affected_rows.tag +share/apps/quanta/tags/php/sybase_close.tag +share/apps/quanta/tags/php/sybase_connect.tag +share/apps/quanta/tags/php/sybase_data_seek.tag +share/apps/quanta/tags/php/sybase_fetch_array.tag +share/apps/quanta/tags/php/sybase_fetch_field.tag +share/apps/quanta/tags/php/sybase_fetch_object.tag +share/apps/quanta/tags/php/sybase_fetch_row.tag +share/apps/quanta/tags/php/sybase_field_seek.tag +share/apps/quanta/tags/php/sybase_free_result.tag +share/apps/quanta/tags/php/sybase_get_last_message.tag +share/apps/quanta/tags/php/sybase_min_client_severity.tag +share/apps/quanta/tags/php/sybase_min_error_severity.tag +share/apps/quanta/tags/php/sybase_min_message_severity.tag +share/apps/quanta/tags/php/sybase_min_server_severity.tag +share/apps/quanta/tags/php/sybase_num_fields.tag +share/apps/quanta/tags/php/sybase_num_rows.tag +share/apps/quanta/tags/php/sybase_pconnect.tag +share/apps/quanta/tags/php/sybase_query.tag +share/apps/quanta/tags/php/sybase_result.tag +share/apps/quanta/tags/php/sybase_select_db.tag +share/apps/quanta/tags/php/syslog.tag +share/apps/quanta/tags/php/system.tag +share/apps/quanta/tags/php/tanh.tag +share/apps/quanta/tags/php/tempnam.tag +share/apps/quanta/tags/php/textdomain.tag +share/apps/quanta/tags/php/time.tag +share/apps/quanta/tags/php/title.tag +share/apps/quanta/tags/php/tmpfile.tag +share/apps/quanta/tags/php/token_get_all.tag +share/apps/quanta/tags/php/token_name.tag +share/apps/quanta/tags/php/touch.tag +share/apps/quanta/tags/php/trigger_error.tag +share/apps/quanta/tags/php/trim.tag +share/apps/quanta/tags/php/type.tag +share/apps/quanta/tags/php/uasort.tag +share/apps/quanta/tags/php/ucfirst.tag +share/apps/quanta/tags/php/ucwords.tag +share/apps/quanta/tags/php/udm_add_search_limit.tag +share/apps/quanta/tags/php/udm_alloc_agent.tag +share/apps/quanta/tags/php/udm_api_version.tag +share/apps/quanta/tags/php/udm_cat_list.tag +share/apps/quanta/tags/php/udm_cat_path.tag +share/apps/quanta/tags/php/udm_check_charset.tag +share/apps/quanta/tags/php/udm_check_stored.tag +share/apps/quanta/tags/php/udm_clear_search_limits.tag +share/apps/quanta/tags/php/udm_crc32.tag +share/apps/quanta/tags/php/udm_close_stored.tag +share/apps/quanta/tags/php/udm_errno.tag +share/apps/quanta/tags/php/udm_error.tag +share/apps/quanta/tags/php/udm_find.tag +share/apps/quanta/tags/php/udm_free_agent.tag +share/apps/quanta/tags/php/udm_free_ispell_data.tag +share/apps/quanta/tags/php/udm_free_res.tag +share/apps/quanta/tags/php/udm_get_doc_count.tag +share/apps/quanta/tags/php/udm_get_res_field.tag +share/apps/quanta/tags/php/udm_get_res_param.tag +share/apps/quanta/tags/php/udm_load_ispell_data.tag +share/apps/quanta/tags/php/udm_open_stored.tag +share/apps/quanta/tags/php/udm_set_agent_param.tag +share/apps/quanta/tags/php/uksort.tag +share/apps/quanta/tags/php/umask.tag +share/apps/quanta/tags/php/uniqid.tag +share/apps/quanta/tags/php/unixtojd.tag +share/apps/quanta/tags/php/unlink.tag +share/apps/quanta/tags/php/unlock.tag +share/apps/quanta/tags/php/unpack.tag +share/apps/quanta/tags/php/unregister_tick_function.tag +share/apps/quanta/tags/php/unserialize.tag +share/apps/quanta/tags/php/unset.tag +share/apps/quanta/tags/php/urldecode.tag +share/apps/quanta/tags/php/urlencode.tag +share/apps/quanta/tags/php/user.tag +share/apps/quanta/tags/php/user_error.tag +share/apps/quanta/tags/php/userlist.tag +share/apps/quanta/tags/php/usleep.tag +share/apps/quanta/tags/php/usort.tag +share/apps/quanta/tags/php/utf8_decode.tag +share/apps/quanta/tags/php/utf8_encode.tag +share/apps/quanta/tags/php/value.tag +share/apps/quanta/tags/php/values.tag +share/apps/quanta/tags/php/var_dump.tag +share/apps/quanta/tags/php/var_export.tag +share/apps/quanta/tags/php/version_compare.tag +share/apps/quanta/tags/php/virtual.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain.tag +share/apps/quanta/tags/php/vpopmail_error.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_domain.tag +share/apps/quanta/tags/php/vpopmail_add_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_user.tag +share/apps/quanta/tags/php/vpopmail_alias_add.tag +share/apps/quanta/tags/php/vpopmail_alias_del.tag +share/apps/quanta/tags/php/vpopmail_alias_del_domain.tag +share/apps/quanta/tags/php/vpopmail_alias_get.tag +share/apps/quanta/tags/php/vpopmail_alias_get_all.tag +share/apps/quanta/tags/php/vpopmail_auth_user.tag +share/apps/quanta/tags/php/vpopmail_del_domain.tag +share/apps/quanta/tags/php/vpopmail_del_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_del_user.tag +share/apps/quanta/tags/php/vpopmail_passwd.tag +share/apps/quanta/tags/php/vpopmail_set_user_quota.tag +share/apps/quanta/tags/php/vprintf.tag +share/apps/quanta/tags/php/vsprintf.tag +share/apps/quanta/tags/php/w32api_deftype.tag +share/apps/quanta/tags/php/w32api_init_dtype.tag +share/apps/quanta/tags/php/w32api_invoke_function.tag +share/apps/quanta/tags/php/w32api_register_function.tag +share/apps/quanta/tags/php/w32api_set_call_method.tag +share/apps/quanta/tags/php/wddx_deserialize.tag +share/apps/quanta/tags/php/wddx_packet_end.tag +share/apps/quanta/tags/php/wddx_packet_start.tag +share/apps/quanta/tags/php/wddx_serialize_value.tag +share/apps/quanta/tags/php/wddx_serialize_vars.tag +share/apps/quanta/tags/php/wordwrap.tag +share/apps/quanta/tags/php/xml_error_string.tag +share/apps/quanta/tags/php/xml_get_current_byte_index.tag +share/apps/quanta/tags/php/xml_get_current_line_number.tag +share/apps/quanta/tags/php/xml_get_current_column_number.tag +share/apps/quanta/tags/php/xml_get_error_code.tag +share/apps/quanta/tags/php/xml_parse.tag +share/apps/quanta/tags/php/xml_parse_into_struct.tag +share/apps/quanta/tags/php/xml_parser_create.tag +share/apps/quanta/tags/php/xml_parser_create_ns.tag +share/apps/quanta/tags/php/xml_parser_free.tag +share/apps/quanta/tags/php/xml_parser_get_option.tag +share/apps/quanta/tags/php/xml_parser_set_option.tag +share/apps/quanta/tags/php/xml_set_character_data_handler.tag +share/apps/quanta/tags/php/xml_set_default_handler.tag +share/apps/quanta/tags/php/xml_set_element_handler.tag +share/apps/quanta/tags/php/xml_set_end_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_notation_decl_handler.tag +share/apps/quanta/tags/php/xml_set_external_entity_ref_handler.tag +share/apps/quanta/tags/php/xml_set_object.tag +share/apps/quanta/tags/php/xml_set_processing_instruction_handler.tag +share/apps/quanta/tags/php/xml_set_start_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_unparsed_entity_decl_handler.tag +share/apps/quanta/tags/php/xmlrpc_decode.tag +share/apps/quanta/tags/php/xmlrpc_decode_request.tag +share/apps/quanta/tags/php/xmlrpc_encode.tag +share/apps/quanta/tags/php/xmlrpc_encode_request.tag +share/apps/quanta/tags/php/xmlrpc_get_type.tag +share/apps/quanta/tags/php/xmlrpc_parse_method_descriptions.tag +share/apps/quanta/tags/php/xmlrpc_server_add_introspection_data.tag +share/apps/quanta/tags/php/xpath_eval.tag +share/apps/quanta/tags/php/xmlrpc_server_call_method.tag +share/apps/quanta/tags/php/xmlrpc_server_create.tag +share/apps/quanta/tags/php/xmlrpc_server_destroy.tag +share/apps/quanta/tags/php/xmlrpc_server_register_introspection_callback.tag +share/apps/quanta/tags/php/xmlrpc_server_register_method.tag +share/apps/quanta/tags/php/xmlrpc_set_type.tag +share/apps/quanta/tags/php/xpath_eval_expression.tag +share/apps/quanta/tags/php/xpath_new_context.tag +share/apps/quanta/tags/php/xptr_eval.tag +share/apps/quanta/tags/php/xptr_new_context.tag +share/apps/quanta/tags/php/xslt_create.tag +share/apps/quanta/tags/php/xslt_errno.tag +share/apps/quanta/tags/php/xslt_error.tag +share/apps/quanta/tags/php/xslt_free.tag +share/apps/quanta/tags/php/xslt_process.tag +share/apps/quanta/tags/php/yp_all.tag +share/apps/quanta/tags/php/xslt_set_base.tag +share/apps/quanta/tags/php/xslt_set_encoding.tag +share/apps/quanta/tags/php/xslt_set_error_handler.tag +share/apps/quanta/tags/php/xslt_set_log.tag +share/apps/quanta/tags/php/xslt_set_sax_handler.tag +share/apps/quanta/tags/php/xslt_set_sax_handlers.tag +share/apps/quanta/tags/php/xslt_set_scheme_handler.tag +share/apps/quanta/tags/php/xslt_set_scheme_handlers.tag +share/apps/quanta/tags/php/yaz_addinfo.tag +share/apps/quanta/tags/php/yaz_ccl_conf.tag +share/apps/quanta/tags/php/yaz_ccl_parse.tag +share/apps/quanta/tags/php/yaz_close.tag +share/apps/quanta/tags/php/yaz_connect.tag +share/apps/quanta/tags/php/yaz_database.tag +share/apps/quanta/tags/php/yaz_element.tag +share/apps/quanta/tags/php/yaz_errno.tag +share/apps/quanta/tags/php/yaz_error.tag +share/apps/quanta/tags/php/yaz_hits.tag +share/apps/quanta/tags/php/yaz_itemorder.tag +share/apps/quanta/tags/php/yaz_present.tag +share/apps/quanta/tags/php/yaz_range.tag +share/apps/quanta/tags/php/yaz_record.tag +share/apps/quanta/tags/php/yaz_scan.tag +share/apps/quanta/tags/php/yaz_scan_result.tag +share/apps/quanta/tags/php/yaz_search.tag +share/apps/quanta/tags/php/yaz_sort.tag +share/apps/quanta/tags/php/yaz_syntax.tag +share/apps/quanta/tags/php/yaz_wait.tag +share/apps/quanta/tags/php/yp_cat.tag +share/apps/quanta/tags/php/yp_err_string.tag +share/apps/quanta/tags/php/yp_errno.tag +share/apps/quanta/tags/php/yp_first.tag +share/apps/quanta/tags/php/yp_get_default_domain.tag +share/apps/quanta/tags/php/yp_master.tag +share/apps/quanta/tags/php/yp_match.tag +share/apps/quanta/tags/php/yp_next.tag +share/apps/quanta/tags/php/yp_order.tag +share/apps/quanta/tags/php/zend_logo_guid.tag +share/apps/quanta/tags/php/zend_version.tag +share/apps/quanta/tags/php/zip_close.tag +share/apps/quanta/tags/php/zip_entry_close.tag +share/apps/quanta/tags/php/zip_entry_compressedsize.tag +share/apps/quanta/tags/php/zip_entry_compressionmethod.tag +share/apps/quanta/tags/php/zip_entry_filesize.tag +share/apps/quanta/tags/php/zip_entry_name.tag +share/apps/quanta/tags/php/zip_entry_open.tag +share/apps/quanta/tags/php/zip_entry_read.tag +share/apps/quanta/tags/php/zip_open.tag +share/apps/quanta/tags/php/zip_read.tag +share/apps/quanta/toolbar/delete.png +share/apps/quanta/toolbar/empty1x16.png +share/apps/quanta/toolbar/java.png +share/apps/quanta/toolbar/mini-book1.png +share/apps/quanta/toolbar/mini-book2.png +share/apps/quanta/toolbar/mini-modules.png +share/apps/quanta/toolbar/quanta.png +share/apps/quanta/toolbar/save_small.png +share/apps/quanta/toolbar/tag_br_small.png +share/apps/quanta/toolbar/tag_font_small.png +share/apps/quanta/toolbar/tag_hr_small.png +share/apps/quanta/toolbar/empty16x16.png +share/apps/quanta/toolbar/back.png +share/apps/quanta/toolbar/ball.png +share/apps/quanta/toolbar/bookmark.png +share/apps/quanta/toolbar/check.png +share/apps/quanta/toolbar/close.png +share/apps/quanta/toolbar/color.png +share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/cut.png +share/apps/quanta/toolbar/date.png +share/apps/quanta/toolbar/new.png +share/apps/quanta/toolbar/div_center.png +share/apps/quanta/toolbar/div_justify.png +share/apps/quanta/toolbar/div_left.png +share/apps/quanta/toolbar/div_right.png +share/apps/quanta/toolbar/exit.png +share/apps/quanta/toolbar/find.png +share/apps/quanta/toolbar/findnext.png +share/apps/quanta/toolbar/font_dec.png +share/apps/quanta/toolbar/font_inc.png +share/apps/quanta/toolbar/form.png +share/apps/quanta/toolbar/forward.png +share/apps/quanta/toolbar/ftpclient.png +share/apps/quanta/toolbar/lineedit.png +share/apps/quanta/toolbar/linepas.png +share/apps/quanta/toolbar/open.png +share/apps/quanta/toolbar/openprj.png +share/apps/quanta/toolbar/options.png +share/apps/quanta/toolbar/output_win.png +share/apps/quanta/toolbar/paste.png +share/apps/quanta/toolbar/preview.png +share/apps/quanta/toolbar/print.png +share/apps/quanta/toolbar/quick_list.png +share/apps/quanta/toolbar/quick_start.png +share/apps/quanta/toolbar/quick_table.png +share/apps/quanta/toolbar/radio.png +share/apps/quanta/toolbar/redo.png +share/apps/quanta/toolbar/repaint.png +share/apps/quanta/toolbar/replace.png +share/apps/quanta/toolbar/reset.png +share/apps/quanta/toolbar/save.png +share/apps/quanta/toolbar/save_all.png +share/apps/quanta/toolbar/select.png +share/apps/quanta/toolbar/spellcheck.png +share/apps/quanta/toolbar/submit.png +share/apps/quanta/toolbar/table_data.png +share/apps/quanta/toolbar/table_head.png +share/apps/quanta/toolbar/tag_a.png +share/apps/quanta/toolbar/tag_bold.png +share/apps/quanta/toolbar/tag_br.png +share/apps/quanta/toolbar/tag_caption.png +share/apps/quanta/toolbar/tag_comm.png +share/apps/quanta/toolbar/tag_dd.png +share/apps/quanta/toolbar/tag_dl.png +share/apps/quanta/toolbar/tag_dt.png +share/apps/quanta/toolbar/tag_font.png +share/apps/quanta/toolbar/tag_font_base.png +share/apps/quanta/toolbar/tag_h1.png +share/apps/quanta/toolbar/tag_h2.png +share/apps/quanta/toolbar/tag_h3.png +share/apps/quanta/toolbar/tag_h4.png +share/apps/quanta/toolbar/tag_h5.png +share/apps/quanta/toolbar/tag_hr.png +share/apps/quanta/toolbar/tag_i.png +share/apps/quanta/toolbar/tag_image.png +share/apps/quanta/toolbar/tag_li.png +share/apps/quanta/toolbar/tag_mail.png +share/apps/quanta/toolbar/tag_menu.png +share/apps/quanta/toolbar/tag_nbsp.png +share/apps/quanta/toolbar/tag_ol.png +share/apps/quanta/toolbar/tag_p.png +share/apps/quanta/toolbar/tag_pre.png +share/apps/quanta/toolbar/tag_sub.png +share/apps/quanta/toolbar/tag_sup.png +share/apps/quanta/toolbar/tag_table.png +share/apps/quanta/toolbar/tag_table_row.png +share/apps/quanta/toolbar/tag_td.png +share/apps/quanta/toolbar/tag_th.png +share/apps/quanta/toolbar/tag_tr.png +share/apps/quanta/toolbar/tag_u.png +share/apps/quanta/toolbar/tag_ul.png +share/apps/quanta/toolbar/textarea.png +share/apps/quanta/toolbar/tree_win.png +share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/tag_table_body.png +share/apps/quanta/toolbar/tag_tbody.png +share/apps/quanta/toolbar/ftab.png +share/apps/quanta/toolbar/ptab.png +share/apps/quanta/toolbar/ttab.png +share/apps/quanta/toolbar/tag_misc.png +share/apps/quanta/toolbar/preview1.png +share/apps/quanta/toolbar/preview2.png +share/apps/quanta/toolbar/preview3.png +share/apps/quanta/toolbar/preview4.png +share/apps/quanta/toolbar/quantalogo.png +share/apps/quanta/toolbar/wiznewprjweb.png +share/apps/quanta/toolbar/wiznewprjglb.png +share/apps/quanta/toolbar/wiznewprjfin.png +share/apps/quanta/toolbar/wiznewprjloc.png +share/apps/quanta/templates/images/jpg/demo.jpg +share/apps/quanta/templates/images/png/demo.png +share/apps/quanta/templates/images/others/demo.tif +share/apps/quanta/templates/images/.dirinfo +share/apps/quanta/templates/text/scripts/demo.php +share/apps/quanta/templates/text/others/demo.txt +share/apps/quanta/templates/text/html/demo.html +share/apps/quanta/templates/text/.dirinfo +share/apps/quanta/templates/documents/html/demo.html +share/apps/quanta/templates/documents/others/demo.txt +share/apps/quanta/templates/documents/scripts/demo.script +share/apps/quanta/templates/documents/.dirinfo +share/apps/quanta/templates/binaries/images/jpg/demo.jpg +share/apps/quanta/templates/binaries/images/png/demo.png +share/apps/quanta/templates/binaries/others/demo.tif +share/apps/quanta/templates/binaries/others/demo.jpg +share/apps/quanta/templates/binaries/.dirinfo +share/apps/quanta/toolbars/default/fonts.toolbar.tgz +share/apps/quanta/toolbars/default/forms.toolbar.tgz +share/apps/quanta/toolbars/default/lists.toolbar.tgz +share/apps/quanta/toolbars/default/other.toolbar.tgz +share/apps/quanta/toolbars/default/standard.toolbar.tgz +share/apps/quanta/toolbars/default/tables.toolbar.tgz +share/apps/quanta/toolbars/docbook.toolbar.tgz +share/apps/quanta/toolbars/kde_docbook.toolbar.tgz +share/apps/quanta/actions.rc +share/apps/quanta/chars +share/apps/quanta/quantaui.rc share/icons/hicolor/16x16/apps/quanta.png share/icons/hicolor/22x22/apps/quanta.png share/icons/hicolor/32x32/apps/quanta.png share/icons/hicolor/48x48/apps/quanta.png +share/applnk/Development/quanta.desktop @dirrm share/doc/HTML/en/quanta -%%PORTDOCS%%@dirrm share/apps/quanta/doc/php -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics/med -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/tables -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/special -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/phrase -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/lists -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/head -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/frames -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/forms -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/fontstyle -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/entities -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/block -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/text -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/font -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/color-background -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/classification -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/box -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css -%%PORTDOCS%%share/apps/quanta/actions.rc -%%PORTDOCS%%share/apps/quanta/quantaui.rc -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@dirrm share/apps/quanta/toolbar -@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/doc/css/color-background +@dirrm share/apps/quanta/doc/css/font +@dirrm share/apps/quanta/doc/css/text +@dirrm share/apps/quanta/doc/css/classification +@dirrm share/apps/quanta/doc/css/box +@dirrm share/apps/quanta/doc/css +@dirrm share/apps/quanta/doc/html/special +@dirrm share/apps/quanta/doc/html/head +@dirrm share/apps/quanta/doc/html/html +@dirrm share/apps/quanta/doc/html/lists +@dirrm share/apps/quanta/doc/html/phrase +@dirrm share/apps/quanta/doc/html/frames +@dirrm share/apps/quanta/doc/html/tables +@dirrm share/apps/quanta/doc/html/entities +@dirrm share/apps/quanta/doc/html/fontstyle +@dirrm share/apps/quanta/doc/html/forms +@dirrm share/apps/quanta/doc/html/block +@dirrm share/apps/quanta/doc/html +@dirrm share/apps/quanta/doc/javascript/.pics/med +@dirrm share/apps/quanta/doc/javascript/.pics +@dirrm share/apps/quanta/doc/javascript +@dirrm share/apps/quanta/doc/php @dirrm share/apps/quanta/doc +@dirrm share/apps/quanta/tags/tagxml +@dirrm share/apps/quanta/tags/html +@dirrm share/apps/quanta/tags/php +@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/toolbar +@dirrm share/apps/quanta/templates/images/jpg +@dirrm share/apps/quanta/templates/images/png +@dirrm share/apps/quanta/templates/images/others +@dirrm share/apps/quanta/templates/images +@dirrm share/apps/quanta/templates/text/scripts +@dirrm share/apps/quanta/templates/text/others +@dirrm share/apps/quanta/templates/text/html +@dirrm share/apps/quanta/templates/text +@dirrm share/apps/quanta/templates/documents/html +@dirrm share/apps/quanta/templates/documents/others +@dirrm share/apps/quanta/templates/documents/scripts +@dirrm share/apps/quanta/templates/documents +@dirrm share/apps/quanta/templates/binaries/images/jpg +@dirrm share/apps/quanta/templates/binaries/images/png +@dirrm share/apps/quanta/templates/binaries/images +@dirrm share/apps/quanta/templates/binaries/others +@dirrm share/apps/quanta/templates/binaries +@dirrm share/apps/quanta/templates +@dirrm share/apps/quanta/toolbars/default +@dirrm share/apps/quanta/toolbars @dirrm share/apps/quanta -@dirrm lib/quanta/plugins -@dirrm lib/quanta diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 6aea9a176d1c..ef1075e6aa09 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -6,11 +6,12 @@ # PORTNAME= quanta -PORTVERSION= 2.0.1 +PORTVERSION= 3.0pr2a PORTEPOCH= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -24,28 +25,19 @@ MAINTAINER= jeremy@external.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_XPM= yes USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \ - --disable-closure -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.endif + --disable-closure \ + --enable-threads \ + --disable-debug USE_GMAKE= yes DOCS= css html javascript php -pre-configure: - @${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in - @${PERL} -pi -e "s@automake@automake14@g" ${WRKSRC}/configure - - -post-configure: - @${PERL} -pi -e "s@autoconf@autoconf213@g" ${WRKSRC}/Makefile - @${PERL} -pi -e "s@moc@moc2@g" ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) .for doc in ${DOCS} @@ -55,5 +47,5 @@ post-install: ${CHOWN} -R root:wheel ${PREFIX}/share/apps/quanta/doc find ${PREFIX}/share/apps/quanta/doc -type f | xargs ${CHMOD} 444 .endif - + .include <bsd.port.mk> diff --git a/www/quanta/distinfo b/www/quanta/distinfo index e70bdbd2f677..e8ec33c6b8fd 100644 --- a/www/quanta/distinfo +++ b/www/quanta/distinfo @@ -1,5 +1,5 @@ -MD5 (quanta-2.0.1.tar.bz2) = c2ea4c4a01fdc751375d033ada59a1dd -MD5 (css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 -MD5 (html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 -MD5 (javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 -MD5 (php.tar.bz2) = 8ae86e900874549c3749ee5940756817 +MD5 (quanta/quanta-3.0pr2a.tar.bz2) = 79aea6b9c13065a09da98cb07960d1e2 +MD5 (quanta/css.tar.bz2) = 9134a94af4c783c740cc0ad5806e4b51 +MD5 (quanta/html.tar.bz2) = 0cc3234c4b3df88d4115340ce05e0053 +MD5 (quanta/javascript.tar.bz2) = eea6e25a1c25af1f5a0c33e32e52c136 +MD5 (quanta/php.tar.bz2) = 8ae86e900874549c3749ee5940756817 diff --git a/www/quanta/files/patch-Makefile.in b/www/quanta/files/patch-Makefile.in deleted file mode 100644 index 9b25189c91c4..000000000000 --- a/www/quanta/files/patch-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in.orig Wed Dec 5 11:04:46 2001 -+++ Makefile.in Thu Jan 24 16:34:24 2002 -@@ -251,17 +251,14 @@ - cd $(top_srcdir) && $(AUTOMAKE) --gnu ./Makefile - cd $(top_srcdir) && perl admin/am_edit Makefile.in - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -- cd $(top_builddir) \ -- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -+Makefile: -+ ${ECHO} "" - - $(ACLOCAL_M4): configure.in acinclude.m4 - cd $(srcdir) && $(ACLOCAL) - --config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck --$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -- cd $(srcdir) && $(AUTOCONF) -+config.status: -+ @{ECHO} config.status patched - - config.h: stamp-h - @if test ! -f $@; then \ diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h b/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h deleted file mode 100644 index 521a0cb8d7c3..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/DbgSite.h.orig Thu Jan 24 17:01:33 2002 -+++ quanta/plugins/php4dbg/dbgbase/DbgSite.h Thu Jan 24 17:01:48 2002 -@@ -14,6 +14,7 @@ - #ifndef _DBGSITE_H_ - #define _DBGSITE_H_ - -+#include <sys/types.h> - #include <qobject.h> - #include "ListenerGlobals.h" - #include "RequestorBase.h" diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp b/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp deleted file mode 100644 index 7a69baa79f2c..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp.orig Thu Jan 24 17:09:23 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp Thu Jan 24 17:09:52 2002 -@@ -11,11 +11,13 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> -+#include <stdio.h> -+#include <assert.h> - #include "dbg_core.h" - #include "ListenerBase.h" - #include "ThreadBase.h" --#include <stdio.h> --#include <assert.h> -+ - - ListenerBase::~ListenerBase() { - DBGTRACE("ListenerBase::~ListenerBase\n"); diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp b/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp deleted file mode 100644 index efa09025f5c1..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp.orig Thu Jan 24 16:50:10 2002 -+++ quanta/plugins/php4dbg/dbgbase/ListenerGlobals.cpp Thu Jan 24 16:51:58 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include <stdarg.h> - #include <stdio.h> - #include "ListenerGlobals.h" -@@ -344,7 +345,7 @@ - ret_val = select(listen_socket + 1, &rset, NULL, NULL, &timeout); - if (ret_val>0) { - siz = sizeof(laddr); -- ret_val = accept(listen_socket, &laddr, &siz); -+ ret_val = accept(listen_socket, &laddr,(socklen_t *) &siz); - } - if (ret_val <= 0) { - return (ret_val) ? (-1) : (0); diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp b/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp deleted file mode 100644 index 3f2e2818e985..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp.orig Thu Jan 24 16:52:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp Thu Jan 24 16:52:44 2002 -@@ -11,6 +11,7 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "ThreadBase.h" - #include "ListenerGlobals.h" - #include "dbg_core.h" diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c b/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c deleted file mode 100644 index 669c0a7caaf3..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c +++ /dev/null @@ -1,13 +0,0 @@ ---- quanta/plugins/php4dbg/dbgbase/dbg_core.c.orig Thu Jan 24 16:53:35 2002 -+++ quanta/plugins/php4dbg/dbgbase/dbg_core.c Thu Jan 24 16:53:42 2002 -@@ -11,9 +11,9 @@ - the world-wide-web at http://dd.cron.ru/license - ***************************************************************************/ - -+#include <sys/types.h> - #include "dbg_core.h" - #include <string.h> --#include <malloc.h> - #include <stdlib.h> - - #ifdef DBG_USE_STDALLOCA diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::debugger.h b/www/quanta/files/patch-quanta::plugins::php4dgb::debugger.h deleted file mode 100644 index 8f4c3c346202..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::debugger.h +++ /dev/null @@ -1,10 +0,0 @@ ---- quanta/plugins/php4dbg/debugger.h.orig Thu Jan 24 17:22:31 2002 -+++ quanta/plugins/php4dbg/debugger.h Thu Jan 24 17:22:47 2002 -@@ -6,6 +6,7 @@ - #endif - - #include <qobject.h> -+#include <sys/types.h> - - class Listener; - class QSocketNotifier; diff --git a/www/quanta/files/patch-quanta::plugins::php4dgb::listener.cpp b/www/quanta/files/patch-quanta::plugins::php4dgb::listener.cpp deleted file mode 100644 index 4b16cefbb9d1..000000000000 --- a/www/quanta/files/patch-quanta::plugins::php4dgb::listener.cpp +++ /dev/null @@ -1,8 +0,0 @@ ---- quanta/plugins/php4dbg/listener.cpp.orig Thu Jan 24 17:27:25 2002 -+++ quanta/plugins/php4dbg/listener.cpp Thu Jan 24 17:27:41 2002 -@@ -1,4 +1,4 @@ -- -+#include <sys/types.h> - #include "listener.h" - - #include <stdarg.h> diff --git a/www/quanta/pkg-plist b/www/quanta/pkg-plist index a4db64f27276..e84988732fa4 100644 --- a/www/quanta/pkg-plist +++ b/www/quanta/pkg-plist @@ -1,1784 +1,4 @@ -share/apps/quanta/toolbar/wiznewprjweb.png -share/apps/quanta/toolbar/wiznewprjloc.png -share/apps/quanta/toolbar/wiznewprjglb.png -share/apps/quanta/toolbar/wiznewprjfin.png -share/apps/quanta/toolbar/undo.png -share/apps/quanta/toolbar/tree_win.png -share/apps/quanta/toolbar/textarea.png -share/apps/quanta/toolbar/tag_ul.png -share/apps/quanta/toolbar/tag_u.png -share/apps/quanta/toolbar/tag_tr.png -share/apps/quanta/toolbar/tag_th.png -share/apps/quanta/toolbar/tag_td.png -share/apps/quanta/toolbar/tag_tbody.png -share/apps/quanta/toolbar/tag_table_row.png -share/apps/quanta/toolbar/tag_table_body.png -share/apps/quanta/toolbar/tag_table.png -share/apps/quanta/toolbar/tag_sup.png -share/apps/quanta/toolbar/tag_sub.png -share/apps/quanta/toolbar/tag_pre.png -share/apps/quanta/toolbar/tag_p.png -share/apps/quanta/toolbar/tag_ol.png -share/apps/quanta/toolbar/tag_nbsp.png -share/apps/quanta/toolbar/tag_menu.png -share/apps/quanta/toolbar/tag_mail.png -share/apps/quanta/toolbar/tag_li.png -share/apps/quanta/toolbar/tag_image.png -share/apps/quanta/toolbar/tag_i.png -share/apps/quanta/toolbar/tag_hr_small.png -share/apps/quanta/toolbar/tag_hr.png -share/apps/quanta/toolbar/tag_h5.png -share/apps/quanta/toolbar/tag_h4.png -share/apps/quanta/toolbar/tag_h3.png -share/apps/quanta/toolbar/tag_h2.png -share/apps/quanta/toolbar/tag_h1.png -share/apps/quanta/toolbar/tag_font_small.png -share/apps/quanta/toolbar/tag_font_base.png -share/apps/quanta/toolbar/tag_font.png -share/apps/quanta/toolbar/tag_dt.png -share/apps/quanta/toolbar/tag_dl.png -share/apps/quanta/toolbar/tag_dd.png -share/apps/quanta/toolbar/tag_comm.png -share/apps/quanta/toolbar/tag_caption.png -share/apps/quanta/toolbar/tag_br_small.png -share/apps/quanta/toolbar/tag_br.png -share/apps/quanta/toolbar/tag_bold.png -share/apps/quanta/toolbar/tag_a.png -share/apps/quanta/toolbar/table_head.png -share/apps/quanta/toolbar/table_data.png -share/apps/quanta/toolbar/submit.png -share/apps/quanta/toolbar/spellcheck.png -share/apps/quanta/toolbar/select.png -share/apps/quanta/toolbar/save_small.png -share/apps/quanta/toolbar/save_all.png -share/apps/quanta/toolbar/save.png -share/apps/quanta/toolbar/reset.png -share/apps/quanta/toolbar/replace.png -share/apps/quanta/toolbar/repaint.png -share/apps/quanta/toolbar/redo.png -share/apps/quanta/toolbar/radio.png -share/apps/quanta/toolbar/quick_table.png -share/apps/quanta/toolbar/quick_start.png -share/apps/quanta/toolbar/quick_list.png -share/apps/quanta/toolbar/quantalogo.png -share/apps/quanta/toolbar/quanta.png -share/apps/quanta/toolbar/print.png -share/apps/quanta/toolbar/preview4.png -share/apps/quanta/toolbar/preview3.png -share/apps/quanta/toolbar/preview2.png -share/apps/quanta/toolbar/preview1.png -share/apps/quanta/toolbar/preview.png -share/apps/quanta/toolbar/paste.png -share/apps/quanta/toolbar/output_win.png -share/apps/quanta/toolbar/options.png -share/apps/quanta/toolbar/openprj.png -share/apps/quanta/toolbar/open.png -share/apps/quanta/toolbar/new.png -share/apps/quanta/toolbar/mini-modules.png -share/apps/quanta/toolbar/mini-book2.png -share/apps/quanta/toolbar/mini-book1.png -share/apps/quanta/toolbar/linepas.png -share/apps/quanta/toolbar/lineedit.png -share/apps/quanta/toolbar/java.png -share/apps/quanta/toolbar/ftpclient.png -share/apps/quanta/toolbar/forward.png -share/apps/quanta/toolbar/form.png -share/apps/quanta/toolbar/font_inc.png -share/apps/quanta/toolbar/font_dec.png -share/apps/quanta/toolbar/findnext.png -share/apps/quanta/toolbar/find.png -share/apps/quanta/toolbar/exit.png -share/apps/quanta/toolbar/empty1x16.png -share/apps/quanta/toolbar/empty16x16.png -share/apps/quanta/toolbar/div_right.png -share/apps/quanta/toolbar/div_left.png -share/apps/quanta/toolbar/div_justify.png -share/apps/quanta/toolbar/div_center.png -share/apps/quanta/toolbar/delete.png -share/apps/quanta/toolbar/date.png -share/apps/quanta/toolbar/cut.png -share/apps/quanta/toolbar/copy.png -share/apps/quanta/toolbar/color.png -share/apps/quanta/toolbar/close.png -share/apps/quanta/toolbar/check.png -share/apps/quanta/toolbar/bookmark.png -share/apps/quanta/toolbar/ball.png -share/apps/quanta/toolbar/back.png -share/apps/quanta/toolbar/ftab.png -share/apps/quanta/toolbar/ptab.png -share/apps/quanta/tags/ul.tag -share/apps/quanta/tags/tr.tag -share/apps/quanta/tags/thead.tag -share/apps/quanta/tags/th.tag -share/apps/quanta/tags/tfoot.tag -share/apps/quanta/tags/textarea.tag -share/apps/quanta/tags/td.tag -share/apps/quanta/tags/tbody.tag -share/apps/quanta/tags/table.tag -share/apps/quanta/tags/style.tag -share/apps/quanta/tags/select.tag -share/apps/quanta/tags/script.tag -share/apps/quanta/tags/p.tag -share/apps/quanta/tags/option.tag -share/apps/quanta/tags/ol.tag -share/apps/quanta/tags/meta.tag -share/apps/quanta/tags/link.tag -share/apps/quanta/tags/li.tag -share/apps/quanta/tags/isindex.tag -share/apps/quanta/tags/input.tag -share/apps/quanta/tags/html.tag -share/apps/quanta/tags/hr.tag -share/apps/quanta/tags/head.tag -share/apps/quanta/tags/h6.tag -share/apps/quanta/tags/h5.tag -share/apps/quanta/tags/h4.tag -share/apps/quanta/tags/h3.tag -share/apps/quanta/tags/h2.tag -share/apps/quanta/tags/h1.tag -share/apps/quanta/tags/frameset.tag -share/apps/quanta/tags/frame.tag -share/apps/quanta/tags/form.tag -share/apps/quanta/tags/font.tag -share/apps/quanta/tags/empty.tag -share/apps/quanta/tags/div.tag -share/apps/quanta/tags/br.tag -share/apps/quanta/tags/body.tag -share/apps/quanta/tags/blockquote.tag -share/apps/quanta/tags/big.tag -share/apps/quanta/tags/basefont.tag -share/apps/quanta/tags/base.tag -share/apps/quanta/tags/area.tag -share/apps/quanta/tags/a.tag -share/apps/quanta/tagdata.rc -share/apps/quanta/syntax.xml -share/apps/quanta/doc/quanta.docrc -share/apps/quanta/doc/quanta-dialog-xml.html -share/apps/quanta/doc/minilogo.jpg -share/apps/quanta/doc/head_bg.gif -share/apps/quanta/doc/documentation.html -share/applnk/Development/quanta.desktop -lib/quanta/plugins/weblint -lib/quanta/plugins/libftpclient.so.1 -lib/quanta/plugins/libftpclient.so -lib/quanta/plugins/libftpclient.la bin/quanta -%%PORTDOCS%%share/apps/quanta/doc/php/var.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.html -%%PORTDOCS%%share/apps/quanta/doc/php/security.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.zlib.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.xml.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.wddx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.vmailmgr.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.var.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.url.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sybase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.strings.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.snmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.session.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.sem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.regex.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.recode.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.posix.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pgsql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.pcre.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oracle.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.odbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.oci8.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.nis.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.network.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mysql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mssql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.misc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcrypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mcal.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.math.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ldap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.info.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.imap.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.image.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ifx.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ibase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.hyperwave.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.http.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.ftp.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filesystem.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.fdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbm.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dbase.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.dba.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.datetime.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.cpdf.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.calendar.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.bc.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.aspell.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/ref.apache.html -%%PORTDOCS%%share/apps/quanta/doc/php/preface.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel.html -%%PORTDOCS%%share/apps/quanta/doc/php/phpdevel-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/pcre.pattern.modifiers.html -%%PORTDOCS%%share/apps/quanta/doc/php/oop.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-while.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-truefalse.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-startendtags.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-other.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-if-endif.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-expr.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/migration-booleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/manual.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.variable.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.scope.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.predefined.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.variables.external.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.type-juggling.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.object.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.double.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.types.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.string.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.precedence.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.logical.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.increment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.execution.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.errorcontrol.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.comparison.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.bitwise.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.operators.assignment.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.expressions.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.constants.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/language.basic-syntax.comments.html -%%PORTDOCS%%share/apps/quanta/doc/php/langref.html -%%PORTDOCS%%share/apps/quanta/doc/php/introduction.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-whatcando.html -%%PORTDOCS%%share/apps/quanta/doc/php/intro-history.html -%%PORTDOCS%%share/apps/quanta/doc/php/installation.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-windows95-nt.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-unix.html -%%PORTDOCS%%share/apps/quanta/doc/php/install-problems.html -%%PORTDOCS%%share/apps/quanta/doc/php/getting-started.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.variable-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.returning-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.old-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/functions.arguments.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.zend-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-order.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-master.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-get-default-domain.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.yp-first.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-element-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-default-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-set-character-data-handler.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-set-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-get-option.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-free.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parser-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-error-code.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-line-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-column-number.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-get-current-byte-index.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.xml-error-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-serialize-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-packet-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-deserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.wddx-add-vars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-passwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-deluser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-delalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-adduser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.vm-addalias.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.virtual.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.var-dump.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.utf8-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.usleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.urldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unserialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unpack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.unlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uniqid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.umask.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucwords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ucfirst.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.uasort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.trim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.touch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.time.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tempnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.tan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.system.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.syslog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.symlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sybase-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.substr-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtoupper.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtolower.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strtok.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strstr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strrchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strpos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stristr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stripcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strip-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcspn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strchr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.strcasecmp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.str-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.stat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sprintf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.soundex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalkoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpwalk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmpget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-set-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.snmp-get-quick-print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sleep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sizeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.similar-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shuffle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-remove-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-put-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-get-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-detach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.shm-attach.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.settype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setlocale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.setcookie.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-time-limit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-socket-blocking.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.set-file-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-unregister.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-save-path.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-register.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-module-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-is-registered.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-destroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.session-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.serialize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-release.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.sem-acquire.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.round.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewinddir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.reset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.require.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.register-shutdown-function.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.recode-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readgzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.readdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurlencode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rawurldecode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.range.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quotemeta.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.quoted-printable-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.putenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.printf.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.print-r.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.prev.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-quote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-match-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.preg-grep.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-uname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ttyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-times.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-setgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-mkfifo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-kill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-isatty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getsid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getrlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpwnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getppid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getpgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getlogin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgroups.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrnam.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgrgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getgid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-geteuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getegid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-getcwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.posix-ctermid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.phpinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.php-logo-guid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-tty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-port.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-options.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lowrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-lounlink.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loreadall.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-locreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-loclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-host.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-getlastoid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldprtlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldnum.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fieldisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-errormessage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-cmdtuples.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pg-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pfsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-skew.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-show-boxed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-transition.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-parameter.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-info-author.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-duration.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-put-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-place-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-memory-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-open-gif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-get-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-execute-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-endpath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-end-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-close-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-begin-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.passthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-url.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.parse-str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ord.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-parse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-logoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-getcolumn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-errorcode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commiton.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commitoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-columnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ora-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.openlog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.opendir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-setoption.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-rollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-result-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-longreadlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-fetch-into.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-cursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-commit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-close-all.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-binmode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.odbc-autocommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.octdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocistatementtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociserverversion.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocirollback.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociplogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinumcols.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinlogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewdescriptor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocinewcursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocilogoff.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociinternaldebug.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreestatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifreecursor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchstatement.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetchinto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocifetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ociexecute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocierror.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocidefinebyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicommit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumntype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocicolumnisnull.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ocibindbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.number-format.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.nl2br.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.next.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-insert-id.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-field-flags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-lengths.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-db-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-change-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mysql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-srand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-rand.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mt-getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-message-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-min-error-severity.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-get-last-message.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-type.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-field-length.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mssql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-tablename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-selectdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-select-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-regcase.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numrows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listtables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-listdbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-tables.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-list-dbs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-freeresult.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldtable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldlen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fieldflags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-field-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-field.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-fetch-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dropdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-drop-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-dbname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-data-seek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-createdb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-create-db.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.msql-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.min.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.microtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-hash-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mhash-count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.metaphone.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.md5.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ofb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-key-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-get-block-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-ecb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-create-iv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cfb.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcrypt-cbc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-time-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-store-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-snooze.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-next-recurrence.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-events.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-list-alarms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-is-leap-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-start.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-description.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-class.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-category.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-set-alarm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-event-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-delete-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-days-in-month.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-year.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-day-of-week.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-valid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-date-compare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mcal-append-event.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.max.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ltrim.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.lstat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log10.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.linkinfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.leak.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-unbind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-read.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-next-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-modify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-del.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-mod-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-list.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-values-len.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-get-attributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-entry.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-first-attribute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-explode-dn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-errno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-err2str.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-dn2ufn.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-count-entries.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ldap-add.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ksort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.krsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.key.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.juliantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.join.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jewishtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojulian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtojewish.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtogregorian.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdtofrench.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jdmonthname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.jddayofweek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.isset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-writeable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-real.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-readable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-long.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-link.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-integer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-int.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-float.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-executable.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-double.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.is-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.iptcparse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.intval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.include.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.in-array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.implode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf8.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-utf7-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-unsubscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-undelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-uid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-subscribe.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-sort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-setflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-search.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-scanmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-write-address.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-reopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-renamemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-qprint.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-ping.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-recent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-num-msg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-msgno.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-move.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-mail-compose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-listmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-last-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-headers.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getsubscribed.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-getmailboxes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchstructure.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchheader.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetchbody.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-fetch-overview.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-expunge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-errors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-deletemailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-createmailbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-clearflag-full.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-body.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-binary.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-base64.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-append.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-alerts.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imap-8bit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettftext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagettfbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesx.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestringup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagestring.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagesetpixel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagerectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepstext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsfreefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsencodefont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepsbbox.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagepolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageloadfont.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imageinterlace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagegif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefontheight.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilltoborder.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledrectangle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefilledpolygon.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagefill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedestroy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagedashedline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreatefromgif.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecreate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecopyresized.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolortransparent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorstotal.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorsforindex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorset.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorresolve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorexact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorclosest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecolorallocate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagecharup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagechar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.imagearc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ignore-user-abort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-write-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-tell-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-seek-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-read-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-open-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-free-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-create-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifxus-close-slob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-update-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-textasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-nullformat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-htmltbl-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-getsqlca.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-get-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-free-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldtypes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fieldproperties.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-do.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-char.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-create-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-copy-blob.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-byteasvarchar.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ifx-affected-rows.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-timefmt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-prepare.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-num-fields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-result.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-free-query.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-row.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-fetch-object.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-execute.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ibase-bind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-who.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-unlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-root.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pipedocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-pconnect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-outputdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-objrec2array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-new-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-modifyobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-mapid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insertdocument.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-insdoc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-inscoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-info.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-incollections.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-identify.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getusername.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-gettext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremotechildren.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getremote.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparentsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getparents.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobjectbyquery.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchilddoccoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcollobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getchildcoll.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getandlock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchorsobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-getanchors.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-free-document.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-errormsg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-error.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-edittext.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentsetcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentcontent.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentbodytag.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-documentattributes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchorobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-docbyanchor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-deleteobject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-cp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-childrenobj.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-children.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hw-array2objrec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlspecialchars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.htmlentities.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.hexdec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.header.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gztell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzrewind.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzfile.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzeof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gzclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gregoriantojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmstrftime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmmktime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gmdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gettimeofday.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyport.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getservbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrusage.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getrandmax.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobynumber.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getprotobyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyuid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmypid.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmyinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getmxrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getlastmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getimagesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbynamel.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.gethostbyaddr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getenv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.getallheaders.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-meta-tags.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-html-translation-table.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-current-user.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-cfg-var.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.get-browser.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fwrite.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.function-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-num-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-args.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.func-get-arg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-systype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-size.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-site.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rmdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-rawlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-quit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pwd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-put.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-pasv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-nlist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mkdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-mdtm.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-login.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-get.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fput.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-fget.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-connect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftp-cdup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ftell.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fsockopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fseek.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.frenchtojd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fread.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fputs.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fpassthru.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flush.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.floor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.flock.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filetype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filesize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-rowcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-retrieve.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldtype.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filepro-fieldcount.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileperms.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileowner.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filemtime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileinode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filegroup.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.filectime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fileatime.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.file-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetss.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgets.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetcsv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fgetc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.feof.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-set-ap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-next-field-name.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-value.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-get-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.fclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extract.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.extension-loaded.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.explode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.exec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.escapeshellcmd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-reporting.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.error-log.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.eregi-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ereg-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.end.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.empty.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.echo.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-days.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.easter-date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.each.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.doubleval.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dl.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.diskfreespace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dirname.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.die.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.defined.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.define.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decoct.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dechex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.decbin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-on.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.debugger-off.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmreplace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmopen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmnextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbminsert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfirstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmfetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmexists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmdelete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbmclose.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dblist.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-replace-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-pack.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numrecords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-numfields.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-get-record-with-names.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-delete-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-create.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dbase-add-record.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-sync.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-replace.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-popen.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-optimize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-nextkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-insert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-firstkey.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-fetch.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-exists.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-delete.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.dba-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.date.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.current.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.crypt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-translate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-stringwidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-show-xy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinewidth.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinejoin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setlinecap.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setgray-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setflat.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-setdash.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-title.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rise.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-pos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-subject.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-page-animation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-leading.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-keywords.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-font.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-current-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-creator.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-scale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-save-to-file.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rotate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rmoveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rlineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-restore.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-rect.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-place-inline-image.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-page-init.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-output-buffer.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-open.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-moveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-lineto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-import-jpeg.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-finalize-page.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-end-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-curveto.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-continue-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-close.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-clip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-circle.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-begin-text.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-arc.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-outline.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cpdf-add-annotation.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.count-chars.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.cos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.copy.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.convert-cyr-string.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-timeout.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-status.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.connection-aborted.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.compact.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closelog.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.closedir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.clearstatcache.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chunk-split.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chown.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chgrp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdnsrr.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.checkdate.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.chdir.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.ceil.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bindec.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bin2hex.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsub.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcsqrt.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcscale.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcpow.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmul.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcmod.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcdiv.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bccomp.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.bcadd.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.basename.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-encode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base64-decode.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.base-convert.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan2.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.atan.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-suggest.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-new.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.aspell-check-raw.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.asin.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.arsort.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-walk.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-unshift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-splice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-slice.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-shift.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-reverse.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-push.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pop.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-pad.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-merge.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-keys.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-flip.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.array-count-values.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-note.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.apache-lookup-uri.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.addcslashes.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.acos.html -%%PORTDOCS%%share/apps/quanta/doc/php/function.abs.html -%%PORTDOCS%%share/apps/quanta/doc/php/funcref.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.remote-files.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.persistent-connections.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.images.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.http-auth.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.put-method.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.error-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.cookies.html -%%PORTDOCS%%share/apps/quanta/doc/php/features.connection-handling.html -%%PORTDOCS%%share/apps/quanta/doc/php/feature-fileupload.multiple.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger.html -%%PORTDOCS%%share/apps/quanta/doc/php/debugger-protocol.html -%%PORTDOCS%%share/apps/quanta/doc/php/copyright.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.switch.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.foreach.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.for.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.elseif.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.else.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.do.while.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.continue.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.break.html -%%PORTDOCS%%share/apps/quanta/doc/php/control-structures.alternative-syntax.html -%%PORTDOCS%%share/apps/quanta/doc/php/configuration.html -%%PORTDOCS%%share/apps/quanta/doc/php/class.dir.html -%%PORTDOCS%%share/apps/quanta/doc/php/calling-user-functions.html -%%PORTDOCS%%share/apps/quanta/doc/php/appendixes.html -%%PORTDOCS%%share/apps/quanta/doc/php.docrc -%%PORTDOCS%%share/apps/quanta/doc/javascript/window.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/whatsnew.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toplev.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/toc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/sun.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/style.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/string.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/stmt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/screen.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/regexp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/preface.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/plugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/partobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partlang.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partjava.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/partapp.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/packages.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/option.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/ops.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/objintro.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/object.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/number.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/netscape.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/nav.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/mimetype.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/math.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/location.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/link.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcplugin.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/lcjsexc.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/layer.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/keywords.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javpkg.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javobj.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javclass.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/javarray.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/java.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/index.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/image.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/history.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/hidden.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/handlers.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/function.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/frame.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/form.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/fileup.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/event.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/document.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/date.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/copyrt.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/cookies.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/contents.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/colors.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/classint.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/boolean.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/bklast.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/array.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/area.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/applet.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/anchor.htm -%%PORTDOCS%%share/apps/quanta/doc/javascript/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/textarea.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/text.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/submit.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/selectop.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/select.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/reset.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/radio.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/prompt.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/plus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/password.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/minus.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/filler.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/fileupl.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/confirm.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/checkbox.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/button.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript/.pics/med/alert.gif -%%PORTDOCS%%share/apps/quanta/doc/javascript.docrc -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/html/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/html/values.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tr.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/thead.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/th.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tfoot.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/td.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/tbody.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/table.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/colgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/col.html -%%PORTDOCS%%share/apps/quanta/doc/html/tables/caption.html -%%PORTDOCS%%share/apps/quanta/doc/html/style.css -%%PORTDOCS%%share/apps/quanta/doc/html/structure.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sup.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/sub.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/span.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/script.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/q.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/param.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/object.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/map.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/img.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/iframe.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/font.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/br.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/bdo.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/basefont.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/area.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/applet.html -%%PORTDOCS%%share/apps/quanta/doc/html/special/a.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/var.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/strong.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/samp.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/kbd.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/ins.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/em.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/dfn.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/del.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/code.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/cite.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/acronym.html -%%PORTDOCS%%share/apps/quanta/doc/html/phrase/abbr.html -%%PORTDOCS%%share/apps/quanta/doc/html/olist.html -%%PORTDOCS%%share/apps/quanta/doc/html/new.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ul.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/ol.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/menu.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/li.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dt.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dl.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dir.html -%%PORTDOCS%%share/apps/quanta/doc/html/lists/dd.html -%%PORTDOCS%%share/apps/quanta/doc/html/inline.html -%%PORTDOCS%%share/apps/quanta/doc/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/html.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/doctype.html -%%PORTDOCS%%share/apps/quanta/doc/html/html/body.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/title.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/style.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/meta.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/link.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/head.html -%%PORTDOCS%%share/apps/quanta/doc/html/head/base.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/noframes.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frameset.html -%%PORTDOCS%%share/apps/quanta/doc/html/frames/frame.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/textarea.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/select.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/option.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/optgroup.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/legend.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/label.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/input.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/form.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/fieldset.html -%%PORTDOCS%%share/apps/quanta/doc/html/forms/button.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/u.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/tt.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/strike.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/small.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/s.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/i.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/big.html -%%PORTDOCS%%share/apps/quanta/doc/html/fontstyle/b.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/symbols.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/special.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/latin1.html -%%PORTDOCS%%share/apps/quanta/doc/html/entities/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/deprecated.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/pre.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/p.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/noscript.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/isindex.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/index.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/hr.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h6.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h5.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h4.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h3.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h2.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/h1.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/div.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/center.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/blockquote.html -%%PORTDOCS%%share/apps/quanta/doc/html/block/address.html -%%PORTDOCS%%share/apps/quanta/doc/html/block.html -%%PORTDOCS%%share/apps/quanta/doc/html/aural.css -%%PORTDOCS%%share/apps/quanta/doc/html/attrs.html -%%PORTDOCS%%share/apps/quanta/doc/html/alist.html -%%PORTDOCS%%share/apps/quanta/doc/html.docrc -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo1.gif -%%PORTDOCS%%share/apps/quanta/doc/css/wdglogo-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/units.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/word-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/vertical-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-transform.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-indent.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-decoration.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/text-align.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/line-height.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/letter-spacing.html -%%PORTDOCS%%share/apps/quanta/doc/css/text/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/syntax.html -%%PORTDOCS%%share/apps/quanta/doc/css/stylesheets-now.html -%%PORTDOCS%%share/apps/quanta/doc/css/style.css -%%PORTDOCS%%share/apps/quanta/doc/css/style-html.html -%%PORTDOCS%%share/apps/quanta/doc/css/structure.html -%%PORTDOCS%%share/apps/quanta/doc/css/references.html -%%PORTDOCS%%share/apps/quanta/doc/css/quick-tutorial.html -%%PORTDOCS%%share/apps/quanta/doc/css/properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-weight.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-variant.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-size.html -%%PORTDOCS%%share/apps/quanta/doc/css/font/font-family.html -%%PORTDOCS%%share/apps/quanta/doc/css/file_id.diz -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-small.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-no-css-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/drop-shadows-large.gif -%%PORTDOCS%%share/apps/quanta/doc/css/dependence.html -%%PORTDOCS%%share/apps/quanta/doc/css/css.gif -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-repeat.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/color-background/background-attachment.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/white-space.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-type.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-position.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/list-style-image.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/classification/display.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/padding-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/margin-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/index.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/height.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/float.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/clear.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-top-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-style.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-right-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-left-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-color.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom.html -%%PORTDOCS%%share/apps/quanta/doc/css/box/border-bottom-width.html -%%PORTDOCS%%share/apps/quanta/doc/css/aural.css -%%PORTDOCS%%share/apps/quanta/doc/css/all-properties.html -%%PORTDOCS%%share/apps/quanta/doc/css/LICENSE -%%PORTDOCS%%share/apps/quanta/doc/css.docrc -%%PORTDOCS%%share/apps/quanta/doc/aniquanta.gif -%%PORTDOCS%%share/apps/quanta/doc/background.png -%%PORTDOCS%%share/apps/quanta/doc/bgtable.png -%%PORTDOCS%%share/apps/quanta/doc/developer.html -%%PORTDOCS%%share/apps/quanta/doc/focus.html -%%PORTDOCS%%share/apps/quanta/doc/intro.html -%%PORTDOCS%%share/apps/quanta/doc/kdelogo2.png -%%PORTDOCS%%share/apps/quanta/doc/konq.css -%%PORTDOCS%%share/apps/quanta/doc/lines.png -%%PORTDOCS%%share/apps/quanta/doc/lines2.png -%%PORTDOCS%%share/apps/quanta/doc/maindoc.html -%%PORTDOCS%%share/apps/quanta/doc/minilogo.png -%%PORTDOCS%%share/apps/quanta/doc/more.png -%%PORTDOCS%%share/apps/quanta/doc/qcenter2.png -%%PORTDOCS%%share/apps/quanta/doc/quanta.css -%%PORTDOCS%%share/apps/quanta/doc/quantahdr.png -%%PORTDOCS%%share/apps/quanta/doc/shadow1.png -%%PORTDOCS%%share/apps/quanta/doc/template.html -%%PORTDOCS%%share/apps/quanta/doc/tips.html -%%PORTDOCS%%share/apps/quanta/doc/webdev.png share/doc/HTML/en/quanta/developer.docbook share/doc/HTML/en/quanta/quantahdr.png share/doc/HTML/en/quanta/documentation.docbook @@ -1786,14 +6,14 @@ share/doc/HTML/en/quanta/tips.docbook share/doc/HTML/en/quanta/introduction.docbook share/doc/HTML/en/quanta/webdev.png share/doc/HTML/en/quanta/minilogo.png +share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/focus.docbook share/doc/HTML/en/quanta/index.docbook -share/doc/HTML/en/quanta/index.cache.bz2 share/doc/HTML/en/quanta/common share/locale/af/LC_MESSAGES/quanta.mo share/locale/az/LC_MESSAGES/quanta.mo -share/locale/de/LC_MESSAGES/quanta.mo share/locale/da/LC_MESSAGES/quanta.mo +share/locale/de/LC_MESSAGES/quanta.mo share/locale/es/LC_MESSAGES/quanta.mo share/locale/eu/LC_MESSAGES/quanta.mo share/locale/fr/LC_MESSAGES/quanta.mo @@ -1801,39 +21,4530 @@ share/locale/hu/LC_MESSAGES/quanta.mo share/locale/nl/LC_MESSAGES/quanta.mo share/locale/ru/LC_MESSAGES/quanta.mo share/locale/sk/LC_MESSAGES/quanta.mo +share/apps/quanta/doc/documentation.html +share/apps/quanta/doc/head_bg.gif +share/apps/quanta/doc/minilogo.jpg +share/apps/quanta/doc/quanta-dialog-xml.html +share/apps/quanta/doc/quanta.docrc +share/apps/quanta/doc/aniquanta.gif +share/apps/quanta/doc/background.png +share/apps/quanta/doc/bgtable.png +share/apps/quanta/doc/developer.html +share/apps/quanta/doc/focus.html +share/apps/quanta/doc/intro.html +share/apps/quanta/doc/kdelogo2.png +share/apps/quanta/doc/konq.css +share/apps/quanta/doc/lines.png +share/apps/quanta/doc/lines2.png +share/apps/quanta/doc/minilogo.png +share/apps/quanta/doc/more.png +share/apps/quanta/doc/quanta.css +share/apps/quanta/doc/quantahdr.png +share/apps/quanta/doc/shadow1.png +share/apps/quanta/doc/tips.html +share/apps/quanta/doc/css/color-background/index.html +share/apps/quanta/doc/css/color-background/background-color.html +share/apps/quanta/doc/css/color-background/background-image.html +share/apps/quanta/doc/css/color-background/background-position.html +share/apps/quanta/doc/css/color-background/background-repeat.html +share/apps/quanta/doc/css/color-background/background.html +share/apps/quanta/doc/css/color-background/color.html +share/apps/quanta/doc/css/color-background/background-attachment.html +share/apps/quanta/doc/css/font/font-variant.html +share/apps/quanta/doc/css/font/font-size.html +share/apps/quanta/doc/css/font/font-style.html +share/apps/quanta/doc/css/font/font-family.html +share/apps/quanta/doc/css/font/font-weight.html +share/apps/quanta/doc/css/font/font.html +share/apps/quanta/doc/css/font/index.html +share/apps/quanta/doc/css/text/word-spacing.html +share/apps/quanta/doc/css/text/letter-spacing.html +share/apps/quanta/doc/css/text/line-height.html +share/apps/quanta/doc/css/text/text-align.html +share/apps/quanta/doc/css/text/text-decoration.html +share/apps/quanta/doc/css/text/text-indent.html +share/apps/quanta/doc/css/text/text-transform.html +share/apps/quanta/doc/css/text/vertical-align.html +share/apps/quanta/doc/css/text/index.html +share/apps/quanta/doc/css/classification/list-style-position.html +share/apps/quanta/doc/css/classification/index.html +share/apps/quanta/doc/css/classification/list-style-image.html +share/apps/quanta/doc/css/classification/display.html +share/apps/quanta/doc/css/classification/list-style-type.html +share/apps/quanta/doc/css/classification/list-style.html +share/apps/quanta/doc/css/classification/white-space.html +share/apps/quanta/doc/css/box/width.html +share/apps/quanta/doc/css/box/border-bottom.html +share/apps/quanta/doc/css/box/border-color.html +share/apps/quanta/doc/css/box/border-left-width.html +share/apps/quanta/doc/css/box/border-left.html +share/apps/quanta/doc/css/box/border-right-width.html +share/apps/quanta/doc/css/box/border-right.html +share/apps/quanta/doc/css/box/border-style.html +share/apps/quanta/doc/css/box/border-top-width.html +share/apps/quanta/doc/css/box/border-top.html +share/apps/quanta/doc/css/box/border-width.html +share/apps/quanta/doc/css/box/border.html +share/apps/quanta/doc/css/box/clear.html +share/apps/quanta/doc/css/box/float.html +share/apps/quanta/doc/css/box/height.html +share/apps/quanta/doc/css/box/index.html +share/apps/quanta/doc/css/box/margin-bottom.html +share/apps/quanta/doc/css/box/margin-left.html +share/apps/quanta/doc/css/box/margin-top.html +share/apps/quanta/doc/css/box/margin-right.html +share/apps/quanta/doc/css/box/margin.html +share/apps/quanta/doc/css/box/padding-bottom.html +share/apps/quanta/doc/css/box/padding-left.html +share/apps/quanta/doc/css/box/padding-right.html +share/apps/quanta/doc/css/box/padding-top.html +share/apps/quanta/doc/css/box/padding.html +share/apps/quanta/doc/css/box/border-bottom-width.html +share/apps/quanta/doc/css/dependence.html +share/apps/quanta/doc/css/drop-shadows-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-large.gif +share/apps/quanta/doc/css/drop-shadows-no-css-small.gif +share/apps/quanta/doc/css/drop-shadows-small.gif +share/apps/quanta/doc/css/file_id.diz +share/apps/quanta/doc/css/index.html +share/apps/quanta/doc/css/properties.html +share/apps/quanta/doc/css/quick-tutorial.html +share/apps/quanta/doc/css/references.html +share/apps/quanta/doc/css/structure.html +share/apps/quanta/doc/css/style-html.html +share/apps/quanta/doc/css/style.css +share/apps/quanta/doc/css/stylesheets-now.html +share/apps/quanta/doc/css/syntax.html +share/apps/quanta/doc/css/units.html +share/apps/quanta/doc/css/wdglogo-small.gif +share/apps/quanta/doc/css/wdglogo1.gif +share/apps/quanta/doc/css/LICENSE +share/apps/quanta/doc/css/all-properties.html +share/apps/quanta/doc/css/aural.css +share/apps/quanta/doc/css/css.gif +share/apps/quanta/doc/webdev.png +share/apps/quanta/doc/maindoc.html +share/apps/quanta/doc/template.html +share/apps/quanta/doc/qcenter2.png +share/apps/quanta/doc/faq.html +share/apps/quanta/doc/css.docrc +share/apps/quanta/doc/html/special/sup.html +share/apps/quanta/doc/html/special/applet.html +share/apps/quanta/doc/html/special/area.html +share/apps/quanta/doc/html/special/basefont.html +share/apps/quanta/doc/html/special/bdo.html +share/apps/quanta/doc/html/special/br.html +share/apps/quanta/doc/html/special/font.html +share/apps/quanta/doc/html/special/iframe.html +share/apps/quanta/doc/html/special/img.html +share/apps/quanta/doc/html/special/index.html +share/apps/quanta/doc/html/special/map.html +share/apps/quanta/doc/html/special/object.html +share/apps/quanta/doc/html/special/param.html +share/apps/quanta/doc/html/special/q.html +share/apps/quanta/doc/html/special/script.html +share/apps/quanta/doc/html/special/span.html +share/apps/quanta/doc/html/special/sub.html +share/apps/quanta/doc/html/special/a.html +share/apps/quanta/doc/html/head/link.html +share/apps/quanta/doc/html/head/head.html +share/apps/quanta/doc/html/head/index.html +share/apps/quanta/doc/html/head/base.html +share/apps/quanta/doc/html/head/meta.html +share/apps/quanta/doc/html/head/style.html +share/apps/quanta/doc/html/head/title.html +share/apps/quanta/doc/html/html/body.html +share/apps/quanta/doc/html/html/doctype.html +share/apps/quanta/doc/html/html/html.html +share/apps/quanta/doc/html/html/index.html +share/apps/quanta/doc/html/lists/ul.html +share/apps/quanta/doc/html/lists/dir.html +share/apps/quanta/doc/html/lists/dl.html +share/apps/quanta/doc/html/lists/dt.html +share/apps/quanta/doc/html/lists/index.html +share/apps/quanta/doc/html/lists/li.html +share/apps/quanta/doc/html/lists/menu.html +share/apps/quanta/doc/html/lists/ol.html +share/apps/quanta/doc/html/lists/dd.html +share/apps/quanta/doc/html/phrase/var.html +share/apps/quanta/doc/html/phrase/acronym.html +share/apps/quanta/doc/html/phrase/cite.html +share/apps/quanta/doc/html/phrase/code.html +share/apps/quanta/doc/html/phrase/del.html +share/apps/quanta/doc/html/phrase/dfn.html +share/apps/quanta/doc/html/phrase/em.html +share/apps/quanta/doc/html/phrase/index.html +share/apps/quanta/doc/html/phrase/ins.html +share/apps/quanta/doc/html/phrase/kbd.html +share/apps/quanta/doc/html/phrase/samp.html +share/apps/quanta/doc/html/phrase/strong.html +share/apps/quanta/doc/html/phrase/abbr.html +share/apps/quanta/doc/html/frames/frame.html +share/apps/quanta/doc/html/frames/frameset.html +share/apps/quanta/doc/html/frames/index.html +share/apps/quanta/doc/html/frames/noframes.html +share/apps/quanta/doc/html/tables/tr.html +share/apps/quanta/doc/html/tables/col.html +share/apps/quanta/doc/html/tables/colgroup.html +share/apps/quanta/doc/html/tables/index.html +share/apps/quanta/doc/html/tables/table.html +share/apps/quanta/doc/html/tables/tbody.html +share/apps/quanta/doc/html/tables/td.html +share/apps/quanta/doc/html/tables/tfoot.html +share/apps/quanta/doc/html/tables/th.html +share/apps/quanta/doc/html/tables/thead.html +share/apps/quanta/doc/html/tables/caption.html +share/apps/quanta/doc/html/entities/index.html +share/apps/quanta/doc/html/entities/latin1.html +share/apps/quanta/doc/html/entities/special.html +share/apps/quanta/doc/html/entities/symbols.html +share/apps/quanta/doc/html/fontstyle/u.html +share/apps/quanta/doc/html/fontstyle/big.html +share/apps/quanta/doc/html/fontstyle/i.html +share/apps/quanta/doc/html/fontstyle/index.html +share/apps/quanta/doc/html/fontstyle/s.html +share/apps/quanta/doc/html/fontstyle/small.html +share/apps/quanta/doc/html/fontstyle/strike.html +share/apps/quanta/doc/html/fontstyle/tt.html +share/apps/quanta/doc/html/fontstyle/b.html +share/apps/quanta/doc/html/forms/textarea.html +share/apps/quanta/doc/html/forms/fieldset.html +share/apps/quanta/doc/html/forms/form.html +share/apps/quanta/doc/html/forms/index.html +share/apps/quanta/doc/html/forms/input.html +share/apps/quanta/doc/html/forms/label.html +share/apps/quanta/doc/html/forms/legend.html +share/apps/quanta/doc/html/forms/optgroup.html +share/apps/quanta/doc/html/forms/option.html +share/apps/quanta/doc/html/forms/select.html +share/apps/quanta/doc/html/forms/button.html +share/apps/quanta/doc/html/block/pre.html +share/apps/quanta/doc/html/block/blockquote.html +share/apps/quanta/doc/html/block/center.html +share/apps/quanta/doc/html/block/div.html +share/apps/quanta/doc/html/block/h1.html +share/apps/quanta/doc/html/block/h2.html +share/apps/quanta/doc/html/block/h3.html +share/apps/quanta/doc/html/block/h4.html +share/apps/quanta/doc/html/block/h5.html +share/apps/quanta/doc/html/block/h6.html +share/apps/quanta/doc/html/block/hr.html +share/apps/quanta/doc/html/block/index.html +share/apps/quanta/doc/html/block/isindex.html +share/apps/quanta/doc/html/block/noscript.html +share/apps/quanta/doc/html/block/p.html +share/apps/quanta/doc/html/block/address.html +share/apps/quanta/doc/html/style.css +share/apps/quanta/doc/html/values.html +share/apps/quanta/doc/html/wdglogo-small.gif +share/apps/quanta/doc/html/wdglogo1.gif +share/apps/quanta/doc/html/alist.html +share/apps/quanta/doc/html/attrs.html +share/apps/quanta/doc/html/aural.css +share/apps/quanta/doc/html/block.html +share/apps/quanta/doc/html/deprecated.html +share/apps/quanta/doc/html/index.html +share/apps/quanta/doc/html/inline.html +share/apps/quanta/doc/html/new.html +share/apps/quanta/doc/html/olist.html +share/apps/quanta/doc/html/structure.html +share/apps/quanta/doc/html.docrc +share/apps/quanta/doc/javascript/.pics/med/submit.gif +share/apps/quanta/doc/javascript/.pics/med/textarea.gif +share/apps/quanta/doc/javascript/.pics/med/password.gif +share/apps/quanta/doc/javascript/.pics/med/checkbox.gif +share/apps/quanta/doc/javascript/.pics/med/selectop.gif +share/apps/quanta/doc/javascript/.pics/med/minus.gif +share/apps/quanta/doc/javascript/.pics/med/fileupl.gif +share/apps/quanta/doc/javascript/.pics/med/confirm.gif +share/apps/quanta/doc/javascript/.pics/med/plus.gif +share/apps/quanta/doc/javascript/.pics/med/select.gif +share/apps/quanta/doc/javascript/.pics/med/button.gif +share/apps/quanta/doc/javascript/.pics/med/radio.gif +share/apps/quanta/doc/javascript/.pics/med/text.gif +share/apps/quanta/doc/javascript/.pics/med/alert.gif +share/apps/quanta/doc/javascript/.pics/med/prompt.gif +share/apps/quanta/doc/javascript/.pics/med/filler.gif +share/apps/quanta/doc/javascript/.pics/med/reset.gif +share/apps/quanta/doc/javascript/partlang.htm +share/apps/quanta/doc/javascript/history.htm +share/apps/quanta/doc/javascript/style.htm +share/apps/quanta/doc/javascript/javclass.htm +share/apps/quanta/doc/javascript/screen.htm +share/apps/quanta/doc/javascript/select.htm +share/apps/quanta/doc/javascript/array.htm +share/apps/quanta/doc/javascript/window.htm +share/apps/quanta/doc/javascript/button.htm +share/apps/quanta/doc/javascript/submit.htm +share/apps/quanta/doc/javascript/copyrt.htm +share/apps/quanta/doc/javascript/reset.gif +share/apps/quanta/doc/javascript/location.htm +share/apps/quanta/doc/javascript/textarea.gif +share/apps/quanta/doc/javascript/password.gif +share/apps/quanta/doc/javascript/boolean.htm +share/apps/quanta/doc/javascript/checkbox.gif +share/apps/quanta/doc/javascript/selectop.gif +share/apps/quanta/doc/javascript/nav.htm +share/apps/quanta/doc/javascript/fileup.htm +share/apps/quanta/doc/javascript/image.htm +share/apps/quanta/doc/javascript/minus.gif +share/apps/quanta/doc/javascript/preface.htm +share/apps/quanta/doc/javascript/mimetype.htm +share/apps/quanta/doc/javascript/cookies.htm +share/apps/quanta/doc/javascript/fileupl.gif +share/apps/quanta/doc/javascript/classint.htm +share/apps/quanta/doc/javascript/applet.htm +share/apps/quanta/doc/javascript/math.htm +share/apps/quanta/doc/javascript/objintro.htm +share/apps/quanta/doc/javascript/frame.htm +share/apps/quanta/doc/javascript/form.htm +share/apps/quanta/doc/javascript/javpkg.htm +share/apps/quanta/doc/javascript/bklast.htm +share/apps/quanta/doc/javascript/reset.htm +share/apps/quanta/doc/javascript/date.htm +share/apps/quanta/doc/javascript/sun.htm +share/apps/quanta/doc/javascript/lcplugin.htm +share/apps/quanta/doc/javascript/stmt.htm +share/apps/quanta/doc/javascript/contents.htm +share/apps/quanta/doc/javascript/string.htm +share/apps/quanta/doc/javascript/confirm.gif +share/apps/quanta/doc/javascript/plus.gif +share/apps/quanta/doc/javascript/handlers.htm +share/apps/quanta/doc/javascript/select.gif +share/apps/quanta/doc/javascript/ops.htm +share/apps/quanta/doc/javascript/toc.htm +share/apps/quanta/doc/javascript/partapp.htm +share/apps/quanta/doc/javascript/partjava.htm +share/apps/quanta/doc/javascript/whatsnew.htm +share/apps/quanta/doc/javascript/button.gif +share/apps/quanta/doc/javascript/hidden.htm +share/apps/quanta/doc/javascript/checkbox.htm +share/apps/quanta/doc/javascript/lcjsexc.htm +share/apps/quanta/doc/javascript/radio.gif +share/apps/quanta/doc/javascript/text.gif +share/apps/quanta/doc/javascript/alert.gif +share/apps/quanta/doc/javascript/link.htm +share/apps/quanta/doc/javascript/packages.htm +share/apps/quanta/doc/javascript/number.htm +share/apps/quanta/doc/javascript/prompt.gif +share/apps/quanta/doc/javascript/netscape.htm +share/apps/quanta/doc/javascript/option.htm +share/apps/quanta/doc/javascript/colors.htm +share/apps/quanta/doc/javascript/regexp.htm +share/apps/quanta/doc/javascript/keywords.htm +share/apps/quanta/doc/javascript/event.htm +share/apps/quanta/doc/javascript/document.htm +share/apps/quanta/doc/javascript/radio.htm +share/apps/quanta/doc/javascript/object.htm +share/apps/quanta/doc/javascript/function.htm +share/apps/quanta/doc/javascript/java.htm +share/apps/quanta/doc/javascript/area.htm +share/apps/quanta/doc/javascript/javobj.htm +share/apps/quanta/doc/javascript/partobj.htm +share/apps/quanta/doc/javascript/index.htm +share/apps/quanta/doc/javascript/javarray.htm +share/apps/quanta/doc/javascript/anchor.htm +share/apps/quanta/doc/javascript/password.htm +share/apps/quanta/doc/javascript/textarea.htm +share/apps/quanta/doc/javascript/text.htm +share/apps/quanta/doc/javascript/filler.gif +share/apps/quanta/doc/javascript/lcjsobj.htm +share/apps/quanta/doc/javascript/toplev.htm +share/apps/quanta/doc/javascript/submit.gif +share/apps/quanta/doc/javascript/layer.htm +share/apps/quanta/doc/javascript/plugin.htm +share/apps/quanta/doc/javascript.docrc +share/apps/quanta/doc/php/security.html +share/apps/quanta/doc/php/calling-user-functions.html +share/apps/quanta/doc/php/class.dir.html +share/apps/quanta/doc/php/configuration.html +share/apps/quanta/doc/php/control-structures.alternative-syntax.html +share/apps/quanta/doc/php/control-structures.break.html +share/apps/quanta/doc/php/control-structures.continue.html +share/apps/quanta/doc/php/control-structures.do.while.html +share/apps/quanta/doc/php/control-structures.else.html +share/apps/quanta/doc/php/control-structures.elseif.html +share/apps/quanta/doc/php/control-structures.for.html +share/apps/quanta/doc/php/control-structures.foreach.html +share/apps/quanta/doc/php/control-structures.html +share/apps/quanta/doc/php/control-structures.switch.html +share/apps/quanta/doc/php/control-structures.while.html +share/apps/quanta/doc/php/copyright.html +share/apps/quanta/doc/php/debugger-protocol.html +share/apps/quanta/doc/php/debugger.html +share/apps/quanta/doc/php/feature-fileupload.multiple.html +share/apps/quanta/doc/php/features.connection-handling.html +share/apps/quanta/doc/php/features.cookies.html +share/apps/quanta/doc/php/features.error-handling.html +share/apps/quanta/doc/php/features.file-upload.common-pitfalls.html +share/apps/quanta/doc/php/features.file-upload.html +share/apps/quanta/doc/php/features.file-upload.put-method.html +share/apps/quanta/doc/php/features.html +share/apps/quanta/doc/php/features.http-auth.html +share/apps/quanta/doc/php/features.images.html +share/apps/quanta/doc/php/features.persistent-connections.html +share/apps/quanta/doc/php/features.remote-files.html +share/apps/quanta/doc/php/funcref.html +share/apps/quanta/doc/php/function.abs.html +share/apps/quanta/doc/php/function.acos.html +share/apps/quanta/doc/php/function.addcslashes.html +share/apps/quanta/doc/php/function.addslashes.html +share/apps/quanta/doc/php/function.apache-lookup-uri.html +share/apps/quanta/doc/php/function.apache-note.html +share/apps/quanta/doc/php/function.array-count-values.html +share/apps/quanta/doc/php/function.array-flip.html +share/apps/quanta/doc/php/function.array-keys.html +share/apps/quanta/doc/php/function.array-merge.html +share/apps/quanta/doc/php/function.array-pad.html +share/apps/quanta/doc/php/function.array-pop.html +share/apps/quanta/doc/php/function.array-push.html +share/apps/quanta/doc/php/function.array-reverse.html +share/apps/quanta/doc/php/function.array-shift.html +share/apps/quanta/doc/php/function.array-slice.html +share/apps/quanta/doc/php/function.array-splice.html +share/apps/quanta/doc/php/function.array-unshift.html +share/apps/quanta/doc/php/function.array-values.html +share/apps/quanta/doc/php/function.array-walk.html +share/apps/quanta/doc/php/function.array.html +share/apps/quanta/doc/php/function.arsort.html +share/apps/quanta/doc/php/function.asin.html +share/apps/quanta/doc/php/function.asort.html +share/apps/quanta/doc/php/function.aspell-check-raw.html +share/apps/quanta/doc/php/function.aspell-check.html +share/apps/quanta/doc/php/function.aspell-new.html +share/apps/quanta/doc/php/function.aspell-suggest.html +share/apps/quanta/doc/php/function.atan.html +share/apps/quanta/doc/php/function.atan2.html +share/apps/quanta/doc/php/function.base-convert.html +share/apps/quanta/doc/php/function.base64-decode.html +share/apps/quanta/doc/php/function.base64-encode.html +share/apps/quanta/doc/php/function.basename.html +share/apps/quanta/doc/php/function.bcadd.html +share/apps/quanta/doc/php/function.bccomp.html +share/apps/quanta/doc/php/function.bcdiv.html +share/apps/quanta/doc/php/function.bcmod.html +share/apps/quanta/doc/php/function.bcmul.html +share/apps/quanta/doc/php/function.bcpow.html +share/apps/quanta/doc/php/function.bcscale.html +share/apps/quanta/doc/php/function.bcsqrt.html +share/apps/quanta/doc/php/function.bcsub.html +share/apps/quanta/doc/php/function.bin2hex.html +share/apps/quanta/doc/php/function.bindec.html +share/apps/quanta/doc/php/function.ceil.html +share/apps/quanta/doc/php/function.chdir.html +share/apps/quanta/doc/php/function.checkdate.html +share/apps/quanta/doc/php/function.checkdnsrr.html +share/apps/quanta/doc/php/function.chgrp.html +share/apps/quanta/doc/php/function.chmod.html +share/apps/quanta/doc/php/function.chop.html +share/apps/quanta/doc/php/function.chown.html +share/apps/quanta/doc/php/function.chr.html +share/apps/quanta/doc/php/function.chunk-split.html +share/apps/quanta/doc/php/function.clearstatcache.html +share/apps/quanta/doc/php/function.closedir.html +share/apps/quanta/doc/php/function.closelog.html +share/apps/quanta/doc/php/function.compact.html +share/apps/quanta/doc/php/function.connection-aborted.html +share/apps/quanta/doc/php/function.connection-status.html +share/apps/quanta/doc/php/function.connection-timeout.html +share/apps/quanta/doc/php/function.convert-cyr-string.html +share/apps/quanta/doc/php/function.copy.html +share/apps/quanta/doc/php/function.cos.html +share/apps/quanta/doc/php/function.count-chars.html +share/apps/quanta/doc/php/function.count.html +share/apps/quanta/doc/php/function.cpdf-add-annotation.html +share/apps/quanta/doc/php/function.cpdf-add-outline.html +share/apps/quanta/doc/php/function.cpdf-arc.html +share/apps/quanta/doc/php/function.cpdf-begin-text.html +share/apps/quanta/doc/php/function.cpdf-circle.html +share/apps/quanta/doc/php/function.cpdf-clip.html +share/apps/quanta/doc/php/function.cpdf-close.html +share/apps/quanta/doc/php/function.cpdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath-stroke.html +share/apps/quanta/doc/php/function.cpdf-closepath.html +share/apps/quanta/doc/php/function.cpdf-continue-text.html +share/apps/quanta/doc/php/function.cpdf-curveto.html +share/apps/quanta/doc/php/function.cpdf-end-text.html +share/apps/quanta/doc/php/function.cpdf-fill-stroke.html +share/apps/quanta/doc/php/function.cpdf-fill.html +share/apps/quanta/doc/php/function.cpdf-finalize-page.html +share/apps/quanta/doc/php/function.cpdf-finalize.html +share/apps/quanta/doc/php/function.cpdf-global-set-document-limits.html +share/apps/quanta/doc/php/function.cpdf-import-jpeg.html +share/apps/quanta/doc/php/function.cpdf-lineto.html +share/apps/quanta/doc/php/function.cpdf-moveto.html +share/apps/quanta/doc/php/function.cpdf-open.html +share/apps/quanta/doc/php/function.cpdf-output-buffer.html +share/apps/quanta/doc/php/function.cpdf-page-init.html +share/apps/quanta/doc/php/function.cpdf-place-inline-image.html +share/apps/quanta/doc/php/function.cpdf-rect.html +share/apps/quanta/doc/php/function.cpdf-restore.html +share/apps/quanta/doc/php/function.cpdf-rlineto.html +share/apps/quanta/doc/php/function.cpdf-rmoveto.html +share/apps/quanta/doc/php/function.cpdf-rotate.html +share/apps/quanta/doc/php/function.cpdf-save-to-file.html +share/apps/quanta/doc/php/function.cpdf-save.html +share/apps/quanta/doc/php/function.cpdf-scale.html +share/apps/quanta/doc/php/function.cpdf-set-char-spacing.html +share/apps/quanta/doc/php/function.cpdf-set-creator.html +share/apps/quanta/doc/php/function.cpdf-set-current-page.html +share/apps/quanta/doc/php/function.cpdf-set-font.html +share/apps/quanta/doc/php/function.cpdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.cpdf-set-keywords.html +share/apps/quanta/doc/php/function.cpdf-set-leading.html +share/apps/quanta/doc/php/function.cpdf-set-page-animation.html +share/apps/quanta/doc/php/function.cpdf-set-subject.html +share/apps/quanta/doc/php/langref.html +share/apps/quanta/doc/php/function.cpdf-set-text-matrix.html +share/apps/quanta/doc/php/function.cpdf-set-text-pos.html +share/apps/quanta/doc/php/function.cpdf-set-text-rendering.html +share/apps/quanta/doc/php/function.cpdf-set-text-rise.html +share/apps/quanta/doc/php/function.cpdf-set-title.html +share/apps/quanta/doc/php/function.cpdf-set-word-spacing.html +share/apps/quanta/doc/php/function.cpdf-setdash.html +share/apps/quanta/doc/php/function.cpdf-setflat.html +share/apps/quanta/doc/php/function.cpdf-setgray-fill.html +share/apps/quanta/doc/php/function.cpdf-setgray-stroke.html +share/apps/quanta/doc/php/function.cpdf-setgray.html +share/apps/quanta/doc/php/function.cpdf-setlinecap.html +share/apps/quanta/doc/php/manual.html +share/apps/quanta/doc/php/function.cpdf-setlinejoin.html +share/apps/quanta/doc/php/function.cpdf-setlinewidth.html +share/apps/quanta/doc/php/function.cpdf-setmiterlimit.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.cpdf-setrgbcolor.html +share/apps/quanta/doc/php/function.cpdf-show-xy.html +share/apps/quanta/doc/php/function.cpdf-show.html +share/apps/quanta/doc/php/function.cpdf-stringwidth.html +share/apps/quanta/doc/php/function.cpdf-stroke.html +share/apps/quanta/doc/php/function.cpdf-text.html +share/apps/quanta/doc/php/function.cpdf-translate.html +share/apps/quanta/doc/php/function.crypt.html +share/apps/quanta/doc/php/function.current.html +share/apps/quanta/doc/php/function.date.html +share/apps/quanta/doc/php/function.dba-close.html +share/apps/quanta/doc/php/function.dba-delete.html +share/apps/quanta/doc/php/function.dba-exists.html +share/apps/quanta/doc/php/function.dba-fetch.html +share/apps/quanta/doc/php/function.dba-firstkey.html +share/apps/quanta/doc/php/function.dba-insert.html +share/apps/quanta/doc/php/function.dba-nextkey.html +share/apps/quanta/doc/php/function.dba-open.html +share/apps/quanta/doc/php/function.dba-optimize.html +share/apps/quanta/doc/php/function.dba-popen.html +share/apps/quanta/doc/php/function.dba-replace.html +share/apps/quanta/doc/php/function.dba-sync.html +share/apps/quanta/doc/php/function.dbase-add-record.html +share/apps/quanta/doc/php/function.dbase-close.html +share/apps/quanta/doc/php/function.dbase-create.html +share/apps/quanta/doc/php/function.dbase-delete-record.html +share/apps/quanta/doc/php/function.dbase-get-record-with-names.html +share/apps/quanta/doc/php/function.dbase-get-record.html +share/apps/quanta/doc/php/function.dbase-numfields.html +share/apps/quanta/doc/php/function.dbase-numrecords.html +share/apps/quanta/doc/php/function.dbase-open.html +share/apps/quanta/doc/php/function.dbase-pack.html +share/apps/quanta/doc/php/function.dbase-replace-record.html +share/apps/quanta/doc/php/function.dblist.html +share/apps/quanta/doc/php/function.dbmclose.html +share/apps/quanta/doc/php/function.dbmdelete.html +share/apps/quanta/doc/php/function.dbmexists.html +share/apps/quanta/doc/php/function.dbmfetch.html +share/apps/quanta/doc/php/function.dbmfirstkey.html +share/apps/quanta/doc/php/function.dbminsert.html +share/apps/quanta/doc/php/function.dbmnextkey.html +share/apps/quanta/doc/php/function.dbmopen.html +share/apps/quanta/doc/php/function.dbmreplace.html +share/apps/quanta/doc/php/function.debugger-off.html +share/apps/quanta/doc/php/function.debugger-on.html +share/apps/quanta/doc/php/function.decbin.html +share/apps/quanta/doc/php/function.dechex.html +share/apps/quanta/doc/php/function.decoct.html +share/apps/quanta/doc/php/function.define.html +share/apps/quanta/doc/php/function.defined.html +share/apps/quanta/doc/php/function.delete.html +share/apps/quanta/doc/php/function.die.html +share/apps/quanta/doc/php/function.dirname.html +share/apps/quanta/doc/php/function.diskfreespace.html +share/apps/quanta/doc/php/function.dl.html +share/apps/quanta/doc/php/function.doubleval.html +share/apps/quanta/doc/php/function.each.html +share/apps/quanta/doc/php/function.easter-date.html +share/apps/quanta/doc/php/function.easter-days.html +share/apps/quanta/doc/php/function.echo.html +share/apps/quanta/doc/php/function.empty.html +share/apps/quanta/doc/php/function.end.html +share/apps/quanta/doc/php/function.ereg-replace.html +share/apps/quanta/doc/php/function.ereg.html +share/apps/quanta/doc/php/function.eregi-replace.html +share/apps/quanta/doc/php/function.eregi.html +share/apps/quanta/doc/php/function.error-log.html +share/apps/quanta/doc/php/function.error-reporting.html +share/apps/quanta/doc/php/function.escapeshellcmd.html +share/apps/quanta/doc/php/function.eval.html +share/apps/quanta/doc/php/function.exec.html +share/apps/quanta/doc/php/function.exit.html +share/apps/quanta/doc/php/function.exp.html +share/apps/quanta/doc/php/function.explode.html +share/apps/quanta/doc/php/function.extension-loaded.html +share/apps/quanta/doc/php/function.extract.html +share/apps/quanta/doc/php/function.fclose.html +share/apps/quanta/doc/php/function.fdf-close.html +share/apps/quanta/doc/php/function.fdf-create.html +share/apps/quanta/doc/php/function.fdf-get-file.html +share/apps/quanta/doc/php/function.fdf-get-status.html +share/apps/quanta/doc/php/function.fdf-get-value.html +share/apps/quanta/doc/php/function.fdf-next-field-name.html +share/apps/quanta/doc/php/function.fdf-open.html +share/apps/quanta/doc/php/function.fdf-save.html +share/apps/quanta/doc/php/function.fdf-set-ap.html +share/apps/quanta/doc/php/function.fdf-set-file.html +share/apps/quanta/doc/php/function.fdf-set-status.html +share/apps/quanta/doc/php/function.fdf-set-value.html +share/apps/quanta/doc/php/function.feof.html +share/apps/quanta/doc/php/function.fgetc.html +share/apps/quanta/doc/php/function.fgetcsv.html +share/apps/quanta/doc/php/function.fgets.html +share/apps/quanta/doc/php/function.fgetss.html +share/apps/quanta/doc/php/function.file-exists.html +share/apps/quanta/doc/php/function.file.html +share/apps/quanta/doc/php/function.fileatime.html +share/apps/quanta/doc/php/function.filectime.html +share/apps/quanta/doc/php/function.filegroup.html +share/apps/quanta/doc/php/function.fileinode.html +share/apps/quanta/doc/php/function.filemtime.html +share/apps/quanta/doc/php/function.fileowner.html +share/apps/quanta/doc/php/function.fileperms.html +share/apps/quanta/doc/php/function.filepro-fieldcount.html +share/apps/quanta/doc/php/function.filepro-fieldname.html +share/apps/quanta/doc/php/function.filepro-fieldtype.html +share/apps/quanta/doc/php/function.filepro-fieldwidth.html +share/apps/quanta/doc/php/function.filepro-retrieve.html +share/apps/quanta/doc/php/function.filepro-rowcount.html +share/apps/quanta/doc/php/function.filepro.html +share/apps/quanta/doc/php/function.filesize.html +share/apps/quanta/doc/php/function.filetype.html +share/apps/quanta/doc/php/function.flock.html +share/apps/quanta/doc/php/function.floor.html +share/apps/quanta/doc/php/function.flush.html +share/apps/quanta/doc/php/function.fopen.html +share/apps/quanta/doc/php/function.fpassthru.html +share/apps/quanta/doc/php/function.fputs.html +share/apps/quanta/doc/php/function.fread.html +share/apps/quanta/doc/php/function.frenchtojd.html +share/apps/quanta/doc/php/function.fseek.html +share/apps/quanta/doc/php/function.fsockopen.html +share/apps/quanta/doc/php/function.ftell.html +share/apps/quanta/doc/php/function.ftp-cdup.html +share/apps/quanta/doc/php/function.ftp-chdir.html +share/apps/quanta/doc/php/function.ftp-connect.html +share/apps/quanta/doc/php/function.ftp-delete.html +share/apps/quanta/doc/php/oop.html +share/apps/quanta/doc/php/function.ftp-fget.html +share/apps/quanta/doc/php/function.ftp-fput.html +share/apps/quanta/doc/php/function.ftp-get.html +share/apps/quanta/doc/php/function.ftp-login.html +share/apps/quanta/doc/php/function.ftp-mdtm.html +share/apps/quanta/doc/php/function.ftp-mkdir.html +share/apps/quanta/doc/php/function.ftp-nlist.html +share/apps/quanta/doc/php/function.ftp-pasv.html +share/apps/quanta/doc/php/function.ftp-put.html +share/apps/quanta/doc/php/function.ftp-pwd.html +share/apps/quanta/doc/php/function.ftp-quit.html +share/apps/quanta/doc/php/function.ftp-rawlist.html +share/apps/quanta/doc/php/function.ftp-rename.html +share/apps/quanta/doc/php/function.ftp-rmdir.html +share/apps/quanta/doc/php/function.ftp-site.html +share/apps/quanta/doc/php/functions.html +share/apps/quanta/doc/php/function.ftp-size.html +share/apps/quanta/doc/php/function.ftp-systype.html +share/apps/quanta/doc/php/function.func-get-arg.html +share/apps/quanta/doc/php/function.func-get-args.html +share/apps/quanta/doc/php/function.func-num-args.html +share/apps/quanta/doc/php/function.function-exists.html +share/apps/quanta/doc/php/function.fwrite.html +share/apps/quanta/doc/php/function.get-browser.html +share/apps/quanta/doc/php/function.get-cfg-var.html +share/apps/quanta/doc/php/function.get-current-user.html +share/apps/quanta/doc/php/function.get-html-translation-table.html +share/apps/quanta/doc/php/function.get-magic-quotes-gpc.html +share/apps/quanta/doc/php/function.get-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.get-meta-tags.html +share/apps/quanta/doc/php/function.getallheaders.html +share/apps/quanta/doc/php/function.getdate.html +share/apps/quanta/doc/php/function.getenv.html +share/apps/quanta/doc/php/function.gethostbyaddr.html +share/apps/quanta/doc/php/function.gethostbyname.html +share/apps/quanta/doc/php/function.gethostbynamel.html +share/apps/quanta/doc/php/function.getimagesize.html +share/apps/quanta/doc/php/function.getlastmod.html +share/apps/quanta/doc/php/function.getmxrr.html +share/apps/quanta/doc/php/function.getmyinode.html +share/apps/quanta/doc/php/function.getmypid.html +share/apps/quanta/doc/php/function.getmyuid.html +share/apps/quanta/doc/php/function.getprotobyname.html +share/apps/quanta/doc/php/ref.bc.html +share/apps/quanta/doc/php/function.getprotobynumber.html +share/apps/quanta/doc/php/function.getrandmax.html +share/apps/quanta/doc/php/function.getrusage.html +share/apps/quanta/doc/php/function.getservbyname.html +share/apps/quanta/doc/php/function.getservbyport.html +share/apps/quanta/doc/php/function.gettimeofday.html +share/apps/quanta/doc/php/function.gettype.html +share/apps/quanta/doc/php/function.gmdate.html +share/apps/quanta/doc/php/function.gmmktime.html +share/apps/quanta/doc/php/function.gmstrftime.html +share/apps/quanta/doc/php/function.gregoriantojd.html +share/apps/quanta/doc/php/function.gzclose.html +share/apps/quanta/doc/php/function.gzeof.html +share/apps/quanta/doc/php/function.gzfile.html +share/apps/quanta/doc/php/function.gzgetc.html +share/apps/quanta/doc/php/function.gzgets.html +share/apps/quanta/doc/php/function.gzgetss.html +share/apps/quanta/doc/php/function.gzopen.html +share/apps/quanta/doc/php/function.gzpassthru.html +share/apps/quanta/doc/php/function.gzputs.html +share/apps/quanta/doc/php/function.gzread.html +share/apps/quanta/doc/php/function.gzrewind.html +share/apps/quanta/doc/php/function.gzseek.html +share/apps/quanta/doc/php/function.gztell.html +share/apps/quanta/doc/php/function.gzwrite.html +share/apps/quanta/doc/php/function.header.html +share/apps/quanta/doc/php/function.hexdec.html +share/apps/quanta/doc/php/function.htmlentities.html +share/apps/quanta/doc/php/function.htmlspecialchars.html +share/apps/quanta/doc/php/function.hw-array2objrec.html +share/apps/quanta/doc/php/function.hw-children.html +share/apps/quanta/doc/php/function.hw-childrenobj.html +share/apps/quanta/doc/php/function.hw-close.html +share/apps/quanta/doc/php/function.hw-connect.html +share/apps/quanta/doc/php/function.hw-cp.html +share/apps/quanta/doc/php/function.hw-deleteobject.html +share/apps/quanta/doc/php/function.hw-docbyanchor.html +share/apps/quanta/doc/php/function.hw-docbyanchorobj.html +share/apps/quanta/doc/php/function.hw-documentattributes.html +share/apps/quanta/doc/php/function.hw-documentbodytag.html +share/apps/quanta/doc/php/function.hw-documentcontent.html +share/apps/quanta/doc/php/function.hw-documentsetcontent.html +share/apps/quanta/doc/php/function.hw-documentsize.html +share/apps/quanta/doc/php/function.hw-edittext.html +share/apps/quanta/doc/php/function.hw-error.html +share/apps/quanta/doc/php/function.hw-errormsg.html +share/apps/quanta/doc/php/function.hw-free-document.html +share/apps/quanta/doc/php/function.hw-getanchors.html +share/apps/quanta/doc/php/function.hw-getanchorsobj.html +share/apps/quanta/doc/php/function.hw-getandlock.html +share/apps/quanta/doc/php/function.hw-getchildcoll.html +share/apps/quanta/doc/php/function.hw-getchildcollobj.html +share/apps/quanta/doc/php/function.hw-getchilddoccoll.html +share/apps/quanta/doc/php/function.hw-getchilddoccollobj.html +share/apps/quanta/doc/php/function.hw-getobject.html +share/apps/quanta/doc/php/function.hw-getobjectbyquery.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycoll.html +share/apps/quanta/doc/php/function.hw-getobjectbyquerycollobj.html +share/apps/quanta/doc/php/function.hw-getobjectbyqueryobj.html +share/apps/quanta/doc/php/function.hw-getparents.html +share/apps/quanta/doc/php/function.hw-getparentsobj.html +share/apps/quanta/doc/php/function.hw-getremote.html +share/apps/quanta/doc/php/function.hw-getremotechildren.html +share/apps/quanta/doc/php/function.hw-getsrcbydestobj.html +share/apps/quanta/doc/php/function.hw-gettext.html +share/apps/quanta/doc/php/function.hw-getusername.html +share/apps/quanta/doc/php/function.hw-identify.html +share/apps/quanta/doc/php/function.hw-incollections.html +share/apps/quanta/doc/php/function.hw-info.html +share/apps/quanta/doc/php/function.hw-inscoll.html +share/apps/quanta/doc/php/function.hw-insdoc.html +share/apps/quanta/doc/php/function.hw-insertdocument.html +share/apps/quanta/doc/php/function.hw-insertobject.html +share/apps/quanta/doc/php/function.hw-mapid.html +share/apps/quanta/doc/php/function.hw-modifyobject.html +share/apps/quanta/doc/php/function.hw-mv.html +share/apps/quanta/doc/php/function.hw-new-document.html +share/apps/quanta/doc/php/function.hw-objrec2array.html +share/apps/quanta/doc/php/function.hw-outputdocument.html +share/apps/quanta/doc/php/function.hw-pconnect.html +share/apps/quanta/doc/php/function.hw-pipedocument.html +share/apps/quanta/doc/php/function.hw-root.html +share/apps/quanta/doc/php/function.hw-unlock.html +share/apps/quanta/doc/php/function.hw-who.html +share/apps/quanta/doc/php/function.ibase-bind.html +share/apps/quanta/doc/php/function.ibase-close.html +share/apps/quanta/doc/php/function.ibase-connect.html +share/apps/quanta/doc/php/function.ibase-execute.html +share/apps/quanta/doc/php/function.ibase-fetch-object.html +share/apps/quanta/doc/php/function.ibase-fetch-row.html +share/apps/quanta/doc/php/function.ibase-free-query.html +share/apps/quanta/doc/php/function.ibase-free-result.html +share/apps/quanta/doc/php/function.ibase-num-fields.html +share/apps/quanta/doc/php/function.ibase-pconnect.html +share/apps/quanta/doc/php/function.ibase-prepare.html +share/apps/quanta/doc/php/migration.html +share/apps/quanta/doc/php/function.ibase-query.html +share/apps/quanta/doc/php/function.ibase-timefmt.html +share/apps/quanta/doc/php/function.ifx-affected-rows.html +share/apps/quanta/doc/php/function.ifx-blobinfile-mode.html +share/apps/quanta/doc/php/function.ifx-byteasvarchar.html +share/apps/quanta/doc/php/function.ifx-close.html +share/apps/quanta/doc/php/function.ifx-connect.html +share/apps/quanta/doc/php/function.ifx-copy-blob.html +share/apps/quanta/doc/php/function.ifx-create-blob.html +share/apps/quanta/doc/php/function.ifx-create-char.html +share/apps/quanta/doc/php/function.ifx-do.html +share/apps/quanta/doc/php/function.ifx-error.html +share/apps/quanta/doc/php/function.ifx-errormsg.html +share/apps/quanta/doc/php/function.ifx-query.html +share/apps/quanta/doc/php/function.ifx-fetch-row.html +share/apps/quanta/doc/php/function.ifx-fieldproperties.html +share/apps/quanta/doc/php/function.ifx-fieldtypes.html +share/apps/quanta/doc/php/function.ifx-free-blob.html +share/apps/quanta/doc/php/function.ifx-free-char.html +share/apps/quanta/doc/php/function.ifx-free-result.html +share/apps/quanta/doc/php/function.ifx-get-blob.html +share/apps/quanta/doc/php/function.ifx-get-char.html +share/apps/quanta/doc/php/function.ifx-getsqlca.html +share/apps/quanta/doc/php/function.ifx-htmltbl-result.html +share/apps/quanta/doc/php/function.ifx-nullformat.html +share/apps/quanta/doc/php/function.ifx-num-fields.html +share/apps/quanta/doc/php/function.ifx-num-rows.html +share/apps/quanta/doc/php/function.ifx-pconnect.html +share/apps/quanta/doc/php/function.ifx-prepare.html +share/apps/quanta/doc/php/function.ifx-textasvarchar.html +share/apps/quanta/doc/php/function.ifx-update-blob.html +share/apps/quanta/doc/php/function.ifx-update-char.html +share/apps/quanta/doc/php/function.ifxus-close-slob.html +share/apps/quanta/doc/php/function.ifxus-create-slob.html +share/apps/quanta/doc/php/function.ifxus-free-slob.html +share/apps/quanta/doc/php/function.ifxus-open-slob.html +share/apps/quanta/doc/php/function.ifxus-read-slob.html +share/apps/quanta/doc/php/function.ifxus-seek-slob.html +share/apps/quanta/doc/php/function.ifxus-tell-slob.html +share/apps/quanta/doc/php/function.ifxus-write-slob.html +share/apps/quanta/doc/php/function.ignore-user-abort.html +share/apps/quanta/doc/php/function.imagearc.html +share/apps/quanta/doc/php/function.imagechar.html +share/apps/quanta/doc/php/function.imagecharup.html +share/apps/quanta/doc/php/function.imagecolorallocate.html +share/apps/quanta/doc/php/function.imagecolorat.html +share/apps/quanta/doc/php/function.imagecolorclosest.html +share/apps/quanta/doc/php/function.imagecolorexact.html +share/apps/quanta/doc/php/function.imagecolorresolve.html +share/apps/quanta/doc/php/function.imagecolorset.html +share/apps/quanta/doc/php/function.imagecolorsforindex.html +share/apps/quanta/doc/php/function.imagecolorstotal.html +share/apps/quanta/doc/php/function.imagecolortransparent.html +share/apps/quanta/doc/php/function.imagecopyresized.html +share/apps/quanta/doc/php/function.imagecreate.html +share/apps/quanta/doc/php/function.imagecreatefromgif.html +share/apps/quanta/doc/php/function.imagedashedline.html +share/apps/quanta/doc/php/function.imagedestroy.html +share/apps/quanta/doc/php/function.imagefill.html +share/apps/quanta/doc/php/function.imagefilledpolygon.html +share/apps/quanta/doc/php/function.imagefilledrectangle.html +share/apps/quanta/doc/php/function.imagefilltoborder.html +share/apps/quanta/doc/php/function.imagefontheight.html +share/apps/quanta/doc/php/function.imagefontwidth.html +share/apps/quanta/doc/php/function.imagegif.html +share/apps/quanta/doc/php/function.imageinterlace.html +share/apps/quanta/doc/php/function.imageline.html +share/apps/quanta/doc/php/function.imageloadfont.html +share/apps/quanta/doc/php/function.imagepolygon.html +share/apps/quanta/doc/php/function.imagepsbbox.html +share/apps/quanta/doc/php/function.imagepsencodefont.html +share/apps/quanta/doc/php/function.imagepsfreefont.html +share/apps/quanta/doc/php/function.imagepsloadfont.html +share/apps/quanta/doc/php/function.imagepstext.html +share/apps/quanta/doc/php/function.imagerectangle.html +share/apps/quanta/doc/php/function.imagesetpixel.html +share/apps/quanta/doc/php/function.imagestring.html +share/apps/quanta/doc/php/function.imagestringup.html +share/apps/quanta/doc/php/function.imagesx.html +share/apps/quanta/doc/php/function.imagesy.html +share/apps/quanta/doc/php/function.imagettfbbox.html +share/apps/quanta/doc/php/function.imagettftext.html +share/apps/quanta/doc/php/function.imap-8bit.html +share/apps/quanta/doc/php/function.imap-alerts.html +share/apps/quanta/doc/php/function.imap-append.html +share/apps/quanta/doc/php/function.imap-base64.html +share/apps/quanta/doc/php/function.imap-binary.html +share/apps/quanta/doc/php/function.imap-body.html +share/apps/quanta/doc/php/function.imap-check.html +share/apps/quanta/doc/php/function.imap-clearflag-full.html +share/apps/quanta/doc/php/function.imap-close.html +share/apps/quanta/doc/php/function.imap-createmailbox.html +share/apps/quanta/doc/php/function.imap-delete.html +share/apps/quanta/doc/php/function.imap-errors.html +share/apps/quanta/doc/php/function.imap-deletemailbox.html +share/apps/quanta/doc/php/function.imap-expunge.html +share/apps/quanta/doc/php/function.imap-fetch-overview.html +share/apps/quanta/doc/php/function.imap-fetchbody.html +share/apps/quanta/doc/php/function.imap-fetchheader.html +share/apps/quanta/doc/php/function.imap-fetchstructure.html +share/apps/quanta/doc/php/function.imap-getmailboxes.html +share/apps/quanta/doc/php/function.imap-getsubscribed.html +share/apps/quanta/doc/php/function.imap-header.html +share/apps/quanta/doc/php/function.imap-headers.html +share/apps/quanta/doc/php/function.imap-last-error.html +share/apps/quanta/doc/php/function.imap-listmailbox.html +share/apps/quanta/doc/php/function.isset.html +share/apps/quanta/doc/php/function.imap-listsubscribed.html +share/apps/quanta/doc/php/function.imap-mail-compose.html +share/apps/quanta/doc/php/function.imap-mail-copy.html +share/apps/quanta/doc/php/function.imap-mail-move.html +share/apps/quanta/doc/php/function.imap-mail.html +share/apps/quanta/doc/php/function.imap-mailboxmsginfo.html +share/apps/quanta/doc/php/function.imap-msgno.html +share/apps/quanta/doc/php/function.imap-num-msg.html +share/apps/quanta/doc/php/function.imap-num-recent.html +share/apps/quanta/doc/php/function.imap-open.html +share/apps/quanta/doc/php/function.imap-ping.html +share/apps/quanta/doc/php/function.imap-qprint.html +share/apps/quanta/doc/php/function.imap-renamemailbox.html +share/apps/quanta/doc/php/function.imap-reopen.html +share/apps/quanta/doc/php/function.imap-rfc822-parse-adrlist.html +share/apps/quanta/doc/php/function.imap-rfc822-write-address.html +share/apps/quanta/doc/php/function.imap-scanmailbox.html +share/apps/quanta/doc/php/function.imap-search.html +share/apps/quanta/doc/php/function.imap-setflag-full.html +share/apps/quanta/doc/php/function.imap-sort.html +share/apps/quanta/doc/php/function.imap-status.html +share/apps/quanta/doc/php/function.imap-subscribe.html +share/apps/quanta/doc/php/function.imap-uid.html +share/apps/quanta/doc/php/function.imap-undelete.html +share/apps/quanta/doc/php/function.imap-unsubscribe.html +share/apps/quanta/doc/php/function.imap-utf7-decode.html +share/apps/quanta/doc/php/function.imap-utf7-encode.html +share/apps/quanta/doc/php/function.imap-utf8.html +share/apps/quanta/doc/php/function.implode.html +share/apps/quanta/doc/php/function.in-array.html +share/apps/quanta/doc/php/function.include.html +share/apps/quanta/doc/php/function.intval.html +share/apps/quanta/doc/php/function.iptcparse.html +share/apps/quanta/doc/php/function.is-array.html +share/apps/quanta/doc/php/function.is-dir.html +share/apps/quanta/doc/php/function.is-double.html +share/apps/quanta/doc/php/function.is-executable.html +share/apps/quanta/doc/php/function.is-file.html +share/apps/quanta/doc/php/function.is-float.html +share/apps/quanta/doc/php/function.is-int.html +share/apps/quanta/doc/php/function.is-integer.html +share/apps/quanta/doc/php/function.is-link.html +share/apps/quanta/doc/php/function.is-long.html +share/apps/quanta/doc/php/function.is-object.html +share/apps/quanta/doc/php/function.is-readable.html +share/apps/quanta/doc/php/function.is-real.html +share/apps/quanta/doc/php/function.is-string.html +share/apps/quanta/doc/php/function.is-writeable.html +share/apps/quanta/doc/php/function.jddayofweek.html +share/apps/quanta/doc/php/function.jdmonthname.html +share/apps/quanta/doc/php/function.jdtofrench.html +share/apps/quanta/doc/php/function.jdtogregorian.html +share/apps/quanta/doc/php/function.jdtojewish.html +share/apps/quanta/doc/php/function.jdtojulian.html +share/apps/quanta/doc/php/function.jewishtojd.html +share/apps/quanta/doc/php/function.join.html +share/apps/quanta/doc/php/function.juliantojd.html +share/apps/quanta/doc/php/function.key.html +share/apps/quanta/doc/php/function.krsort.html +share/apps/quanta/doc/php/function.ksort.html +share/apps/quanta/doc/php/function.ldap-add.html +share/apps/quanta/doc/php/function.ldap-bind.html +share/apps/quanta/doc/php/function.ldap-close.html +share/apps/quanta/doc/php/function.ldap-connect.html +share/apps/quanta/doc/php/function.ldap-count-entries.html +share/apps/quanta/doc/php/function.ldap-delete.html +share/apps/quanta/doc/php/function.ldap-dn2ufn.html +share/apps/quanta/doc/php/function.ldap-err2str.html +share/apps/quanta/doc/php/function.ldap-errno.html +share/apps/quanta/doc/php/function.ldap-error.html +share/apps/quanta/doc/php/function.leak.html +share/apps/quanta/doc/php/function.ldap-explode-dn.html +share/apps/quanta/doc/php/function.ldap-first-attribute.html +share/apps/quanta/doc/php/function.ldap-first-entry.html +share/apps/quanta/doc/php/function.ldap-free-result.html +share/apps/quanta/doc/php/function.ldap-get-attributes.html +share/apps/quanta/doc/php/function.ldap-get-dn.html +share/apps/quanta/doc/php/function.ldap-get-entries.html +share/apps/quanta/doc/php/function.ldap-get-values-len.html +share/apps/quanta/doc/php/function.ldap-get-values.html +share/apps/quanta/doc/php/function.ldap-list.html +share/apps/quanta/doc/php/function.ldap-mod-add.html +share/apps/quanta/doc/php/function.ldap-mod-del.html +share/apps/quanta/doc/php/function.ldap-mod-replace.html +share/apps/quanta/doc/php/function.ldap-modify.html +share/apps/quanta/doc/php/function.ldap-next-attribute.html +share/apps/quanta/doc/php/function.ldap-next-entry.html +share/apps/quanta/doc/php/function.ldap-read.html +share/apps/quanta/doc/php/function.ldap-search.html +share/apps/quanta/doc/php/function.ldap-unbind.html +share/apps/quanta/doc/php/function.link.html +share/apps/quanta/doc/php/function.linkinfo.html +share/apps/quanta/doc/php/function.list.html +share/apps/quanta/doc/php/function.log.html +share/apps/quanta/doc/php/function.log10.html +share/apps/quanta/doc/php/function.lstat.html +share/apps/quanta/doc/php/function.ltrim.html +share/apps/quanta/doc/php/function.mail.html +share/apps/quanta/doc/php/function.max.html +share/apps/quanta/doc/php/function.mcal-open.html +share/apps/quanta/doc/php/function.mcal-append-event.html +share/apps/quanta/doc/php/function.mcal-close.html +share/apps/quanta/doc/php/function.mcal-date-compare.html +share/apps/quanta/doc/php/function.mcal-date-valid.html +share/apps/quanta/doc/php/function.mcal-day-of-week.html +share/apps/quanta/doc/php/function.mcal-day-of-year.html +share/apps/quanta/doc/php/function.mcal-days-in-month.html +share/apps/quanta/doc/php/function.mcal-delete-event.html +share/apps/quanta/doc/php/function.mcal-event-init.html +share/apps/quanta/doc/php/function.mcal-event-set-alarm.html +share/apps/quanta/doc/php/function.mcal-event-set-category.html +share/apps/quanta/doc/php/function.mcal-event-set-class.html +share/apps/quanta/doc/php/function.mcal-event-set-description.html +share/apps/quanta/doc/php/function.mcal-event-set-end.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-daily.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-mday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-monthly-wday.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-none.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-weekly.html +share/apps/quanta/doc/php/function.mcal-event-set-recur-yearly.html +share/apps/quanta/doc/php/function.mcal-event-set-start.html +share/apps/quanta/doc/php/function.mcal-event-set-title.html +share/apps/quanta/doc/php/function.mcal-fetch-current-stream-event.html +share/apps/quanta/doc/php/function.mcal-fetch-event.html +share/apps/quanta/doc/php/function.mcal-is-leap-year.html +share/apps/quanta/doc/php/function.mcal-list-alarms.html +share/apps/quanta/doc/php/function.mcal-list-events.html +share/apps/quanta/doc/php/function.mcal-next-recurrence.html +share/apps/quanta/doc/php/function.mcal-snooze.html +share/apps/quanta/doc/php/function.mcal-store-event.html +share/apps/quanta/doc/php/function.mcal-time-valid.html +share/apps/quanta/doc/php/function.mcrypt-cbc.html +share/apps/quanta/doc/php/function.mcrypt-cfb.html +share/apps/quanta/doc/php/function.mcrypt-create-iv.html +share/apps/quanta/doc/php/phpdevel.html +share/apps/quanta/doc/php/function.mcrypt-ecb.html +share/apps/quanta/doc/php/function.mcrypt-get-block-size.html +share/apps/quanta/doc/php/function.mcrypt-get-cipher-name.html +share/apps/quanta/doc/php/function.mcrypt-get-key-size.html +share/apps/quanta/doc/php/function.mcrypt-ofb.html +share/apps/quanta/doc/php/function.md5.html +share/apps/quanta/doc/php/function.metaphone.html +share/apps/quanta/doc/php/function.mhash-count.html +share/apps/quanta/doc/php/function.mhash-get-block-size.html +share/apps/quanta/doc/php/function.mhash-get-hash-name.html +share/apps/quanta/doc/php/function.mhash.html +share/apps/quanta/doc/php/function.microtime.html +share/apps/quanta/doc/php/function.min.html +share/apps/quanta/doc/php/function.mkdir.html +share/apps/quanta/doc/php/function.mktime.html +share/apps/quanta/doc/php/function.msql-affected-rows.html +share/apps/quanta/doc/php/function.msql-close.html +share/apps/quanta/doc/php/function.msql-connect.html +share/apps/quanta/doc/php/function.msql-create-db.html +share/apps/quanta/doc/php/function.msql-createdb.html +share/apps/quanta/doc/php/function.msql-data-seek.html +share/apps/quanta/doc/php/function.msql-dbname.html +share/apps/quanta/doc/php/function.msql-drop-db.html +share/apps/quanta/doc/php/function.msql-dropdb.html +share/apps/quanta/doc/php/function.msql-error.html +share/apps/quanta/doc/php/function.msql-fetch-array.html +share/apps/quanta/doc/php/function.msql-fetch-field.html +share/apps/quanta/doc/php/preface.html +share/apps/quanta/doc/php/function.msql-fetch-object.html +share/apps/quanta/doc/php/function.msql-fetch-row.html +share/apps/quanta/doc/php/function.msql-field-seek.html +share/apps/quanta/doc/php/function.msql-fieldflags.html +share/apps/quanta/doc/php/function.msql-fieldlen.html +share/apps/quanta/doc/php/function.msql-fieldname.html +share/apps/quanta/doc/php/function.msql-fieldtable.html +share/apps/quanta/doc/php/function.msql-fieldtype.html +share/apps/quanta/doc/php/function.msql-free-result.html +share/apps/quanta/doc/php/function.msql-freeresult.html +share/apps/quanta/doc/php/function.msql-list-dbs.html +share/apps/quanta/doc/php/function.msql-list-fields.html +share/apps/quanta/doc/php/function.msql-list-tables.html +share/apps/quanta/doc/php/function.msql-listdbs.html +share/apps/quanta/doc/php/function.msql-listfields.html +share/apps/quanta/doc/php/function.msql-listtables.html +share/apps/quanta/doc/php/function.msql-num-fields.html +share/apps/quanta/doc/php/function.msql-num-rows.html +share/apps/quanta/doc/php/function.msql-numfields.html +share/apps/quanta/doc/php/function.msql-numrows.html +share/apps/quanta/doc/php/function.msql-pconnect.html +share/apps/quanta/doc/php/function.msql-query.html +share/apps/quanta/doc/php/function.msql-regcase.html +share/apps/quanta/doc/php/function.msql-result.html +share/apps/quanta/doc/php/function.msql-select-db.html +share/apps/quanta/doc/php/function.msql-selectdb.html +share/apps/quanta/doc/php/ref.apache.html +share/apps/quanta/doc/php/function.msql-tablename.html +share/apps/quanta/doc/php/function.msql.html +share/apps/quanta/doc/php/function.mssql-close.html +share/apps/quanta/doc/php/function.mssql-connect.html +share/apps/quanta/doc/php/function.mssql-data-seek.html +share/apps/quanta/doc/php/function.mssql-fetch-array.html +share/apps/quanta/doc/php/function.mssql-fetch-field.html +share/apps/quanta/doc/php/function.mssql-fetch-object.html +share/apps/quanta/doc/php/function.mssql-fetch-row.html +share/apps/quanta/doc/php/function.mssql-field-length.html +share/apps/quanta/doc/php/function.mssql-field-name.html +share/apps/quanta/doc/php/function.mssql-field-seek.html +share/apps/quanta/doc/php/function.mssql-field-type.html +share/apps/quanta/doc/php/function.mssql-free-result.html +share/apps/quanta/doc/php/function.mssql-get-last-message.html +share/apps/quanta/doc/php/function.mssql-min-error-severity.html +share/apps/quanta/doc/php/function.mssql-min-message-severity.html +share/apps/quanta/doc/php/function.mssql-num-fields.html +share/apps/quanta/doc/php/function.mssql-num-rows.html +share/apps/quanta/doc/php/function.mssql-pconnect.html +share/apps/quanta/doc/php/function.mssql-query.html +share/apps/quanta/doc/php/function.mssql-result.html +share/apps/quanta/doc/php/function.mssql-select-db.html +share/apps/quanta/doc/php/function.mt-getrandmax.html +share/apps/quanta/doc/php/function.mt-rand.html +share/apps/quanta/doc/php/ref.array.html +share/apps/quanta/doc/php/function.mt-srand.html +share/apps/quanta/doc/php/function.mysql-affected-rows.html +share/apps/quanta/doc/php/function.mysql-change-user.html +share/apps/quanta/doc/php/function.mysql-close.html +share/apps/quanta/doc/php/function.mysql-connect.html +share/apps/quanta/doc/php/function.mysql-create-db.html +share/apps/quanta/doc/php/function.mysql-data-seek.html +share/apps/quanta/doc/php/function.mysql-db-query.html +share/apps/quanta/doc/php/function.mysql-drop-db.html +share/apps/quanta/doc/php/function.mysql-errno.html +share/apps/quanta/doc/php/function.mysql-error.html +share/apps/quanta/doc/php/function.mysql-fetch-array.html +share/apps/quanta/doc/php/function.mysql-fetch-field.html +share/apps/quanta/doc/php/function.mysql-fetch-lengths.html +share/apps/quanta/doc/php/function.mysql-fetch-object.html +share/apps/quanta/doc/php/function.mysql-fetch-row.html +share/apps/quanta/doc/php/function.mysql-field-flags.html +share/apps/quanta/doc/php/function.mysql-field-len.html +share/apps/quanta/doc/php/function.mysql-field-name.html +share/apps/quanta/doc/php/function.mysql-field-seek.html +share/apps/quanta/doc/php/function.mysql-field-table.html +share/apps/quanta/doc/php/function.mysql-field-type.html +share/apps/quanta/doc/php/function.mysql-free-result.html +share/apps/quanta/doc/php/function.mysql-insert-id.html +share/apps/quanta/doc/php/function.mysql-list-dbs.html +share/apps/quanta/doc/php/ref.aspell.html +share/apps/quanta/doc/php/function.mysql-list-fields.html +share/apps/quanta/doc/php/function.mysql-list-tables.html +share/apps/quanta/doc/php/function.mysql-num-fields.html +share/apps/quanta/doc/php/function.mysql-num-rows.html +share/apps/quanta/doc/php/function.mysql-pconnect.html +share/apps/quanta/doc/php/function.mysql-query.html +share/apps/quanta/doc/php/function.mysql-result.html +share/apps/quanta/doc/php/function.mysql-select-db.html +share/apps/quanta/doc/php/function.mysql-tablename.html +share/apps/quanta/doc/php/function.next.html +share/apps/quanta/doc/php/function.nl2br.html +share/apps/quanta/doc/php/function.number-format.html +share/apps/quanta/doc/php/function.ocibindbyname.html +share/apps/quanta/doc/php/function.ocicommit.html +share/apps/quanta/doc/php/function.ocicolumnisnull.html +share/apps/quanta/doc/php/function.ocicolumnname.html +share/apps/quanta/doc/php/function.ocicolumnsize.html +share/apps/quanta/doc/php/function.ocicolumntype.html +share/apps/quanta/doc/php/function.ocidefinebyname.html +share/apps/quanta/doc/php/function.ocierror.html +share/apps/quanta/doc/php/function.ociexecute.html +share/apps/quanta/doc/php/function.ocifetch.html +share/apps/quanta/doc/php/function.ocifetchinto.html +share/apps/quanta/doc/php/function.ocifetchstatement.html +share/apps/quanta/doc/php/function.ocifreecursor.html +share/apps/quanta/doc/php/function.ocifreestatement.html +share/apps/quanta/doc/php/function.ociinternaldebug.html +share/apps/quanta/doc/php/function.ocilogoff.html +share/apps/quanta/doc/php/function.ocilogon.html +share/apps/quanta/doc/php/function.ocinewcursor.html +share/apps/quanta/doc/php/function.ocinewdescriptor.html +share/apps/quanta/doc/php/function.ocinlogon.html +share/apps/quanta/doc/php/function.octdec.html +share/apps/quanta/doc/php/function.ocinumcols.html +share/apps/quanta/doc/php/function.ociparse.html +share/apps/quanta/doc/php/function.ociplogon.html +share/apps/quanta/doc/php/function.ociresult.html +share/apps/quanta/doc/php/function.ocirollback.html +share/apps/quanta/doc/php/function.ocirowcount.html +share/apps/quanta/doc/php/function.ociserverversion.html +share/apps/quanta/doc/php/function.ocistatementtype.html +share/apps/quanta/doc/php/function.odbc-autocommit.html +share/apps/quanta/doc/php/function.odbc-binmode.html +share/apps/quanta/doc/php/function.odbc-close-all.html +share/apps/quanta/doc/php/function.odbc-close.html +share/apps/quanta/doc/php/function.odbc-commit.html +share/apps/quanta/doc/php/function.odbc-connect.html +share/apps/quanta/doc/php/function.odbc-cursor.html +share/apps/quanta/doc/php/function.odbc-do.html +share/apps/quanta/doc/php/function.odbc-exec.html +share/apps/quanta/doc/php/function.odbc-execute.html +share/apps/quanta/doc/php/function.odbc-fetch-into.html +share/apps/quanta/doc/php/function.odbc-fetch-row.html +share/apps/quanta/doc/php/function.odbc-field-len.html +share/apps/quanta/doc/php/function.odbc-field-name.html +share/apps/quanta/doc/php/function.opendir.html +share/apps/quanta/doc/php/function.odbc-field-type.html +share/apps/quanta/doc/php/function.odbc-free-result.html +share/apps/quanta/doc/php/function.odbc-longreadlen.html +share/apps/quanta/doc/php/function.odbc-num-fields.html +share/apps/quanta/doc/php/function.odbc-num-rows.html +share/apps/quanta/doc/php/function.odbc-pconnect.html +share/apps/quanta/doc/php/function.odbc-prepare.html +share/apps/quanta/doc/php/function.odbc-result-all.html +share/apps/quanta/doc/php/function.odbc-result.html +share/apps/quanta/doc/php/function.odbc-rollback.html +share/apps/quanta/doc/php/function.odbc-setoption.html +share/apps/quanta/doc/php/function.openlog.html +share/apps/quanta/doc/php/function.ora-bind.html +share/apps/quanta/doc/php/function.ord.html +share/apps/quanta/doc/php/function.ora-close.html +share/apps/quanta/doc/php/function.ora-columnname.html +share/apps/quanta/doc/php/function.ora-columntype.html +share/apps/quanta/doc/php/function.ora-commit.html +share/apps/quanta/doc/php/function.ora-commitoff.html +share/apps/quanta/doc/php/function.ora-commiton.html +share/apps/quanta/doc/php/function.ora-error.html +share/apps/quanta/doc/php/function.ora-errorcode.html +share/apps/quanta/doc/php/function.ora-exec.html +share/apps/quanta/doc/php/function.ora-fetch.html +share/apps/quanta/doc/php/function.ora-getcolumn.html +share/apps/quanta/doc/php/function.ora-logoff.html +share/apps/quanta/doc/php/function.ora-logon.html +share/apps/quanta/doc/php/function.ora-open.html +share/apps/quanta/doc/php/ref.cpdf.html +share/apps/quanta/doc/php/function.ora-parse.html +share/apps/quanta/doc/php/function.ora-rollback.html +share/apps/quanta/doc/php/function.pack.html +share/apps/quanta/doc/php/function.parse-str.html +share/apps/quanta/doc/php/function.parse-url.html +share/apps/quanta/doc/php/function.passthru.html +share/apps/quanta/doc/php/function.pclose.html +share/apps/quanta/doc/php/function.pdf-add-annotation.html +share/apps/quanta/doc/php/function.pdf-add-outline.html +share/apps/quanta/doc/php/function.pdf-arc.html +share/apps/quanta/doc/php/function.pdf-begin-page.html +share/apps/quanta/doc/php/function.pdf-circle.html +share/apps/quanta/doc/php/function.pdf-clip.html +share/apps/quanta/doc/php/function.pdf-close-image.html +share/apps/quanta/doc/php/ref.dba.html +share/apps/quanta/doc/php/function.pdf-close.html +share/apps/quanta/doc/php/function.pdf-closepath-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath-stroke.html +share/apps/quanta/doc/php/function.pdf-closepath.html +share/apps/quanta/doc/php/function.pdf-continue-text.html +share/apps/quanta/doc/php/function.pdf-curveto.html +share/apps/quanta/doc/php/function.pdf-end-page.html +share/apps/quanta/doc/php/function.pdf-endpath.html +share/apps/quanta/doc/php/function.pdf-execute-image.html +share/apps/quanta/doc/php/function.pdf-fill-stroke.html +share/apps/quanta/doc/php/function.pdf-fill.html +share/apps/quanta/doc/php/function.pdf-get-info.html +share/apps/quanta/doc/php/function.pdf-lineto.html +share/apps/quanta/doc/php/ref.dl.html +share/apps/quanta/doc/php/function.pdf-moveto.html +share/apps/quanta/doc/php/function.pdf-open-gif.html +share/apps/quanta/doc/php/function.pdf-open-jpeg.html +share/apps/quanta/doc/php/function.pdf-open-memory-image.html +share/apps/quanta/doc/php/function.pdf-open.html +share/apps/quanta/doc/php/function.pdf-place-image.html +share/apps/quanta/doc/php/function.pdf-put-image.html +share/apps/quanta/doc/php/function.pdf-rect.html +share/apps/quanta/doc/php/function.pdf-restore.html +share/apps/quanta/doc/php/function.pdf-rotate.html +share/apps/quanta/doc/php/function.pdf-save.html +share/apps/quanta/doc/php/function.pdf-scale.html +share/apps/quanta/doc/php/function.pdf-set-char-spacing.html +share/apps/quanta/doc/php/function.pdf-set-duration.html +share/apps/quanta/doc/php/function.pdf-set-font.html +share/apps/quanta/doc/php/function.pdf-set-horiz-scaling.html +share/apps/quanta/doc/php/function.pdf-set-info-author.html +share/apps/quanta/doc/php/function.pdf-set-info-creator.html +share/apps/quanta/doc/php/function.pdf-set-info-keywords.html +share/apps/quanta/doc/php/function.pdf-set-info-subject.html +share/apps/quanta/doc/php/function.pdf-set-info-title.html +share/apps/quanta/doc/php/function.pdf-set-leading.html +share/apps/quanta/doc/php/function.pdf-set-parameter.html +share/apps/quanta/doc/php/function.pdf-set-text-matrix.html +share/apps/quanta/doc/php/function.pdf-set-text-pos.html +share/apps/quanta/doc/php/function.pdf-set-text-rendering.html +share/apps/quanta/doc/php/function.pdf-set-text-rise.html +share/apps/quanta/doc/php/function.pdf-set-transition.html +share/apps/quanta/doc/php/function.pdf-set-word-spacing.html +share/apps/quanta/doc/php/function.pdf-setdash.html +share/apps/quanta/doc/php/function.pdf-setflat.html +share/apps/quanta/doc/php/function.pdf-setgray-fill.html +share/apps/quanta/doc/php/function.pdf-setgray-stroke.html +share/apps/quanta/doc/php/function.pdf-setgray.html +share/apps/quanta/doc/php/function.pdf-setlinecap.html +share/apps/quanta/doc/php/function.pdf-setlinejoin.html +share/apps/quanta/doc/php/function.pdf-setlinewidth.html +share/apps/quanta/doc/php/function.pdf-setmiterlimit.html +share/apps/quanta/doc/php/function.pdf-show.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-fill.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor-stroke.html +share/apps/quanta/doc/php/function.pdf-setrgbcolor.html +share/apps/quanta/doc/php/function.pdf-show-boxed.html +share/apps/quanta/doc/php/function.pdf-show-xy.html +share/apps/quanta/doc/php/function.pdf-skew.html +share/apps/quanta/doc/php/function.pdf-stringwidth.html +share/apps/quanta/doc/php/function.pdf-stroke.html +share/apps/quanta/doc/php/function.pdf-translate.html +share/apps/quanta/doc/php/function.pfsockopen.html +share/apps/quanta/doc/php/function.pg-close.html +share/apps/quanta/doc/php/function.pg-cmdtuples.html +share/apps/quanta/doc/php/function.pg-connect.html +share/apps/quanta/doc/php/var.html +share/apps/quanta/doc/php/function.pg-dbname.html +share/apps/quanta/doc/php/function.pg-errormessage.html +share/apps/quanta/doc/php/function.pg-exec.html +share/apps/quanta/doc/php/function.pg-fetch-array.html +share/apps/quanta/doc/php/function.pg-fetch-object.html +share/apps/quanta/doc/php/function.pg-fetch-row.html +share/apps/quanta/doc/php/function.pg-fieldisnull.html +share/apps/quanta/doc/php/function.pg-fieldname.html +share/apps/quanta/doc/php/function.pg-fieldnum.html +share/apps/quanta/doc/php/function.pg-fieldprtlen.html +share/apps/quanta/doc/php/function.pg-fieldsize.html +share/apps/quanta/doc/php/function.pg-fieldtype.html +share/apps/quanta/doc/php/function.pg-freeresult.html +share/apps/quanta/doc/php/function.pg-host.html +share/apps/quanta/doc/php/function.pg-getlastoid.html +share/apps/quanta/doc/php/function.pg-loclose.html +share/apps/quanta/doc/php/function.pg-locreate.html +share/apps/quanta/doc/php/function.pg-loopen.html +share/apps/quanta/doc/php/function.pg-loread.html +share/apps/quanta/doc/php/function.pg-loreadall.html +share/apps/quanta/doc/php/function.pg-lounlink.html +share/apps/quanta/doc/php/function.pg-lowrite.html +share/apps/quanta/doc/php/function.pg-numfields.html +share/apps/quanta/doc/php/function.pg-numrows.html +share/apps/quanta/doc/php/function.pg-options.html +share/apps/quanta/doc/php/function.pg-pconnect.html +share/apps/quanta/doc/php/function.pg-port.html +share/apps/quanta/doc/php/function.pg-result.html +share/apps/quanta/doc/php/ref.dbase.html +share/apps/quanta/doc/php/function.pg-tty.html +share/apps/quanta/doc/php/function.php-logo-guid.html +share/apps/quanta/doc/php/function.phpinfo.html +share/apps/quanta/doc/php/function.phpversion.html +share/apps/quanta/doc/php/function.pi.html +share/apps/quanta/doc/php/function.popen.html +share/apps/quanta/doc/php/function.pos.html +share/apps/quanta/doc/php/function.posix-ctermid.html +share/apps/quanta/doc/php/function.posix-getcwd.html +share/apps/quanta/doc/php/function.posix-getegid.html +share/apps/quanta/doc/php/function.posix-geteuid.html +share/apps/quanta/doc/php/function.posix-getgid.html +share/apps/quanta/doc/php/function.posix-getgrgid.html +share/apps/quanta/doc/php/function.posix-getgrnam.html +share/apps/quanta/doc/php/function.pow.html +share/apps/quanta/doc/php/function.posix-getgroups.html +share/apps/quanta/doc/php/function.posix-getlogin.html +share/apps/quanta/doc/php/function.posix-getpgid.html +share/apps/quanta/doc/php/function.posix-getpgrp.html +share/apps/quanta/doc/php/function.posix-getpid.html +share/apps/quanta/doc/php/function.posix-getppid.html +share/apps/quanta/doc/php/function.posix-getpwnam.html +share/apps/quanta/doc/php/function.posix-getpwuid.html +share/apps/quanta/doc/php/function.posix-getrlimit.html +share/apps/quanta/doc/php/function.posix-getsid.html +share/apps/quanta/doc/php/function.posix-getuid.html +share/apps/quanta/doc/php/function.posix-isatty.html +share/apps/quanta/doc/php/function.posix-kill.html +share/apps/quanta/doc/php/ref.dbm.html +share/apps/quanta/doc/php/function.posix-mkfifo.html +share/apps/quanta/doc/php/function.posix-setgid.html +share/apps/quanta/doc/php/function.posix-setpgid.html +share/apps/quanta/doc/php/function.posix-setsid.html +share/apps/quanta/doc/php/function.posix-setuid.html +share/apps/quanta/doc/php/function.posix-times.html +share/apps/quanta/doc/php/function.posix-ttyname.html +share/apps/quanta/doc/php/function.posix-uname.html +share/apps/quanta/doc/php/function.preg-grep.html +share/apps/quanta/doc/php/function.preg-match-all.html +share/apps/quanta/doc/php/function.preg-match.html +share/apps/quanta/doc/php/function.preg-quote.html +share/apps/quanta/doc/php/function.preg-replace.html +share/apps/quanta/doc/php/function.preg-split.html +share/apps/quanta/doc/php/function.prev.html +share/apps/quanta/doc/php/function.print-r.html +share/apps/quanta/doc/php/function.print.html +share/apps/quanta/doc/php/function.printf.html +share/apps/quanta/doc/php/function.putenv.html +share/apps/quanta/doc/php/function.quoted-printable-decode.html +share/apps/quanta/doc/php/function.quotemeta.html +share/apps/quanta/doc/php/function.rand.html +share/apps/quanta/doc/php/function.range.html +share/apps/quanta/doc/php/function.rawurldecode.html +share/apps/quanta/doc/php/function.rawurlencode.html +share/apps/quanta/doc/php/function.readdir.html +share/apps/quanta/doc/php/function.readfile.html +share/apps/quanta/doc/php/function.readgzfile.html +share/apps/quanta/doc/php/function.readlink.html +share/apps/quanta/doc/php/function.recode-file.html +share/apps/quanta/doc/php/function.recode-string.html +share/apps/quanta/doc/php/function.register-shutdown-function.html +share/apps/quanta/doc/php/function.rename.html +share/apps/quanta/doc/php/function.require.html +share/apps/quanta/doc/php/function.reset.html +share/apps/quanta/doc/php/function.rewind.html +share/apps/quanta/doc/php/function.rewinddir.html +share/apps/quanta/doc/php/function.rmdir.html +share/apps/quanta/doc/php/function.round.html +share/apps/quanta/doc/php/function.rsort.html +share/apps/quanta/doc/php/function.sem-acquire.html +share/apps/quanta/doc/php/function.sem-get.html +share/apps/quanta/doc/php/function.sem-release.html +share/apps/quanta/doc/php/function.serialize.html +share/apps/quanta/doc/php/function.session-decode.html +share/apps/quanta/doc/php/function.session-destroy.html +share/apps/quanta/doc/php/function.session-encode.html +share/apps/quanta/doc/php/function.session-id.html +share/apps/quanta/doc/php/function.session-is-registered.html +share/apps/quanta/doc/php/function.session-module-name.html +share/apps/quanta/doc/php/function.session-name.html +share/apps/quanta/doc/php/function.session-register.html +share/apps/quanta/doc/php/function.session-save-path.html +share/apps/quanta/doc/php/function.session-start.html +share/apps/quanta/doc/php/function.session-unregister.html +share/apps/quanta/doc/php/function.set-file-buffer.html +share/apps/quanta/doc/php/function.setcookie.html +share/apps/quanta/doc/php/function.set-magic-quotes-runtime.html +share/apps/quanta/doc/php/function.set-socket-blocking.html +share/apps/quanta/doc/php/function.set-time-limit.html +share/apps/quanta/doc/php/function.setlocale.html +share/apps/quanta/doc/php/function.settype.html +share/apps/quanta/doc/php/function.shm-attach.html +share/apps/quanta/doc/php/function.shm-detach.html +share/apps/quanta/doc/php/function.shm-get-var.html +share/apps/quanta/doc/php/function.shm-put-var.html +share/apps/quanta/doc/php/function.shm-remove-var.html +share/apps/quanta/doc/php/function.shm-remove.html +share/apps/quanta/doc/php/function.shuffle.html +share/apps/quanta/doc/php/function.similar-text.html +share/apps/quanta/doc/php/function.sin.html +share/apps/quanta/doc/php/function.sizeof.html +share/apps/quanta/doc/php/function.sleep.html +share/apps/quanta/doc/php/function.snmp-get-quick-print.html +share/apps/quanta/doc/php/function.snmp-set-quick-print.html +share/apps/quanta/doc/php/function.snmpget.html +share/apps/quanta/doc/php/function.snmpset.html +share/apps/quanta/doc/php/function.snmpwalk.html +share/apps/quanta/doc/php/function.snmpwalkoid.html +share/apps/quanta/doc/php/function.sort.html +share/apps/quanta/doc/php/function.soundex.html +share/apps/quanta/doc/php/function.split.html +share/apps/quanta/doc/php/function.sprintf.html +share/apps/quanta/doc/php/function.sql-regcase.html +share/apps/quanta/doc/php/function.sqrt.html +share/apps/quanta/doc/php/function.srand.html +share/apps/quanta/doc/php/function.stat.html +share/apps/quanta/doc/php/function.str-repeat.html +share/apps/quanta/doc/php/function.str-replace.html +share/apps/quanta/doc/php/function.strcasecmp.html +share/apps/quanta/doc/php/function.strchr.html +share/apps/quanta/doc/php/function.strcmp.html +share/apps/quanta/doc/php/function.strcspn.html +share/apps/quanta/doc/php/function.strftime.html +share/apps/quanta/doc/php/function.strip-tags.html +share/apps/quanta/doc/php/function.stripcslashes.html +share/apps/quanta/doc/php/function.stripslashes.html +share/apps/quanta/doc/php/function.stristr.html +share/apps/quanta/doc/php/function.strlen.html +share/apps/quanta/doc/php/function.strpos.html +share/apps/quanta/doc/php/function.strrchr.html +share/apps/quanta/doc/php/function.strrev.html +share/apps/quanta/doc/php/function.strrpos.html +share/apps/quanta/doc/php/function.strspn.html +share/apps/quanta/doc/php/function.strstr.html +share/apps/quanta/doc/php/function.strtok.html +share/apps/quanta/doc/php/function.strtolower.html +share/apps/quanta/doc/php/function.strtoupper.html +share/apps/quanta/doc/php/function.strtr.html +share/apps/quanta/doc/php/function.strval.html +share/apps/quanta/doc/php/function.substr-replace.html +share/apps/quanta/doc/php/function.substr.html +share/apps/quanta/doc/php/function.sybase-affected-rows.html +share/apps/quanta/doc/php/function.sybase-close.html +share/apps/quanta/doc/php/function.sybase-connect.html +share/apps/quanta/doc/php/function.tan.html +share/apps/quanta/doc/php/function.sybase-data-seek.html +share/apps/quanta/doc/php/function.sybase-fetch-array.html +share/apps/quanta/doc/php/function.sybase-fetch-field.html +share/apps/quanta/doc/php/function.sybase-fetch-object.html +share/apps/quanta/doc/php/function.sybase-fetch-row.html +share/apps/quanta/doc/php/function.sybase-field-seek.html +share/apps/quanta/doc/php/function.sybase-free-result.html +share/apps/quanta/doc/php/function.sybase-num-fields.html +share/apps/quanta/doc/php/function.sybase-num-rows.html +share/apps/quanta/doc/php/function.sybase-pconnect.html +share/apps/quanta/doc/php/function.sybase-query.html +share/apps/quanta/doc/php/function.sybase-result.html +share/apps/quanta/doc/php/ref.dir.html +share/apps/quanta/doc/php/function.sybase-select-db.html +share/apps/quanta/doc/php/function.symlink.html +share/apps/quanta/doc/php/function.syslog.html +share/apps/quanta/doc/php/function.system.html +share/apps/quanta/doc/php/function.tempnam.html +share/apps/quanta/doc/php/function.time.html +share/apps/quanta/doc/php/function.touch.html +share/apps/quanta/doc/php/function.trim.html +share/apps/quanta/doc/php/function.uasort.html +share/apps/quanta/doc/php/function.ucfirst.html +share/apps/quanta/doc/php/function.ucwords.html +share/apps/quanta/doc/php/function.uksort.html +share/apps/quanta/doc/php/function.umask.html +share/apps/quanta/doc/php/function.uniqid.html +share/apps/quanta/doc/php/function.unlink.html +share/apps/quanta/doc/php/function.unpack.html +share/apps/quanta/doc/php/function.unserialize.html +share/apps/quanta/doc/php/function.unset.html +share/apps/quanta/doc/php/function.urldecode.html +share/apps/quanta/doc/php/function.urlencode.html +share/apps/quanta/doc/php/function.usleep.html +share/apps/quanta/doc/php/function.usort.html +share/apps/quanta/doc/php/function.utf8-decode.html +share/apps/quanta/doc/php/function.utf8-encode.html +share/apps/quanta/doc/php/function.var-dump.html +share/apps/quanta/doc/php/function.virtual.html +share/apps/quanta/doc/php/function.vm-addalias.html +share/apps/quanta/doc/php/function.vm-adduser.html +share/apps/quanta/doc/php/function.vm-delalias.html +share/apps/quanta/doc/php/function.vm-deluser.html +share/apps/quanta/doc/php/function.vm-passwd.html +share/apps/quanta/doc/php/function.wddx-add-vars.html +share/apps/quanta/doc/php/function.wddx-deserialize.html +share/apps/quanta/doc/php/function.wddx-packet-end.html +share/apps/quanta/doc/php/function.wddx-packet-start.html +share/apps/quanta/doc/php/function.wddx-serialize-value.html +share/apps/quanta/doc/php/function.wddx-serialize-vars.html +share/apps/quanta/doc/php/function.xml-error-string.html +share/apps/quanta/doc/php/function.xml-get-current-byte-index.html +share/apps/quanta/doc/php/function.xml-get-current-column-number.html +share/apps/quanta/doc/php/function.xml-get-current-line-number.html +share/apps/quanta/doc/php/function.xml-get-error-code.html +share/apps/quanta/doc/php/install-unix.html +share/apps/quanta/doc/php/function.xml-parse.html +share/apps/quanta/doc/php/function.xml-parser-create.html +share/apps/quanta/doc/php/function.xml-parser-free.html +share/apps/quanta/doc/php/function.xml-parser-get-option.html +share/apps/quanta/doc/php/function.xml-parser-set-option.html +share/apps/quanta/doc/php/function.xml-set-character-data-handler.html +share/apps/quanta/doc/php/function.xml-set-default-handler.html +share/apps/quanta/doc/php/function.xml-set-element-handler.html +share/apps/quanta/doc/php/function.xml-set-external-entity-ref-handler.html +share/apps/quanta/doc/php/function.xml-set-notation-decl-handler.html +share/apps/quanta/doc/php/function.xml-set-object.html +share/apps/quanta/doc/php/function.xml-set-processing-instruction-handler.html +share/apps/quanta/doc/php/function.xml-set-unparsed-entity-decl-handler.html +share/apps/quanta/doc/php/function.yp-first.html +share/apps/quanta/doc/php/function.yp-get-default-domain.html +share/apps/quanta/doc/php/function.yp-master.html +share/apps/quanta/doc/php/function.yp-match.html +share/apps/quanta/doc/php/function.yp-next.html +share/apps/quanta/doc/php/function.yp-order.html +share/apps/quanta/doc/php/function.zend-logo-guid.html +share/apps/quanta/doc/php/functions.arguments.html +share/apps/quanta/doc/php/functions.old-syntax.html +share/apps/quanta/doc/php/functions.returning-values.html +share/apps/quanta/doc/php/getting-started.html +share/apps/quanta/doc/php/functions.variable-functions.html +share/apps/quanta/doc/php/install-problems.html +share/apps/quanta/doc/php/install-windows95-nt.html +share/apps/quanta/doc/php/installation.html +share/apps/quanta/doc/php/intro-history.html +share/apps/quanta/doc/php/intro-whatcando.html +share/apps/quanta/doc/php/introduction.html +share/apps/quanta/doc/php/language.basic-syntax.comments.html +share/apps/quanta/doc/php/language.basic-syntax.html +share/apps/quanta/doc/php/language.basic-syntax.instruction-separation.html +share/apps/quanta/doc/php/language.constants.html +share/apps/quanta/doc/php/language.expressions.html +share/apps/quanta/doc/php/language.operators.assignment.html +share/apps/quanta/doc/php/language.operators.html +share/apps/quanta/doc/php/language.operators.bitwise.html +share/apps/quanta/doc/php/language.operators.comparison.html +share/apps/quanta/doc/php/language.operators.errorcontrol.html +share/apps/quanta/doc/php/language.operators.execution.html +share/apps/quanta/doc/php/language.operators.increment.html +share/apps/quanta/doc/php/language.operators.logical.html +share/apps/quanta/doc/php/language.operators.precedence.html +share/apps/quanta/doc/php/language.operators.string.html +share/apps/quanta/doc/php/language.types.array.html +share/apps/quanta/doc/php/language.types.double.html +share/apps/quanta/doc/php/language.types.html +share/apps/quanta/doc/php/language.types.object.html +share/apps/quanta/doc/php/language.variables.html +share/apps/quanta/doc/php/language.types.string.html +share/apps/quanta/doc/php/language.types.type-juggling.html +share/apps/quanta/doc/php/language.variables.external.html +share/apps/quanta/doc/php/language.variables.predefined.html +share/apps/quanta/doc/php/language.variables.scope.html +share/apps/quanta/doc/php/language.variables.variable.html +share/apps/quanta/doc/php/migration-booleval.html +share/apps/quanta/doc/php/migration-errors.html +share/apps/quanta/doc/php/migration-expr.html +share/apps/quanta/doc/php/migration-if-endif.html +share/apps/quanta/doc/php/migration-other.html +share/apps/quanta/doc/php/migration-startendtags.html +share/apps/quanta/doc/php/migration-truefalse.html +share/apps/quanta/doc/php/migration-while.html +share/apps/quanta/doc/php/pcre.pattern.modifiers.html +share/apps/quanta/doc/php/pcre.pattern.syntax.html +share/apps/quanta/doc/php/phpdevel-errors.html +share/apps/quanta/doc/php/ref.calendar.html +share/apps/quanta/doc/php/ref.datetime.html +share/apps/quanta/doc/php/ref.exec.html +share/apps/quanta/doc/php/ref.fdf.html +share/apps/quanta/doc/php/ref.filepro.html +share/apps/quanta/doc/php/ref.filesystem.html +share/apps/quanta/doc/php/ref.ftp.html +share/apps/quanta/doc/php/ref.http.html +share/apps/quanta/doc/php/ref.hyperwave.html +share/apps/quanta/doc/php/ref.ibase.html +share/apps/quanta/doc/php/ref.ifx.html +share/apps/quanta/doc/php/ref.image.html +share/apps/quanta/doc/php/ref.imap.html +share/apps/quanta/doc/php/ref.info.html +share/apps/quanta/doc/php/ref.ldap.html +share/apps/quanta/doc/php/ref.mail.html +share/apps/quanta/doc/php/ref.math.html +share/apps/quanta/doc/php/ref.mcal.html +share/apps/quanta/doc/php/ref.mcrypt.html +share/apps/quanta/doc/php/ref.mhash.html +share/apps/quanta/doc/php/ref.misc.html +share/apps/quanta/doc/php/ref.msql.html +share/apps/quanta/doc/php/ref.mssql.html +share/apps/quanta/doc/php/ref.mysql.html +share/apps/quanta/doc/php/ref.network.html +share/apps/quanta/doc/php/ref.nis.html +share/apps/quanta/doc/php/ref.oci8.html +share/apps/quanta/doc/php/ref.odbc.html +share/apps/quanta/doc/php/ref.oracle.html +share/apps/quanta/doc/php/ref.pcre.html +share/apps/quanta/doc/php/ref.pdf.html +share/apps/quanta/doc/php/ref.pgsql.html +share/apps/quanta/doc/php/ref.posix.html +share/apps/quanta/doc/php/ref.recode.html +share/apps/quanta/doc/php/ref.regex.html +share/apps/quanta/doc/php/ref.sem.html +share/apps/quanta/doc/php/ref.session.html +share/apps/quanta/doc/php/ref.snmp.html +share/apps/quanta/doc/php/ref.strings.html +share/apps/quanta/doc/php/ref.sybase.html +share/apps/quanta/doc/php/ref.url.html +share/apps/quanta/doc/php/ref.var.html +share/apps/quanta/doc/php/ref.vmailmgr.html +share/apps/quanta/doc/php/ref.wddx.html +share/apps/quanta/doc/php/ref.xml.html +share/apps/quanta/doc/php/ref.zlib.html +share/apps/quanta/doc/php/security.apache.html +share/apps/quanta/doc/php/appendixes.html +share/apps/quanta/doc/php.docrc +share/apps/quanta/tags/tagxml/spacer.tag +share/apps/quanta/tags/tagxml/attr.tag +share/apps/quanta/tags/tagxml/location.tag +share/apps/quanta/tags/tagxml/tag.tag +share/apps/quanta/tags/tagxml/description.rc +share/apps/quanta/tags/html/frame.tag +share/apps/quanta/tags/html/meta.tag +share/apps/quanta/tags/html/div.tag +share/apps/quanta/tags/html/a.tag +share/apps/quanta/tags/html/p.tag +share/apps/quanta/tags/html/style.tag +share/apps/quanta/tags/html/html.tag +share/apps/quanta/tags/html/option.tag +share/apps/quanta/tags/html/font.tag +share/apps/quanta/tags/html/form.tag +share/apps/quanta/tags/html/isindex.tag +share/apps/quanta/tags/html/tbody.tag +share/apps/quanta/tags/html/select.tag +share/apps/quanta/tags/html/thead.tag +share/apps/quanta/tags/html/br.tag +share/apps/quanta/tags/html/headings.tag +share/apps/quanta/tags/html/hr.tag +share/apps/quanta/tags/html/textarea.tag +share/apps/quanta/tags/html/input.tag +share/apps/quanta/tags/html/blockquote.tag +share/apps/quanta/tags/html/li.tag +share/apps/quanta/tags/html/area.tag +share/apps/quanta/tags/html/ol.tag +share/apps/quanta/tags/html/frameset.tag +share/apps/quanta/tags/html/empty.tag +share/apps/quanta/tags/html/td.tag +share/apps/quanta/tags/html/th.tag +share/apps/quanta/tags/html/tr.tag +share/apps/quanta/tags/html/ul.tag +share/apps/quanta/tags/html/script.tag +share/apps/quanta/tags/html/body.tag +share/apps/quanta/tags/html/big.tag +share/apps/quanta/tags/html/head.tag +share/apps/quanta/tags/html/tfoot.tag +share/apps/quanta/tags/html/basefont.tag +share/apps/quanta/tags/html/base.tag +share/apps/quanta/tags/html/table.tag +share/apps/quanta/tags/html/link.tag +share/apps/quanta/tags/html/col.tag +share/apps/quanta/tags/html/colgroup.tag +share/apps/quanta/tags/html/description.rc +share/apps/quanta/tags/php/description.rc +share/apps/quanta/tags/php/DomAttribute->name.tag +share/apps/quanta/tags/php/DomAttribute->specified.tag +share/apps/quanta/tags/php/DomAttribute->value.tag +share/apps/quanta/tags/php/DomDocument->add_root.tag +share/apps/quanta/tags/php/DomDocument->create_attribute.tag +share/apps/quanta/tags/php/DomDocument->create_cdata_section.tag +share/apps/quanta/tags/php/DomDocument->create_comment.tag +share/apps/quanta/tags/php/DomDocument->create_element.tag +share/apps/quanta/tags/php/DomDocument->create_element_ns.tag +share/apps/quanta/tags/php/DomDocument->create_entity_reference.tag +share/apps/quanta/tags/php/DomDocument->create_processing_instruction.tag +share/apps/quanta/tags/php/DomDocument->create_text_node.tag +share/apps/quanta/tags/php/DomDocument->doctype.tag +share/apps/quanta/tags/php/DomDocument->document_element.tag +share/apps/quanta/tags/php/DomDocument->dump_file.tag +share/apps/quanta/tags/php/DomDocument->dump_mem.tag +share/apps/quanta/tags/php/DomDocument->get_element_by_id.tag +share/apps/quanta/tags/php/DomDocument->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomDocument->html_dump_mem.tag +share/apps/quanta/tags/php/DomDocument->xinclude.tag +share/apps/quanta/tags/php/DomDocumentType->entities.tag +share/apps/quanta/tags/php/DomDocumentType->internal_subset.tag +share/apps/quanta/tags/php/DomDocumentType->name.tag +share/apps/quanta/tags/php/abs.tag +share/apps/quanta/tags/php/DomDocumentType->notations.tag +share/apps/quanta/tags/php/DomDocumentType->public_id.tag +share/apps/quanta/tags/php/DomDocumentType->system_id.tag +share/apps/quanta/tags/php/DomElement->get_attribute.tag +share/apps/quanta/tags/php/DomElement->get_attribute_node.tag +share/apps/quanta/tags/php/DomElement->get_elements_by_tagname.tag +share/apps/quanta/tags/php/DomElement->has_attribute.tag +share/apps/quanta/tags/php/DomElement->remove_attribute.tag +share/apps/quanta/tags/php/DomElement->set_attribute.tag +share/apps/quanta/tags/php/DomElement->tagname.tag +share/apps/quanta/tags/php/DomNode->add_namespace.tag +share/apps/quanta/tags/php/DomNode->append_child.tag +share/apps/quanta/tags/php/DomNode->attributes.tag +share/apps/quanta/tags/php/DomNode->append_sibling.tag +share/apps/quanta/tags/php/DomNode->child_nodes.tag +share/apps/quanta/tags/php/DomNode->clone_node.tag +share/apps/quanta/tags/php/DomNode->dump_node.tag +share/apps/quanta/tags/php/DomNode->first_child.tag +share/apps/quanta/tags/php/DomNode->get_content.tag +share/apps/quanta/tags/php/DomNode->has_attributes.tag +share/apps/quanta/tags/php/DomNode->has_child_nodes.tag +share/apps/quanta/tags/php/DomNode->insert_before.tag +share/apps/quanta/tags/php/DomNode->is_blank_node.tag +share/apps/quanta/tags/php/DomNode->last_child.tag +share/apps/quanta/tags/php/DomNode->next_sibling.tag +share/apps/quanta/tags/php/DomNode->node_name.tag +share/apps/quanta/tags/php/DomNode->node_type.tag +share/apps/quanta/tags/php/OCICancel.tag +share/apps/quanta/tags/php/DomNode->node_value.tag +share/apps/quanta/tags/php/DomNode->owner_document.tag +share/apps/quanta/tags/php/DomNode->parent_node.tag +share/apps/quanta/tags/php/DomNode->prefix.tag +share/apps/quanta/tags/php/DomNode->previous_sibling.tag +share/apps/quanta/tags/php/DomNode->remove_child.tag +share/apps/quanta/tags/php/DomNode->replace_child.tag +share/apps/quanta/tags/php/DomNode->replace_node.tag +share/apps/quanta/tags/php/DomNode->set_content.tag +share/apps/quanta/tags/php/DomNode->set_name.tag +share/apps/quanta/tags/php/DomNode->set_namespace.tag +share/apps/quanta/tags/php/DomNode->unlink_node.tag +share/apps/quanta/tags/php/DomProcessingInstruction->data.tag +share/apps/quanta/tags/php/DomProcessingInstruction->target.tag +share/apps/quanta/tags/php/DomXsltStylesheet->process.tag +share/apps/quanta/tags/php/OCIBindByName.tag +share/apps/quanta/tags/php/OCICollAppend.tag +share/apps/quanta/tags/php/OCICollAssign.tag +share/apps/quanta/tags/php/OCICollAssignElem.tag +share/apps/quanta/tags/php/OCICollGetElem.tag +share/apps/quanta/tags/php/OCICollMax.tag +share/apps/quanta/tags/php/OCICollSize.tag +share/apps/quanta/tags/php/OCICollTrim.tag +share/apps/quanta/tags/php/OCIColumnIsNULL.tag +share/apps/quanta/tags/php/OCIColumnName.tag +share/apps/quanta/tags/php/OCIColumnPrecision.tag +share/apps/quanta/tags/php/OCIColumnScale.tag +share/apps/quanta/tags/php/OCIColumnSize.tag +share/apps/quanta/tags/php/OCIColumnType.tag +share/apps/quanta/tags/php/OCIColumnTypeRaw.tag +share/apps/quanta/tags/php/OCICommit.tag +share/apps/quanta/tags/php/OCIDefineByName.tag +share/apps/quanta/tags/php/OCIError.tag +share/apps/quanta/tags/php/OCIExecute.tag +share/apps/quanta/tags/php/OCIFetch.tag +share/apps/quanta/tags/php/OCIFetchInto.tag +share/apps/quanta/tags/php/OCIFetchStatement.tag +share/apps/quanta/tags/php/OCIFreeCollection.tag +share/apps/quanta/tags/php/OCIFreeCursor.tag +share/apps/quanta/tags/php/OCIFreeDesc.tag +share/apps/quanta/tags/php/OCIFreeStatement.tag +share/apps/quanta/tags/php/OCIInternalDebug.tag +share/apps/quanta/tags/php/OCILoadLob.tag +share/apps/quanta/tags/php/OCILogOff.tag +share/apps/quanta/tags/php/OCILogon.tag +share/apps/quanta/tags/php/OCINLogon.tag +share/apps/quanta/tags/php/OCINewCollection.tag +share/apps/quanta/tags/php/OCINewCursor.tag +share/apps/quanta/tags/php/OCINewDescriptor.tag +share/apps/quanta/tags/php/OCINumCols.tag +share/apps/quanta/tags/php/acos.tag +share/apps/quanta/tags/php/OCIPLogon.tag +share/apps/quanta/tags/php/OCIParse.tag +share/apps/quanta/tags/php/OCIResult.tag +share/apps/quanta/tags/php/OCIRollback.tag +share/apps/quanta/tags/php/OCIRowCount.tag +share/apps/quanta/tags/php/OCISaveLob.tag +share/apps/quanta/tags/php/OCISaveLobFile.tag +share/apps/quanta/tags/php/OCIServerVersion.tag +share/apps/quanta/tags/php/OCISetPrefetch.tag +share/apps/quanta/tags/php/OCIStatementType.tag +share/apps/quanta/tags/php/OCIWriteLobToFile.tag +share/apps/quanta/tags/php/Ora_ColumnName.tag +share/apps/quanta/tags/php/Ora_ColumnSize.tag +share/apps/quanta/tags/php/Ora_ColumnType.tag +share/apps/quanta/tags/php/Ora_Error.tag +share/apps/quanta/tags/php/Ora_ErrorCode.tag +share/apps/quanta/tags/php/acosh.tag +share/apps/quanta/tags/php/addcslashes.tag +share/apps/quanta/tags/php/addslashes.tag +share/apps/quanta/tags/php/aggregate.tag +share/apps/quanta/tags/php/aggregate_methods.tag +share/apps/quanta/tags/php/aggregate_methods_by_list.tag +share/apps/quanta/tags/php/aggregate_methods_by_regexp.tag +share/apps/quanta/tags/php/aggregate_properties.tag +share/apps/quanta/tags/php/aggregate_properties_by_list.tag +share/apps/quanta/tags/php/aggregate_properties_by_regexp.tag +share/apps/quanta/tags/php/aggregation_info.tag +share/apps/quanta/tags/php/apache_child_terminate.tag +share/apps/quanta/tags/php/apache_lookup_uri.tag +share/apps/quanta/tags/php/apache_note.tag +share/apps/quanta/tags/php/apache_request_headers.tag +share/apps/quanta/tags/php/apache_response_headers.tag +share/apps/quanta/tags/php/apache_setenv.tag +share/apps/quanta/tags/php/array.tag +share/apps/quanta/tags/php/array_change_key_case.tag +share/apps/quanta/tags/php/array_chunk.tag +share/apps/quanta/tags/php/array_count_values.tag +share/apps/quanta/tags/php/array_diff.tag +share/apps/quanta/tags/php/array_fill.tag +share/apps/quanta/tags/php/array_filter.tag +share/apps/quanta/tags/php/array_flip.tag +share/apps/quanta/tags/php/array_intersect.tag +share/apps/quanta/tags/php/array_key_exists.tag +share/apps/quanta/tags/php/array_keys.tag +share/apps/quanta/tags/php/array_map.tag +share/apps/quanta/tags/php/array_merge.tag +share/apps/quanta/tags/php/array_merge_recursive.tag +share/apps/quanta/tags/php/array_multisort.tag +share/apps/quanta/tags/php/array_pad.tag +share/apps/quanta/tags/php/array_pop.tag +share/apps/quanta/tags/php/array_push.tag +share/apps/quanta/tags/php/array_rand.tag +share/apps/quanta/tags/php/array_reduce.tag +share/apps/quanta/tags/php/array_reverse.tag +share/apps/quanta/tags/php/array_search.tag +share/apps/quanta/tags/php/array_shift.tag +share/apps/quanta/tags/php/array_slice.tag +share/apps/quanta/tags/php/array_splice.tag +share/apps/quanta/tags/php/array_sum.tag +share/apps/quanta/tags/php/array_unique.tag +share/apps/quanta/tags/php/array_unshift.tag +share/apps/quanta/tags/php/array_values.tag +share/apps/quanta/tags/php/array_walk.tag +share/apps/quanta/tags/php/arsort.tag +share/apps/quanta/tags/php/ascii2ebcdic.tag +share/apps/quanta/tags/php/asin.tag +share/apps/quanta/tags/php/asinh.tag +share/apps/quanta/tags/php/asort.tag +share/apps/quanta/tags/php/aspell_check.tag +share/apps/quanta/tags/php/aspell_check_raw.tag +share/apps/quanta/tags/php/aspell_new.tag +share/apps/quanta/tags/php/aspell_suggest.tag +share/apps/quanta/tags/php/assert.tag +share/apps/quanta/tags/php/assert_options.tag +share/apps/quanta/tags/php/assign.tag +share/apps/quanta/tags/php/atan.tag +share/apps/quanta/tags/php/atan2.tag +share/apps/quanta/tags/php/atanh.tag +share/apps/quanta/tags/php/attreditable.tag +share/apps/quanta/tags/php/attribute.tag +share/apps/quanta/tags/php/base64_decode.tag +share/apps/quanta/tags/php/base64_encode.tag +share/apps/quanta/tags/php/base_convert.tag +share/apps/quanta/tags/php/basename.tag +share/apps/quanta/tags/php/bcadd.tag +share/apps/quanta/tags/php/bccomp.tag +share/apps/quanta/tags/php/bcdiv.tag +share/apps/quanta/tags/php/bcmod.tag +share/apps/quanta/tags/php/bcmul.tag +share/apps/quanta/tags/php/bcpow.tag +share/apps/quanta/tags/php/bcscale.tag +share/apps/quanta/tags/php/bcsqrt.tag +share/apps/quanta/tags/php/bcsub.tag +share/apps/quanta/tags/php/bin2hex.tag +share/apps/quanta/tags/php/bind_textdomain_codeset.tag +share/apps/quanta/tags/php/bindec.tag +share/apps/quanta/tags/php/bindtextdomain.tag +share/apps/quanta/tags/php/bzclose.tag +share/apps/quanta/tags/php/bzcompress.tag +share/apps/quanta/tags/php/bzdecompress.tag +share/apps/quanta/tags/php/bzerrno.tag +share/apps/quanta/tags/php/bzerror.tag +share/apps/quanta/tags/php/bzerrstr.tag +share/apps/quanta/tags/php/bzflush.tag +share/apps/quanta/tags/php/bzopen.tag +share/apps/quanta/tags/php/bzread.tag +share/apps/quanta/tags/php/bzwrite.tag +share/apps/quanta/tags/php/cal_days_in_month.tag +share/apps/quanta/tags/php/cal_from_jd.tag +share/apps/quanta/tags/php/cal_info.tag +share/apps/quanta/tags/php/cal_to_jd.tag +share/apps/quanta/tags/php/call_user_func.tag +share/apps/quanta/tags/php/call_user_func_array.tag +share/apps/quanta/tags/php/call_user_method.tag +share/apps/quanta/tags/php/call_user_method_array.tag +share/apps/quanta/tags/php/ccvs_add.tag +share/apps/quanta/tags/php/ccvs_auth.tag +share/apps/quanta/tags/php/ccvs_command.tag +share/apps/quanta/tags/php/ccvs_count.tag +share/apps/quanta/tags/php/ccvs_delete.tag +share/apps/quanta/tags/php/ccvs_done.tag +share/apps/quanta/tags/php/ccvs_init.tag +share/apps/quanta/tags/php/ccvs_lookup.tag +share/apps/quanta/tags/php/ccvs_new.tag +share/apps/quanta/tags/php/ccvs_report.tag +share/apps/quanta/tags/php/ccvs_return.tag +share/apps/quanta/tags/php/ccvs_reverse.tag +share/apps/quanta/tags/php/ccvs_sale.tag +share/apps/quanta/tags/php/ccvs_status.tag +share/apps/quanta/tags/php/ccvs_textvalue.tag +share/apps/quanta/tags/php/ccvs_void.tag +share/apps/quanta/tags/php/ceil.tag +share/apps/quanta/tags/php/chdir.tag +share/apps/quanta/tags/php/checkdate.tag +share/apps/quanta/tags/php/checkdnsrr.tag +share/apps/quanta/tags/php/checkin.tag +share/apps/quanta/tags/php/checkout.tag +share/apps/quanta/tags/php/chgrp.tag +share/apps/quanta/tags/php/children.tag +share/apps/quanta/tags/php/chmod.tag +share/apps/quanta/tags/php/chown.tag +share/apps/quanta/tags/php/chr.tag +share/apps/quanta/tags/php/chroot.tag +share/apps/quanta/tags/php/chunk_split.tag +share/apps/quanta/tags/php/class_exists.tag +share/apps/quanta/tags/php/clearstatcache.tag +share/apps/quanta/tags/php/closedir.tag +share/apps/quanta/tags/php/closelog.tag +share/apps/quanta/tags/php/com_addref.tag +share/apps/quanta/tags/php/com_get.tag +share/apps/quanta/tags/php/com_invoke.tag +share/apps/quanta/tags/php/com_isenum.tag +share/apps/quanta/tags/php/com_load.tag +share/apps/quanta/tags/php/com_load_typelib.tag +share/apps/quanta/tags/php/com_propget.tag +share/apps/quanta/tags/php/com_propput.tag +share/apps/quanta/tags/php/com_propset.tag +share/apps/quanta/tags/php/com_set.tag +share/apps/quanta/tags/php/com_release.tag +share/apps/quanta/tags/php/compact.tag +share/apps/quanta/tags/php/connection_aborted.tag +share/apps/quanta/tags/php/connection_status.tag +share/apps/quanta/tags/php/connection_timeout.tag +share/apps/quanta/tags/php/constant.tag +share/apps/quanta/tags/php/content.tag +share/apps/quanta/tags/php/convert_cyr_string.tag +share/apps/quanta/tags/php/copy.tag +share/apps/quanta/tags/php/cos.tag +share/apps/quanta/tags/php/cosh.tag +share/apps/quanta/tags/php/count.tag +share/apps/quanta/tags/php/count_chars.tag +share/apps/quanta/tags/php/cpdf_add_annotation.tag +share/apps/quanta/tags/php/cpdf_add_outline.tag +share/apps/quanta/tags/php/cpdf_arc.tag +share/apps/quanta/tags/php/cpdf_begin_text.tag +share/apps/quanta/tags/php/cpdf_circle.tag +share/apps/quanta/tags/php/cpdf_clip.tag +share/apps/quanta/tags/php/cpdf_close.tag +share/apps/quanta/tags/php/cpdf_closepath.tag +share/apps/quanta/tags/php/cpdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_closepath_stroke.tag +share/apps/quanta/tags/php/cpdf_continue_text.tag +share/apps/quanta/tags/php/cpdf_curveto.tag +share/apps/quanta/tags/php/cpdf_end_text.tag +share/apps/quanta/tags/php/cpdf_fill.tag +share/apps/quanta/tags/php/cpdf_fill_stroke.tag +share/apps/quanta/tags/php/cpdf_finalize.tag +share/apps/quanta/tags/php/cpdf_finalize_page.tag +share/apps/quanta/tags/php/cpdf_global_set_document_limits.tag +share/apps/quanta/tags/php/cpdf_import_jpeg.tag +share/apps/quanta/tags/php/cpdf_lineto.tag +share/apps/quanta/tags/php/cpdf_moveto.tag +share/apps/quanta/tags/php/cpdf_newpath.tag +share/apps/quanta/tags/php/cpdf_open.tag +share/apps/quanta/tags/php/cpdf_page_init.tag +share/apps/quanta/tags/php/cpdf_output_buffer.tag +share/apps/quanta/tags/php/cpdf_place_inline_image.tag +share/apps/quanta/tags/php/cpdf_rect.tag +share/apps/quanta/tags/php/cpdf_restore.tag +share/apps/quanta/tags/php/cpdf_rlineto.tag +share/apps/quanta/tags/php/cpdf_rmoveto.tag +share/apps/quanta/tags/php/cpdf_rotate.tag +share/apps/quanta/tags/php/cpdf_rotate_text.tag +share/apps/quanta/tags/php/cpdf_save.tag +share/apps/quanta/tags/php/cpdf_save_to_file.tag +share/apps/quanta/tags/php/cpdf_scale.tag +share/apps/quanta/tags/php/cpdf_set.tag +share/apps/quanta/tags/php/cpdf_set_action_url.tag +share/apps/quanta/tags/php/cpdf_set_char_spacing.tag +share/apps/quanta/tags/php/cpdf_set_creator.tag +share/apps/quanta/tags/php/cpdf_set_current_page.tag +share/apps/quanta/tags/php/cpdf_set_font.tag +share/apps/quanta/tags/php/cpdf_set_font_directories.tag +share/apps/quanta/tags/php/cpdf_set_font_map_file.tag +share/apps/quanta/tags/php/cpdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/cpdf_set_keywords.tag +share/apps/quanta/tags/php/cpdf_set_page_animation.tag +share/apps/quanta/tags/php/cpdf_set_subject.tag +share/apps/quanta/tags/php/cpdf_set_text_matrix.tag +share/apps/quanta/tags/php/cpdf_set_text_pos.tag +share/apps/quanta/tags/php/cpdf_set_text_rendering.tag +share/apps/quanta/tags/php/cpdf_set_text_rise.tag +share/apps/quanta/tags/php/cpdf_set_title.tag +share/apps/quanta/tags/php/cpdf_set_viewer_preferences.tag +share/apps/quanta/tags/php/cpdf_set_word_spacing.tag +share/apps/quanta/tags/php/cpdf_setdash.tag +share/apps/quanta/tags/php/cpdf_setflat.tag +share/apps/quanta/tags/php/cpdf_setgray.tag +share/apps/quanta/tags/php/cpdf_setgray_fill.tag +share/apps/quanta/tags/php/cpdf_setgray_stroke.tag +share/apps/quanta/tags/php/cpdf_setlinecap.tag +share/apps/quanta/tags/php/cpdf_setlinejoin.tag +share/apps/quanta/tags/php/cpdf_setlinewidth.tag +share/apps/quanta/tags/php/cpdf_setmiterlimit.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/cpdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/cpdf_show.tag +share/apps/quanta/tags/php/cpdf_show_xy.tag +share/apps/quanta/tags/php/cpdf_stringwidth.tag +share/apps/quanta/tags/php/cpdf_stroke.tag +share/apps/quanta/tags/php/cpdf_text.tag +share/apps/quanta/tags/php/cpdf_translate.tag +share/apps/quanta/tags/php/crack_check.tag +share/apps/quanta/tags/php/crack_closedict.tag +share/apps/quanta/tags/php/crack_getlastmessage.tag +share/apps/quanta/tags/php/crack_opendict.tag +share/apps/quanta/tags/php/crc32.tag +share/apps/quanta/tags/php/create_function.tag +share/apps/quanta/tags/php/crypt.tag +share/apps/quanta/tags/php/ctype_alnum.tag +share/apps/quanta/tags/php/ctype_alpha.tag +share/apps/quanta/tags/php/ctype_cntrl.tag +share/apps/quanta/tags/php/ctype_digit.tag +share/apps/quanta/tags/php/ctype_graph.tag +share/apps/quanta/tags/php/ctype_lower.tag +share/apps/quanta/tags/php/ctype_print.tag +share/apps/quanta/tags/php/ctype_punct.tag +share/apps/quanta/tags/php/ctype_space.tag +share/apps/quanta/tags/php/ctype_upper.tag +share/apps/quanta/tags/php/ctype_xdigit.tag +share/apps/quanta/tags/php/curl_close.tag +share/apps/quanta/tags/php/curl_errno.tag +share/apps/quanta/tags/php/curl_error.tag +share/apps/quanta/tags/php/curl_exec.tag +share/apps/quanta/tags/php/curl_getinfo.tag +share/apps/quanta/tags/php/curl_init.tag +share/apps/quanta/tags/php/curl_setopt.tag +share/apps/quanta/tags/php/curl_version.tag +share/apps/quanta/tags/php/current.tag +share/apps/quanta/tags/php/cybercash_base64_decode.tag +share/apps/quanta/tags/php/cybercash_base64_encode.tag +share/apps/quanta/tags/php/cybercash_decr.tag +share/apps/quanta/tags/php/cybercash_encr.tag +share/apps/quanta/tags/php/cybermut_creerformulairecm.tag +share/apps/quanta/tags/php/cybermut_creerreponsecm.tag +share/apps/quanta/tags/php/cybermut_testmac.tag +share/apps/quanta/tags/php/cyrus_authenticate.tag +share/apps/quanta/tags/php/cyrus_bind.tag +share/apps/quanta/tags/php/cyrus_close.tag +share/apps/quanta/tags/php/cyrus_connect.tag +share/apps/quanta/tags/php/date.tag +share/apps/quanta/tags/php/cyrus_query.tag +share/apps/quanta/tags/php/cyrus_unbind.tag +share/apps/quanta/tags/php/dba_close.tag +share/apps/quanta/tags/php/dba_delete.tag +share/apps/quanta/tags/php/dba_exists.tag +share/apps/quanta/tags/php/dba_fetch.tag +share/apps/quanta/tags/php/dba_firstkey.tag +share/apps/quanta/tags/php/dba_insert.tag +share/apps/quanta/tags/php/dba_nextkey.tag +share/apps/quanta/tags/php/dba_open.tag +share/apps/quanta/tags/php/dba_optimize.tag +share/apps/quanta/tags/php/dba_popen.tag +share/apps/quanta/tags/php/dba_replace.tag +share/apps/quanta/tags/php/dba_sync.tag +share/apps/quanta/tags/php/dbase_add_record.tag +share/apps/quanta/tags/php/dbase_close.tag +share/apps/quanta/tags/php/dbase_create.tag +share/apps/quanta/tags/php/dbase_delete_record.tag +share/apps/quanta/tags/php/dbase_get_record.tag +share/apps/quanta/tags/php/dl.tag +share/apps/quanta/tags/php/dbase_get_record_with_names.tag +share/apps/quanta/tags/php/dbase_numfields.tag +share/apps/quanta/tags/php/dbase_numrecords.tag +share/apps/quanta/tags/php/dbase_open.tag +share/apps/quanta/tags/php/dbase_pack.tag +share/apps/quanta/tags/php/dbase_replace_record.tag +share/apps/quanta/tags/php/dblist.tag +share/apps/quanta/tags/php/dbmclose.tag +share/apps/quanta/tags/php/dbmdelete.tag +share/apps/quanta/tags/php/dbmexists.tag +share/apps/quanta/tags/php/dbmfetch.tag +share/apps/quanta/tags/php/dbmfirstkey.tag +share/apps/quanta/tags/php/dbminsert.tag +share/apps/quanta/tags/php/dbmnextkey.tag +share/apps/quanta/tags/php/dbmopen.tag +share/apps/quanta/tags/php/dbmreplace.tag +share/apps/quanta/tags/php/dbplus_add.tag +share/apps/quanta/tags/php/dbplus_aql.tag +share/apps/quanta/tags/php/dbplus_chdir.tag +share/apps/quanta/tags/php/dbstat.tag +share/apps/quanta/tags/php/dbplus_close.tag +share/apps/quanta/tags/php/dbplus_curr.tag +share/apps/quanta/tags/php/dbplus_errcode.tag +share/apps/quanta/tags/php/dbplus_errno.tag +share/apps/quanta/tags/php/dbplus_find.tag +share/apps/quanta/tags/php/dbplus_first.tag +share/apps/quanta/tags/php/dbplus_flush.tag +share/apps/quanta/tags/php/dbplus_freealllocks.tag +share/apps/quanta/tags/php/dbplus_freelock.tag +share/apps/quanta/tags/php/dbplus_freerlocks.tag +share/apps/quanta/tags/php/dbplus_getlock.tag +share/apps/quanta/tags/php/dbplus_getunique.tag +share/apps/quanta/tags/php/dbplus_info.tag +share/apps/quanta/tags/php/dbplus_last.tag +share/apps/quanta/tags/php/dbplus_lockrel.tag +share/apps/quanta/tags/php/dbplus_next.tag +share/apps/quanta/tags/php/dbplus_open.tag +share/apps/quanta/tags/php/dbplus_prev.tag +share/apps/quanta/tags/php/dbplus_rzap.tag +share/apps/quanta/tags/php/dbplus_rchperm.tag +share/apps/quanta/tags/php/dbplus_rcreate.tag +share/apps/quanta/tags/php/dbplus_rcrtexact.tag +share/apps/quanta/tags/php/dbplus_rcrtlike.tag +share/apps/quanta/tags/php/dbplus_resolve.tag +share/apps/quanta/tags/php/dbplus_restorepos.tag +share/apps/quanta/tags/php/dbplus_rkeys.tag +share/apps/quanta/tags/php/dbplus_ropen.tag +share/apps/quanta/tags/php/dbplus_rquery.tag +share/apps/quanta/tags/php/dbplus_rrename.tag +share/apps/quanta/tags/php/dbplus_rsecindex.tag +share/apps/quanta/tags/php/dbplus_runlink.tag +share/apps/quanta/tags/php/dbplus_savepos.tag +share/apps/quanta/tags/php/dbplus_setindex.tag +share/apps/quanta/tags/php/dbplus_setindexbynumber.tag +share/apps/quanta/tags/php/dbplus_sql.tag +share/apps/quanta/tags/php/dbplus_tcl.tag +share/apps/quanta/tags/php/dbplus_undo.tag +share/apps/quanta/tags/php/dbplus_tremove.tag +share/apps/quanta/tags/php/dbplus_undoprepare.tag +share/apps/quanta/tags/php/dbplus_unlockrel.tag +share/apps/quanta/tags/php/dbplus_unselect.tag +share/apps/quanta/tags/php/dbplus_update.tag +share/apps/quanta/tags/php/dbplus_xlockrel.tag +share/apps/quanta/tags/php/dbplus_xunlockrel.tag +share/apps/quanta/tags/php/dbx_close.tag +share/apps/quanta/tags/php/dbx_compare.tag +share/apps/quanta/tags/php/dbx_connect.tag +share/apps/quanta/tags/php/dbx_error.tag +share/apps/quanta/tags/php/dbx_query.tag +share/apps/quanta/tags/php/dbx_sort.tag +share/apps/quanta/tags/php/dcgettext.tag +share/apps/quanta/tags/php/dcngettext.tag +share/apps/quanta/tags/php/dcstat.tag +share/apps/quanta/tags/php/debugger_off.tag +share/apps/quanta/tags/php/debugger_on.tag +share/apps/quanta/tags/php/decbin.tag +share/apps/quanta/tags/php/dechex.tag +share/apps/quanta/tags/php/decoct.tag +share/apps/quanta/tags/php/define.tag +share/apps/quanta/tags/php/define_syslog_variables.tag +share/apps/quanta/tags/php/defined.tag +share/apps/quanta/tags/php/deg2rad.tag +share/apps/quanta/tags/php/delete.tag +share/apps/quanta/tags/php/description.tag +share/apps/quanta/tags/php/dgettext.tag +share/apps/quanta/tags/php/dio_close.tag +share/apps/quanta/tags/php/dio_fcntl.tag +share/apps/quanta/tags/php/dio_open.tag +share/apps/quanta/tags/php/dio_read.tag +share/apps/quanta/tags/php/dio_seek.tag +share/apps/quanta/tags/php/dio_stat.tag +share/apps/quanta/tags/php/dio_truncate.tag +share/apps/quanta/tags/php/dio_write.tag +share/apps/quanta/tags/php/dirname.tag +share/apps/quanta/tags/php/disk_free_space.tag +share/apps/quanta/tags/php/disk_total_space.tag +share/apps/quanta/tags/php/diskfreespace.tag +share/apps/quanta/tags/php/dngettext.tag +share/apps/quanta/tags/php/domxml_new_doc.tag +share/apps/quanta/tags/php/domxml_open_file.tag +share/apps/quanta/tags/php/domxml_open_mem.tag +share/apps/quanta/tags/php/domxml_version.tag +share/apps/quanta/tags/php/domxml_xmltree.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_doc.tag +share/apps/quanta/tags/php/domxml_xslt_stylesheet_file.tag +share/apps/quanta/tags/php/dotnet_load.tag +share/apps/quanta/tags/php/dstanchors.tag +share/apps/quanta/tags/php/dstofsrcanchors.tag +share/apps/quanta/tags/php/each.tag +share/apps/quanta/tags/php/easter_date.tag +share/apps/quanta/tags/php/easter_days.tag +share/apps/quanta/tags/php/ebcdic2ascii.tag +share/apps/quanta/tags/php/empty.tag +share/apps/quanta/tags/php/end.tag +share/apps/quanta/tags/php/ereg.tag +share/apps/quanta/tags/php/eregi.tag +share/apps/quanta/tags/php/ereg_replace.tag +share/apps/quanta/tags/php/eregi_replace.tag +share/apps/quanta/tags/php/error_log.tag +share/apps/quanta/tags/php/error_reporting.tag +share/apps/quanta/tags/php/escapeshellarg.tag +share/apps/quanta/tags/php/escapeshellcmd.tag +share/apps/quanta/tags/php/eval.tag +share/apps/quanta/tags/php/exec.tag +share/apps/quanta/tags/php/exif_imagetype.tag +share/apps/quanta/tags/php/exif_read_data.tag +share/apps/quanta/tags/php/exif_thumbnail.tag +share/apps/quanta/tags/php/exit.tag +share/apps/quanta/tags/php/exp.tag +share/apps/quanta/tags/php/explode.tag +share/apps/quanta/tags/php/expm1.tag +share/apps/quanta/tags/php/extension_loaded.tag +share/apps/quanta/tags/php/extract.tag +share/apps/quanta/tags/php/ezmlm_hash.tag +share/apps/quanta/tags/php/fbsql_affected_rows.tag +share/apps/quanta/tags/php/fbsql_autocommit.tag +share/apps/quanta/tags/php/fbsql_change_user.tag +share/apps/quanta/tags/php/fbsql_close.tag +share/apps/quanta/tags/php/fbsql_commit.tag +share/apps/quanta/tags/php/fbsql_connect.tag +share/apps/quanta/tags/php/fbsql_create_blob.tag +share/apps/quanta/tags/php/fbsql_create_clob.tag +share/apps/quanta/tags/php/fbsql_create_db.tag +share/apps/quanta/tags/php/fbsql_data_seek.tag +share/apps/quanta/tags/php/fbsql_database.tag +share/apps/quanta/tags/php/fbsql_database_password.tag +share/apps/quanta/tags/php/fbsql_db_query.tag +share/apps/quanta/tags/php/fbsql_db_status.tag +share/apps/quanta/tags/php/fbsql_drop_db.tag +share/apps/quanta/tags/php/fbsql_errno.tag +share/apps/quanta/tags/php/fbsql_error.tag +share/apps/quanta/tags/php/fbsql_fetch_array.tag +share/apps/quanta/tags/php/fbsql_fetch_assoc.tag +share/apps/quanta/tags/php/fclose.tag +share/apps/quanta/tags/php/fbsql_fetch_field.tag +share/apps/quanta/tags/php/fbsql_fetch_lengths.tag +share/apps/quanta/tags/php/fbsql_fetch_object.tag +share/apps/quanta/tags/php/fbsql_fetch_row.tag +share/apps/quanta/tags/php/fbsql_field_flags.tag +share/apps/quanta/tags/php/fbsql_field_len.tag +share/apps/quanta/tags/php/fbsql_field_name.tag +share/apps/quanta/tags/php/fbsql_field_seek.tag +share/apps/quanta/tags/php/fbsql_field_table.tag +share/apps/quanta/tags/php/fbsql_field_type.tag +share/apps/quanta/tags/php/fbsql_free_result.tag +share/apps/quanta/tags/php/fbsql_get_autostart_info.tag +share/apps/quanta/tags/php/fbsql_hostname.tag +share/apps/quanta/tags/php/fbsql_insert_id.tag +share/apps/quanta/tags/php/fbsql_list_dbs.tag +share/apps/quanta/tags/php/fbsql_list_fields.tag +share/apps/quanta/tags/php/fbsql_list_tables.tag +share/apps/quanta/tags/php/fbsql_next_result.tag +share/apps/quanta/tags/php/fbsql_num_fields.tag +share/apps/quanta/tags/php/fbsql_num_rows.tag +share/apps/quanta/tags/php/fbsql_password.tag +share/apps/quanta/tags/php/fbsql_pconnect.tag +share/apps/quanta/tags/php/fbsql_query.tag +share/apps/quanta/tags/php/fbsql_read_blob.tag +share/apps/quanta/tags/php/fbsql_read_clob.tag +share/apps/quanta/tags/php/fbsql_result.tag +share/apps/quanta/tags/php/fbsql_rollback.tag +share/apps/quanta/tags/php/fbsql_select_db.tag +share/apps/quanta/tags/php/fbsql_set_lob_mode.tag +share/apps/quanta/tags/php/fbsql_set_transaction.tag +share/apps/quanta/tags/php/fbsql_start_db.tag +share/apps/quanta/tags/php/fbsql_stop_db.tag +share/apps/quanta/tags/php/fbsql_tablename.tag +share/apps/quanta/tags/php/key.tag +share/apps/quanta/tags/php/fbsql_username.tag +share/apps/quanta/tags/php/fbsql_warnings.tag +share/apps/quanta/tags/php/fdf_add_template.tag +share/apps/quanta/tags/php/fdf_close.tag +share/apps/quanta/tags/php/fdf_create.tag +share/apps/quanta/tags/php/fdf_get_file.tag +share/apps/quanta/tags/php/fdf_get_status.tag +share/apps/quanta/tags/php/fdf_get_value.tag +share/apps/quanta/tags/php/fdf_next_field_name.tag +share/apps/quanta/tags/php/fdf_open.tag +share/apps/quanta/tags/php/fdf_save.tag +share/apps/quanta/tags/php/fdf_set_ap.tag +share/apps/quanta/tags/php/fdf_set_encoding.tag +share/apps/quanta/tags/php/fdf_set_file.tag +share/apps/quanta/tags/php/fdf_set_flags.tag +share/apps/quanta/tags/php/fdf_set_javascript_action.tag +share/apps/quanta/tags/php/fdf_set_opt.tag +share/apps/quanta/tags/php/fdf_set_status.tag +share/apps/quanta/tags/php/fdf_set_submit_form_action.tag +share/apps/quanta/tags/php/fdf_set_value.tag +share/apps/quanta/tags/php/feof.tag +share/apps/quanta/tags/php/fflush.tag +share/apps/quanta/tags/php/fgetc.tag +share/apps/quanta/tags/php/fgetcsv.tag +share/apps/quanta/tags/php/fgets.tag +share/apps/quanta/tags/php/fgetss.tag +share/apps/quanta/tags/php/file.tag +share/apps/quanta/tags/php/file_exists.tag +share/apps/quanta/tags/php/file_get_contents.tag +share/apps/quanta/tags/php/file_get_wrapper_data.tag +share/apps/quanta/tags/php/file_register_wrapper.tag +share/apps/quanta/tags/php/fileatime.tag +share/apps/quanta/tags/php/filectime.tag +share/apps/quanta/tags/php/filegroup.tag +share/apps/quanta/tags/php/fileinode.tag +share/apps/quanta/tags/php/filemtime.tag +share/apps/quanta/tags/php/fileowner.tag +share/apps/quanta/tags/php/fileperms.tag +share/apps/quanta/tags/php/filepro.tag +share/apps/quanta/tags/php/filepro_fieldcount.tag +share/apps/quanta/tags/php/filepro_fieldname.tag +share/apps/quanta/tags/php/filepro_fieldtype.tag +share/apps/quanta/tags/php/filepro_fieldwidth.tag +share/apps/quanta/tags/php/filepro_retrieve.tag +share/apps/quanta/tags/php/filepro_rowcount.tag +share/apps/quanta/tags/php/filesize.tag +share/apps/quanta/tags/php/filetype.tag +share/apps/quanta/tags/php/find.tag +share/apps/quanta/tags/php/floatval.tag +share/apps/quanta/tags/php/flock.tag +share/apps/quanta/tags/php/floor.tag +share/apps/quanta/tags/php/flush.tag +share/apps/quanta/tags/php/fopen.tag +share/apps/quanta/tags/php/fpassthru.tag +share/apps/quanta/tags/php/fputs.tag +share/apps/quanta/tags/php/fread.tag +share/apps/quanta/tags/php/frenchtojd.tag +share/apps/quanta/tags/php/fribidi_log2vis.tag +share/apps/quanta/tags/php/fscanf.tag +share/apps/quanta/tags/php/fseek.tag +share/apps/quanta/tags/php/fsockopen.tag +share/apps/quanta/tags/php/fstat.tag +share/apps/quanta/tags/php/ftell.tag +share/apps/quanta/tags/php/ftok.tag +share/apps/quanta/tags/php/ftp_async_continue.tag +share/apps/quanta/tags/php/ftp_async_fget.tag +share/apps/quanta/tags/php/ftp_async_fput.tag +share/apps/quanta/tags/php/ftp_async_get.tag +share/apps/quanta/tags/php/ftp_async_put.tag +share/apps/quanta/tags/php/ftp_cdup.tag +share/apps/quanta/tags/php/ftp_chdir.tag +share/apps/quanta/tags/php/ftp_close.tag +share/apps/quanta/tags/php/ftp_connect.tag +share/apps/quanta/tags/php/ftp_delete.tag +share/apps/quanta/tags/php/ftp_exec.tag +share/apps/quanta/tags/php/ftp_fget.tag +share/apps/quanta/tags/php/ftp_fput.tag +share/apps/quanta/tags/php/ftp_get.tag +share/apps/quanta/tags/php/ftp_get_option.tag +share/apps/quanta/tags/php/ftp_login.tag +share/apps/quanta/tags/php/ftp_mdtm.tag +share/apps/quanta/tags/php/ftp_mkdir.tag +share/apps/quanta/tags/php/ftp_nlist.tag +share/apps/quanta/tags/php/ftp_pasv.tag +share/apps/quanta/tags/php/ftp_put.tag +share/apps/quanta/tags/php/ftp_pwd.tag +share/apps/quanta/tags/php/ftp_quit.tag +share/apps/quanta/tags/php/ftp_rawlist.tag +share/apps/quanta/tags/php/ftp_rename.tag +share/apps/quanta/tags/php/ftp_rmdir.tag +share/apps/quanta/tags/php/ftp_set_option.tag +share/apps/quanta/tags/php/ftp_site.tag +share/apps/quanta/tags/php/ftp_size.tag +share/apps/quanta/tags/php/ftp_systype.tag +share/apps/quanta/tags/php/ftruncate.tag +share/apps/quanta/tags/php/ftstat.tag +share/apps/quanta/tags/php/func_get_arg.tag +share/apps/quanta/tags/php/func_get_args.tag +share/apps/quanta/tags/php/func_num_args.tag +share/apps/quanta/tags/php/function_exists.tag +share/apps/quanta/tags/php/fwrite.tag +share/apps/quanta/tags/php/get_browser.tag +share/apps/quanta/tags/php/get_cfg_var.tag +share/apps/quanta/tags/php/get_class.tag +share/apps/quanta/tags/php/get_class_methods.tag +share/apps/quanta/tags/php/get_class_vars.tag +share/apps/quanta/tags/php/get_current_user.tag +share/apps/quanta/tags/php/get_declared_classes.tag +share/apps/quanta/tags/php/get_defined_constants.tag +share/apps/quanta/tags/php/get_defined_functions.tag +share/apps/quanta/tags/php/get_defined_vars.tag +share/apps/quanta/tags/php/get_extension_funcs.tag +share/apps/quanta/tags/php/get_html_translation_table.tag +share/apps/quanta/tags/php/get_included_files.tag +share/apps/quanta/tags/php/get_loaded_extensions.tag +share/apps/quanta/tags/php/get_magic_quotes_gpc.tag +share/apps/quanta/tags/php/get_magic_quotes_runtime.tag +share/apps/quanta/tags/php/get_meta_tags.tag +share/apps/quanta/tags/php/get_object_vars.tag +share/apps/quanta/tags/php/get_parent_class.tag +share/apps/quanta/tags/php/get_required_files.tag +share/apps/quanta/tags/php/get_resource_type.tag +share/apps/quanta/tags/php/getallheaders.tag +share/apps/quanta/tags/php/getcwd.tag +share/apps/quanta/tags/php/getdate.tag +share/apps/quanta/tags/php/getenv.tag +share/apps/quanta/tags/php/gethostbyaddr.tag +share/apps/quanta/tags/php/gethostbyname.tag +share/apps/quanta/tags/php/gethostbynamel.tag +share/apps/quanta/tags/php/getimagesize.tag +share/apps/quanta/tags/php/getlastmod.tag +share/apps/quanta/tags/php/getmxrr.tag +share/apps/quanta/tags/php/getmygid.tag +share/apps/quanta/tags/php/getmyinode.tag +share/apps/quanta/tags/php/getmypid.tag +share/apps/quanta/tags/php/getmyuid.tag +share/apps/quanta/tags/php/getprotobyname.tag +share/apps/quanta/tags/php/getprotobynumber.tag +share/apps/quanta/tags/php/getrandmax.tag +share/apps/quanta/tags/php/getrusage.tag +share/apps/quanta/tags/php/getservbyname.tag +share/apps/quanta/tags/php/getservbyport.tag +share/apps/quanta/tags/php/gettext.tag +share/apps/quanta/tags/php/gettimeofday.tag +share/apps/quanta/tags/php/gettype.tag +share/apps/quanta/tags/php/glob.tag +share/apps/quanta/tags/php/gmdate.tag +share/apps/quanta/tags/php/gmmktime.tag +share/apps/quanta/tags/php/gmp_abs.tag +share/apps/quanta/tags/php/gmp_add.tag +share/apps/quanta/tags/php/gmp_and.tag +share/apps/quanta/tags/php/gmp_clrbit.tag +share/apps/quanta/tags/php/gmp_cmp.tag +share/apps/quanta/tags/php/gmp_com.tag +share/apps/quanta/tags/php/gmp_div.tag +share/apps/quanta/tags/php/gmp_div_q.tag +share/apps/quanta/tags/php/gmp_div_qr.tag +share/apps/quanta/tags/php/gmp_div_r.tag +share/apps/quanta/tags/php/gmp_divexact.tag +share/apps/quanta/tags/php/gmp_fact.tag +share/apps/quanta/tags/php/gmp_gcd.tag +share/apps/quanta/tags/php/gmp_gcdext.tag +share/apps/quanta/tags/php/gmp_hamdist.tag +share/apps/quanta/tags/php/gmp_init.tag +share/apps/quanta/tags/php/gmp_intval.tag +share/apps/quanta/tags/php/gmp_invert.tag +share/apps/quanta/tags/php/gmp_jacobi.tag +share/apps/quanta/tags/php/gmp_legendre.tag +share/apps/quanta/tags/php/gmp_mod.tag +share/apps/quanta/tags/php/gmp_mul.tag +share/apps/quanta/tags/php/gmp_neg.tag +share/apps/quanta/tags/php/gmp_or.tag +share/apps/quanta/tags/php/gmp_perfect_square.tag +share/apps/quanta/tags/php/gmp_popcount.tag +share/apps/quanta/tags/php/gmp_pow.tag +share/apps/quanta/tags/php/gmp_powm.tag +share/apps/quanta/tags/php/gmp_prob_prime.tag +share/apps/quanta/tags/php/gmp_random.tag +share/apps/quanta/tags/php/gmp_scan0.tag +share/apps/quanta/tags/php/gmp_scan1.tag +share/apps/quanta/tags/php/gmp_setbit.tag +share/apps/quanta/tags/php/gmp_sign.tag +share/apps/quanta/tags/php/gmp_sqrt.tag +share/apps/quanta/tags/php/gmp_sqrtrm.tag +share/apps/quanta/tags/php/gmp_strval.tag +share/apps/quanta/tags/php/gmp_sub.tag +share/apps/quanta/tags/php/gmp_xor.tag +share/apps/quanta/tags/php/gmstrftime.tag +share/apps/quanta/tags/php/gregoriantojd.tag +share/apps/quanta/tags/php/gzclose.tag +share/apps/quanta/tags/php/gzcompress.tag +share/apps/quanta/tags/php/gzdeflate.tag +share/apps/quanta/tags/php/gzencode.tag +share/apps/quanta/tags/php/gzeof.tag +share/apps/quanta/tags/php/gzfile.tag +share/apps/quanta/tags/php/gzgetc.tag +share/apps/quanta/tags/php/gzgets.tag +share/apps/quanta/tags/php/gzgetss.tag +share/apps/quanta/tags/php/gzinflate.tag +share/apps/quanta/tags/php/gzopen.tag +share/apps/quanta/tags/php/log.tag +share/apps/quanta/tags/php/gzpassthru.tag +share/apps/quanta/tags/php/gzputs.tag +share/apps/quanta/tags/php/gzread.tag +share/apps/quanta/tags/php/gzrewind.tag +share/apps/quanta/tags/php/gzseek.tag +share/apps/quanta/tags/php/gztell.tag +share/apps/quanta/tags/php/gzuncompress.tag +share/apps/quanta/tags/php/gzwrite.tag +share/apps/quanta/tags/php/header.tag +share/apps/quanta/tags/php/headers_sent.tag +share/apps/quanta/tags/php/hebrev.tag +share/apps/quanta/tags/php/hebrevc.tag +share/apps/quanta/tags/php/hexdec.tag +share/apps/quanta/tags/php/highlight_file.tag +share/apps/quanta/tags/php/highlight_string.tag +share/apps/quanta/tags/php/htmlentities.tag +share/apps/quanta/tags/php/htmlspecialchars.tag +share/apps/quanta/tags/php/hw_api->object.tag +share/apps/quanta/tags/php/hw_api_object.tag +share/apps/quanta/tags/php/hw_array2objrec.tag +share/apps/quanta/tags/php/hw_children.tag +share/apps/quanta/tags/php/hw_changeobject.tag +share/apps/quanta/tags/php/hw_childrenobj.tag +share/apps/quanta/tags/php/hw_close.tag +share/apps/quanta/tags/php/hw_connect.tag +share/apps/quanta/tags/php/hw_connection_info.tag +share/apps/quanta/tags/php/hw_cp.tag +share/apps/quanta/tags/php/hw_deleteobject.tag +share/apps/quanta/tags/php/hw_docbyanchor.tag +share/apps/quanta/tags/php/hw_docbyanchorobj.tag +share/apps/quanta/tags/php/hw_document_attributes.tag +share/apps/quanta/tags/php/hw_document_bodytag.tag +share/apps/quanta/tags/php/hw_document_content.tag +share/apps/quanta/tags/php/hw_document_setcontent.tag +share/apps/quanta/tags/php/hw_document_size.tag +share/apps/quanta/tags/php/hw_dummy.tag +share/apps/quanta/tags/php/hw_edittext.tag +share/apps/quanta/tags/php/hw_error.tag +share/apps/quanta/tags/php/hw_errormsg.tag +share/apps/quanta/tags/php/hw_free_document.tag +share/apps/quanta/tags/php/hw_getanchors.tag +share/apps/quanta/tags/php/hw_getanchorsobj.tag +share/apps/quanta/tags/php/hw_getandlock.tag +share/apps/quanta/tags/php/hw_getchildcoll.tag +share/apps/quanta/tags/php/hw_getchildcollobj.tag +share/apps/quanta/tags/php/hw_getchilddoccoll.tag +share/apps/quanta/tags/php/hw_getchilddoccollobj.tag +share/apps/quanta/tags/php/hw_getobject.tag +share/apps/quanta/tags/php/hw_getobjectbyquery.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycoll.tag +share/apps/quanta/tags/php/hw_getobjectbyquerycollobj.tag +share/apps/quanta/tags/php/hw_getobjectbyqueryobj.tag +share/apps/quanta/tags/php/hw_getparents.tag +share/apps/quanta/tags/php/hw_getparentsobj.tag +share/apps/quanta/tags/php/hw_getrellink.tag +share/apps/quanta/tags/php/hw_getremote.tag +share/apps/quanta/tags/php/hw_getremotechildren.tag +share/apps/quanta/tags/php/hw_getsrcbydestobj.tag +share/apps/quanta/tags/php/hw_gettext.tag +share/apps/quanta/tags/php/hw_getusername.tag +share/apps/quanta/tags/php/hw_identify.tag +share/apps/quanta/tags/php/hw_incollections.tag +share/apps/quanta/tags/php/hw_info.tag +share/apps/quanta/tags/php/hw_inscoll.tag +share/apps/quanta/tags/php/hw_insdoc.tag +share/apps/quanta/tags/php/hw_insertanchors.tag +share/apps/quanta/tags/php/hw_insertdocument.tag +share/apps/quanta/tags/php/hw_insertobject.tag +share/apps/quanta/tags/php/hw_mapid.tag +share/apps/quanta/tags/php/hw_modifyobject.tag +share/apps/quanta/tags/php/hw_mv.tag +share/apps/quanta/tags/php/hw_new_document.tag +share/apps/quanta/tags/php/hw_objrec2array.tag +share/apps/quanta/tags/php/hw_root.tag +share/apps/quanta/tags/php/hw_output_document.tag +share/apps/quanta/tags/php/hw_pconnect.tag +share/apps/quanta/tags/php/hw_pipedocument.tag +share/apps/quanta/tags/php/hw_setlinkroot.tag +share/apps/quanta/tags/php/hw_stat.tag +share/apps/quanta/tags/php/hw_unlock.tag +share/apps/quanta/tags/php/hw_who.tag +share/apps/quanta/tags/php/hwapi_hgcsp.tag +share/apps/quanta/tags/php/hwstat.tag +share/apps/quanta/tags/php/hypot.tag +share/apps/quanta/tags/php/ibase_blob_add.tag +share/apps/quanta/tags/php/ibase_blob_cancel.tag +share/apps/quanta/tags/php/ibase_blob_close.tag +share/apps/quanta/tags/php/ibase_blob_create.tag +share/apps/quanta/tags/php/ibase_blob_echo.tag +share/apps/quanta/tags/php/ibase_blob_get.tag +share/apps/quanta/tags/php/ibase_blob_import.tag +share/apps/quanta/tags/php/ibase_blob_info.tag +share/apps/quanta/tags/php/ibase_blob_open.tag +share/apps/quanta/tags/php/ibase_close.tag +share/apps/quanta/tags/php/ibase_commit.tag +share/apps/quanta/tags/php/ibase_connect.tag +share/apps/quanta/tags/php/ibase_errmsg.tag +share/apps/quanta/tags/php/ibase_execute.tag +share/apps/quanta/tags/php/ibase_fetch_object.tag +share/apps/quanta/tags/php/ibase_fetch_row.tag +share/apps/quanta/tags/php/ibase_field_info.tag +share/apps/quanta/tags/php/ibase_free_query.tag +share/apps/quanta/tags/php/ibase_free_result.tag +share/apps/quanta/tags/php/ibase_num_fields.tag +share/apps/quanta/tags/php/ibase_pconnect.tag +share/apps/quanta/tags/php/ibase_prepare.tag +share/apps/quanta/tags/php/ibase_query.tag +share/apps/quanta/tags/php/ibase_rollback.tag +share/apps/quanta/tags/php/ibase_timefmt.tag +share/apps/quanta/tags/php/ibase_trans.tag +share/apps/quanta/tags/php/iconv.tag +share/apps/quanta/tags/php/iconv_get_encoding.tag +share/apps/quanta/tags/php/iconv_set_encoding.tag +share/apps/quanta/tags/php/identify.tag +share/apps/quanta/tags/php/ifx_affected_rows.tag +share/apps/quanta/tags/php/ifx_blobinfile_mode.tag +share/apps/quanta/tags/php/ifx_byteasvarchar.tag +share/apps/quanta/tags/php/ifx_close.tag +share/apps/quanta/tags/php/ifx_connect.tag +share/apps/quanta/tags/php/ifx_copy_blob.tag +share/apps/quanta/tags/php/ifx_create_blob.tag +share/apps/quanta/tags/php/ifx_create_char.tag +share/apps/quanta/tags/php/ifx_do.tag +share/apps/quanta/tags/php/ifx_error.tag +share/apps/quanta/tags/php/ifx_errormsg.tag +share/apps/quanta/tags/php/ifx_fetch_row.tag +share/apps/quanta/tags/php/ifx_fieldproperties.tag +share/apps/quanta/tags/php/ifx_fieldtypes.tag +share/apps/quanta/tags/php/ifx_free_blob.tag +share/apps/quanta/tags/php/ifx_free_char.tag +share/apps/quanta/tags/php/ifx_free_result.tag +share/apps/quanta/tags/php/ifx_get_blob.tag +share/apps/quanta/tags/php/ifx_get_char.tag +share/apps/quanta/tags/php/ifx_getsqlca.tag +share/apps/quanta/tags/php/ifx_htmltbl_result.tag +share/apps/quanta/tags/php/ifx_nullformat.tag +share/apps/quanta/tags/php/ifx_num_fields.tag +share/apps/quanta/tags/php/ifx_num_rows.tag +share/apps/quanta/tags/php/ifx_pconnect.tag +share/apps/quanta/tags/php/ifx_prepare.tag +share/apps/quanta/tags/php/ifx_query.tag +share/apps/quanta/tags/php/ifx_textasvarchar.tag +share/apps/quanta/tags/php/ifx_update_char.tag +share/apps/quanta/tags/php/ifxus_close_slob.tag +share/apps/quanta/tags/php/ifxus_create_slob.tag +share/apps/quanta/tags/php/ifxus_free_slob.tag +share/apps/quanta/tags/php/ifxus_open_slob.tag +share/apps/quanta/tags/php/ifxus_read_slob.tag +share/apps/quanta/tags/php/ifxus_seek_slob.tag +share/apps/quanta/tags/php/ifxus_tell_slob.tag +share/apps/quanta/tags/php/ifxus_write_slob.tag +share/apps/quanta/tags/php/ignore_user_abort.tag +share/apps/quanta/tags/php/image2wbmp.tag +share/apps/quanta/tags/php/image_type_to_mime_type.tag +share/apps/quanta/tags/php/imagealphablending.tag +share/apps/quanta/tags/php/imagearc.tag +share/apps/quanta/tags/php/imagechar.tag +share/apps/quanta/tags/php/imagecharup.tag +share/apps/quanta/tags/php/imagecolorallocate.tag +share/apps/quanta/tags/php/imagecolorat.tag +share/apps/quanta/tags/php/imagecolorclosest.tag +share/apps/quanta/tags/php/imagecolorclosestalpha.tag +share/apps/quanta/tags/php/imagecolorclosesthwb.tag +share/apps/quanta/tags/php/imagecolordeallocate.tag +share/apps/quanta/tags/php/imagecolorexact.tag +share/apps/quanta/tags/php/imagecolorexactalpha.tag +share/apps/quanta/tags/php/imagecolorresolve.tag +share/apps/quanta/tags/php/imagecolorresolvealpha.tag +share/apps/quanta/tags/php/imagecolorset.tag +share/apps/quanta/tags/php/imagecolorsforindex.tag +share/apps/quanta/tags/php/imagecolorstotal.tag +share/apps/quanta/tags/php/imagecolortransparent.tag +share/apps/quanta/tags/php/imagecopy.tag +share/apps/quanta/tags/php/imagecopymerge.tag +share/apps/quanta/tags/php/imagecopymergegray.tag +share/apps/quanta/tags/php/imagecopyresampled.tag +share/apps/quanta/tags/php/imagecopyresized.tag +share/apps/quanta/tags/php/imagecreate.tag +share/apps/quanta/tags/php/imagecreatefromgd.tag +share/apps/quanta/tags/php/imagecreatefromgd2.tag +share/apps/quanta/tags/php/max.tag +share/apps/quanta/tags/php/imagecreatefromgd2part.tag +share/apps/quanta/tags/php/imagecreatefromgif.tag +share/apps/quanta/tags/php/imagecreatefromjpeg.tag +share/apps/quanta/tags/php/imagecreatefrompng.tag +share/apps/quanta/tags/php/imagecreatefromstring.tag +share/apps/quanta/tags/php/imagecreatefromwbmp.tag +share/apps/quanta/tags/php/imagecreatefromxbm.tag +share/apps/quanta/tags/php/imagecreatefromxpm.tag +share/apps/quanta/tags/php/imagecreatetruecolor.tag +share/apps/quanta/tags/php/imagedashedline.tag +share/apps/quanta/tags/php/imagedestroy.tag +share/apps/quanta/tags/php/imageellipse.tag +share/apps/quanta/tags/php/imagefill.tag +share/apps/quanta/tags/php/imagefilledarc.tag +share/apps/quanta/tags/php/imagefilledellipse.tag +share/apps/quanta/tags/php/imagefilledpolygon.tag +share/apps/quanta/tags/php/imagefilledrectangle.tag +share/apps/quanta/tags/php/imagefilltoborder.tag +share/apps/quanta/tags/php/imagefontheight.tag +share/apps/quanta/tags/php/imagefontwidth.tag +share/apps/quanta/tags/php/imageftbbox.tag +share/apps/quanta/tags/php/imagefttext.tag +share/apps/quanta/tags/php/imagegammacorrect.tag +share/apps/quanta/tags/php/imagegd.tag +share/apps/quanta/tags/php/imagegd2.tag +share/apps/quanta/tags/php/imagegif.tag +share/apps/quanta/tags/php/imageinterlace.tag +share/apps/quanta/tags/php/imagejpeg.tag +share/apps/quanta/tags/php/imageline.tag +share/apps/quanta/tags/php/imageloadfont.tag +share/apps/quanta/tags/php/imagepalettecopy.tag +share/apps/quanta/tags/php/imagepng.tag +share/apps/quanta/tags/php/imagepolygon.tag +share/apps/quanta/tags/php/imagepsbbox.tag +share/apps/quanta/tags/php/imagepscopyfont.tag +share/apps/quanta/tags/php/imagepsencodefont.tag +share/apps/quanta/tags/php/imagepsextendfont.tag +share/apps/quanta/tags/php/imagepsfreefont.tag +share/apps/quanta/tags/php/imagepsloadfont.tag +share/apps/quanta/tags/php/imagepsslantfont.tag +share/apps/quanta/tags/php/imagepstext.tag +share/apps/quanta/tags/php/imagerectangle.tag +share/apps/quanta/tags/php/imagesetbrush.tag +share/apps/quanta/tags/php/imagesetpixel.tag +share/apps/quanta/tags/php/imagesetstyle.tag +share/apps/quanta/tags/php/imagesetthickness.tag +share/apps/quanta/tags/php/imagesettile.tag +share/apps/quanta/tags/php/imagestring.tag +share/apps/quanta/tags/php/imagestringup.tag +share/apps/quanta/tags/php/imagesx.tag +share/apps/quanta/tags/php/imagesy.tag +share/apps/quanta/tags/php/imagetruecolortopalette.tag +share/apps/quanta/tags/php/imagettfbbox.tag +share/apps/quanta/tags/php/imagettftext.tag +share/apps/quanta/tags/php/imagetypes.tag +share/apps/quanta/tags/php/imagewbmp.tag +share/apps/quanta/tags/php/imap_8bit.tag +share/apps/quanta/tags/php/imap_alerts.tag +share/apps/quanta/tags/php/imap_append.tag +share/apps/quanta/tags/php/imap_base64.tag +share/apps/quanta/tags/php/imap_binary.tag +share/apps/quanta/tags/php/imap_body.tag +share/apps/quanta/tags/php/imap_bodystruct.tag +share/apps/quanta/tags/php/imap_check.tag +share/apps/quanta/tags/php/imap_clearflag_full.tag +share/apps/quanta/tags/php/imap_close.tag +share/apps/quanta/tags/php/imap_createmailbox.tag +share/apps/quanta/tags/php/imap_delete.tag +share/apps/quanta/tags/php/imap_deletemailbox.tag +share/apps/quanta/tags/php/imap_errors.tag +share/apps/quanta/tags/php/imap_expunge.tag +share/apps/quanta/tags/php/imap_fetch_overview.tag +share/apps/quanta/tags/php/imap_fetchbody.tag +share/apps/quanta/tags/php/imap_fetchheader.tag +share/apps/quanta/tags/php/imap_fetchstructure.tag +share/apps/quanta/tags/php/imap_get_quota.tag +share/apps/quanta/tags/php/imap_get_quotaroot.tag +share/apps/quanta/tags/php/imap_getmailboxes.tag +share/apps/quanta/tags/php/imap_getsubscribed.tag +share/apps/quanta/tags/php/imap_header.tag +share/apps/quanta/tags/php/imap_headerinfo.tag +share/apps/quanta/tags/php/imap_headers.tag +share/apps/quanta/tags/php/imap_last_error.tag +share/apps/quanta/tags/php/imap_listmailbox.tag +share/apps/quanta/tags/php/imap_listsubscribed.tag +share/apps/quanta/tags/php/imap_mail.tag +share/apps/quanta/tags/php/imap_mail_compose.tag +share/apps/quanta/tags/php/imap_mail_copy.tag +share/apps/quanta/tags/php/imap_mail_move.tag +share/apps/quanta/tags/php/imap_mailboxmsginfo.tag +share/apps/quanta/tags/php/imap_mime_header_decode.tag +share/apps/quanta/tags/php/imap_msgno.tag +share/apps/quanta/tags/php/imap_num_msg.tag +share/apps/quanta/tags/php/imap_num_recent.tag +share/apps/quanta/tags/php/imap_open.tag +share/apps/quanta/tags/php/imap_ping.tag +share/apps/quanta/tags/php/imap_qprint.tag +share/apps/quanta/tags/php/imap_renamemailbox.tag +share/apps/quanta/tags/php/imap_reopen.tag +share/apps/quanta/tags/php/imap_rfc822_parse_adrlist.tag +share/apps/quanta/tags/php/imap_rfc822_parse_headers.tag +share/apps/quanta/tags/php/imap_rfc822_write_address.tag +share/apps/quanta/tags/php/imap_scanmailbox.tag +share/apps/quanta/tags/php/imap_search.tag +share/apps/quanta/tags/php/imap_set_quota.tag +share/apps/quanta/tags/php/imap_setacl.tag +share/apps/quanta/tags/php/imap_setflag_full.tag +share/apps/quanta/tags/php/imap_sort.tag +share/apps/quanta/tags/php/imap_status.tag +share/apps/quanta/tags/php/imap_subscribe.tag +share/apps/quanta/tags/php/imap_thread.tag +share/apps/quanta/tags/php/imap_uid.tag +share/apps/quanta/tags/php/imap_undelete.tag +share/apps/quanta/tags/php/imap_unsubscribe.tag +share/apps/quanta/tags/php/imap_utf7_decode.tag +share/apps/quanta/tags/php/imap_utf7_encode.tag +share/apps/quanta/tags/php/imap_utf8.tag +share/apps/quanta/tags/php/implode.tag +share/apps/quanta/tags/php/import_request_variables.tag +share/apps/quanta/tags/php/in_array.tag +share/apps/quanta/tags/php/info.tag +share/apps/quanta/tags/php/ingres_autocommit.tag +share/apps/quanta/tags/php/ingres_close.tag +share/apps/quanta/tags/php/ingres_commit.tag +share/apps/quanta/tags/php/md5.tag +share/apps/quanta/tags/php/ingres_connect.tag +share/apps/quanta/tags/php/ingres_fetch_array.tag +share/apps/quanta/tags/php/ingres_fetch_object.tag +share/apps/quanta/tags/php/ingres_fetch_row.tag +share/apps/quanta/tags/php/ingres_field_length.tag +share/apps/quanta/tags/php/ingres_field_name.tag +share/apps/quanta/tags/php/ingres_field_nullable.tag +share/apps/quanta/tags/php/ingres_field_precision.tag +share/apps/quanta/tags/php/ingres_field_scale.tag +share/apps/quanta/tags/php/ingres_field_type.tag +share/apps/quanta/tags/php/ingres_num_fields.tag +share/apps/quanta/tags/php/ingres_num_rows.tag +share/apps/quanta/tags/php/ingres_pconnect.tag +share/apps/quanta/tags/php/ingres_query.tag +share/apps/quanta/tags/php/ingres_rollback.tag +share/apps/quanta/tags/php/ini_alter.tag +share/apps/quanta/tags/php/ini_get.tag +share/apps/quanta/tags/php/ini_get_all.tag +share/apps/quanta/tags/php/ini_restore.tag +share/apps/quanta/tags/php/ini_set.tag +share/apps/quanta/tags/php/insert.tag +share/apps/quanta/tags/php/insertanchor.tag +share/apps/quanta/tags/php/insertcollection.tag +share/apps/quanta/tags/php/insertdocument.tag +share/apps/quanta/tags/php/intval.tag +share/apps/quanta/tags/php/ip2long.tag +share/apps/quanta/tags/php/iptcembed.tag +share/apps/quanta/tags/php/iptcparse.tag +share/apps/quanta/tags/php/ircg_channel_mode.tag +share/apps/quanta/tags/php/ircg_disconnect.tag +share/apps/quanta/tags/php/ircg_fetch_error_msg.tag +share/apps/quanta/tags/php/ircg_get_username.tag +share/apps/quanta/tags/php/ircg_html_encode.tag +share/apps/quanta/tags/php/ircg_ignore_add.tag +share/apps/quanta/tags/php/ircg_ignore_del.tag +share/apps/quanta/tags/php/ircg_is_conn_alive.tag +share/apps/quanta/tags/php/ircg_join.tag +share/apps/quanta/tags/php/ircg_kick.tag +share/apps/quanta/tags/php/ircg_lookup_format_messages.tag +share/apps/quanta/tags/php/ircg_msg.tag +share/apps/quanta/tags/php/ircg_nick.tag +share/apps/quanta/tags/php/ircg_nickname_escape.tag +share/apps/quanta/tags/php/ircg_nickname_unescape.tag +share/apps/quanta/tags/php/ircg_notice.tag +share/apps/quanta/tags/php/ircg_part.tag +share/apps/quanta/tags/php/ircg_pconnect.tag +share/apps/quanta/tags/php/ircg_register_format_messages.tag +share/apps/quanta/tags/php/ircg_set_current.tag +share/apps/quanta/tags/php/ircg_set_file.tag +share/apps/quanta/tags/php/ircg_set_on_die.tag +share/apps/quanta/tags/php/ircg_topic.tag +share/apps/quanta/tags/php/ircg_whois.tag +share/apps/quanta/tags/php/is_a.tag +share/apps/quanta/tags/php/is_array.tag +share/apps/quanta/tags/php/is_bool.tag +share/apps/quanta/tags/php/is_callable.tag +share/apps/quanta/tags/php/is_dir.tag +share/apps/quanta/tags/php/is_executable.tag +share/apps/quanta/tags/php/is_file.tag +share/apps/quanta/tags/php/is_finite.tag +share/apps/quanta/tags/php/is_float.tag +share/apps/quanta/tags/php/is_infinite.tag +share/apps/quanta/tags/php/is_int.tag +share/apps/quanta/tags/php/is_link.tag +share/apps/quanta/tags/php/is_nan.tag +share/apps/quanta/tags/php/is_null.tag +share/apps/quanta/tags/php/is_numeric.tag +share/apps/quanta/tags/php/is_object.tag +share/apps/quanta/tags/php/is_readable.tag +share/apps/quanta/tags/php/is_resource.tag +share/apps/quanta/tags/php/is_scalar.tag +share/apps/quanta/tags/php/is_string.tag +share/apps/quanta/tags/php/is_subclass_of.tag +share/apps/quanta/tags/php/is_uploaded_file.tag +share/apps/quanta/tags/php/is_writable.tag +share/apps/quanta/tags/php/isset.tag +share/apps/quanta/tags/php/is_writeable.tag +share/apps/quanta/tags/php/java_last_exception_clear.tag +share/apps/quanta/tags/php/java_last_exception_get.tag +share/apps/quanta/tags/php/jddayofweek.tag +share/apps/quanta/tags/php/jdmonthname.tag +share/apps/quanta/tags/php/jdtofrench.tag +share/apps/quanta/tags/php/jdtogregorian.tag +share/apps/quanta/tags/php/jdtojewish.tag +share/apps/quanta/tags/php/jdtojulian.tag +share/apps/quanta/tags/php/jdtounix.tag +share/apps/quanta/tags/php/jewishtojd.tag +share/apps/quanta/tags/php/join.tag +share/apps/quanta/tags/php/jpeg2wbmp.tag +share/apps/quanta/tags/php/juliantojd.tag +share/apps/quanta/tags/php/krsort.tag +share/apps/quanta/tags/php/ksort.tag +share/apps/quanta/tags/php/langdepvalue.tag +share/apps/quanta/tags/php/lcg_value.tag +share/apps/quanta/tags/php/ldap_8859_to_t61.tag +share/apps/quanta/tags/php/leak.tag +share/apps/quanta/tags/php/ldap_add.tag +share/apps/quanta/tags/php/ldap_bind.tag +share/apps/quanta/tags/php/ldap_close.tag +share/apps/quanta/tags/php/ldap_compare.tag +share/apps/quanta/tags/php/ldap_connect.tag +share/apps/quanta/tags/php/ldap_count_entries.tag +share/apps/quanta/tags/php/ldap_delete.tag +share/apps/quanta/tags/php/ldap_dn2ufn.tag +share/apps/quanta/tags/php/ldap_err2str.tag +share/apps/quanta/tags/php/ldap_errno.tag +share/apps/quanta/tags/php/ldap_error.tag +share/apps/quanta/tags/php/ldap_explode_dn.tag +share/apps/quanta/tags/php/ldap_first_attribute.tag +share/apps/quanta/tags/php/ldap_first_entry.tag +share/apps/quanta/tags/php/ldap_first_reference.tag +share/apps/quanta/tags/php/ldap_free_result.tag +share/apps/quanta/tags/php/ldap_get_attributes.tag +share/apps/quanta/tags/php/ldap_get_dn.tag +share/apps/quanta/tags/php/ldap_get_entries.tag +share/apps/quanta/tags/php/ldap_get_option.tag +share/apps/quanta/tags/php/ldap_get_values.tag +share/apps/quanta/tags/php/ldap_get_values_len.tag +share/apps/quanta/tags/php/ldap_list.tag +share/apps/quanta/tags/php/ldap_mod_add.tag +share/apps/quanta/tags/php/ldap_mod_del.tag +share/apps/quanta/tags/php/ldap_mod_replace.tag +share/apps/quanta/tags/php/ldap_modify.tag +share/apps/quanta/tags/php/ldap_next_attribute.tag +share/apps/quanta/tags/php/ldap_next_entry.tag +share/apps/quanta/tags/php/ldap_next_reference.tag +share/apps/quanta/tags/php/ldap_parse_reference.tag +share/apps/quanta/tags/php/ldap_parse_result.tag +share/apps/quanta/tags/php/ldap_read.tag +share/apps/quanta/tags/php/ldap_rename.tag +share/apps/quanta/tags/php/ldap_search.tag +share/apps/quanta/tags/php/ldap_sort.tag +share/apps/quanta/tags/php/ldap_set_option.tag +share/apps/quanta/tags/php/ldap_set_rebind_proc.tag +share/apps/quanta/tags/php/ldap_start_tls.tag +share/apps/quanta/tags/php/ldap_t61_to_8859.tag +share/apps/quanta/tags/php/ldap_unbind.tag +share/apps/quanta/tags/php/levenshtein.tag +share/apps/quanta/tags/php/link.tag +share/apps/quanta/tags/php/linkinfo.tag +share/apps/quanta/tags/php/list.tag +share/apps/quanta/tags/php/localeconv.tag +share/apps/quanta/tags/php/localtime.tag +share/apps/quanta/tags/php/lock.tag +share/apps/quanta/tags/php/log10.tag +share/apps/quanta/tags/php/log1p.tag +share/apps/quanta/tags/php/long2ip.tag +share/apps/quanta/tags/php/lstat.tag +share/apps/quanta/tags/php/ltrim.tag +share/apps/quanta/tags/php/mail.tag +share/apps/quanta/tags/php/mailparse_determine_best_xfer_encoding.tag +share/apps/quanta/tags/php/mailparse_msg_create.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part.tag +share/apps/quanta/tags/php/mailparse_msg_extract_part_file.tag +share/apps/quanta/tags/php/mailparse_msg_free.tag +share/apps/quanta/tags/php/mailparse_msg_get_part.tag +share/apps/quanta/tags/php/mailparse_msg_get_part_data.tag +share/apps/quanta/tags/php/mailparse_msg_get_structure.tag +share/apps/quanta/tags/php/mailparse_msg_parse.tag +share/apps/quanta/tags/php/mailparse_msg_parse_file.tag +share/apps/quanta/tags/php/mailparse_rfc822_parse_addresses.tag +share/apps/quanta/tags/php/mailparse_stream_encode.tag +share/apps/quanta/tags/php/mailparse_uudecode_all.tag +share/apps/quanta/tags/php/mb_convert_encoding.tag +share/apps/quanta/tags/php/mb_convert_kana.tag +share/apps/quanta/tags/php/mb_detect_order.tag +share/apps/quanta/tags/php/mb_convert_variables.tag +share/apps/quanta/tags/php/mb_decode_mimeheader.tag +share/apps/quanta/tags/php/mb_decode_numericentity.tag +share/apps/quanta/tags/php/mb_detect_encoding.tag +share/apps/quanta/tags/php/mb_encode_mimeheader.tag +share/apps/quanta/tags/php/mb_encode_numericentity.tag +share/apps/quanta/tags/php/mb_ereg.tag +share/apps/quanta/tags/php/mb_ereg_match.tag +share/apps/quanta/tags/php/mb_ereg_replace.tag +share/apps/quanta/tags/php/mb_ereg_search.tag +share/apps/quanta/tags/php/mb_ereg_search_getpos.tag +share/apps/quanta/tags/php/mb_ereg_search_getregs.tag +share/apps/quanta/tags/php/mb_ereg_search_init.tag +share/apps/quanta/tags/php/mb_ereg_search_pos.tag +share/apps/quanta/tags/php/mb_ereg_search_regs.tag +share/apps/quanta/tags/php/mb_eregi.tag +share/apps/quanta/tags/php/mb_ereg_search_setpos.tag +share/apps/quanta/tags/php/mb_eregi_replace.tag +share/apps/quanta/tags/php/mb_get_info.tag +share/apps/quanta/tags/php/mb_http_input.tag +share/apps/quanta/tags/php/mb_http_output.tag +share/apps/quanta/tags/php/mb_internal_encoding.tag +share/apps/quanta/tags/php/mb_language.tag +share/apps/quanta/tags/php/mb_output_handler.tag +share/apps/quanta/tags/php/mb_parse_str.tag +share/apps/quanta/tags/php/mb_preferred_mime_name.tag +share/apps/quanta/tags/php/mb_regex_encoding.tag +share/apps/quanta/tags/php/mb_send_mail.tag +share/apps/quanta/tags/php/mb_split.tag +share/apps/quanta/tags/php/mb_strcut.tag +share/apps/quanta/tags/php/mb_strimwidth.tag +share/apps/quanta/tags/php/mb_strlen.tag +share/apps/quanta/tags/php/mb_strpos.tag +share/apps/quanta/tags/php/mb_strrpos.tag +share/apps/quanta/tags/php/mb_strwidth.tag +share/apps/quanta/tags/php/mb_substitute_character.tag +share/apps/quanta/tags/php/mb_substr.tag +share/apps/quanta/tags/php/mcal_.tag +share/apps/quanta/tags/php/mcal_append_event.tag +share/apps/quanta/tags/php/mcal_close.tag +share/apps/quanta/tags/php/mcal_create_calendar.tag +share/apps/quanta/tags/php/mcal_date_compare.tag +share/apps/quanta/tags/php/mcal_date_valid.tag +share/apps/quanta/tags/php/mcal_day_of_week.tag +share/apps/quanta/tags/php/mcal_days_in_month.tag +share/apps/quanta/tags/php/mcal_delete_calendar.tag +share/apps/quanta/tags/php/mcal_delete_event.tag +share/apps/quanta/tags/php/mcal_event_add_attribute.tag +share/apps/quanta/tags/php/mcal_event_init.tag +share/apps/quanta/tags/php/mcal_event_set_alarm.tag +share/apps/quanta/tags/php/mhash.tag +share/apps/quanta/tags/php/mcal_event_set_category.tag +share/apps/quanta/tags/php/mcal_event_set_class.tag +share/apps/quanta/tags/php/mcal_event_set_description.tag +share/apps/quanta/tags/php/mcal_event_set_end.tag +share/apps/quanta/tags/php/mcal_event_set_recur_daily.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_mday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_monthly_wday.tag +share/apps/quanta/tags/php/mcal_event_set_recur_none.tag +share/apps/quanta/tags/php/mcal_event_set_recur_weekly.tag +share/apps/quanta/tags/php/mcal_event_set_recur_yearly.tag +share/apps/quanta/tags/php/mcal_event_set_start.tag +share/apps/quanta/tags/php/mcal_event_set_title.tag +share/apps/quanta/tags/php/mcal_expunge.tag +share/apps/quanta/tags/php/mcal_fetch_current_stream_event.tag +share/apps/quanta/tags/php/mcal_fetch_event.tag +share/apps/quanta/tags/php/mcal_is_leap_year.tag +share/apps/quanta/tags/php/mcal_list_alarms.tag +share/apps/quanta/tags/php/mcal_list_events.tag +share/apps/quanta/tags/php/mcal_next_recurrence.tag +share/apps/quanta/tags/php/mcal_open.tag +share/apps/quanta/tags/php/mcal_popen.tag +share/apps/quanta/tags/php/mcal_rename_calendar.tag +share/apps/quanta/tags/php/mcal_reopen.tag +share/apps/quanta/tags/php/mcal_snooze.tag +share/apps/quanta/tags/php/mcal_store_event.tag +share/apps/quanta/tags/php/mcal_time_valid.tag +share/apps/quanta/tags/php/mcal_week_of_year.tag +share/apps/quanta/tags/php/mcrypt_cbc.tag +share/apps/quanta/tags/php/mcrypt_cfb.tag +share/apps/quanta/tags/php/mcrypt_create_iv.tag +share/apps/quanta/tags/php/mcrypt_decrypt.tag +share/apps/quanta/tags/php/mcrypt_ecb.tag +share/apps/quanta/tags/php/mcrypt_enc_get_algorithms_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_enc_get_modes_name.tag +share/apps/quanta/tags/php/mcrypt_enc_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_enc_self_test.tag +share/apps/quanta/tags/php/mcrypt_encrypt.tag +share/apps/quanta/tags/php/min.tag +share/apps/quanta/tags/php/mcrypt_generic.tag +share/apps/quanta/tags/php/mcrypt_generic_deinit.tag +share/apps/quanta/tags/php/mcrypt_generic_end.tag +share/apps/quanta/tags/php/mcrypt_generic_init.tag +share/apps/quanta/tags/php/mcrypt_get_block_size.tag +share/apps/quanta/tags/php/mcrypt_get_cipher_name.tag +share/apps/quanta/tags/php/mcrypt_get_iv_size.tag +share/apps/quanta/tags/php/mcrypt_get_key_size.tag +share/apps/quanta/tags/php/mcrypt_list_algorithms.tag +share/apps/quanta/tags/php/mcrypt_list_modes.tag +share/apps/quanta/tags/php/mcrypt_module_close.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_block_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_algo_key_size.tag +share/apps/quanta/tags/php/mcrypt_module_get_supported_key_sizes.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_algorithm_mode.tag +share/apps/quanta/tags/php/mcrypt_module_is_block_mode.tag +share/apps/quanta/tags/php/mcrypt_module_open.tag +share/apps/quanta/tags/php/mcrypt_module_self_test.tag +share/apps/quanta/tags/php/mcrypt_ofb.tag +share/apps/quanta/tags/php/md5_file.tag +share/apps/quanta/tags/php/mdecrypt_generic.tag +share/apps/quanta/tags/php/metaphone.tag +share/apps/quanta/tags/php/method_exists.tag +share/apps/quanta/tags/php/mhash_count.tag +share/apps/quanta/tags/php/mhash_get_block_size.tag +share/apps/quanta/tags/php/mhash_get_hash_name.tag +share/apps/quanta/tags/php/mhash_keygen_s2k.tag +share/apps/quanta/tags/php/microtime.tag +share/apps/quanta/tags/php/mimetype.tag +share/apps/quanta/tags/php/mime_content_type.tag +share/apps/quanta/tags/php/ming_setcubicthreshold.tag +share/apps/quanta/tags/php/ming_setscale.tag +share/apps/quanta/tags/php/ming_useswfversion.tag +share/apps/quanta/tags/php/mkdir.tag +share/apps/quanta/tags/php/mktime.tag +share/apps/quanta/tags/php/move.tag +share/apps/quanta/tags/php/move_uploaded_file.tag +share/apps/quanta/tags/php/msession_connect.tag +share/apps/quanta/tags/php/msession_count.tag +share/apps/quanta/tags/php/msession_create.tag +share/apps/quanta/tags/php/msession_destroy.tag +share/apps/quanta/tags/php/msession_disconnect.tag +share/apps/quanta/tags/php/msession_find.tag +share/apps/quanta/tags/php/msession_get.tag +share/apps/quanta/tags/php/msession_get_array.tag +share/apps/quanta/tags/php/msession_getdata.tag +share/apps/quanta/tags/php/msql.tag +share/apps/quanta/tags/php/msession_inc.tag +share/apps/quanta/tags/php/msession_list.tag +share/apps/quanta/tags/php/msession_listvar.tag +share/apps/quanta/tags/php/msession_lock.tag +share/apps/quanta/tags/php/msession_plugin.tag +share/apps/quanta/tags/php/msession_randstr.tag +share/apps/quanta/tags/php/msession_set.tag +share/apps/quanta/tags/php/msession_set_array.tag +share/apps/quanta/tags/php/msession_setdata.tag +share/apps/quanta/tags/php/msession_timeout.tag +share/apps/quanta/tags/php/msession_uniq.tag +share/apps/quanta/tags/php/msession_unlock.tag +share/apps/quanta/tags/php/msg_get_queue.tag +share/apps/quanta/tags/php/msg_receive.tag +share/apps/quanta/tags/php/msg_remove_queue.tag +share/apps/quanta/tags/php/msg_send.tag +share/apps/quanta/tags/php/msg_set_queue.tag +share/apps/quanta/tags/php/mt_rand.tag +share/apps/quanta/tags/php/msg_stat_queue.tag +share/apps/quanta/tags/php/msql_affected_rows.tag +share/apps/quanta/tags/php/msql_close.tag +share/apps/quanta/tags/php/msql_connect.tag +share/apps/quanta/tags/php/msql_create_db.tag +share/apps/quanta/tags/php/msql_createdb.tag +share/apps/quanta/tags/php/msql_data_seek.tag +share/apps/quanta/tags/php/msql_dbname.tag +share/apps/quanta/tags/php/msql_drop_db.tag +share/apps/quanta/tags/php/msql_error.tag +share/apps/quanta/tags/php/msql_fetch_array.tag +share/apps/quanta/tags/php/msql_fetch_field.tag +share/apps/quanta/tags/php/msql_fetch_object.tag +share/apps/quanta/tags/php/msql_fetch_row.tag +share/apps/quanta/tags/php/msql_field_seek.tag +share/apps/quanta/tags/php/msql_fieldflags.tag +share/apps/quanta/tags/php/msql_fieldlen.tag +share/apps/quanta/tags/php/msql_fieldname.tag +share/apps/quanta/tags/php/msql_fieldtable.tag +share/apps/quanta/tags/php/msql_fieldtype.tag +share/apps/quanta/tags/php/msql_free_result.tag +share/apps/quanta/tags/php/msql_list_dbs.tag +share/apps/quanta/tags/php/msql_list_fields.tag +share/apps/quanta/tags/php/msql_list_tables.tag +share/apps/quanta/tags/php/msql_num_fields.tag +share/apps/quanta/tags/php/msql_num_rows.tag +share/apps/quanta/tags/php/msql_numfields.tag +share/apps/quanta/tags/php/msql_numrows.tag +share/apps/quanta/tags/php/msql_pconnect.tag +share/apps/quanta/tags/php/msql_query.tag +share/apps/quanta/tags/php/msql_result.tag +share/apps/quanta/tags/php/msql_select_db.tag +share/apps/quanta/tags/php/msql_tablename.tag +share/apps/quanta/tags/php/mssql_bind.tag +share/apps/quanta/tags/php/mssql_close.tag +share/apps/quanta/tags/php/mssql_connect.tag +share/apps/quanta/tags/php/mssql_data_seek.tag +share/apps/quanta/tags/php/mssql_execute.tag +share/apps/quanta/tags/php/mssql_fetch_array.tag +share/apps/quanta/tags/php/mssql_fetch_assoc.tag +share/apps/quanta/tags/php/mssql_fetch_batch.tag +share/apps/quanta/tags/php/mssql_fetch_field.tag +share/apps/quanta/tags/php/mssql_fetch_object.tag +share/apps/quanta/tags/php/mssql_fetch_row.tag +share/apps/quanta/tags/php/mssql_field_length.tag +share/apps/quanta/tags/php/mssql_field_name.tag +share/apps/quanta/tags/php/mssql_field_seek.tag +share/apps/quanta/tags/php/mssql_field_type.tag +share/apps/quanta/tags/php/mssql_free_result.tag +share/apps/quanta/tags/php/mssql_get_last_message.tag +share/apps/quanta/tags/php/mssql_guid_string.tag +share/apps/quanta/tags/php/mssql_init.tag +share/apps/quanta/tags/php/ord.tag +share/apps/quanta/tags/php/mssql_min_error_severity.tag +share/apps/quanta/tags/php/mssql_min_message_severity.tag +share/apps/quanta/tags/php/mssql_next_result.tag +share/apps/quanta/tags/php/mssql_num_fields.tag +share/apps/quanta/tags/php/mssql_num_rows.tag +share/apps/quanta/tags/php/mssql_pconnect.tag +share/apps/quanta/tags/php/mssql_query.tag +share/apps/quanta/tags/php/mssql_result.tag +share/apps/quanta/tags/php/mssql_rows_affected.tag +share/apps/quanta/tags/php/mssql_select_db.tag +share/apps/quanta/tags/php/mt_getrandmax.tag +share/apps/quanta/tags/php/mt_srand.tag +share/apps/quanta/tags/php/muscat_close.tag +share/apps/quanta/tags/php/muscat_get.tag +share/apps/quanta/tags/php/muscat_give.tag +share/apps/quanta/tags/php/muscat_setup.tag +share/apps/quanta/tags/php/muscat_setup_net.tag +share/apps/quanta/tags/php/mysql_affected_rows.tag +share/apps/quanta/tags/php/mysql_change_user.tag +share/apps/quanta/tags/php/mysql_client_encoding.tag +share/apps/quanta/tags/php/mysql_close.tag +share/apps/quanta/tags/php/mysql_connect.tag +share/apps/quanta/tags/php/mysql_create_db.tag +share/apps/quanta/tags/php/mysql_data_seek.tag +share/apps/quanta/tags/php/mysql_db_name.tag +share/apps/quanta/tags/php/mysql_db_query.tag +share/apps/quanta/tags/php/mysql_drop_db.tag +share/apps/quanta/tags/php/mysql_errno.tag +share/apps/quanta/tags/php/mysql_error.tag +share/apps/quanta/tags/php/mysql_escape_string.tag +share/apps/quanta/tags/php/mysql_fetch_array.tag +share/apps/quanta/tags/php/mysql_fetch_assoc.tag +share/apps/quanta/tags/php/mysql_fetch_field.tag +share/apps/quanta/tags/php/mysql_fetch_lengths.tag +share/apps/quanta/tags/php/mysql_fetch_object.tag +share/apps/quanta/tags/php/mysql_fetch_row.tag +share/apps/quanta/tags/php/mysql_field_flags.tag +share/apps/quanta/tags/php/mysql_field_len.tag +share/apps/quanta/tags/php/mysql_field_name.tag +share/apps/quanta/tags/php/mysql_field_seek.tag +share/apps/quanta/tags/php/mysql_field_table.tag +share/apps/quanta/tags/php/mysql_field_type.tag +share/apps/quanta/tags/php/mysql_free_result.tag +share/apps/quanta/tags/php/mysql_get_client_info.tag +share/apps/quanta/tags/php/mysql_get_host_info.tag +share/apps/quanta/tags/php/mysql_get_proto_info.tag +share/apps/quanta/tags/php/mysql_get_server_info.tag +share/apps/quanta/tags/php/mysql_info.tag +share/apps/quanta/tags/php/mysql_insert_id.tag +share/apps/quanta/tags/php/mysql_list_dbs.tag +share/apps/quanta/tags/php/mysql_list_fields.tag +share/apps/quanta/tags/php/mysql_list_processes.tag +share/apps/quanta/tags/php/mysql_list_tables.tag +share/apps/quanta/tags/php/mysql_num_fields.tag +share/apps/quanta/tags/php/mysql_num_rows.tag +share/apps/quanta/tags/php/mysql_pconnect.tag +share/apps/quanta/tags/php/mysql_ping.tag +share/apps/quanta/tags/php/mysql_query.tag +share/apps/quanta/tags/php/mysql_real_escape_string.tag +share/apps/quanta/tags/php/mysql_result.tag +share/apps/quanta/tags/php/mysql_select_db.tag +share/apps/quanta/tags/php/mysql_stat.tag +share/apps/quanta/tags/php/mysql_tablename.tag +share/apps/quanta/tags/php/mysql_thread_id.tag +share/apps/quanta/tags/php/mysql_unbuffered_query.tag +share/apps/quanta/tags/php/natcasesort.tag +share/apps/quanta/tags/php/natsort.tag +share/apps/quanta/tags/php/next.tag +share/apps/quanta/tags/php/ncurses_addch.tag +share/apps/quanta/tags/php/ncurses_addchnstr.tag +share/apps/quanta/tags/php/ncurses_addchstr.tag +share/apps/quanta/tags/php/ncurses_addnstr.tag +share/apps/quanta/tags/php/ncurses_addstr.tag +share/apps/quanta/tags/php/ncurses_assume_default_colors.tag +share/apps/quanta/tags/php/ncurses_attroff.tag +share/apps/quanta/tags/php/ncurses_attron.tag +share/apps/quanta/tags/php/ncurses_attrset.tag +share/apps/quanta/tags/php/ncurses_baudrate.tag +share/apps/quanta/tags/php/ncurses_beep.tag +share/apps/quanta/tags/php/ncurses_bkgd.tag +share/apps/quanta/tags/php/ncurses_bkgdset.tag +share/apps/quanta/tags/php/ncurses_border.tag +share/apps/quanta/tags/php/ncurses_can_change_color.tag +share/apps/quanta/tags/php/ncurses_cbreak.tag +share/apps/quanta/tags/php/ncurses_end.tag +share/apps/quanta/tags/php/ncurses_clear.tag +share/apps/quanta/tags/php/ncurses_clrtobot.tag +share/apps/quanta/tags/php/ncurses_clrtoeol.tag +share/apps/quanta/tags/php/ncurses_color_set.tag +share/apps/quanta/tags/php/ncurses_curs_set.tag +share/apps/quanta/tags/php/ncurses_def_prog_mode.tag +share/apps/quanta/tags/php/ncurses_def_shell_mode.tag +share/apps/quanta/tags/php/ncurses_define_key.tag +share/apps/quanta/tags/php/ncurses_delay_output.tag +share/apps/quanta/tags/php/ncurses_delch.tag +share/apps/quanta/tags/php/ncurses_deleteln.tag +share/apps/quanta/tags/php/ncurses_delwin.tag +share/apps/quanta/tags/php/ncurses_doupdate.tag +share/apps/quanta/tags/php/ncurses_echo.tag +share/apps/quanta/tags/php/ncurses_echochar.tag +share/apps/quanta/tags/php/ncurses_erase.tag +share/apps/quanta/tags/php/ncurses_erasechar.tag +share/apps/quanta/tags/php/ncurses_filter.tag +share/apps/quanta/tags/php/ncurses_flash.tag +share/apps/quanta/tags/php/ncurses_flushinp.tag +share/apps/quanta/tags/php/ncurses_getch.tag +share/apps/quanta/tags/php/ncurses_getmouse.tag +share/apps/quanta/tags/php/ncurses_halfdelay.tag +share/apps/quanta/tags/php/ncurses_has_colors.tag +share/apps/quanta/tags/php/ncurses_has_ic.tag +share/apps/quanta/tags/php/ncurses_has_il.tag +share/apps/quanta/tags/php/ncurses_has_key.tag +share/apps/quanta/tags/php/ncurses_hline.tag +share/apps/quanta/tags/php/ncurses_inch.tag +share/apps/quanta/tags/php/ncurses_init.tag +share/apps/quanta/tags/php/ncurses_init_color.tag +share/apps/quanta/tags/php/ncurses_init_pair.tag +share/apps/quanta/tags/php/ncurses_insch.tag +share/apps/quanta/tags/php/ncurses_insdelln.tag +share/apps/quanta/tags/php/ncurses_insertln.tag +share/apps/quanta/tags/php/ncurses_insstr.tag +share/apps/quanta/tags/php/ncurses_instr.tag +share/apps/quanta/tags/php/ncurses_isendwin.tag +share/apps/quanta/tags/php/ncurses_keyok.tag +share/apps/quanta/tags/php/ncurses_killchar.tag +share/apps/quanta/tags/php/ncurses_longname.tag +share/apps/quanta/tags/php/ncurses_mouseinterval.tag +share/apps/quanta/tags/php/ncurses_mousemask.tag +share/apps/quanta/tags/php/ncurses_move.tag +share/apps/quanta/tags/php/ncurses_mvaddch.tag +share/apps/quanta/tags/php/ncurses_mvaddchnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddchstr.tag +share/apps/quanta/tags/php/ncurses_mvaddnstr.tag +share/apps/quanta/tags/php/ncurses_mvaddstr.tag +share/apps/quanta/tags/php/pi.tag +share/apps/quanta/tags/php/ncurses_mvcur.tag +share/apps/quanta/tags/php/ncurses_mvdelch.tag +share/apps/quanta/tags/php/ncurses_mvgetch.tag +share/apps/quanta/tags/php/ncurses_mvhline.tag +share/apps/quanta/tags/php/ncurses_mvinch.tag +share/apps/quanta/tags/php/ncurses_mvvline.tag +share/apps/quanta/tags/php/ncurses_mvwaddstr.tag +share/apps/quanta/tags/php/ncurses_napms.tag +share/apps/quanta/tags/php/ncurses_newwin.tag +share/apps/quanta/tags/php/ncurses_nl.tag +share/apps/quanta/tags/php/ncurses_nocbreak.tag +share/apps/quanta/tags/php/ncurses_noecho.tag +share/apps/quanta/tags/php/ncurses_nonl.tag +share/apps/quanta/tags/php/ncurses_noqiflush.tag +share/apps/quanta/tags/php/ncurses_noraw.tag +share/apps/quanta/tags/php/ncurses_putp.tag +share/apps/quanta/tags/php/ncurses_qiflush.tag +share/apps/quanta/tags/php/ncurses_raw.tag +share/apps/quanta/tags/php/ncurses_refresh.tag +share/apps/quanta/tags/php/ncurses_resetty.tag +share/apps/quanta/tags/php/ncurses_savetty.tag +share/apps/quanta/tags/php/ncurses_scr_dump.tag +share/apps/quanta/tags/php/ncurses_scr_init.tag +share/apps/quanta/tags/php/ncurses_scr_restore.tag +share/apps/quanta/tags/php/ncurses_scr_set.tag +share/apps/quanta/tags/php/ncurses_scrl.tag +share/apps/quanta/tags/php/ncurses_slk_attr.tag +share/apps/quanta/tags/php/ncurses_slk_attroff.tag +share/apps/quanta/tags/php/ncurses_slk_attron.tag +share/apps/quanta/tags/php/ncurses_slk_attrset.tag +share/apps/quanta/tags/php/ncurses_slk_clear.tag +share/apps/quanta/tags/php/ncurses_slk_color.tag +share/apps/quanta/tags/php/ncurses_slk_init.tag +share/apps/quanta/tags/php/ncurses_slk_noutrefresh.tag +share/apps/quanta/tags/php/pos.tag +share/apps/quanta/tags/php/ncurses_slk_refresh.tag +share/apps/quanta/tags/php/ncurses_slk_restore.tag +share/apps/quanta/tags/php/ncurses_slk_touch.tag +share/apps/quanta/tags/php/ncurses_standend.tag +share/apps/quanta/tags/php/ncurses_standout.tag +share/apps/quanta/tags/php/ncurses_start_color.tag +share/apps/quanta/tags/php/ncurses_termattrs.tag +share/apps/quanta/tags/php/ncurses_termname.tag +share/apps/quanta/tags/php/ncurses_timeout.tag +share/apps/quanta/tags/php/ncurses_typeahead.tag +share/apps/quanta/tags/php/ncurses_ungetch.tag +share/apps/quanta/tags/php/ncurses_ungetmouse.tag +share/apps/quanta/tags/php/ncurses_use_default_colors.tag +share/apps/quanta/tags/php/ncurses_use_env.tag +share/apps/quanta/tags/php/ncurses_use_extended_names.tag +share/apps/quanta/tags/php/ncurses_vidattr.tag +share/apps/quanta/tags/php/ncurses_vline.tag +share/apps/quanta/tags/php/ncurses_wrefresh.tag +share/apps/quanta/tags/php/ngettext.tag +share/apps/quanta/tags/php/nl2br.tag +share/apps/quanta/tags/php/nl_langinfo.tag +share/apps/quanta/tags/php/notes_body.tag +share/apps/quanta/tags/php/notes_copy_db.tag +share/apps/quanta/tags/php/notes_create_db.tag +share/apps/quanta/tags/php/notes_create_note.tag +share/apps/quanta/tags/php/notes_drop_db.tag +share/apps/quanta/tags/php/notes_find_note.tag +share/apps/quanta/tags/php/notes_header_info.tag +share/apps/quanta/tags/php/notes_list_msgs.tag +share/apps/quanta/tags/php/notes_mark_read.tag +share/apps/quanta/tags/php/notes_mark_unread.tag +share/apps/quanta/tags/php/notes_nav_create.tag +share/apps/quanta/tags/php/notes_search.tag +share/apps/quanta/tags/php/notes_unread.tag +share/apps/quanta/tags/php/notes_version.tag +share/apps/quanta/tags/php/number_format.tag +share/apps/quanta/tags/php/ob_clean.tag +share/apps/quanta/tags/php/ob_end_clean.tag +share/apps/quanta/tags/php/ob_end_flush.tag +share/apps/quanta/tags/php/ob_flush.tag +share/apps/quanta/tags/php/ob_get_contents.tag +share/apps/quanta/tags/php/ob_get_length.tag +share/apps/quanta/tags/php/ob_get_level.tag +share/apps/quanta/tags/php/ob_get_status.tag +share/apps/quanta/tags/php/ob_gzhandler.tag +share/apps/quanta/tags/php/ob_iconv_handler.tag +share/apps/quanta/tags/php/ob_implicit_flush.tag +share/apps/quanta/tags/php/ob_start.tag +share/apps/quanta/tags/php/object_aggregation.tag +share/apps/quanta/tags/php/objectbyanchor.tag +share/apps/quanta/tags/php/octdec.tag +share/apps/quanta/tags/php/odbc_autocommit.tag +share/apps/quanta/tags/php/pow.tag +share/apps/quanta/tags/php/odbc_binmode.tag +share/apps/quanta/tags/php/odbc_close.tag +share/apps/quanta/tags/php/odbc_close_all.tag +share/apps/quanta/tags/php/odbc_columnprivileges.tag +share/apps/quanta/tags/php/odbc_columns.tag +share/apps/quanta/tags/php/odbc_commit.tag +share/apps/quanta/tags/php/odbc_connect.tag +share/apps/quanta/tags/php/odbc_cursor.tag +share/apps/quanta/tags/php/odbc_data_source.tag +share/apps/quanta/tags/php/odbc_do.tag +share/apps/quanta/tags/php/odbc_error.tag +share/apps/quanta/tags/php/odbc_errormsg.tag +share/apps/quanta/tags/php/odbc_exec.tag +share/apps/quanta/tags/php/odbc_execute.tag +share/apps/quanta/tags/php/odbc_fetch_array.tag +share/apps/quanta/tags/php/odbc_fetch_into.tag +share/apps/quanta/tags/php/odbc_fetch_object.tag +share/apps/quanta/tags/php/odbc_fetch_row.tag +share/apps/quanta/tags/php/sin.tag +share/apps/quanta/tags/php/odbc_field_len.tag +share/apps/quanta/tags/php/odbc_field_name.tag +share/apps/quanta/tags/php/odbc_field_num.tag +share/apps/quanta/tags/php/odbc_field_precision.tag +share/apps/quanta/tags/php/odbc_field_scale.tag +share/apps/quanta/tags/php/odbc_field_type.tag +share/apps/quanta/tags/php/odbc_foreignkeys.tag +share/apps/quanta/tags/php/odbc_free_result.tag +share/apps/quanta/tags/php/odbc_gettypeinfo.tag +share/apps/quanta/tags/php/odbc_longreadlen.tag +share/apps/quanta/tags/php/odbc_next_result.tag +share/apps/quanta/tags/php/odbc_num_fields.tag +share/apps/quanta/tags/php/odbc_num_rows.tag +share/apps/quanta/tags/php/odbc_pconnect.tag +share/apps/quanta/tags/php/odbc_prepare.tag +share/apps/quanta/tags/php/odbc_primarykeys.tag +share/apps/quanta/tags/php/odbc_procedures.tag +share/apps/quanta/tags/php/odbc_procedurecolumns.tag +share/apps/quanta/tags/php/odbc_result.tag +share/apps/quanta/tags/php/odbc_result_all.tag +share/apps/quanta/tags/php/odbc_rollback.tag +share/apps/quanta/tags/php/odbc_setoption.tag +share/apps/quanta/tags/php/odbc_specialcolumns.tag +share/apps/quanta/tags/php/odbc_statistics.tag +share/apps/quanta/tags/php/odbc_tableprivileges.tag +share/apps/quanta/tags/php/odbc_tables.tag +share/apps/quanta/tags/php/opendir.tag +share/apps/quanta/tags/php/openlog.tag +share/apps/quanta/tags/php/openssl_csr_export.tag +share/apps/quanta/tags/php/openssl_csr_export_to_file.tag +share/apps/quanta/tags/php/openssl_csr_new.tag +share/apps/quanta/tags/php/openssl_csr_sign.tag +share/apps/quanta/tags/php/openssl_error_string.tag +share/apps/quanta/tags/php/openssl_free_key.tag +share/apps/quanta/tags/php/openssl_get_privatekey.tag +share/apps/quanta/tags/php/openssl_get_publickey.tag +share/apps/quanta/tags/php/openssl_open.tag +share/apps/quanta/tags/php/openssl_pkcs7_decrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_encrypt.tag +share/apps/quanta/tags/php/openssl_pkcs7_sign.tag +share/apps/quanta/tags/php/openssl_pkcs7_verify.tag +share/apps/quanta/tags/php/openssl_pkey_export.tag +share/apps/quanta/tags/php/openssl_pkey_export_to_file.tag +share/apps/quanta/tags/php/openssl_pkey_new.tag +share/apps/quanta/tags/php/openssl_private_decrypt.tag +share/apps/quanta/tags/php/openssl_private_encrypt.tag +share/apps/quanta/tags/php/openssl_public_decrypt.tag +share/apps/quanta/tags/php/openssl_public_encrypt.tag +share/apps/quanta/tags/php/ora_bind.tag +share/apps/quanta/tags/php/openssl_seal.tag +share/apps/quanta/tags/php/openssl_sign.tag +share/apps/quanta/tags/php/openssl_verify.tag +share/apps/quanta/tags/php/openssl_x509_check_private_key.tag +share/apps/quanta/tags/php/openssl_x509_checkpurpose.tag +share/apps/quanta/tags/php/openssl_x509_export.tag +share/apps/quanta/tags/php/openssl_x509_export_to_file.tag +share/apps/quanta/tags/php/openssl_x509_free.tag +share/apps/quanta/tags/php/openssl_x509_parse.tag +share/apps/quanta/tags/php/openssl_x509_read.tag +share/apps/quanta/tags/php/ora_close.tag +share/apps/quanta/tags/php/ora_commit.tag +share/apps/quanta/tags/php/ora_commitoff.tag +share/apps/quanta/tags/php/ora_commiton.tag +share/apps/quanta/tags/php/ora_do.tag +share/apps/quanta/tags/php/ora_exec.tag +share/apps/quanta/tags/php/ora_fetch.tag +share/apps/quanta/tags/php/ora_fetch_into.tag +share/apps/quanta/tags/php/ora_getcolumn.tag +share/apps/quanta/tags/php/ora_logoff.tag +share/apps/quanta/tags/php/ora_logon.tag +share/apps/quanta/tags/php/ora_numcols.tag +share/apps/quanta/tags/php/ora_numrows.tag +share/apps/quanta/tags/php/ora_open.tag +share/apps/quanta/tags/php/ora_parse.tag +share/apps/quanta/tags/php/ora_plogon.tag +share/apps/quanta/tags/php/ora_rollback.tag +share/apps/quanta/tags/php/overload.tag +share/apps/quanta/tags/php/ovrimos_close.tag +share/apps/quanta/tags/php/ovrimos_commit.tag +share/apps/quanta/tags/php/ovrimos_connect.tag +share/apps/quanta/tags/php/ovrimos_cursor.tag +share/apps/quanta/tags/php/ovrimos_exec.tag +share/apps/quanta/tags/php/ovrimos_execute.tag +share/apps/quanta/tags/php/ovrimos_fetch_into.tag +share/apps/quanta/tags/php/ovrimos_fetch_row.tag +share/apps/quanta/tags/php/ovrimos_field_len.tag +share/apps/quanta/tags/php/ovrimos_field_name.tag +share/apps/quanta/tags/php/ovrimos_field_num.tag +share/apps/quanta/tags/php/ovrimos_field_type.tag +share/apps/quanta/tags/php/ovrimos_free_result.tag +share/apps/quanta/tags/php/ovrimos_longreadlen.tag +share/apps/quanta/tags/php/ovrimos_num_fields.tag +share/apps/quanta/tags/php/ovrimos_num_rows.tag +share/apps/quanta/tags/php/ovrimos_prepare.tag +share/apps/quanta/tags/php/ovrimos_result.tag +share/apps/quanta/tags/php/ovrimos_result_all.tag +share/apps/quanta/tags/php/ovrimos_rollback.tag +share/apps/quanta/tags/php/pack.tag +share/apps/quanta/tags/php/parents.tag +share/apps/quanta/tags/php/parse_ini_file.tag +share/apps/quanta/tags/php/parse_str.tag +share/apps/quanta/tags/php/parse_url.tag +share/apps/quanta/tags/php/pclose.tag +share/apps/quanta/tags/php/passthru.tag +share/apps/quanta/tags/php/pathinfo.tag +share/apps/quanta/tags/php/pcntl_exec.tag +share/apps/quanta/tags/php/pcntl_fork.tag +share/apps/quanta/tags/php/pcntl_signal.tag +share/apps/quanta/tags/php/pcntl_waitpid.tag +share/apps/quanta/tags/php/pcntl_wexitstatus.tag +share/apps/quanta/tags/php/pcntl_wifexited.tag +share/apps/quanta/tags/php/pcntl_wifsignaled.tag +share/apps/quanta/tags/php/pcntl_wifstopped.tag +share/apps/quanta/tags/php/pcntl_wstopsig.tag +share/apps/quanta/tags/php/pcntl_wtermsig.tag +share/apps/quanta/tags/php/pdf_add_bookmark.tag +share/apps/quanta/tags/php/pdf_add_launchlink.tag +share/apps/quanta/tags/php/pdf_add_locallink.tag +share/apps/quanta/tags/php/pdf_add_note.tag +share/apps/quanta/tags/php/pdf_add_pdflink.tag +share/apps/quanta/tags/php/pdf_add_weblink.tag +share/apps/quanta/tags/php/pdf_add_thumbnail.tag +share/apps/quanta/tags/php/pdf_arc.tag +share/apps/quanta/tags/php/pdf_attach_file.tag +share/apps/quanta/tags/php/pdf_begin_page.tag +share/apps/quanta/tags/php/pdf_begin_pattern.tag +share/apps/quanta/tags/php/pdf_begin_template.tag +share/apps/quanta/tags/php/pdf_circle.tag +share/apps/quanta/tags/php/pdf_clip.tag +share/apps/quanta/tags/php/pdf_close.tag +share/apps/quanta/tags/php/pdf_close_image.tag +share/apps/quanta/tags/php/pdf_close_pdi.tag +share/apps/quanta/tags/php/pdf_close_pdi_page.tag +share/apps/quanta/tags/php/pdf_closepath.tag +share/apps/quanta/tags/php/pdf_closepath_fill_stroke.tag +share/apps/quanta/tags/php/pdf_closepath_stroke.tag +share/apps/quanta/tags/php/pdf_concat.tag +share/apps/quanta/tags/php/pdf_continue_text.tag +share/apps/quanta/tags/php/pdf_new.tag +share/apps/quanta/tags/php/pdf_curveto.tag +share/apps/quanta/tags/php/pdf_delete.tag +share/apps/quanta/tags/php/pdf_end_page.tag +share/apps/quanta/tags/php/pdf_end_pattern.tag +share/apps/quanta/tags/php/pdf_end_template.tag +share/apps/quanta/tags/php/pdf_fill_stroke.tag +share/apps/quanta/tags/php/pdf_findfont.tag +share/apps/quanta/tags/php/pdf_get_buffer.tag +share/apps/quanta/tags/php/pdf_get_image_height.tag +share/apps/quanta/tags/php/pdf_get_image_width.tag +share/apps/quanta/tags/php/pdf_get_majorversion.tag +share/apps/quanta/tags/php/pdf_get_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_parameter.tag +share/apps/quanta/tags/php/pdf_get_pdi_value.tag +share/apps/quanta/tags/php/pdf_get_value.tag +share/apps/quanta/tags/php/pdf_initgraphics.tag +share/apps/quanta/tags/php/pdf_lineto.tag +share/apps/quanta/tags/php/pdf_makespotcolor.tag +share/apps/quanta/tags/php/pdf_moveto.tag +share/apps/quanta/tags/php/pdf_open_CCITT.tag +share/apps/quanta/tags/php/pdf_open_file.tag +share/apps/quanta/tags/php/pdf_open_image.tag +share/apps/quanta/tags/php/pdf_open_image_file.tag +share/apps/quanta/tags/php/pdf_open_memory_image.tag +share/apps/quanta/tags/php/pdf_open_pdi.tag +share/apps/quanta/tags/php/pdf_open_pdi_page.tag +share/apps/quanta/tags/php/pdf_open_tiff.tag +share/apps/quanta/tags/php/pdf_place_image.tag +share/apps/quanta/tags/php/pdf_place_pdi_page.tag +share/apps/quanta/tags/php/pdf_rect.tag +share/apps/quanta/tags/php/pdf_restore.tag +share/apps/quanta/tags/php/pdf_rotate.tag +share/apps/quanta/tags/php/pdf_save.tag +share/apps/quanta/tags/php/pdf_scale.tag +share/apps/quanta/tags/php/pdf_set_border_color.tag +share/apps/quanta/tags/php/pdf_set_border_dash.tag +share/apps/quanta/tags/php/pdf_set_border_style.tag +share/apps/quanta/tags/php/pdf_set_horiz_scaling.tag +share/apps/quanta/tags/php/pdf_set_info.tag +share/apps/quanta/tags/php/pdf_set_info_author.tag +share/apps/quanta/tags/php/pdf_set_info_creator.tag +share/apps/quanta/tags/php/pdf_set_info_keywords.tag +share/apps/quanta/tags/php/pdf_set_info_subject.tag +share/apps/quanta/tags/php/pdf_set_info_title.tag +share/apps/quanta/tags/php/pdf_set_text_pos.tag +share/apps/quanta/tags/php/pdf_set_value.tag +share/apps/quanta/tags/php/pdf_setcolor.tag +share/apps/quanta/tags/php/pdf_setdash.tag +share/apps/quanta/tags/php/pdf_setflat.tag +share/apps/quanta/tags/php/pdf_setfont.tag +share/apps/quanta/tags/php/pdf_setgray.tag +share/apps/quanta/tags/php/pdf_show.tag +share/apps/quanta/tags/php/pdf_setgray_fill.tag +share/apps/quanta/tags/php/pdf_setgray_stroke.tag +share/apps/quanta/tags/php/pdf_setlinecap.tag +share/apps/quanta/tags/php/pdf_setlinejoin.tag +share/apps/quanta/tags/php/pdf_setlinewidth.tag +share/apps/quanta/tags/php/pdf_setmatrix.tag +share/apps/quanta/tags/php/pdf_setmiterlimit.tag +share/apps/quanta/tags/php/pdf_setpolydash.tag +share/apps/quanta/tags/php/pdf_setrgbcolor.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_fill.tag +share/apps/quanta/tags/php/pdf_setrgbcolor_stroke.tag +share/apps/quanta/tags/php/pdf_show_boxed.tag +share/apps/quanta/tags/php/pdf_show_xy.tag +share/apps/quanta/tags/php/pdf_skew.tag +share/apps/quanta/tags/php/pdf_stringwidth.tag +share/apps/quanta/tags/php/pdf_stroke.tag +share/apps/quanta/tags/php/pdf_translate.tag +share/apps/quanta/tags/php/tan.tag +share/apps/quanta/tags/php/pfpro_cleanup.tag +share/apps/quanta/tags/php/pfpro_init.tag +share/apps/quanta/tags/php/pfpro_process.tag +share/apps/quanta/tags/php/pfpro_process_raw.tag +share/apps/quanta/tags/php/pfpro_version.tag +share/apps/quanta/tags/php/pfsockopen.tag +share/apps/quanta/tags/php/pg_affected_rows.tag +share/apps/quanta/tags/php/pg_cancel_query.tag +share/apps/quanta/tags/php/pg_client_encoding.tag +share/apps/quanta/tags/php/pg_close.tag +share/apps/quanta/tags/php/pg_connect.tag +share/apps/quanta/tags/php/pg_connection_busy.tag +share/apps/quanta/tags/php/pg_connection_reset.tag +share/apps/quanta/tags/php/pg_connection_status.tag +share/apps/quanta/tags/php/pg_convert.tag +share/apps/quanta/tags/php/pg_copy_from.tag +share/apps/quanta/tags/php/pg_copy_to.tag +share/apps/quanta/tags/php/pg_dbname.tag +share/apps/quanta/tags/php/pg_delete.tag +share/apps/quanta/tags/php/pg_end_copy.tag +share/apps/quanta/tags/php/pg_escape_bytea.tag +share/apps/quanta/tags/php/pg_escape_string.tag +share/apps/quanta/tags/php/pg_fetch_array.tag +share/apps/quanta/tags/php/pg_fetch_object.tag +share/apps/quanta/tags/php/pg_fetch_result.tag +share/apps/quanta/tags/php/pg_fetch_row.tag +share/apps/quanta/tags/php/pg_field_is_null.tag +share/apps/quanta/tags/php/pg_field_name.tag +share/apps/quanta/tags/php/pg_field_num.tag +share/apps/quanta/tags/php/pg_field_prtlen.tag +share/apps/quanta/tags/php/pg_field_size.tag +share/apps/quanta/tags/php/pg_field_type.tag +share/apps/quanta/tags/php/pg_free_result.tag +share/apps/quanta/tags/php/pg_get_result.tag +share/apps/quanta/tags/php/pg_host.tag +share/apps/quanta/tags/php/pg_insert.tag +share/apps/quanta/tags/php/pg_port.tag +share/apps/quanta/tags/php/pg_last_error.tag +share/apps/quanta/tags/php/pg_last_notice.tag +share/apps/quanta/tags/php/pg_last_oid.tag +share/apps/quanta/tags/php/pg_lo_close.tag +share/apps/quanta/tags/php/pg_lo_create.tag +share/apps/quanta/tags/php/pg_lo_export.tag +share/apps/quanta/tags/php/pg_lo_import.tag +share/apps/quanta/tags/php/pg_lo_open.tag +share/apps/quanta/tags/php/pg_lo_read.tag +share/apps/quanta/tags/php/pg_lo_read_all.tag +share/apps/quanta/tags/php/pg_lo_seek.tag +share/apps/quanta/tags/php/pg_lo_tell.tag +share/apps/quanta/tags/php/pg_lo_unlink.tag +share/apps/quanta/tags/php/pg_lo_write.tag +share/apps/quanta/tags/php/pg_metadata.tag +share/apps/quanta/tags/php/pg_num_fields.tag +share/apps/quanta/tags/php/pg_num_rows.tag +share/apps/quanta/tags/php/pg_options.tag +share/apps/quanta/tags/php/pg_pconnect.tag +share/apps/quanta/tags/php/pg_put_line.tag +share/apps/quanta/tags/php/pg_query.tag +share/apps/quanta/tags/php/pg_result_error.tag +share/apps/quanta/tags/php/pg_result_status.tag +share/apps/quanta/tags/php/pg_select.tag +share/apps/quanta/tags/php/pg_send_query.tag +share/apps/quanta/tags/php/pg_set_client_encoding.tag +share/apps/quanta/tags/php/pg_trace.tag +share/apps/quanta/tags/php/pg_tty.tag +share/apps/quanta/tags/php/pg_untrace.tag +share/apps/quanta/tags/php/pg_update.tag +share/apps/quanta/tags/php/php_logo_guid.tag +share/apps/quanta/tags/php/php_sapi_name.tag +share/apps/quanta/tags/php/php_uname.tag +share/apps/quanta/tags/php/phpcredits.tag +share/apps/quanta/tags/php/phpinfo.tag +share/apps/quanta/tags/php/phpversion.tag +share/apps/quanta/tags/php/png2wbmp.tag +share/apps/quanta/tags/php/popen.tag +share/apps/quanta/tags/php/posix_ctermid.tag +share/apps/quanta/tags/php/posix_getcwd.tag +share/apps/quanta/tags/php/posix_getegid.tag +share/apps/quanta/tags/php/posix_geteuid.tag +share/apps/quanta/tags/php/posix_getgid.tag +share/apps/quanta/tags/php/posix_getgrgid.tag +share/apps/quanta/tags/php/posix_getgrnam.tag +share/apps/quanta/tags/php/posix_getgroups.tag +share/apps/quanta/tags/php/posix_getlogin.tag +share/apps/quanta/tags/php/posix_getpgid.tag +share/apps/quanta/tags/php/posix_getpgrp.tag +share/apps/quanta/tags/php/posix_getpid.tag +share/apps/quanta/tags/php/posix_getppid.tag +share/apps/quanta/tags/php/posix_getpwnam.tag +share/apps/quanta/tags/php/posix_getpwuid.tag +share/apps/quanta/tags/php/posix_getrlimit.tag +share/apps/quanta/tags/php/posix_getsid.tag +share/apps/quanta/tags/php/posix_getuid.tag +share/apps/quanta/tags/php/posix_isatty.tag +share/apps/quanta/tags/php/posix_kill.tag +share/apps/quanta/tags/php/posix_mkfifo.tag +share/apps/quanta/tags/php/posix_setegid.tag +share/apps/quanta/tags/php/posix_seteuid.tag +share/apps/quanta/tags/php/posix_setgid.tag +share/apps/quanta/tags/php/posix_setpgid.tag +share/apps/quanta/tags/php/posix_setsid.tag +share/apps/quanta/tags/php/posix_setuid.tag +share/apps/quanta/tags/php/posix_times.tag +share/apps/quanta/tags/php/posix_ttyname.tag +share/apps/quanta/tags/php/posix_uname.tag +share/apps/quanta/tags/php/preg_grep.tag +share/apps/quanta/tags/php/preg_match.tag +share/apps/quanta/tags/php/preg_match_all.tag +share/apps/quanta/tags/php/preg_quote.tag +share/apps/quanta/tags/php/preg_replace.tag +share/apps/quanta/tags/php/preg_replace_callback.tag +share/apps/quanta/tags/php/preg_split.tag +share/apps/quanta/tags/php/prev.tag +share/apps/quanta/tags/php/print_r.tag +share/apps/quanta/tags/php/printer_abort.tag +share/apps/quanta/tags/php/printer_close.tag +share/apps/quanta/tags/php/printer_create_brush.tag +share/apps/quanta/tags/php/printer_create_dc.tag +share/apps/quanta/tags/php/printer_create_font.tag +share/apps/quanta/tags/php/printer_create_pen.tag +share/apps/quanta/tags/php/printer_delete_brush.tag +share/apps/quanta/tags/php/printer_delete_dc.tag +share/apps/quanta/tags/php/printer_delete_font.tag +share/apps/quanta/tags/php/printer_delete_pen.tag +share/apps/quanta/tags/php/printer_draw_bmp.tag +share/apps/quanta/tags/php/printer_draw_chord.tag +share/apps/quanta/tags/php/printer_draw_elipse.tag +share/apps/quanta/tags/php/printer_draw_line.tag +share/apps/quanta/tags/php/printer_draw_pie.tag +share/apps/quanta/tags/php/printer_draw_text.tag +share/apps/quanta/tags/php/printer_draw_rectangle.tag +share/apps/quanta/tags/php/printer_draw_roundrect.tag +share/apps/quanta/tags/php/printer_end_doc.tag +share/apps/quanta/tags/php/printer_end_page.tag +share/apps/quanta/tags/php/printer_get_option.tag +share/apps/quanta/tags/php/printer_list.tag +share/apps/quanta/tags/php/printer_logical_fontheight.tag +share/apps/quanta/tags/php/printer_open.tag +share/apps/quanta/tags/php/printer_select_brush.tag +share/apps/quanta/tags/php/printer_select_font.tag +share/apps/quanta/tags/php/printer_select_pen.tag +share/apps/quanta/tags/php/printer_set_option.tag +share/apps/quanta/tags/php/printer_start_doc.tag +share/apps/quanta/tags/php/printer_start_page.tag +share/apps/quanta/tags/php/printer_write.tag +share/apps/quanta/tags/php/printf.tag +share/apps/quanta/tags/php/proc_close.tag +share/apps/quanta/tags/php/proc_open.tag +share/apps/quanta/tags/php/pspell_add_to_personal.tag +share/apps/quanta/tags/php/pspell_add_to_session.tag +share/apps/quanta/tags/php/pspell_check.tag +share/apps/quanta/tags/php/pspell_clear_session.tag +share/apps/quanta/tags/php/pspell_config_create.tag +share/apps/quanta/tags/php/pspell_config_ignore.tag +share/apps/quanta/tags/php/pspell_config_mode.tag +share/apps/quanta/tags/php/pspell_config_personal.tag +share/apps/quanta/tags/php/pspell_config_repl.tag +share/apps/quanta/tags/php/pspell_config_runtogether.tag +share/apps/quanta/tags/php/pspell_config_save_repl.tag +share/apps/quanta/tags/php/pspell_new.tag +share/apps/quanta/tags/php/pspell_new_config.tag +share/apps/quanta/tags/php/putenv.tag +share/apps/quanta/tags/php/pspell_new_personal.tag +share/apps/quanta/tags/php/pspell_save_wordlist.tag +share/apps/quanta/tags/php/pspell_store_replacement.tag +share/apps/quanta/tags/php/pspell_suggest.tag +share/apps/quanta/tags/php/qdom_error.tag +share/apps/quanta/tags/php/qdom_tree.tag +share/apps/quanta/tags/php/quoted_printable_decode.tag +share/apps/quanta/tags/php/quotemeta.tag +share/apps/quanta/tags/php/rad2deg.tag +share/apps/quanta/tags/php/rand.tag +share/apps/quanta/tags/php/range.tag +share/apps/quanta/tags/php/rawurldecode.tag +share/apps/quanta/tags/php/rawurlencode.tag +share/apps/quanta/tags/php/read.tag +share/apps/quanta/tags/php/readdir.tag +share/apps/quanta/tags/php/readfile.tag +share/apps/quanta/tags/php/readgzfile.tag +share/apps/quanta/tags/php/readline.tag +share/apps/quanta/tags/php/readline_add_history.tag +share/apps/quanta/tags/php/readline_clear_history.tag +share/apps/quanta/tags/php/readline_completion_function.tag +share/apps/quanta/tags/php/readline_info.tag +share/apps/quanta/tags/php/readline_list_history.tag +share/apps/quanta/tags/php/readline_read_history.tag +share/apps/quanta/tags/php/readline_write_history.tag +share/apps/quanta/tags/php/readlink.tag +share/apps/quanta/tags/php/realpath.tag +share/apps/quanta/tags/php/reason.tag +share/apps/quanta/tags/php/recode.tag +share/apps/quanta/tags/php/recode_file.tag +share/apps/quanta/tags/php/recode_string.tag +share/apps/quanta/tags/php/register_shutdown_function.tag +share/apps/quanta/tags/php/register_tick_function.tag +share/apps/quanta/tags/php/remove.tag +share/apps/quanta/tags/php/rename.tag +share/apps/quanta/tags/php/replace.tag +share/apps/quanta/tags/php/reset.tag +share/apps/quanta/tags/php/restore_error_handler.tag +share/apps/quanta/tags/php/rewind.tag +share/apps/quanta/tags/php/rewinddir.tag +share/apps/quanta/tags/php/rmdir.tag +share/apps/quanta/tags/php/round.tag +share/apps/quanta/tags/php/rsort.tag +share/apps/quanta/tags/php/rtrim.tag +share/apps/quanta/tags/php/sem_acquire.tag +share/apps/quanta/tags/php/sem_get.tag +share/apps/quanta/tags/php/sem_release.tag +share/apps/quanta/tags/php/sem_remove.tag +share/apps/quanta/tags/php/serialize.tag +share/apps/quanta/tags/php/sesam_affected_rows.tag +share/apps/quanta/tags/php/sesam_commit.tag +share/apps/quanta/tags/php/sesam_connect.tag +share/apps/quanta/tags/php/sesam_diagnostic.tag +share/apps/quanta/tags/php/sesam_disconnect.tag +share/apps/quanta/tags/php/sesam_errormsg.tag +share/apps/quanta/tags/php/sesam_execimm.tag +share/apps/quanta/tags/php/sesam_fetch_row.tag +share/apps/quanta/tags/php/sesam_fetch_array.tag +share/apps/quanta/tags/php/sesam_fetch_result.tag +share/apps/quanta/tags/php/sesam_field_array.tag +share/apps/quanta/tags/php/sesam_field_name.tag +share/apps/quanta/tags/php/sesam_free_result.tag +share/apps/quanta/tags/php/sesam_num_fields.tag +share/apps/quanta/tags/php/sesam_query.tag +share/apps/quanta/tags/php/sesam_rollback.tag +share/apps/quanta/tags/php/sesam_seek_row.tag +share/apps/quanta/tags/php/sesam_settransaction.tag +share/apps/quanta/tags/php/session_cache_expire.tag +share/apps/quanta/tags/php/session_cache_limiter.tag +share/apps/quanta/tags/php/session_decode.tag +share/apps/quanta/tags/php/session_destroy.tag +share/apps/quanta/tags/php/session_encode.tag +share/apps/quanta/tags/php/session_get_cookie_params.tag +share/apps/quanta/tags/php/session_id.tag +share/apps/quanta/tags/php/session_is_registered.tag +share/apps/quanta/tags/php/session_module_name.tag +share/apps/quanta/tags/php/session_name.tag +share/apps/quanta/tags/php/session_readonly.tag +share/apps/quanta/tags/php/session_register.tag +share/apps/quanta/tags/php/session_save_path.tag +share/apps/quanta/tags/php/session_set_cookie_params.tag +share/apps/quanta/tags/php/session_set_save_handler.tag +share/apps/quanta/tags/php/session_start.tag +share/apps/quanta/tags/php/session_unregister.tag +share/apps/quanta/tags/php/session_unset.tag +share/apps/quanta/tags/php/session_write_close.tag +share/apps/quanta/tags/php/set_error_handler.tag +share/apps/quanta/tags/php/set_file_buffer.tag +share/apps/quanta/tags/php/set_time_limit.tag +share/apps/quanta/tags/php/set_magic_quotes_runtime.tag +share/apps/quanta/tags/php/setcommitedversion.tag +share/apps/quanta/tags/php/setcookie.tag +share/apps/quanta/tags/php/setlocale.tag +share/apps/quanta/tags/php/settype.tag +share/apps/quanta/tags/php/shell_exec.tag +share/apps/quanta/tags/php/shm_attach.tag +share/apps/quanta/tags/php/shm_detach.tag +share/apps/quanta/tags/php/shm_get_var.tag +share/apps/quanta/tags/php/shm_put_var.tag +share/apps/quanta/tags/php/shm_remove.tag +share/apps/quanta/tags/php/shm_remove_var.tag +share/apps/quanta/tags/php/shmop_close.tag +share/apps/quanta/tags/php/shmop_delete.tag +share/apps/quanta/tags/php/shmop_open.tag +share/apps/quanta/tags/php/shmop_read.tag +share/apps/quanta/tags/php/shmop_size.tag +share/apps/quanta/tags/php/shmop_write.tag +share/apps/quanta/tags/php/show_source.tag +share/apps/quanta/tags/php/shuffle.tag +share/apps/quanta/tags/php/similar_text.tag +share/apps/quanta/tags/php/sinh.tag +share/apps/quanta/tags/php/sizeof.tag +share/apps/quanta/tags/php/sleep.tag +share/apps/quanta/tags/php/snmp_get_quick_print.tag +share/apps/quanta/tags/php/snmp_set_quick_print.tag +share/apps/quanta/tags/php/snmpget.tag +share/apps/quanta/tags/php/snmprealwalk.tag +share/apps/quanta/tags/php/snmpset.tag +share/apps/quanta/tags/php/snmpwalk.tag +share/apps/quanta/tags/php/snmpwalkoid.tag +share/apps/quanta/tags/php/socket_accept.tag +share/apps/quanta/tags/php/socket_bind.tag +share/apps/quanta/tags/php/socket_clear_error.tag +share/apps/quanta/tags/php/socket_close.tag +share/apps/quanta/tags/php/socket_connect.tag +share/apps/quanta/tags/php/socket_create.tag +share/apps/quanta/tags/php/socket_create_listen.tag +share/apps/quanta/tags/php/socket_create_pair.tag +share/apps/quanta/tags/php/socket_get_option.tag +share/apps/quanta/tags/php/socket_get_status.tag +share/apps/quanta/tags/php/socket_getpeername.tag +share/apps/quanta/tags/php/socket_getsockname.tag +share/apps/quanta/tags/php/socket_iovec_add.tag +share/apps/quanta/tags/php/socket_iovec_alloc.tag +share/apps/quanta/tags/php/socket_iovec_delete.tag +share/apps/quanta/tags/php/socket_iovec_fetch.tag +share/apps/quanta/tags/php/socket_iovec_free.tag +share/apps/quanta/tags/php/socket_iovec_set.tag +share/apps/quanta/tags/php/socket_last_error.tag +share/apps/quanta/tags/php/socket_listen.tag +share/apps/quanta/tags/php/socket_read.tag +share/apps/quanta/tags/php/socket_readv.tag +share/apps/quanta/tags/php/socket_recv.tag +share/apps/quanta/tags/php/socket_recvfrom.tag +share/apps/quanta/tags/php/socket_recvmsg.tag +share/apps/quanta/tags/php/socket_select.tag +share/apps/quanta/tags/php/socket_send.tag +share/apps/quanta/tags/php/socket_sendmsg.tag +share/apps/quanta/tags/php/socket_sendto.tag +share/apps/quanta/tags/php/socket_set_blocking.tag +share/apps/quanta/tags/php/socket_set_nonblock.tag +share/apps/quanta/tags/php/socket_set_option.tag +share/apps/quanta/tags/php/socket_set_timeout.tag +share/apps/quanta/tags/php/socket_shutdown.tag +share/apps/quanta/tags/php/socket_strerror.tag +share/apps/quanta/tags/php/socket_write.tag +share/apps/quanta/tags/php/socket_writev.tag +share/apps/quanta/tags/php/sort.tag +share/apps/quanta/tags/php/soundex.tag +share/apps/quanta/tags/php/split.tag +share/apps/quanta/tags/php/spliti.tag +share/apps/quanta/tags/php/sprintf.tag +share/apps/quanta/tags/php/sql_regcase.tag +share/apps/quanta/tags/php/sqrt.tag +share/apps/quanta/tags/php/srand.tag +share/apps/quanta/tags/php/srcanchors.tag +share/apps/quanta/tags/php/srcsofdst.tag +share/apps/quanta/tags/php/sscanf.tag +share/apps/quanta/tags/php/stat.tag +share/apps/quanta/tags/php/str_pad.tag +share/apps/quanta/tags/php/str_repeat.tag +share/apps/quanta/tags/php/str_replace.tag +share/apps/quanta/tags/php/str_rot13.tag +share/apps/quanta/tags/php/strcasecmp.tag +share/apps/quanta/tags/php/strchr.tag +share/apps/quanta/tags/php/strcmp.tag +share/apps/quanta/tags/php/strcoll.tag +share/apps/quanta/tags/php/strcspn.tag +share/apps/quanta/tags/php/strftime.tag +share/apps/quanta/tags/php/strip_tags.tag +share/apps/quanta/tags/php/stripcslashes.tag +share/apps/quanta/tags/php/stripslashes.tag +share/apps/quanta/tags/php/stristr.tag +share/apps/quanta/tags/php/strlen.tag +share/apps/quanta/tags/php/strnatcasecmp.tag +share/apps/quanta/tags/php/strnatcmp.tag +share/apps/quanta/tags/php/strncasecmp.tag +share/apps/quanta/tags/php/strncmp.tag +share/apps/quanta/tags/php/strpos.tag +share/apps/quanta/tags/php/strrchr.tag +share/apps/quanta/tags/php/strrev.tag +share/apps/quanta/tags/php/strrpos.tag +share/apps/quanta/tags/php/strspn.tag +share/apps/quanta/tags/php/strstr.tag +share/apps/quanta/tags/php/strtok.tag +share/apps/quanta/tags/php/strtolower.tag +share/apps/quanta/tags/php/strtotime.tag +share/apps/quanta/tags/php/strtoupper.tag +share/apps/quanta/tags/php/strtr.tag +share/apps/quanta/tags/php/strval.tag +share/apps/quanta/tags/php/substr.tag +share/apps/quanta/tags/php/substr_count.tag +share/apps/quanta/tags/php/substr_replace.tag +share/apps/quanta/tags/php/swf_actiongeturl.tag +share/apps/quanta/tags/php/swf_actiongotoframe.tag +share/apps/quanta/tags/php/swf_actiongotolabel.tag +share/apps/quanta/tags/php/swf_actionnextframe.tag +share/apps/quanta/tags/php/swf_actionplay.tag +share/apps/quanta/tags/php/swf_actionprevframe.tag +share/apps/quanta/tags/php/swf_actionsettarget.tag +share/apps/quanta/tags/php/swf_actionstop.tag +share/apps/quanta/tags/php/swf_actiontogglequality.tag +share/apps/quanta/tags/php/swf_actionwaitforframe.tag +share/apps/quanta/tags/php/swf_addbuttonrecord.tag +share/apps/quanta/tags/php/swf_addcolor.tag +share/apps/quanta/tags/php/swf_closefile.tag +share/apps/quanta/tags/php/swf_definebitmap.tag +share/apps/quanta/tags/php/swf_definefont.tag +share/apps/quanta/tags/php/swf_defineline.tag +share/apps/quanta/tags/php/swf_definepoly.tag +share/apps/quanta/tags/php/swf_definerect.tag +share/apps/quanta/tags/php/swf_definetext.tag +share/apps/quanta/tags/php/swf_endbutton.tag +share/apps/quanta/tags/php/swf_enddoaction.tag +share/apps/quanta/tags/php/swf_endshape.tag +share/apps/quanta/tags/php/swf_endsymbol.tag +share/apps/quanta/tags/php/swf_fontsize.tag +share/apps/quanta/tags/php/swf_fontslant.tag +share/apps/quanta/tags/php/swf_fonttracking.tag +share/apps/quanta/tags/php/swf_getbitmapinfo.tag +share/apps/quanta/tags/php/swf_getfontinfo.tag +share/apps/quanta/tags/php/swf_getframe.tag +share/apps/quanta/tags/php/swf_labelframe.tag +share/apps/quanta/tags/php/swf_lookat.tag +share/apps/quanta/tags/php/swf_modifyobject.tag +share/apps/quanta/tags/php/swf_mulcolor.tag +share/apps/quanta/tags/php/swf_nextid.tag +share/apps/quanta/tags/php/swf_oncondition.tag +share/apps/quanta/tags/php/swf_openfile.tag +share/apps/quanta/tags/php/swf_ortho.tag +share/apps/quanta/tags/php/swf_ortho2.tag +share/apps/quanta/tags/php/swf_perspective.tag +share/apps/quanta/tags/php/swf_placeobject.tag +share/apps/quanta/tags/php/swf_polarview.tag +share/apps/quanta/tags/php/swf_popmatrix.tag +share/apps/quanta/tags/php/swf_posround.tag +share/apps/quanta/tags/php/swf_pushmatrix.tag +share/apps/quanta/tags/php/swf_removeobject.tag +share/apps/quanta/tags/php/swf_rotate.tag +share/apps/quanta/tags/php/swf_scale.tag +share/apps/quanta/tags/php/swf_setfont.tag +share/apps/quanta/tags/php/swf_setframe.tag +share/apps/quanta/tags/php/swf_shapearc.tag +share/apps/quanta/tags/php/swf_shapecurveto.tag +share/apps/quanta/tags/php/swf_shapecurveto3.tag +share/apps/quanta/tags/php/swf_shapefillbitmapclip.tag +share/apps/quanta/tags/php/swf_shapefillbitmaptile.tag +share/apps/quanta/tags/php/swf_shapefilloff.tag +share/apps/quanta/tags/php/swf_shapefillsolid.tag +share/apps/quanta/tags/php/swf_shapelinesolid.tag +share/apps/quanta/tags/php/swf_shapelineto.tag +share/apps/quanta/tags/php/swf_shapemoveto.tag +share/apps/quanta/tags/php/swf_showframe.tag +share/apps/quanta/tags/php/swf_startbutton.tag +share/apps/quanta/tags/php/swf_startdoaction.tag +share/apps/quanta/tags/php/swf_startshape.tag +share/apps/quanta/tags/php/swf_startsymbol.tag +share/apps/quanta/tags/php/swf_textwidth.tag +share/apps/quanta/tags/php/swf_translate.tag +share/apps/quanta/tags/php/swf_viewport.tag +share/apps/quanta/tags/php/swfaction.tag +share/apps/quanta/tags/php/swfbitmap->getheight.tag +share/apps/quanta/tags/php/swfbitmap->getwidth.tag +share/apps/quanta/tags/php/swfbitmap.tag +share/apps/quanta/tags/php/swfbutton->addaction.tag +share/apps/quanta/tags/php/swfbutton->addshape.tag +share/apps/quanta/tags/php/swfbutton->setaction.tag +share/apps/quanta/tags/php/swfbutton->setdown.tag +share/apps/quanta/tags/php/swfbutton->sethit.tag +share/apps/quanta/tags/php/swfbutton->setover.tag +share/apps/quanta/tags/php/swfbutton->setup.tag +share/apps/quanta/tags/php/swfbutton.tag +share/apps/quanta/tags/php/swfbutton_keypress.tag +share/apps/quanta/tags/php/swfdisplayitem->addcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->move.tag +share/apps/quanta/tags/php/swfdisplayitem->moveto.tag +share/apps/quanta/tags/php/swfdisplayitem->multcolor.tag +share/apps/quanta/tags/php/swfdisplayitem->remove.tag +share/apps/quanta/tags/php/swfdisplayitem->rotate.tag +share/apps/quanta/tags/php/swfdisplayitem->rotateto.tag +share/apps/quanta/tags/php/swfdisplayitem->scale.tag +share/apps/quanta/tags/php/swfdisplayitem.tag +share/apps/quanta/tags/php/swfdisplayitem->scaleto.tag +share/apps/quanta/tags/php/swfdisplayitem->setdepth.tag +share/apps/quanta/tags/php/swfdisplayitem->setname.tag +share/apps/quanta/tags/php/swfdisplayitem->setratio.tag +share/apps/quanta/tags/php/swfdisplayitem->skewx.tag +share/apps/quanta/tags/php/swfdisplayitem->skewxto.tag +share/apps/quanta/tags/php/swfdisplayitem->skewy.tag +share/apps/quanta/tags/php/swfdisplayitem->skewyto.tag +share/apps/quanta/tags/php/swffill->moveto.tag +share/apps/quanta/tags/php/swffill->rotateto.tag +share/apps/quanta/tags/php/swffill->scaleto.tag +share/apps/quanta/tags/php/swffill->skewxto.tag +share/apps/quanta/tags/php/swffill->skewyto.tag +share/apps/quanta/tags/php/swffont->getwidth.tag +share/apps/quanta/tags/php/swffont.tag +share/apps/quanta/tags/php/swfgradient->addentry.tag +share/apps/quanta/tags/php/swfgradient.tag +share/apps/quanta/tags/php/swfmorph->getshape1.tag +share/apps/quanta/tags/php/swfmorph->getshape2.tag +share/apps/quanta/tags/php/swfmorph.tag +share/apps/quanta/tags/php/swfmovie->add.tag +share/apps/quanta/tags/php/swfmovie->nextframe.tag +share/apps/quanta/tags/php/swfmovie->output.tag +share/apps/quanta/tags/php/swfmovie->remove.tag +share/apps/quanta/tags/php/swfmovie->save.tag +share/apps/quanta/tags/php/swfmovie->setbackground.tag +share/apps/quanta/tags/php/swfmovie->setdimension.tag +share/apps/quanta/tags/php/swfmovie->setframes.tag +share/apps/quanta/tags/php/swfmovie->setrate.tag +share/apps/quanta/tags/php/swfmovie->streammp3.tag +share/apps/quanta/tags/php/swfmovie.tag +share/apps/quanta/tags/php/swftext.tag +share/apps/quanta/tags/php/swfshape->addfill.tag +share/apps/quanta/tags/php/swfshape->drawcurve.tag +share/apps/quanta/tags/php/swfshape->drawcurveto.tag +share/apps/quanta/tags/php/swfshape->drawline.tag +share/apps/quanta/tags/php/swfshape->drawlineto.tag +share/apps/quanta/tags/php/swfshape->movepen.tag +share/apps/quanta/tags/php/swfshape->movepento.tag +share/apps/quanta/tags/php/swfshape->setleftfill.tag +share/apps/quanta/tags/php/swfshape->setline.tag +share/apps/quanta/tags/php/swfshape->setrightfill.tag +share/apps/quanta/tags/php/swfshape.tag +share/apps/quanta/tags/php/swfsprite->add.tag +share/apps/quanta/tags/php/swfsprite->nextframe.tag +share/apps/quanta/tags/php/swfsprite->remove.tag +share/apps/quanta/tags/php/swfsprite->setframes.tag +share/apps/quanta/tags/php/symlink.tag +share/apps/quanta/tags/php/swfsprite.tag +share/apps/quanta/tags/php/swftext->addstring.tag +share/apps/quanta/tags/php/swftext->moveto.tag +share/apps/quanta/tags/php/swftext->setcolor.tag +share/apps/quanta/tags/php/swftext->setfont.tag +share/apps/quanta/tags/php/swftext->setheight.tag +share/apps/quanta/tags/php/swftext->setspacing.tag +share/apps/quanta/tags/php/swftextfield->addstring.tag +share/apps/quanta/tags/php/swftextfield->align.tag +share/apps/quanta/tags/php/swftextfield->setbounds.tag +share/apps/quanta/tags/php/swftextfield->setcolor.tag +share/apps/quanta/tags/php/swftextfield->setfont.tag +share/apps/quanta/tags/php/swftextfield->setheight.tag +share/apps/quanta/tags/php/swftextfield->setindentation.tag +share/apps/quanta/tags/php/swftextfield->setleftmargin.tag +share/apps/quanta/tags/php/swftextfield->setlinespacing.tag +share/apps/quanta/tags/php/swftextfield->setmargins.tag +share/apps/quanta/tags/php/swftextfield->setname.tag +share/apps/quanta/tags/php/swftextfield->setrightmargin.tag +share/apps/quanta/tags/php/swftextfield.tag +share/apps/quanta/tags/php/sybase_affected_rows.tag +share/apps/quanta/tags/php/sybase_close.tag +share/apps/quanta/tags/php/sybase_connect.tag +share/apps/quanta/tags/php/sybase_data_seek.tag +share/apps/quanta/tags/php/sybase_fetch_array.tag +share/apps/quanta/tags/php/sybase_fetch_field.tag +share/apps/quanta/tags/php/sybase_fetch_object.tag +share/apps/quanta/tags/php/sybase_fetch_row.tag +share/apps/quanta/tags/php/sybase_field_seek.tag +share/apps/quanta/tags/php/sybase_free_result.tag +share/apps/quanta/tags/php/sybase_get_last_message.tag +share/apps/quanta/tags/php/sybase_min_client_severity.tag +share/apps/quanta/tags/php/sybase_min_error_severity.tag +share/apps/quanta/tags/php/sybase_min_message_severity.tag +share/apps/quanta/tags/php/sybase_min_server_severity.tag +share/apps/quanta/tags/php/sybase_num_fields.tag +share/apps/quanta/tags/php/sybase_num_rows.tag +share/apps/quanta/tags/php/sybase_pconnect.tag +share/apps/quanta/tags/php/sybase_query.tag +share/apps/quanta/tags/php/sybase_result.tag +share/apps/quanta/tags/php/sybase_select_db.tag +share/apps/quanta/tags/php/syslog.tag +share/apps/quanta/tags/php/system.tag +share/apps/quanta/tags/php/tanh.tag +share/apps/quanta/tags/php/tempnam.tag +share/apps/quanta/tags/php/textdomain.tag +share/apps/quanta/tags/php/time.tag +share/apps/quanta/tags/php/title.tag +share/apps/quanta/tags/php/tmpfile.tag +share/apps/quanta/tags/php/token_get_all.tag +share/apps/quanta/tags/php/token_name.tag +share/apps/quanta/tags/php/touch.tag +share/apps/quanta/tags/php/trigger_error.tag +share/apps/quanta/tags/php/trim.tag +share/apps/quanta/tags/php/type.tag +share/apps/quanta/tags/php/uasort.tag +share/apps/quanta/tags/php/ucfirst.tag +share/apps/quanta/tags/php/ucwords.tag +share/apps/quanta/tags/php/udm_add_search_limit.tag +share/apps/quanta/tags/php/udm_alloc_agent.tag +share/apps/quanta/tags/php/udm_api_version.tag +share/apps/quanta/tags/php/udm_cat_list.tag +share/apps/quanta/tags/php/udm_cat_path.tag +share/apps/quanta/tags/php/udm_check_charset.tag +share/apps/quanta/tags/php/udm_check_stored.tag +share/apps/quanta/tags/php/udm_clear_search_limits.tag +share/apps/quanta/tags/php/udm_crc32.tag +share/apps/quanta/tags/php/udm_close_stored.tag +share/apps/quanta/tags/php/udm_errno.tag +share/apps/quanta/tags/php/udm_error.tag +share/apps/quanta/tags/php/udm_find.tag +share/apps/quanta/tags/php/udm_free_agent.tag +share/apps/quanta/tags/php/udm_free_ispell_data.tag +share/apps/quanta/tags/php/udm_free_res.tag +share/apps/quanta/tags/php/udm_get_doc_count.tag +share/apps/quanta/tags/php/udm_get_res_field.tag +share/apps/quanta/tags/php/udm_get_res_param.tag +share/apps/quanta/tags/php/udm_load_ispell_data.tag +share/apps/quanta/tags/php/udm_open_stored.tag +share/apps/quanta/tags/php/udm_set_agent_param.tag +share/apps/quanta/tags/php/uksort.tag +share/apps/quanta/tags/php/umask.tag +share/apps/quanta/tags/php/uniqid.tag +share/apps/quanta/tags/php/unixtojd.tag +share/apps/quanta/tags/php/unlink.tag +share/apps/quanta/tags/php/unlock.tag +share/apps/quanta/tags/php/unpack.tag +share/apps/quanta/tags/php/unregister_tick_function.tag +share/apps/quanta/tags/php/unserialize.tag +share/apps/quanta/tags/php/unset.tag +share/apps/quanta/tags/php/urldecode.tag +share/apps/quanta/tags/php/urlencode.tag +share/apps/quanta/tags/php/user.tag +share/apps/quanta/tags/php/user_error.tag +share/apps/quanta/tags/php/userlist.tag +share/apps/quanta/tags/php/usleep.tag +share/apps/quanta/tags/php/usort.tag +share/apps/quanta/tags/php/utf8_decode.tag +share/apps/quanta/tags/php/utf8_encode.tag +share/apps/quanta/tags/php/value.tag +share/apps/quanta/tags/php/values.tag +share/apps/quanta/tags/php/var_dump.tag +share/apps/quanta/tags/php/var_export.tag +share/apps/quanta/tags/php/version_compare.tag +share/apps/quanta/tags/php/virtual.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain.tag +share/apps/quanta/tags/php/vpopmail_error.tag +share/apps/quanta/tags/php/vpopmail_add_alias_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_domain.tag +share/apps/quanta/tags/php/vpopmail_add_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_add_user.tag +share/apps/quanta/tags/php/vpopmail_alias_add.tag +share/apps/quanta/tags/php/vpopmail_alias_del.tag +share/apps/quanta/tags/php/vpopmail_alias_del_domain.tag +share/apps/quanta/tags/php/vpopmail_alias_get.tag +share/apps/quanta/tags/php/vpopmail_alias_get_all.tag +share/apps/quanta/tags/php/vpopmail_auth_user.tag +share/apps/quanta/tags/php/vpopmail_del_domain.tag +share/apps/quanta/tags/php/vpopmail_del_domain_ex.tag +share/apps/quanta/tags/php/vpopmail_del_user.tag +share/apps/quanta/tags/php/vpopmail_passwd.tag +share/apps/quanta/tags/php/vpopmail_set_user_quota.tag +share/apps/quanta/tags/php/vprintf.tag +share/apps/quanta/tags/php/vsprintf.tag +share/apps/quanta/tags/php/w32api_deftype.tag +share/apps/quanta/tags/php/w32api_init_dtype.tag +share/apps/quanta/tags/php/w32api_invoke_function.tag +share/apps/quanta/tags/php/w32api_register_function.tag +share/apps/quanta/tags/php/w32api_set_call_method.tag +share/apps/quanta/tags/php/wddx_deserialize.tag +share/apps/quanta/tags/php/wddx_packet_end.tag +share/apps/quanta/tags/php/wddx_packet_start.tag +share/apps/quanta/tags/php/wddx_serialize_value.tag +share/apps/quanta/tags/php/wddx_serialize_vars.tag +share/apps/quanta/tags/php/wordwrap.tag +share/apps/quanta/tags/php/xml_error_string.tag +share/apps/quanta/tags/php/xml_get_current_byte_index.tag +share/apps/quanta/tags/php/xml_get_current_line_number.tag +share/apps/quanta/tags/php/xml_get_current_column_number.tag +share/apps/quanta/tags/php/xml_get_error_code.tag +share/apps/quanta/tags/php/xml_parse.tag +share/apps/quanta/tags/php/xml_parse_into_struct.tag +share/apps/quanta/tags/php/xml_parser_create.tag +share/apps/quanta/tags/php/xml_parser_create_ns.tag +share/apps/quanta/tags/php/xml_parser_free.tag +share/apps/quanta/tags/php/xml_parser_get_option.tag +share/apps/quanta/tags/php/xml_parser_set_option.tag +share/apps/quanta/tags/php/xml_set_character_data_handler.tag +share/apps/quanta/tags/php/xml_set_default_handler.tag +share/apps/quanta/tags/php/xml_set_element_handler.tag +share/apps/quanta/tags/php/xml_set_end_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_notation_decl_handler.tag +share/apps/quanta/tags/php/xml_set_external_entity_ref_handler.tag +share/apps/quanta/tags/php/xml_set_object.tag +share/apps/quanta/tags/php/xml_set_processing_instruction_handler.tag +share/apps/quanta/tags/php/xml_set_start_namespace_decl_handler.tag +share/apps/quanta/tags/php/xml_set_unparsed_entity_decl_handler.tag +share/apps/quanta/tags/php/xmlrpc_decode.tag +share/apps/quanta/tags/php/xmlrpc_decode_request.tag +share/apps/quanta/tags/php/xmlrpc_encode.tag +share/apps/quanta/tags/php/xmlrpc_encode_request.tag +share/apps/quanta/tags/php/xmlrpc_get_type.tag +share/apps/quanta/tags/php/xmlrpc_parse_method_descriptions.tag +share/apps/quanta/tags/php/xmlrpc_server_add_introspection_data.tag +share/apps/quanta/tags/php/xpath_eval.tag +share/apps/quanta/tags/php/xmlrpc_server_call_method.tag +share/apps/quanta/tags/php/xmlrpc_server_create.tag +share/apps/quanta/tags/php/xmlrpc_server_destroy.tag +share/apps/quanta/tags/php/xmlrpc_server_register_introspection_callback.tag +share/apps/quanta/tags/php/xmlrpc_server_register_method.tag +share/apps/quanta/tags/php/xmlrpc_set_type.tag +share/apps/quanta/tags/php/xpath_eval_expression.tag +share/apps/quanta/tags/php/xpath_new_context.tag +share/apps/quanta/tags/php/xptr_eval.tag +share/apps/quanta/tags/php/xptr_new_context.tag +share/apps/quanta/tags/php/xslt_create.tag +share/apps/quanta/tags/php/xslt_errno.tag +share/apps/quanta/tags/php/xslt_error.tag +share/apps/quanta/tags/php/xslt_free.tag +share/apps/quanta/tags/php/xslt_process.tag +share/apps/quanta/tags/php/yp_all.tag +share/apps/quanta/tags/php/xslt_set_base.tag +share/apps/quanta/tags/php/xslt_set_encoding.tag +share/apps/quanta/tags/php/xslt_set_error_handler.tag +share/apps/quanta/tags/php/xslt_set_log.tag +share/apps/quanta/tags/php/xslt_set_sax_handler.tag +share/apps/quanta/tags/php/xslt_set_sax_handlers.tag +share/apps/quanta/tags/php/xslt_set_scheme_handler.tag +share/apps/quanta/tags/php/xslt_set_scheme_handlers.tag +share/apps/quanta/tags/php/yaz_addinfo.tag +share/apps/quanta/tags/php/yaz_ccl_conf.tag +share/apps/quanta/tags/php/yaz_ccl_parse.tag +share/apps/quanta/tags/php/yaz_close.tag +share/apps/quanta/tags/php/yaz_connect.tag +share/apps/quanta/tags/php/yaz_database.tag +share/apps/quanta/tags/php/yaz_element.tag +share/apps/quanta/tags/php/yaz_errno.tag +share/apps/quanta/tags/php/yaz_error.tag +share/apps/quanta/tags/php/yaz_hits.tag +share/apps/quanta/tags/php/yaz_itemorder.tag +share/apps/quanta/tags/php/yaz_present.tag +share/apps/quanta/tags/php/yaz_range.tag +share/apps/quanta/tags/php/yaz_record.tag +share/apps/quanta/tags/php/yaz_scan.tag +share/apps/quanta/tags/php/yaz_scan_result.tag +share/apps/quanta/tags/php/yaz_search.tag +share/apps/quanta/tags/php/yaz_sort.tag +share/apps/quanta/tags/php/yaz_syntax.tag +share/apps/quanta/tags/php/yaz_wait.tag +share/apps/quanta/tags/php/yp_cat.tag +share/apps/quanta/tags/php/yp_err_string.tag +share/apps/quanta/tags/php/yp_errno.tag +share/apps/quanta/tags/php/yp_first.tag +share/apps/quanta/tags/php/yp_get_default_domain.tag +share/apps/quanta/tags/php/yp_master.tag +share/apps/quanta/tags/php/yp_match.tag +share/apps/quanta/tags/php/yp_next.tag +share/apps/quanta/tags/php/yp_order.tag +share/apps/quanta/tags/php/zend_logo_guid.tag +share/apps/quanta/tags/php/zend_version.tag +share/apps/quanta/tags/php/zip_close.tag +share/apps/quanta/tags/php/zip_entry_close.tag +share/apps/quanta/tags/php/zip_entry_compressedsize.tag +share/apps/quanta/tags/php/zip_entry_compressionmethod.tag +share/apps/quanta/tags/php/zip_entry_filesize.tag +share/apps/quanta/tags/php/zip_entry_name.tag +share/apps/quanta/tags/php/zip_entry_open.tag +share/apps/quanta/tags/php/zip_entry_read.tag +share/apps/quanta/tags/php/zip_open.tag +share/apps/quanta/tags/php/zip_read.tag +share/apps/quanta/toolbar/delete.png +share/apps/quanta/toolbar/empty1x16.png +share/apps/quanta/toolbar/java.png +share/apps/quanta/toolbar/mini-book1.png +share/apps/quanta/toolbar/mini-book2.png +share/apps/quanta/toolbar/mini-modules.png +share/apps/quanta/toolbar/quanta.png +share/apps/quanta/toolbar/save_small.png +share/apps/quanta/toolbar/tag_br_small.png +share/apps/quanta/toolbar/tag_font_small.png +share/apps/quanta/toolbar/tag_hr_small.png +share/apps/quanta/toolbar/empty16x16.png +share/apps/quanta/toolbar/back.png +share/apps/quanta/toolbar/ball.png +share/apps/quanta/toolbar/bookmark.png +share/apps/quanta/toolbar/check.png +share/apps/quanta/toolbar/close.png +share/apps/quanta/toolbar/color.png +share/apps/quanta/toolbar/copy.png +share/apps/quanta/toolbar/cut.png +share/apps/quanta/toolbar/date.png +share/apps/quanta/toolbar/new.png +share/apps/quanta/toolbar/div_center.png +share/apps/quanta/toolbar/div_justify.png +share/apps/quanta/toolbar/div_left.png +share/apps/quanta/toolbar/div_right.png +share/apps/quanta/toolbar/exit.png +share/apps/quanta/toolbar/find.png +share/apps/quanta/toolbar/findnext.png +share/apps/quanta/toolbar/font_dec.png +share/apps/quanta/toolbar/font_inc.png +share/apps/quanta/toolbar/form.png +share/apps/quanta/toolbar/forward.png +share/apps/quanta/toolbar/ftpclient.png +share/apps/quanta/toolbar/lineedit.png +share/apps/quanta/toolbar/linepas.png +share/apps/quanta/toolbar/open.png +share/apps/quanta/toolbar/openprj.png +share/apps/quanta/toolbar/options.png +share/apps/quanta/toolbar/output_win.png +share/apps/quanta/toolbar/paste.png +share/apps/quanta/toolbar/preview.png +share/apps/quanta/toolbar/print.png +share/apps/quanta/toolbar/quick_list.png +share/apps/quanta/toolbar/quick_start.png +share/apps/quanta/toolbar/quick_table.png +share/apps/quanta/toolbar/radio.png +share/apps/quanta/toolbar/redo.png +share/apps/quanta/toolbar/repaint.png +share/apps/quanta/toolbar/replace.png +share/apps/quanta/toolbar/reset.png +share/apps/quanta/toolbar/save.png +share/apps/quanta/toolbar/save_all.png +share/apps/quanta/toolbar/select.png +share/apps/quanta/toolbar/spellcheck.png +share/apps/quanta/toolbar/submit.png +share/apps/quanta/toolbar/table_data.png +share/apps/quanta/toolbar/table_head.png +share/apps/quanta/toolbar/tag_a.png +share/apps/quanta/toolbar/tag_bold.png +share/apps/quanta/toolbar/tag_br.png +share/apps/quanta/toolbar/tag_caption.png +share/apps/quanta/toolbar/tag_comm.png +share/apps/quanta/toolbar/tag_dd.png +share/apps/quanta/toolbar/tag_dl.png +share/apps/quanta/toolbar/tag_dt.png +share/apps/quanta/toolbar/tag_font.png +share/apps/quanta/toolbar/tag_font_base.png +share/apps/quanta/toolbar/tag_h1.png +share/apps/quanta/toolbar/tag_h2.png +share/apps/quanta/toolbar/tag_h3.png +share/apps/quanta/toolbar/tag_h4.png +share/apps/quanta/toolbar/tag_h5.png +share/apps/quanta/toolbar/tag_hr.png +share/apps/quanta/toolbar/tag_i.png +share/apps/quanta/toolbar/tag_image.png +share/apps/quanta/toolbar/tag_li.png +share/apps/quanta/toolbar/tag_mail.png +share/apps/quanta/toolbar/tag_menu.png +share/apps/quanta/toolbar/tag_nbsp.png +share/apps/quanta/toolbar/tag_ol.png +share/apps/quanta/toolbar/tag_p.png +share/apps/quanta/toolbar/tag_pre.png +share/apps/quanta/toolbar/tag_sub.png +share/apps/quanta/toolbar/tag_sup.png +share/apps/quanta/toolbar/tag_table.png +share/apps/quanta/toolbar/tag_table_row.png +share/apps/quanta/toolbar/tag_td.png +share/apps/quanta/toolbar/tag_th.png +share/apps/quanta/toolbar/tag_tr.png +share/apps/quanta/toolbar/tag_u.png +share/apps/quanta/toolbar/tag_ul.png +share/apps/quanta/toolbar/textarea.png +share/apps/quanta/toolbar/tree_win.png +share/apps/quanta/toolbar/undo.png +share/apps/quanta/toolbar/tag_table_body.png +share/apps/quanta/toolbar/tag_tbody.png +share/apps/quanta/toolbar/ftab.png +share/apps/quanta/toolbar/ptab.png +share/apps/quanta/toolbar/ttab.png +share/apps/quanta/toolbar/tag_misc.png +share/apps/quanta/toolbar/preview1.png +share/apps/quanta/toolbar/preview2.png +share/apps/quanta/toolbar/preview3.png +share/apps/quanta/toolbar/preview4.png +share/apps/quanta/toolbar/quantalogo.png +share/apps/quanta/toolbar/wiznewprjweb.png +share/apps/quanta/toolbar/wiznewprjglb.png +share/apps/quanta/toolbar/wiznewprjfin.png +share/apps/quanta/toolbar/wiznewprjloc.png +share/apps/quanta/templates/images/jpg/demo.jpg +share/apps/quanta/templates/images/png/demo.png +share/apps/quanta/templates/images/others/demo.tif +share/apps/quanta/templates/images/.dirinfo +share/apps/quanta/templates/text/scripts/demo.php +share/apps/quanta/templates/text/others/demo.txt +share/apps/quanta/templates/text/html/demo.html +share/apps/quanta/templates/text/.dirinfo +share/apps/quanta/templates/documents/html/demo.html +share/apps/quanta/templates/documents/others/demo.txt +share/apps/quanta/templates/documents/scripts/demo.script +share/apps/quanta/templates/documents/.dirinfo +share/apps/quanta/templates/binaries/images/jpg/demo.jpg +share/apps/quanta/templates/binaries/images/png/demo.png +share/apps/quanta/templates/binaries/others/demo.tif +share/apps/quanta/templates/binaries/others/demo.jpg +share/apps/quanta/templates/binaries/.dirinfo +share/apps/quanta/toolbars/default/fonts.toolbar.tgz +share/apps/quanta/toolbars/default/forms.toolbar.tgz +share/apps/quanta/toolbars/default/lists.toolbar.tgz +share/apps/quanta/toolbars/default/other.toolbar.tgz +share/apps/quanta/toolbars/default/standard.toolbar.tgz +share/apps/quanta/toolbars/default/tables.toolbar.tgz +share/apps/quanta/toolbars/docbook.toolbar.tgz +share/apps/quanta/toolbars/kde_docbook.toolbar.tgz +share/apps/quanta/actions.rc +share/apps/quanta/chars +share/apps/quanta/quantaui.rc share/icons/hicolor/16x16/apps/quanta.png share/icons/hicolor/22x22/apps/quanta.png share/icons/hicolor/32x32/apps/quanta.png share/icons/hicolor/48x48/apps/quanta.png +share/applnk/Development/quanta.desktop @dirrm share/doc/HTML/en/quanta -%%PORTDOCS%%@dirrm share/apps/quanta/doc/php -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics/med -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript/.pics -%%PORTDOCS%%@dirrm share/apps/quanta/doc/javascript -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/tables -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/special -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/phrase -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/lists -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/head -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/frames -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/forms -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/fontstyle -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/entities -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html/block -%%PORTDOCS%%@dirrm share/apps/quanta/doc/html -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/text -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/font -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/color-background -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/classification -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css/box -%%PORTDOCS%%@dirrm share/apps/quanta/doc/css -%%PORTDOCS%%share/apps/quanta/actions.rc -%%PORTDOCS%%share/apps/quanta/quantaui.rc -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@dirrm share/apps/quanta/toolbar -@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/doc/css/color-background +@dirrm share/apps/quanta/doc/css/font +@dirrm share/apps/quanta/doc/css/text +@dirrm share/apps/quanta/doc/css/classification +@dirrm share/apps/quanta/doc/css/box +@dirrm share/apps/quanta/doc/css +@dirrm share/apps/quanta/doc/html/special +@dirrm share/apps/quanta/doc/html/head +@dirrm share/apps/quanta/doc/html/html +@dirrm share/apps/quanta/doc/html/lists +@dirrm share/apps/quanta/doc/html/phrase +@dirrm share/apps/quanta/doc/html/frames +@dirrm share/apps/quanta/doc/html/tables +@dirrm share/apps/quanta/doc/html/entities +@dirrm share/apps/quanta/doc/html/fontstyle +@dirrm share/apps/quanta/doc/html/forms +@dirrm share/apps/quanta/doc/html/block +@dirrm share/apps/quanta/doc/html +@dirrm share/apps/quanta/doc/javascript/.pics/med +@dirrm share/apps/quanta/doc/javascript/.pics +@dirrm share/apps/quanta/doc/javascript +@dirrm share/apps/quanta/doc/php @dirrm share/apps/quanta/doc +@dirrm share/apps/quanta/tags/tagxml +@dirrm share/apps/quanta/tags/html +@dirrm share/apps/quanta/tags/php +@dirrm share/apps/quanta/tags +@dirrm share/apps/quanta/toolbar +@dirrm share/apps/quanta/templates/images/jpg +@dirrm share/apps/quanta/templates/images/png +@dirrm share/apps/quanta/templates/images/others +@dirrm share/apps/quanta/templates/images +@dirrm share/apps/quanta/templates/text/scripts +@dirrm share/apps/quanta/templates/text/others +@dirrm share/apps/quanta/templates/text/html +@dirrm share/apps/quanta/templates/text +@dirrm share/apps/quanta/templates/documents/html +@dirrm share/apps/quanta/templates/documents/others +@dirrm share/apps/quanta/templates/documents/scripts +@dirrm share/apps/quanta/templates/documents +@dirrm share/apps/quanta/templates/binaries/images/jpg +@dirrm share/apps/quanta/templates/binaries/images/png +@dirrm share/apps/quanta/templates/binaries/images +@dirrm share/apps/quanta/templates/binaries/others +@dirrm share/apps/quanta/templates/binaries +@dirrm share/apps/quanta/templates +@dirrm share/apps/quanta/toolbars/default +@dirrm share/apps/quanta/toolbars @dirrm share/apps/quanta -@dirrm lib/quanta/plugins -@dirrm lib/quanta |