Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 25 of 36) sorted by relevance

12

/plugin/simplewikipagetree/
H A Dsyntax.php62 $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 Dcheck_dir.php14 $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 \n";
[all …]
/plugin/move/_test/
H A Dmediamove.test.php73 $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 Dnamespace_move.test.php282 $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 DfindMissingDocuments.test.php104 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png';
105 io_makeFileDir($filepath);
106 io_saveFile($filepath,'');
/plugin/filelist/
H A Dsyntax.php203 _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 DClassMetadata.php64 foreach ($this->fileResources as $filepath) {
65 if (!file_exists($filepath)) {
69 if ($timestamp < filemtime($filepath)) {
/plugin/dtable/
H A Dsyntax.php64 $filepath = wikiFN( $id );
66 $start_line = $dtable->line_nr($pos, $filepath) ;
69 $file_cont = explode("\n", io_readWikiPage($filepath, $id));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php146 * @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 Dcache.php239 $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 Dcache.php81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
/plugin/cache/
H A Dplugin_cache.php88 $filepath = $this->GetMediaPath($id);
89 if (@file_exists($filepath)){
90 @touch($filepath);
91 return io_readFile($filepath);
/plugin/pubchem/classes/
H A Dcache.php47 * 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 Dcache.php47 * 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 DIdPMetadataParser.php51 * @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 Dcss3.php368 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 Dcss6.php375 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 DEasySVG.php75 * @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 Dtimeline.js10 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 DInterfaceTest.php138 public function testGetPackageNamespaceForFileWithMultipleNamespaces($filepath) argument
140 $tokenStream = new PHP_Token_Stream($filepath);
/plugin/pubchem/
H A Dsyntax.php212 $filepath = $this->xmlCache->GetMediaPath($cid);
213 if(io_saveFile($filepath,$xml)){
214 chmod($filepath,$conf['fmode']);
/plugin/gcalendar/inc/
H A Dgcal_read.php97 $filepath = wikiFN($wikipage);
98 if(!file_exists($filepath)) return;
101 $handle = fopen ($filepath, "r");
/plugin/userspagecreate/
H A Daction.php128 $fn = $INFO['filepath'];
/plugin/semanticdata/phpSesame/
H A DphpSesame.php302 throw new Exception('Please supply a filepath.');
/plugin/directorylist/syntax/
H A Ddirectorylist.php215 * @param string $filepath

12