Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 354) sorted by last modified time

12345678910>>...15

/plugin/pagequery/
H A Dreadme.md25 Nothing worthwhile is built in isolation: pagequery has been built on the shoulders of giants — i.e. the DokuWiki core functions. Under the skin it makes shamefaced use of the excellent built-in page and full-text [[:search]] functions available in DokuWiki, so there's no new search syntax to learn. However it does bring a little something new to the mix by providing powerful sorting and grouping options.
/plugin/siteexport/inc/
H A Djavahelp.php8 private $functions = null; variable in siteexport_javahelp
17 * @param siteexport_functions $functions
20 public function __construct($functions, $filewriter, $NS) argument
23 $this->functions = $functions;
35 $toc = new siteexport_toc($this->functions, $this->NS);
46 $this->functions->debug->message("Setting up translation:", array(
63 $this->functions->debug->message("HelpSetPre-Name: {$hsPrename}", null, 3);
65 $this->functions->debug->message("HSFiles:", $translationHSFiles, 1);
72 if (!empty($lang) && !$this->functions->settings->TOCMapWithoutTranslation)
137 <label>{$this->functions->getLang('toc')}</label>
[all …]
H A Dfilewriter.php12 private $functions = null; variable in siteexport_zipfilewriter
14 public function __construct($functions = null) argument
16 $this->functions = $functions;
19 $this->pdfGenerator = new siteexport_pdfgenerator($functions);
37 …$tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->settin…
96 if (empty($ZIPFILE)) $ZIPFILE = $this->functions->settings->zipFile;
159 $cacheFile = $this->functions->getCacheFileNameForPattern($pattern);
191 $this->functions->debug->message("CacheFile exists: ", $cacheFile, 2);
192 return $this->functions->settings->hasValidCacheFile = true;
197 @unlink($this->functions->settings->zipFile) === false ) {
[all …]
H A Dhttpproxy.php35 * @param siteexport_functions $functions
37 public function __construct($functions) { argument
43 if ($functions->getConf('useProxy')) {
48 $this->debugClass = $functions->debug;
49 $this->settings = $functions->settings;
63 …$this->_debug("Trying other Authentication (config):", $functions->authenticate() && $this->authen…
76 $this->headers['X-Site-Exporter'] = $functions->getSecurityToken();
H A Dpdfgenerator.php10 private $functions; variable in siteexport_pdfgenerator
12 public function __construct($functions = null) argument
14 $this->functions = $functions;
21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
26 $mpdf = new siteexportPDF($this->functions->debug);
29 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
36 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
41 $this->functions->debug->message("Arranging HTML", null, 2);
43 $this->functions->debug->message("Done arranging HTML:", $html, 1);
[all …]
H A Dsettings.php45 * @param siteexport_functions $functions
47 public function __construct($functions) { argument
50 $functions->debug->setDebugFile($this->getConf('debugFile'));
53 $functions->debug->setDebugLevel($debugLevel);
56 $functions->debug->setDebugLevel($this->getConf('debugLevel'));
59 … $functions->debug->isAJAX = $this->getConf('ignoreAJAXError') ? false : $functions->debug->isAJAX;
66 $this->pattern = $functions->requestParametersToCacheHash($params);
82 … $this->downloadZipFile = $functions->getSpecialExportFileName($this->origZipFile, $this->pattern);
90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
99 … && preg_match("%^" . preg_quote($functions->getNamespaceFromID($ens, $pg), '%') . "%", $this->nam…
[all …]
H A Dtoc.php10 private $functions = null; variable in siteexport_toc
14 public function __construct($functions, $NS) argument
18 $this->functions = $functions;
118 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
190 $targetID = $this->functions->cleanID($item['name']);
270 $elems = explode('/', $this->functions->getSiteName($site));
387 $url = $this->functions->getSiteName($ID);
395 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
433 $indexTitle = $this->functions->getSiteTitle($indexSearch);
440 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
[all …]
/plugin/siteexport/action/
H A Dajax.php36 public $functions = null; variable in action_plugin_siteexport_ajax
156 …his->functions->settings->origZipFile, array('cache' => 'nocache', 'siteexport' => $this->function…
227 if (!$this->functions->debug->firstRE()) {
274 if (!$this->functions->debug->firstRE())
281 echo $this->functions->downloadURL() . "\n";
294 print $this->functions->downloadURL();
336 if (!$this->functions->debug->firstRE()) {
341 print $this->functions->downloadURL();
513 $ID = $this->functions->cleanID($ID);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
[all …]
H A Dstartup.php87 if ( ! $functions=& plugin_load('helper', 'siteexport') ) {
92 $functions->__siteexport_addpage();
105 $functions = new siteexport_functions();
108 $mapIDs = $functions->getMapID($ID, null, $check);
H A Dsendfile.php38 $functions = new siteexport_functions();
39 $functions->debug->message("Starting to send a file from siteexporter", null, 2);
40 $filewriter = new siteexport_zipfilewriter($functions);
41 $functions->settings->pattern = $_REQUEST['siteexport'];
47 $event->data['file'] = $functions->getCacheFileNameForPattern();
49 …$functions->debug->message("fetching cached file from pattern '{$functions->settings->pattern}' wi…
50 $functions->debug->message("Event Data Before:", $event->data, 3);
52 …$functions->checkIfCacheFileExistsForFileWithPattern($event->data['file'], $_REQUEST['siteexport']…
59 $functions->debug->message("Event Data After:", $event->data, 3);
H A Daggregate.php45 $functions = plugin_load('helper', 'siteexport');
46 $values = $functions->__getOrderedListOfPagesForID($namespaces, $exportBase);
63 …$values = $functions->__getOrderedListOfPagesForStartEnd($lookupNS, $INPUT->int( 'mergecompare_sta…
65 $values = $functions->__getOrderedListOfPagesForID($lookupNS, $exportBase);
/plugin/siteexport/
H A Dcron.php265 $this->siteexportAjax->functions->settings->isCLI = true;
266 $this->siteexportAjax->functions->settings->isAuthed = true;
271 $_REQUEST['sectok'] = $this->siteexportAjax->functions->getSecurityToken();
288 …$this->siteexportAjax->functions->checkIfCacheFileExistsForFileWithPattern($this->siteexportAjax->
H A Dhelper.php97 $functions = new siteexport_functions(false);
106 …search($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $…
113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
H A Dadmin.php45 if (!$functions = & plugin_load('helper', 'siteexport')) {
50 $functions->__siteexport_addpage();
/plugin/siteexport/exe/
H A Dsiteexportmanager.php74 $functions=& plugin_load('helper', 'siteexport'); variable
75 $functions->__siteexport_addpage();
/plugin/siteexport/syntax/
H A Daggregate.php78 $functions=& plugin_load('helper', 'siteexport');
113 …$allNamespaces = $functions->__getOrderedListOfPagesForID( $listAllNamespaces ? $namespace : $name…
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php23 $functions = new siteexport_functions();
64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/en/
H A Dhelp.txt2 Various functions are available as part of the map.
21 //It's possible that some of the functions or buttons describe above have been disabled by the page author or the administrator//
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md12 full-set of openGIS functions in PHP like Union, IsWithin, Touches etc. This means that applications
114 // Using a direct SELECT and INSERTs in PostGIS without using wrapping functions
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt159 * replace all ereg* functions with preg* equivalents for
461 * Added fallback 'preg_quote' to phpthumb.functions.php in
518 - existance of assorted PHP functions and explains their
657 ¤ Filters now use GD functions where available (using
737 * Added setParameter() and getParameter() functions
740 functions are tried (exec, shell_exec, system, passthru)
959 * Bugfix: ProportionalResize() in phpthumb.functions.php
1062 * Split out filter functions into phpthumb.filters.php
1339 - phpthumb.functions.php = support functions
1536 non-GD GIF-reading functions
[all …]
H A Dphpthumb.faq.txt72 require_once('phpthumb.functions.php');
H A Dphpthumb.readme.txt166 * imagemagick_path - Most image-processing functions can be processed faster
612 available. Most functions will work with only GD2, but
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt69 layouts and accessors, or small macros, inline functions and templates
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default17 …if (!file_exists( __DIR__ .'/phpthumb.functions.php') || !include_once( __DIR__ .'/phpthumb.functi…
19 …die('failed to include_once(phpthumb.functions.php) - realpath="'.realpath( __DIR__ .'/phpthumb.fu…
28 …obal to prevent scope issues (when including phpThumb.config.php inside functions inside included …
45 … is strongest, lowercase is weakest; see PasswordStrength() in phpthumb.functions.php). You can us…
117 …ck to resize thumbnails if possible, since it is usually faster than GD functions; if false only u…
217 …lse, only images that can be converted to GD by ImageCreateFrom(JPEG|GIF|PNG) functions are allowed

12345678910>>...15