Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/maintenance/
H A Dhelper.php41 if (is_file($this->temp_dir.'/.lock')) return 1;
91 $last_run = (is_file($file)) ? filemtime($file) : 0;
115 if (!is_file($lockfile)) return 3;
120 if (!is_file($lockfile)) return 2;
132 if (is_file($this->manual_lock_file)) return 2;
135 if (is_file($this->manual_lock_file)) return 1;
145 if (!is_file($this->manual_lock_file)) return 2;
147 if (!is_file($this->manual_lock_file)) return 1;
/plugin/userhomepage/
H A Daction.php52 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt')) && ($t…
55 …} elseif ((is_file(DOKU_INC.$this->getConf('templatepath'))) && ($this->getConf('templatepath') !=…
59 if (is_file('lib/plugins/userhomepage/lang/'.$conf['lang'].'/userhomepage_private.default')) {
70 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_public.txt')) && ($th…
73 if (is_file('lib/plugins/userhomepage/lang/'.$conf['lang'].'/userhomepage_public.default')) {
84 …if ((is_file(DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_publicspace.txt')) &&…
147 …if ((is_file($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_private_skeleton'.$file)) a…
185 …if ((is_file($this->dataDir.'/'.$this->getConf('templates_path').'/uhp_public_skeleton'.$file)) an…
287 … if (is_file($this->dataDir.'/pages/'.$this->getConf('public_pages_ns').'/'.$file)) {
369 … if (!is_file($this->dataDir.DIRECTORY_SEPARATOR.$target_dir.DIRECTORY_SEPARATOR.$target_file)) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DAutoloader.php46 if (is_file($file = __DIR__.'/../'.str_replace(['_', "\0"], ['/', ''], $class).'.php')) {
48 …} elseif (is_file($file = __DIR__.'/../../src/'.str_replace(['Twig\\', '\\', "\0"], ['', '/', ''],…
/plugin/swiftmail/Swift/Message/
H A DMime.php309 $is_file = ($this->getData() instanceof Swift_File);
313 if ($is_file)
325 if ($is_file)
337 if ($is_file)
349 if ($is_file)
361 if ($is_file)
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DPDF417Test.php52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DQRcodeTest.php54 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
H A DBarcodeTest.php57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
/plugin/issuetracker/
H A Dassilist.php15 if(is_file($BASE.$assignees_list)) {
39 if (is_file($path.'/'.$file)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php61 if (!is_file($source)) {
72 if (!is_file($source)) {
/plugin/nsexport/packer/
H A Dpacker.php51 return is_file($this->result_filename());
63 if (!is_file($filename)) {
/plugin/distribute/
H A Dhelper.funcs.util.php13 return is_file($f) ? filemtime($f) : 0;
32 if(($type=='f' && !is_file($dir.$f)) ||
/plugin/htmlokay/
H A Ddirectory_scan-3.php26 if (is_file($path)){
61 elseif(is_file($path)){
114 if (file_exists($file) && is_file($file))
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php83 if (is_file($p1)) $p1 = dirname($p1);
84 if (is_file($p2)) $p2 = dirname($p2);
178 if (is_file($source)) {
233 if (is_file($dir))
254 if (!is_file($src_file))
/plugin/subconfhelper/
H A Dadmin.php42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
50 if( !is_file( $file ) || is_dir( $file ) || !unlink( $file )) {
58 if( !$vhost || !is_file( $file )) break;
/plugin/autogallery/
H A Daction.php67 if (!is_file(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"))) {
116 if (!is_file($imgpage)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php290 if (is_file(dirname(__FILE__).DIRECTORY_SEPARATOR.$path) === true) {
1057 if (is_file($ref) === true) {
1165 if (is_file($ref) === false) {
2262 if (is_file($csFile) === true) {
2298 if (is_file($standard) === true
2308 if (is_file($ruleset) === true) {
2335 if (is_file($path) === true) {
2409 if (is_file($configFile) === false
2418 if (is_file($configFile) === true
2474 if (is_file($configFile) === false) {
[all …]
/plugin/latex/
H A Dadmin.php249 if(is_file($fname)) {
261 if(is_file($outname))
269 if(is_readable($tmpf.'.tex') && is_file($tmpf.'.tex'))
/plugin/latex-was/
H A Dadmin.php250 if(is_file($fname)) {
262 if(is_file($outname))
270 if(is_readable($tmpf.'.tex') && is_file($tmpf.'.tex'))
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php65 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
131 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
269 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
298 …if (getID3::is_writable($tempfilename) && is_file($tempfilename) && ($fp_temp = fopen($tempfilenam…
/plugin/icalevents/vendor/bin/
H A Dphpcbf16 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
H A Dphpcs18 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf16 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
H A Dphpcs18 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
/plugin/cronojob/jobs/
H A Dclearcache.php33 } else if (is_file($fileglob)) {
89 } else if (is_file($fileglob)) {

123456789