Home
last modified time | relevance | path

Searched refs:file_exists (Results 851 – 875 of 976) sorted by relevance

1...<<31323334353637383940

/plugin/dokumicrobugtracker/
H A Dsyntax.php95 if (@file_exists($pfile))
/plugin/fetchmedia/action/
H A Dajax.php117 if (!file_exists($link)) {
/plugin/txtconf/
H A Dtxtconfig.class.php34 if (!@file_exists($datafile)) {
/plugin/register/
H A Dsyntax.php149 if (file_exists($xml_path . "ADSP-" . $keys["xml"]))
/plugin/indexmenu/
H A Daction.php134 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
/plugin/jukebox/id3/
H A Dgetid3.php325 if (!file_exists(GETID3_INCLUDEPATH.$determined_format['include'])) {
1115 if (file_exists(GETID3_HELPERAPPSDIR.'vorbiscomment.exe')) {
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php97 if (file_exists($path)){
/plugin/mediatooltip/
H A Daction.php61 if(!empty($camera) && file_exists($path) && $ow == 'false') {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php304 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
/plugin/sqlite/
H A DSQLiteDB.php509 if (!file_exists($this->schemadir . '/latest.version')) {
/plugin/attribute/
H A Dhelper.php468 if (file_exists($filename)) {
/plugin/ckgdoku/action/
H A Dedit.php468 if(file_exists($cname) && !$this->draft_started) {
1057 if(@file_exists($file)){
/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/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1068 if (file_exists($path.DIRECTORY_SEPARATOR.'ruleset.xml') === true) {
1739 if ($contents === null && file_exists($file) === false) {
2536 if (file_exists($path) === true) {
2548 if (file_exists($path) === true) {
/plugin/autotranslation/
H A Daction.php240 if(file_exists(DOKU_INC . 'inc/lang/' . $lc . '/lang.php')) {
/plugin/authsaml/
H A Dsaml.php278 if(!@file_exists($this->saml_user_file))
/plugin/authremoteuser/
H A Dauth.php352 if(!file_exists($config_cascade['plainauth.users']['default'])) return;
/plugin/translate/
H A Daction.php145 if (!@file_exists($file)) {
/plugin/snippets/
H A Daction.php38 if(!file_exists($this->metafn)) {
/plugin/spatialhelper/
H A Daction.php113 if (@file_exists($event->data [0] [0])) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php320 if (file_exists($tempFileToDelete)) {
684 if (!@file_exists($renderfilename)) {
812 …if (file_exists($phpThumbCacheStats_filename) && is_readable($phpThumbCacheStats_filename) && (fil…
827 …if (preg_match('#'.preg_quote($this->config_cache_prefix).'#i', $fullfilename) && file_exists($ful…
1003 } elseif (!@file_exists($this->sourceFilename)) {
1472 $file_exists_cache[$filename] = file_exists($filename);
2405 if (!@file_exists($IMtempfilename) || !@filesize($IMtempfilename)) {
2431 if (file_exists($IMtempfilename)) {
2438 if (file_exists($IMtempfilename)) {
2447 if (file_exists($IMtempfilename)) {
[all …]
H A Dphpthumb.gif.php114 …if ((strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') && (file_exists('/usr/local/bin/cjpeg') || shell_e…
120 if (@file_exists($lpszFileName)) {
150 } elseif (@file_exists($gif)) {
/plugin/gcalendar/inc/
H A Dgcal_read.php98 if(!file_exists($filepath)) return;
/plugin/authsmf20/
H A Dauth.php157 if (!file_exists($this->_smf_conf['path'] . '/SSI.php')) {
/plugin/redirect2/
H A Daction.php33 if (@file_exists(dirname(__FILE__).'/DEBUG')) $this->debug = true;

1...<<31323334353637383940