Home
last modified time | relevance | path

Searched refs:basedir (Results 1 – 20 of 20) sorted by relevance

/plugin/authorstats/
H A Dhelper.php14 var $basedir; variable in helper_plugin_authorstats
20 $this->basedir = $conf['cachedir'] . '/_authorstats';
21 $this->summaryfile = $this->basedir . "/summary.json";
27 if (!file_exists($this->basedir)) {
28 mkdir($this->basedir, 0755);
34 return file_exists($this->basedir) ? true : false;
56 $file_contents = @file_get_contents($this->basedir . "/" . $loginname . ".json");
66 file_put_contents($this->basedir . "/" . $loginname . ".json", $json);
H A Daction.php99 array_map("unlink", glob($this->helpers->basedir . "/*.json"));
/plugin/cronojob/jobs/
H A Dclearcache.php25 function rmeverything_cache($fileglob, $basedir, $params, $time_older) { argument
28 $fileglob2 = substr($fileglob, strlen($basedir));
31 rmeverything_cache($filename, $basedir, $params, $time_older);
36 if (strcmp($basedir, dirname($fileglob)) == 0) {
61 $ok = rmeverything_cache($fileglob.'/*', $basedir, $params, $time_older);
63 if (strcmp($fileglob, $basedir) == 0) return true;
80 function removelock($fileglob, $basedir, $time_older) { argument
84 $fileglob2 = substr($fileglob, strlen($basedir));
87 removelock($filename, $basedir, $time_older);
101 $ok = removelock($fileglob.'/*', $basedir, $time_older);
[all …]
/plugin/bpmnio/action/
H A Dtoolbar.php19 $basedir = DOKU_BASE . 'lib/plugins/bpmnio/images/toolbar/';
23 'icon' => $basedir . 'picker.png',
29 'icon' => $basedir . 'bpmn_add.png',
37 'icon' => $basedir . 'dmn_add.png',
/plugin/simpleforward/
H A Daction.php55 $basedir = $this->getConf('document_root');
56 $index = $basedir . DIRECTORY_SEPARATOR . $this->getConf('index');
57 if (!$basedir || !file_exists($index)) {
66 $file = $basedir . DIRECTORY_SEPARATOR . $path;
/plugin/filelist/
H A Dsyntax.php203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
292 _render_list_items($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level = 1) global() argument
513 _render_page_section($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level) global() argument
551 _render_preview_image($filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
1061 _get_link_url($filepath, $basedir, $webdir, $randlinks, $direct, $ftp = false) global() argument
/plugin/authgooglesheets/vendor/paragonie/random_compat/
H A Dbuild-phar.sh3 basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
5 php -dphar.readonly=0 "$basedir/other/build_phar.php" $*
/plugin/combo/vendor/paragonie/random_compat/
H A Dbuild-phar.sh3 basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
5 php -dphar.readonly=0 "$basedir/other/build_phar.php" $
/plugin/cacherevisionseraser/
H A Dadmin.php367 function rmeverything_oldlockpages($fileglob, $basedir, $outputinfo) argument
369 $fileglob2 = substr($fileglob, strlen($basedir));
393 if (strcmp($fileglob, $basedir) == 0) return true;
412 function rmeverything_meta($fileglob, $basedir, $outputinfo) argument
414 $fileglob2 = substr($fileglob, strlen($basedir));
417 $this->rmeverything_meta($filename, $basedir, $outputinfo);
435 if (strcmp($fileglob, $basedir) == 0) return true;
455 function rmeverything_revis($fileglob, $basedir, $outputinfo) argument
457 $fileglob2 = substr($fileglob, strlen($basedir));
460 $this->rmeverything_revis($filename, $basedir, $outputinfo);
[all …]
/plugin/move/admin/
H A Dtree.php108 $basedir = utf8_encodeFN(str_replace(':', '/', $base));
122 search($data, $conf['datadir'], 'search_universal', $opts, $basedir);
124 search($data, $conf['mediadir'], 'search_universal', $opts, $basedir);
/plugin/epub/scripts/
H A Dcss3.php406 $basedir = array(DOKU_INC);
408 $basedir = array_map('preg_quote_cb', $basedir);
409 $regex = '/^('.join('|',$basedir).')/';
/plugin/ckgedit/scripts/
H A Dcss6.php413 $basedir = array(DOKU_INC);
415 $basedir = array_map('preg_quote_cb', $basedir);
416 $regex = '/^('.join('|',$basedir).')/';
/plugin/fetchmedia/action/
H A Dajax.php224 $basedir = dirname(wikiFN(cleanID($namespace) . ':start'));
225 search($pageresults, $basedir, 'search_allpages', []);
/plugin/odp/
H A DZipLib.class.php59 function Compress($folder, $basedir=null, $parent=null) argument
61 $full_path = $basedir."/".$parent.$folder;
71 $this->Compress($filename, $basedir, $zip_path);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1623 * @param string $basedir The directory to use for relative path checks.
1627 public function shouldProcessFile($path, $basedir) argument
1653 if ($this->shouldIgnoreFile($path, $basedir) === true) {
1666 * @param string $basedir The directory to use for relative path checks.
1670 public function shouldIgnoreFile($path, $basedir) argument
1673 if (strpos($path, $basedir) === 0) {
1675 $relativePath = substr($path, (strlen($basedir) + 1));
/plugin/api/
H A DREADME.md48 See https://www.dokuwiki.org/config:basedir The DOKU_BASE constant.
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php56 foreach ($open_basedirs as $basedir) {
57 if (substr($basedir, -1, 1) != DIRECTORY_SEPARATOR) {
58 $basedir .= DIRECTORY_SEPARATOR;
60 if (preg_match('#^'.preg_quote($basedir).'#', $temp_dir)) {
68 unset($open_basedirs, $found_valid_tempdir, $basedir);
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl42 <td>PHP safe_mode <a href="http://php.net/manual/features.safe-mode.php#ini.open-basedir">open_base…
/plugin/directorylist/
H A Dreadme.md91 Also allows 'link' links that, using the absolute path and dokuwiki basedir, serve weblinks to cont…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md366 - error thrown when open.basedir restriction in effect (deleting temporary files)