Home
last modified time | relevance | path

Searched refs:dir (Results 51 – 75 of 598) sorted by last modified time

12345678910>>...24

/plugin/upgrade/
H A Dlegacy.php13 * - no tmp dir changes
58 function io_mkdir_p($dir)
60 if (file_exists($dir)) return true;
61 return mkdir($dir, 0777, true);
55 io_mkdir_p($dir) global() argument
H A Dhelper.php294 * Traverse over the given dir and compare it to the DokuWiki dir
298 * @param string $dir
302 private function traverseCheckAndCopy($dir, $dryrun)
307 $dh = @opendir($base . '/' . $dir);
311 $from = "$base/$dir/$file";
312 $to = DOKU_INC . "$dir/$file";
319 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/$file"));
326 if (!$this->traverseCheckAndCopy("$dir/$file", $dryrun)) {
339 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/
295 traverseCheckAndCopy($dir, $dryrun) global() argument
386 recursiveDelete($dir) global() argument
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php511 foreach ($this->prefixDirsPsr4[$search] as $dir) {
512 if (file_exists($file = $dir . $pathEnd)) {
521 foreach ($this->fallbackDirsPsr4 as $dir) {
522 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
540 foreach ($dirs as $dir) {
541 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
550 foreach ($this->fallbackDirsPsr0 as $dir) {
551 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php537 $dir = dirname($name);
538 if (strlen($file) > 100 || strlen($dir) > 155) {
547 $prefix = $dir;
/plugin/farmer/admin/
H A Dnew.php218 foreach (['conf', 'data/pages', 'data/media', 'data/meta', 'data/media_meta', 'index'] as $dir) {
219 $templatedir = DOKU_FARMDIR . $template . '/' . $dir;
222 if (substr($dir, -4) == 'meta') {
227 if (!$this->helper->copyDir($templatedir, $animaldir . '/' . $dir, $exclude)) {
228 msg(sprintf($this->getLang('animal template copy error'), $dir), -1);
/plugin/farmer/
H A Dhelper.php174 $dir = @dir($source);
175 if ($dir === false) return false;
176 while (false !== ($entry = $dir->read())) {
185 $dir->close();
/plugin/odt/action/
H A Dexport.php258 $dir = utf8_encodeFN(str_replace(':', '/', $docnamespace));
259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
/plugin/odt/
H A Dstyle.css38 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt:hover, selector
39 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt:active, selector
40 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt:focus, selector
41 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt_pdf:hover, selector
42 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt_pdf:active, selector
43 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt_pdf:focus { selector
H A DChangeLog.txt232 * renderer.php: dokuwiki's future temp dir is data/tmp, not
/plugin/openid/Auth/OpenID/
H A DFileStore.php505 * @param string $dir
508 function _rmtree($dir) argument
510 if ($dir[strlen($dir) - 1] != DIRECTORY_SEPARATOR) {
532 if (!@rmdir($dir)) {
545 * @param string $dir
548 function _mkstemp($dir) argument
562 * @param string $dir
565 static function _mkdtemp($dir) argument
581 * @param string $dir
584 function _listdir($dir) argument
[all …]
/plugin/orphanmedia2/
H A Dsyntax.php390 function _get_allMediaFiles($dir, $defFileTypes) { argument
392 if(is_dir($dir)) {
393 if($handler = opendir($dir)) {
396 if(is_file($dir."/".$sub)) {
412 $listDir[] = $dir."/".$sub;
416 elseif(is_dir($dir."/".$sub)) {
430 function _get_allPageFiles($dir, $data) { argument
432 if(is_dir($dir)) {
434 if($handler = opendir($dir)) {
437 if(is_file($dir."/".$sub)) {
[all …]
/plugin/acmenu/
H A Dsyntax.php197 $dir = realpath($conf["savedir"] . "/pages");
203 if (file_exists($dir . "/" . $sidebar . ".txt")) {
256 $dir = $conf["savedir"] ."/pages/" . str_replace(":", "/", $ns_acmenu);
257 $files = array_diff(scandir($dir), array("..", "."));
259 if (is_file($dir . "/" . $file)) {
283 if (file_exists($dir . "/" . $file . "/" . $conf["sidebar"] . ".txt")) {
/plugin/clearhistory/
H A Dadmin.php100 $dir = preg_replace('/\.txt(\.gz)?/i', '', wikiFN($ns));
101 $dir = rtrim($dir, '/');
102 if (!is_dir($dir)) return;
103 $dh = opendir($dir);
110 if (is_dir($dir . '/' . $file)) {
/plugin/barcodes/vendor/composer/
H A DClassLoader.php510 foreach ($this->prefixDirsPsr4[$search] as $dir) {
511 if (file_exists($file = $dir . $pathEnd)) {
520 foreach ($this->fallbackDirsPsr4 as $dir) {
521 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
539 foreach ($dirs as $dir) {
540 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
549 foreach ($this->fallbackDirsPsr0 as $dir) {
550 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/gitlabapi/
H A DREADME.md49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
/plugin/blog/
H A Dhelper.php54 $dir = str_replace(':', '/', $ns);
55 search($pages, $conf['datadir'], 'search_pagename', array('query' => '.txt'), $dir);
/plugin/pubmed2020/classes/
H A Dcache.php111 $dir = $this->mediaDir;
112 $dirhandle = opendir($dir);
119 $path = $dir.'/'.$name;
175 $dir = mediaFN($this->pdfPmidNS);
176 $dirhandle = opendir($dir);
193 $dir = mediaFN($this->pdfDoiNS);
195 $dirhandle = opendir($dir);
/plugin/pubmed2020/site/
H A Ddescription.txt34 ^remove_dir | - |Remove the XML output dir: /data/media/ncbi_esummary (by default)|
/plugin/captcha/
H A Dhelper.php
/plugin/random_page/
H A Daction.php37 $dir = $conf['savedir'];
39 $data = file($dir . '/index/page.idx');
/plugin/archivegenerator/
H A Dadmin.php391 $dir = dir($source);
392 while (false !== $entry = $dir->read()) {
413 $dir->close();
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex.asciidoc7 include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php505 foreach ($this->prefixDirsPsr4[$search] as $dir) {
506 if (file_exists($file = $dir . $pathEnd)) {
515 foreach ($this->fallbackDirsPsr4 as $dir) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
534 foreach ($dirs as $dir) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
544 foreach ($this->fallbackDirsPsr0 as $dir) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

12345678910>>...24