Home
last modified time | relevance | path

Searched refs:file (Results 501 – 525 of 3491) sorted by relevance

1...<<21222324252627282930>>...140

/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php4 * This file is part of the Symfony package.
9 * file that was distributed with this source code.
78 if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR || @is_executable($file))) {
79 return $file;
/plugin/register/
H A Dsyntax.php67 $file = "$dir/$hash.png";
75 return array($file, $url);
184 private function generate_image(&$renderer, $match, $file) argument
187 if (is_readable($file))
217 if (!$reg->render($file))
246 list($file, $url) = $pieces;
249 if (!$this->generate_image($renderer, $match, $file)) {
/plugin/discussion/
H A Dadmin.php105 $file = metaFN($id, '.comments');
106 if (!@file_exists($file)) continue; // skip if no comments file
108 $date = filemtime($file);
111 'file' => $file,
354 $file = metaFN($ID, '.comments');
355 $data = unserialize(io_readFile($file, false));
362 io_saveFile($file, serialize($data));
/plugin/linkback/
H A Dadmin.php103 $file = metaFN($id, '.linkbacks');
104 if (!@file_exists($file)) continue; // skip if no comments file
106 $date = filemtime($file);
109 'file' => $file,
171 if (!$target['file']) $target['file'] = metaFN($id, '.linkbacks');
172 if (!@file_exists($target['file'])) return false; // no discussion thread at all
174 $data = unserialize(io_readFile($target['file'], fals
[all...]
/plugin/stale/
H A DREADME.md9 * delete the [sitemap file](https://www.dokuwiki.org/sitemap) if present.
12 ## Configuration file touched
16 * the main configuration file: [local.php](https://www.dokuwiki.org/config)
17 * all plugin info file [plugin.info.txt](https://www.dokuwiki.org/devel:plugin_info)
19 …t are using the cache system, must make the cache dependent of their info file to get the cache st…
/plugin/subjectindex/inc/
H A Dmatcher.php22 foreach ($files as $file) {
23 $matched = preg_match('/Entry(.+?)\.php/', $file, $match);
25 require_once($file);
/plugin/eclipseupdateurl/
H A DREADME.md13 * __%LOCATION_OF_UPDATE_XML%__ - can be a local or remote upate xml file
20 __category__|A category from the XML file
21 __id__|An ID from the XML file
/plugin/multilingual/
H A Dhelper.php44 while (false !== ($file = readdir($handle))) {
45 if (is_dir(DOKU_INC.'inc/lang/'.$file)) {
46 array_push($supportedLanguages,$file);
/plugin/html2pdf/multilingual/
H A Dhelper.php44 while (false !== ($file = readdir($handle))) {
45 if (is_dir(DOKU_INC.'inc/lang/'.$file)) {
46 array_push($supportedLanguages,$file);
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must accept the input file as POST data.
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php312 if ($this->file === null) {
317 preg_match("/\.png$/", $this->file, $output);
321 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
323 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
325 $savePath = $this->file;
387 if ($this->file != null) {
388 preg_match("/\.svg$/", $this->file, $output);
392 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
394 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
396 $savePath = $this->file;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php98 $file = $report['filename'];
99 $fileLength = strlen($file);
108 echo $file;
110 echo '...'.substr($file, ($fileLength - ($width - 6)));
/plugin/svgpureinsert/
H A Dhelper.php100 * @param string $file local SVG file (or part of it)
104 public function readSVGsize($file, $fix = false) { argument
107 $data = io_readFile($file, false);
140 io_saveFile($file, $data);
/plugin/dokubookmark/
H A Daction.php133 $file = wikiFN($n);
140 if (@file_exists($file)){
185 $file = wikiFN($ID);
195 if (@file_exists($file)){
/plugin/alphalist/
H A Dsyntax.php85 $file = wikiFN($page);
86 if(file_exists($file))
88 $content = file($file);
/plugin/bez/action/
H A Dbase.php46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php";
47 if (!file_exists($file)) {
48 throw new Exception("$file doesn't exist");
53 include $file;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php24 function search_callback($func,&$data,$base,$file,$type,$lvl,$opts) { argument
486 function _search_index(&$data,$base,$file,$type,$lvl,$opts){ argument
494 $id = pathID($file);
544 if (substr($file,-4) != '.txt') return false;
585 'file' => $file,
652 while(($file = readdir($dh)) !== false){
654 if(preg_match('/^[\._]/',$file)) continue;
655 if(is_dir($base.'/'.$dir.'/'.$file)){
656 $dirs[] = $dir.'/'.$file;
659 $files[] = $dir.'/'.$file;
[all …]
/plugin/gcalendar/inc/
H A Dgcal_read.php290 while ($file = readdir ($handle)) {
291 if($file == "." || $file == ".." || trim($file)=="") continue;
293 if(is_file($dir.$file)) {
294 $pl[] = substr($page,0,-1).substr($file,0,-4);
295 }elseif($nested && is_dir($dir.$file)){
296 $subNS[] = substr($page,0,-2).':'.cleanID($file).':*';
/plugin/userhomepage/
H A Daction.php146 $file = str_replace($path, '', $objectName);
147 …r.'/'.$this->getConf('templates_path').'/uhp_private_skeleton'.$file)) and (strpos($file, '.txt') …
148 …m_page_id = cleanID(str_replace('.txt', '', str_replace('/', ':', str_replace('\\', ':', $file))));
184 $file = str_replace($path, '', $objectName);
185 …ir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton'.$file)) and (strpos($file, '.txt') …
236 $existingLines = file($config_cascade['acl']['default']);
286 foreach($files as $file) {
287 … if (is_file($this->dataDir.'/pages/'.$this->getConf('public_pages_ns').'/'.$file)) {
289 if (strpos($file, 'userhomepage_p') !== 0) {
292 … $where = $this->getConf('public_pages_ns').':'.substr($file, 0, -4);
[all …]
/plugin/yuriigantt/_test/
H A Dgeneral.test.php35 $file = __DIR__ . '/../plugin.info.txt';
36 $this->assertFileExists($file);
38 $info = confToHash($file);
/plugin/elwikiupgrade/_test/
H A Dgeneral.test.php16 $file = __DIR__ . '/../plugin.info.txt';
17 $this->assertFileExists($file);
19 $info = confToHash($file);
/plugin/mediarename/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/fetchmedia/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/filelisting/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/preventzerowidthchars/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);

1...<<21222324252627282930>>...140