Home
last modified time | relevance | path

Searched refs:is_file (Results 76 – 100 of 207) sorted by relevance

123456789

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php173 if (is_file($filename) && $match) {
/plugin/loglog/helper/
H A Dreport.php40 if (is_file($statfile) && filemtime($statfile) >= $currentMonthStart) {
H A Dalert.php133 if (!is_file($this->statfile)) {
/plugin/admnote/syntax/
H A Drenderer.php78 if(is_file(DOKU_PLUGIN.'admnote/lang/'.$conf['lang'].'/lang.php')) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php24 if (is_file($dirname.'/'.$file) && preg_match('#\\.(jpg|jpeg|gif|png|tiff|bmp)$#i', $file)) {
/plugin/xtern/scripts/
H A Dchk_links.php70 if(is_file($path) && is_readable($path)) {
/plugin/database2/
H A Dmedia.php32 if ( is_file( $path . '/doku.php' ) && is_dir( $path . '/lib' ) )
137 if ( is_file( dirname( __FILE__ ) . '/database2.dev.php' ) )
H A Dsyntax.php167 … if (in_array($INFO['user'], $ua) && is_file(dirname(__FILE__) . '/database2.dev.php')) {
H A Dadmin.php321 if ( is_file( dirname( __FILE__ ) . '/database2.dev.php' ) )
/plugin/magnifier/
H A Dsyntax.php55 $exists = @file_exists($file) && @is_file($file);
/plugin/popupviewer/
H A Daction.php131 $event->data['exists'] = $exists = @file_exists($file) && @is_file($file);
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php169 if (!is_file($file)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php73 if (!$blacklist->isBlacklisted($file) && is_file($file)) {
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php450 } elseif (is_file($vendorDir.'/composer/installed.php')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php105 if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
134 if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
1149 if (is_file($default) === true) {
1154 if (is_file($default) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit17 if (is_file(dirname(__FILE__).'/../CodeSniffer/CLI.php') === true) {
/plugin/combo/vendor/composer/
H A DInstalledVersions.php413 } elseif (is_file($vendorDir.'/composer/installed.php')) {
/plugin/letsencrypt/
H A DLescript.php160 if (!is_dir($domainPath) || !is_file($domainPath . '/private.pem')) {
169 $csr = $reuseCsr && is_file($domainPath . "/last.csr")?
/plugin/move/helper/
H A Dfile.php136 if(is_file($old_path . '/' . $file) && preg_match($regex, $file, $match)) {
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1115 if (@is_file($this->zipname))
1194 if (!is_file($p_archive)) {
1402 if (!is_file($this->zipname)) {
1972 if (@is_file($v_descr['filename'])) {
2111 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0))
2471 if ( (is_file($p_filedescr_list[$j]['filename']))
2546 $p_header['external'] = (is_file($p_filename)?0x00000000:0x00000010);
2596 if (is_file($p_filename))
5007 if (!is_file($p_archive_to_add->zipname))
5020 if (!is_file($this->zipname))
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1070 if (@is_file($this->zipname)) {
1139 if (!is_file($p_archive)) {
1302 if (!is_file($this->zipname)) {
1872 if (@is_file($v_descr['filename'])) {
2003 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0)) {
2354 (is_file($p_filedescr_list[$j]['filename']))
2430 // $p_header['external'] = (is_file($p_filename)?0xFE49FFE0:0x41FF0010);
2431 $p_header['external'] = (is_file($p_filename) ? 0x00000000 : 0x00000010);
2480 if (is_file($p_filename)) {
4833 if (!is_file(
[all...]
/plugin/maintenance/
H A Dadmin.php82 if (!is_file($script)) {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php48 if (is_file(DOKU_INC . $path)) {
/plugin/htmlokay/
H A Dadmin.php233 if (is_file($path))
261 } elseif (is_file($path))
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php303 …return $certFile && @is_file($certFile) && @is_readable($certFile) && static::validateCaFile($cert…

123456789