Home
last modified time | relevance | path

Searched refs:file_exists (Results 826 – 850 of 976) sorted by relevance

1...<<31323334353637383940

/plugin/ebookexport/
H A Daction.php40 if (file_exists($tempdir)) { unlink($tempdir); }
/plugin/mantisreporter/
H A Dsyntax.php446 if (@file_exists($path.'default.php')) {
/plugin/newpagetemplate/
H A Dhelper.php56 if(file_exists($file)) {
/plugin/oauth/
H A DAdapter.php370 if (file_exists($logo)) return inlineSVG($logo);
/plugin/translation/
H A Daction.php142 if (file_exists(DOKU_INC . 'inc/lang/' . $locale . '/lang.php')) {
/plugin/templater/
H A Dsyntax.php126 if (!@file_exists($file)) {
/plugin/issuetracker/
H A Dedit.php324 if (@file_exists($modfile))
367 if (@file_exists($pfile))
/plugin/combo/ComboStrap/
H A DSite.php324 if (file_exists($svgLogoFN)) {
374 if (file_exists($svgLogoFN)) {
/plugin/ckgedit/action/
H A Dedit.php494 if(file_exists($cname) && !$this->draft_started) {
526 if(file_exists($stylesheet)) {
1089 if(@file_exists($file)){
/plugin/photogallery/
H A Dsyntax.php811 if(file_exists($config_file)) {
941 if(file_exists($zipfile) && !$overwrite) return false;
958 return file_exists($zipfile);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php50 if (!file_exists($getid3PHP_filename) || !include_once($getid3PHP_filename)) {
107 } elseif (!file_exists($from)) {
109 } elseif (file_exists($to) && (strtolower($from) !== strtolower($to))) {
367 if (!file_exists($row['filename'])) {
468 if (file_exists($filename)) {
617 if (file_exists($row['filename'])) {
674 if (!file_exists($row['filename'])) {
H A Ddemo.browse.php67 if (file_exists($_REQUEST['deletefile'])) {
86 if (!file_exists($_REQUEST['filename']) || !is_file($_REQUEST['filename'])) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php14 if (!file_exists($dirname)) {
/plugin/owncloud/
H A Daction.php237 if(file_exists($file)){
/plugin/svgembed/
H A Dsyntax.php206 if (file_exists($svg_file) && ($svg_fp = fopen($svg_file, 'r'))) {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php114 if(!file_exists($cachepath)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php4 if(file_exists($CONF_DIR)) {
/plugin/settingstree/
H A Dhelper.php71 if (!file_exists(DOKU_SETTINGS_DIR)){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso122 while(file_exists($NewFilePath));
/plugin/solr/
H A Dhelper.php172 if(@file_exists($idxtag)){
/plugin/crosspost/
H A Daction.php53 $exists = @file_exists( wikiFN( $page ) );
/plugin/move/_test/
H A DstepThroughDocuments.test.php71 if(file_exists($opts_file)){
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php4 if(file_exists($CONF_DIR)) {
/plugin/charter/
H A Dhelper.php201 if (!file_exists($flags[$key]['name']))
248 if (!file_exists($flags[$key]))
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php188 if (!file_exists($directory)) {
695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {

1...<<31323334353637383940