Home
last modified time | relevance | path

Searched refs:file_exists (Results 76 – 100 of 976) sorted by last modified time

12345678910>>...40

/plugin/bureaucracy/helper/
H A Dfieldnumber.php97 if (file_exists($cache_fn)) {
/plugin/bureaucracy/
H A Dsyntax.php155 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
159 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/gitbacked/lib/
H A DGit.php158 if (is_dir($repo_path) && file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
216 if (file_exists($repo_path."/.git") && is_dir($repo_path."/.git")) {
/plugin/dw2pdf/
H A Drenderer.php258 if (file_exists(DOKU_INC . 'lib/images/interwiki/' . $m[1] . '.png')) {
260 } elseif (file_exists(DOKU_INC . 'lib/images/interwiki/' . $m[1] . '.gif')) {
H A DDokuImageProcessorDecorator.php94 if ($w && file_exists($local)) {
101 } elseif (!file_exists($local) && media_isexternal($file)) { // fixed external URLs
H A Daction.php172 if (!file_exists($filename)) {
239 if (file_exists(wikiFN(rtrim($pdfnamespace, ':')))) {
383 if (!file_exists($file)) {
632 if (file_exists($file)) {
673 if (file_exists($coverfile)) {
682 if (file_exists($backfile)) {
691 if (file_exists($citationfile)) {
845 if (file_exists(DOKU_PLUGIN . "$p/pdf.css") || file_exists(DOKU_PLUGIN . "$p/pdf.less")) {
865 if (file_exists(tpl_incdi
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php30 if (!file_exists($basePath)) {
67 return file_exists($this->getFilePath($filename));
H A DHyphenator.php180 if (file_exists($this->mpdf->hyphenationDictionaryFile)) {
H A DMpdf.php1461 if (file_exists($this->defaultCssFile)) {
H A DOtl.php3019 if (!isset($this->lbdicts[$this->shaper]) && file_exists(__DIR__ . '/../data/linebrdict' . $this->shaper . '.dat')) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php28 if (file_exists($filename)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php232 if (!file_exists($this->mpdf->ICCProfile)) {
814 if (file_exists($headFile)) {
819 if ($branch && file_exists($revFile)) {
/plugin/dw2pdf/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php15 if (file_exists($fullpath)) {
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php506 if (file_exists($file = $dir . $pathEnd)) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php14 if ($tempfilename && file_exists($path . $tempfilename)) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php30 return file_exists($path->toAbsolutePath()->toAbsoluteId());
H A DCacheResults.php66 if (file_exists($cacheStore->cache)) {
/plugin/combo/action/
H A Dcacheexpiration.php82 if (file_exists($data->cache)) {
H A Dmanifest.php54 if (file_exists($mediaFile)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php521 if (!file_exists($directoryPath)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php136 if (file_exists($fileName)) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php844 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php6 if (file_exists($dist.'/random_compat.phar')) {
/plugin/combo/vendor/composer/
H A DClassLoader.php418 if (file_exists($file = $dir . $pathEnd)) {
428 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
447 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
457 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {

12345678910>>...40