/plugin/simplewikipagetree/ |
H A D | syntax.php | 62 $filepath = $path.'/'.$file; 88 if(is_dir($filepath)){ 109 if(is_dir($filepath)){ 119 private function getID($filepath){ argument 127 $id = $this->getID($filepath); 131 if(is_dir($filepath)){ 142 if(is_dir($filepath)){ 151 private function getURL($filepath){ argument 157 if(is_dir($filepath)){ 172 $id = $this->getID($filepath); [all …]
|
/plugin/quickstats/GEOIP/vendor/ |
H A D | check_dir.php | 14 $filepath = $start_dir . '/' . $file; 15 if ( is_dir($filepath) ) { 20 if(preg_match('/GeoLite2-City_*\d+/',$filepath)) { 22 $City_dnld_dir = $filepath; 23 echo "Directory: $filepath \nFiles:\n"; 25 listdir($filepath,$found); 27 else if($found && preg_match('/GeoLite2-City_*\d+/',$filepath)) { 28 if(preg_match("/GeoLite2-City.mmdb/",$filepath)) { 30 copy ($filepath , "./GeoLite2-City/GeoLite2-City.mmdb") ; 32 echo "unlinking: $filepath \ [all...] |
/plugin/move/_test/ |
H A D | mediamove.test.php | 73 $filepath = DOKU_TMP_DATA.'media/wiki/testimage.png'; 74 io_makeFileDir($filepath); 75 io_saveFile($filepath,''); 106 $filepath = DOKU_TMP_DATA.'media/wiki/foo/test_image.png'; 107 io_makeFileDir($filepath); 108 io_saveFile($filepath,'');
|
H A D | namespace_move.test.php | 282 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png'; 283 io_makeFileDir($filepath); 284 io_saveFile($filepath,''); 320 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png'; 321 io_makeFileDir($filepath); 322 io_saveFile($filepath,''); 358 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png'; 359 io_makeFileDir($filepath); 360 io_saveFile($filepath,'');
|
H A D | findMissingDocuments.test.php | 104 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png'; 105 io_makeFileDir($filepath); 106 io_saveFile($filepath,'');
|
/plugin/filelist/ |
H A D | syntax.php | 203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) 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/findologicxmlexport/vendor/jms/metadata/src/ |
H A D | ClassMetadata.php | 64 foreach ($this->fileResources as $filepath) { 65 if (!file_exists($filepath)) { 69 if ($timestamp < filemtime($filepath)) {
|
/plugin/dtable/ |
H A D | syntax.php | 59 $filepath = wikiFN( $id ); 61 $start_line = $dtable->line_nr($pos, $filepath) ; 64 $file_cont = explode("\n", io_readWikiPage($filepath, $id));
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Document.php | 146 * @param string $filepath Path to add the file 149 public function addFile(string $key, string $filepath, string $mimeType = ''): self argument 151 $value = \base64_encode(\file_get_contents($filepath)); 154 $value = ['_content_type' => $mimeType, '_name' => $filepath, '_content' => $value];
|
/plugin/pubmed2020/classes/ |
H A D | cache.php | 239 $filepath = $this->getRawContentPath($base, $id); 240 if (@file_exists($filepath)) { 242 return io_readFile($filepath); 251 $filepath = sprintf($this->abstractTrFormat,$pmid); 252 if (@file_exists($filepath)){ 254 return io_readFile($filepath);
|
/plugin/pdb/classes/ |
H A D | cache.php | 81 $filepath = $this->GetMediaPath($id); 82 if (@file_exists($filepath)){ 83 @touch($filepath); 84 return io_readFile($filepath);
|
/plugin/cache/ |
H A D | plugin_cache.php | 88 $filepath = $this->GetMediaPath($id); 89 if (@file_exists($filepath)){ 90 @touch($filepath); 91 return io_readFile($filepath);
|
/plugin/pubchem/classes/ |
H A D | cache.php | 47 * array(ID,filepath)
81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
|
/plugin/pubmed/classes/ |
H A D | cache.php | 47 * array(ID,filepath)
81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | IdPMetadataParser.php | 51 * @param string $filepath File path 62 …public static function parseFileXML($filepath, $entityId = null, $desiredNameIdFormat = null, $des… argument 67 if (file_exists($filepath)) { 68 $data = file_get_contents($filepath);
|
/plugin/epub/scripts/ |
H A D | css3.php | 368 protected $filepath; // file system path to the CSS/Less file variable in DokuCssFile 373 $this->filepath = $file; 385 if (!file_exists($this->filepath)) return ''; 387 $css = io_readFile($this->filepath); 410 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
|
/plugin/ckgedit/scripts/ |
H A D | css6.php | 375 protected $filepath; // file system path to the CSS/Less file variable in DokuCssFile 380 $this->filepath = $file; 392 if (!file_exists($this->filepath)) return ''; 394 $css = io_readFile($this->filepath); 417 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
|
/plugin/captcha/ |
H A D | EasySVG.php | 75 * @param string $filepath 79 public function setFont($filepath, $size, $color) 81 $this->setFontSVG($filepath); 130 * @param string $filepath 133 public function setFontSVG($filepath) 137 $z->open($filepath); 80 setFont($filepath, $size, $color) global() argument 134 setFontSVG($filepath) global() argument
|
/plugin/eventline/ |
H A D | timeline.js | 10 var filepath; 12 filepath = plugin_eventline_filePath; 140 Timeline.loadXML(filepath, function(xml, url) { eventSource.loadXML(xml, url); });
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/ |
H A D | InterfaceTest.php | 138 public function testGetPackageNamespaceForFileWithMultipleNamespaces($filepath) argument 140 $tokenStream = new PHP_Token_Stream($filepath);
|
/plugin/pubchem/ |
H A D | syntax.php | 212 $filepath = $this->xmlCache->GetMediaPath($cid);
213 if(io_saveFile($filepath,$xml)){
214 chmod($filepath,$conf['fmode']);
|
/plugin/gcalendar/inc/ |
H A D | gcal_read.php | 97 $filepath = wikiFN($wikipage); 98 if(!file_exists($filepath)) return; 101 $handle = fopen ($filepath, "r");
|
/plugin/userspagecreate/ |
H A D | action.php | 128 $fn = $INFO['filepath'];
|
/plugin/semanticdata/phpSesame/ |
H A D | phpSesame.php | 302 throw new Exception('Please supply a filepath.');
|
/plugin/directorylist/syntax/ |
H A D | directorylist.php | 215 * @param string $filepath
|