Home
last modified time | relevance | path

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

12

/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/archivegenerator/
H A Dadmin.php424 protected function getDWPathName($filepath) argument
426 return $this->base . substr($filepath, strlen(DOKU_INC));
/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/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/catlist/
H A Dsyntax.php274 function _getMetadata ($id, $filepath) {
277 $meta['date']['modified'] = @filemtime($filepath); argument
/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/codemirror/dist/modes/
H A Didl.min.js.map1 …file_test', 'file_untar', 'file_unzip',\n 'file_which', 'file_zip', 'filepath', 'findgen', 'fin…
/plugin/directorylist/syntax/
H A Ddirectorylist.php215 * @param string $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/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php11486 $filepath = str_replace("../", '', $path);
11499 $path = $path . "/" . $filepath; // Make it an absolute path
/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/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/eventline/
H A Dtimeline.js10 var filepath;
12 filepath = plugin_eventline_filePath;
140 Timeline.loadXML(filepath, function(xml, url) { eventSource.loadXML(xml, url); });
/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/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/gcalendar/inc/
H A Dgcal_read.php97 $filepath = wikiFN($wikipage);
98 if(!file_exists($filepath)) return;
101 $handle = fopen ($filepath, "r");
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1951 $filepath = $this->_getfontpath().$file;
1952 include($filepath);
1960 $this->Error("Could not include font definition file: $filepath");
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1928 $filepath = $this->_getfontpath().$file;
1929 include($filepath);
1937 $this->Error("Could not include font definition file: $filepath");
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1225 function save($filepath = '') { argument
1228 if ($filepath !== '') {
1229 file_put_contents($filepath, $ret, LOCK_EX);
1586 function save($filepath = '') { argument
1588 if ($filepath !== '') {
1589 file_put_contents($filepath, $ret, LOCK_EX);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1996 ¤ ['filepath'] now returned for all files with the directory part
1999 ['filepath'].'/'.['filename'])
H A Dstructure.txt72 ['filepath']=>string() // path to file, not including filename
/plugin/move/_test/
H A DfindMissingDocuments.test.php104 $filepath = DOKU_TMP_DATA.'media/oldns/oldnsimage.png';
105 io_makeFileDir($filepath);
106 io_saveFile($filepath,'');
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,'');

12