Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 49) sorted by last modified time

12

/dokuwiki/lib/plugins/acl/
H A Dadmin.php524 $base = $item['label'];
526 $base = ':' . $item['id'];
527 $base = substr($base, strrpos($base, ':') + 1);
550 $ret .= $base;
H A Dplugin.info.txt1 base acl
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php283 * @param string $base Base usually $conf['datadir']
284 * @param string $file current file or directory relative to $base
290 public function searchCountCallback(&$data, $base, $file, $type, $lvl, $opts)
301 $size = filesize($base . '/' . $file);
302 $date = filemtime($base . '/' . $file);
289 searchCountCallback(& $data, $base, $file, $type, $lvl, $opts) global() argument
H A Dplugin.info.txt1 base popularity
/dokuwiki/inc/
H A Dsearch.php17 * This function recurses into a given base directory
21 * @param string $base Where to start the search
24 * @param string $dir Current directory beyond $base
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
37 if ($base == '' || $base == '/') {
38 throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
42 $dh = @opendir($base . '/' . $dir);
46 if (is_dir($base . '/' . $dir . '/' . $file)) {
51 $filepaths[] = $base
27 search(& $data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') global() argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
133 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
162 search_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
H A Dio.php620 $base = $conf['tmpdir'];
622 $tmpdir = $base . '/' . $dir;
H A Dinit.php636 $base = dirname($_SERVER['SCRIPT_FILENAME']);
637 $path = $base . '/' . $path;
638 if ($run == 0) { // avoid endless recursion when base isn't absolute for some reason
/dokuwiki/lib/exe/
H A Djs.php188 $base = PhpString::basename($ifile);
189 if (array_key_exists($base, $loaded) && $loaded[$base] === true) {
193 $loaded[$base] = true;
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt65 base
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php84 public static function absolutize_url($relative, $base) argument
86 $iri = \SimplePie\IRI::absolutize(new \SimplePie\IRI($base), $relative);
H A DParser.php277 if (isset($attribs[\SimplePie\SimplePie::NAMESPACE_XML]['base'])) {
278 $base = $this->registry->call(Misc::class, 'absolutize_url', [$attribs[\SimplePie\SimplePie::NAMESPACE_XML]['base'], end($this->xml_base)]);
279 if ($base !== false) {
280 $this->xml_base[] = $base;
332 if (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_XHTML && !in_array(end($this->element), ['area', 'base', 'basefont', 'br', 'col', 'frame', 'hr', 'img', 'input', 'isindex', 'link', 'meta', 'param'])) {
H A DSanitize.php67 public $base; variable in SimplePie\\Sanitize
72 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
184 public function strip_htmltags($tags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'])
343 public function sanitize($data, $type, $base = '') argument
411 $this->base = $base;
459 $absolute = $this->registry->call(Misc::class, 'absolutize_url', [$data, $base]);
508 $value = $this->registry->call(Misc::class, 'absolutize_url', [$element->getAttribute($attribute), $this->base]);
H A DSimplePie.php662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
2272 * Get the base URL value from the feed
2274 * Uses `<xml:base>` if available, otherwise uses the first link in the
2301 * @param string $base Base URL to resolve URLs against
2304 public function sanitize($data, $type, $base = '') argument
2307 return $this->sanitize->sanitize($data, $type, $base);
H A DSource.php94 public function sanitize($data, $type, $base = '') argument
96 return $this->item->sanitize($data, $type, $base);
/dokuwiki/lib/plugins/popularity/lang/it/
H A Dintro.txt3 Questo strumento raccoglie dati anonimi sul tuo wiki e ti permette di inviarli agli sviluppatori di Dokuwiki. Questo aiuta loro a capire come Dokuwiki viene utilizzato dagli utenti e prendere decisioni future sullo sviluppo in base a quelle che sono le reali statistiche di utilizzo da parte degli utenti.
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php318 $base = array_pop($parts); // keep filename itself
320 $base = '';
323 if ($base) {
324 $filename .= "/$base";
/dokuwiki/inc/Ui/
H A DIndex.php82 $base = ':' . $item['id'];
83 $base = substr($base, strrpos($base, ':') + 1);
88 $html .= $base;
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt1 base authplain
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php43 $base = $i*90; variable
48 imagecopy($DST,$IN, 0,$base, 0,0, 30,30);
54 imagecopy($DST,$IN, 0,$base+45, 0,0, 30,30);
58 imagefilledrectangle($DST, 0,$base+45, 30,$base+45+30, $C_active);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php25 private $base;
78 $this->base = $id;
81 $this->base = substr($id, 9);
181 return $this->base != $this->getBase();
198 return $plugin_controller->isEnabled($this->base);
246 return $this->base;
257 if (!empty($this->localInfo['base'])) return $this->localInfo['base'];
258 return $this->base;
270 return $this->base;
18 private $base; global() variable in helper_plugin_extension_extension
986 installArchive($file, $overwrite = false, $base = '') global() argument
[all...]
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt1 base safefnrecode
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt1 base styling
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/
H A Dfeed.php

12