Home
last modified time | relevance | path

Searched refs:file_exists (Results 176 – 200 of 976) sorted by path

12345678910>>...40

/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/symfony/process/Pipes/
H A DWindowsPipes.php59 if (file_exists($file.'.lock')) {
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint28 return file_exists($file) && include $file;
/plugin/command/inc/
H A Dembedding.php237 if(!file_exists($extFile)) // PHP caches the results, fortunately
/plugin/commonmark/src/
H A Dbootstrap.php4 return file_exists($file) ? include $file : false;
/plugin/commonmark/vendor/composer/
H A DClassLoader.php507 if (file_exists($file = $dir . $pathEnd)) {
517 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
536 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
546 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/components/ajax/
H A Dexample.php41 if (!file_exists(wikiFN($id)))
/plugin/composer/
H A Dsyntax.php216 if (!file_exists($pageFile)) {
234 if (!file_exists($pageFile)) {
/plugin/condition/
H A Dsyntax.php334 if(@file_exists(DOKU_INC.'lib/tpl/'.$conf['template'].'/condition_plugin_custom_tester.php')) {
/plugin/conflictmerger/
H A Daction.php312 if ( !isset($diff3) || !file_exists( $diff3 ) ) {
/plugin/conflictmerger/tests/
H A Dmerge.test.php40 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
41 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
42 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
54 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
55 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
56 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
68 $this->assertFalse(file_exists($this->getBasename() . '-merge-mine'));
69 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
70 $this->assertFalse(file_exists($this->getBasename() . '-merge-your'));
87 $this->assertFalse(file_exists($this->getBasename() . '-merge-old'));
[all …]
/plugin/confmanager/action/
H A Dregisterconfig.php83 if (!@file_exists($fn)) {
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php16 if (@!file_exists($fileName)) {
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php213 if (@file_exists($path.'default.php')) {
220 if (@file_exists($path.'local.php')) {
397 if (file_exists($jobfile)) {
H A Dpseudo-cron.inc.php170 if (@file_exists($path.'default.php')) {
177 if (@file_exists($path.'local.php')) {
354 if (file_exists($jobfile)) {
/plugin/cronojob/
H A Dpseudocron.php109 if (@file_exists($path.'default.php')) {
116 if (@file_exists($path.'dokuwiki.php')) include($path.'dokuwiki.php');
117 if (@file_exists($path.'local.php')) include($path.'local.php');
336 if (file_exists($jobfile)) {
/plugin/crosspost/
H A Daction.php53 $exists = @file_exists( wikiFN( $page ) );
/plugin/csv/_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/csv/
H A Dhelper.php132 if (!file_exists($file)) {
/plugin/cumulus/
H A Dsyntax.php67 if (!file_exists(DOKU_PLUGIN.$movie)) {
203 if (@file_exists($swfile)) $stopwords = file($swfile);
208 if (@file_exists($swfile)) $stopwords = array_merge($stopwords, file($swfile));
212 if (@file_exists($conf['indexdir'].'/page.idx')) { // new word-lenght based index
/plugin/custombuttons/
H A Dadmin.php44 …if (is_writable($configfile) || (!file_exists($configfile) && is_writable(DOKU_PLUGIN.'custombutto…
/plugin/data-au/
H A Dhelper.php44 if(file_exists($path)) include($path);
46 if(file_exists($path)) include($path);
/plugin/data/
H A Dbureaucracy_field.php

12345678910>>...40