Home
last modified time | relevance | path

Searched refs:file_exists (Results 201 – 225 of 976) sorted by last modified time

12345678910>>...40

/plugin/epub/
H A Drenderer.php262 if( file_exists($wfn) ) $link['class'] = 'wikilink1';
388 if(file_exists($file)) return $name;
H A Daction.php71 if(!@file_exists($wiki_file)) return;
H A Dhelper.php45 if(file_exists($file)) {
91 if(file_exists($name)) {
/plugin/epub/scripts/
H A Dcss2.php45 if(@file_exists($tplinc.'style.ini')){
100 if(@file_exists($tplinc.'style.ini')){
119 if(!@file_exists($file)) return '';
H A Dcss3.php230 if(file_exists($ini)){
248 if(file_exists($ini)){
303 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){
307 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){
385 if (!file_exists($this->filepath)) return '';
H A Depub_utils.php271 if(!$retv && file_exists($fullpath)) {
H A Debook.php37 if(!file_exists($wiki_file)) {
/plugin/tagfilter/
H A Daction.php222 return strpos($val, "_template") === false && @file_exists(wikiFN($val));
H A Dhelper.php211 if (!@file_exists($fn)) {
335 if (!@file_exists(mediaFN($src))) {
337 if (!@file_exists(mediaFN($src))) {
339 if (!@file_exists(mediaFN($src))) {
374 if (!@file_exists(mediaFN($src))) {
376 if (!@file_exists(mediaFN($src))) {
378 if (!@file_exists(mediaFN($src))) {
380 if (!@file_exists(mediaFN($src))) {
/plugin/html5video2/syntax/
H A Dvideo.php133 return @file_exists(mediaFN($id));
/plugin/icon/
H A DSVG.php39 if (!file_exists($cache) || filemtime($cache) < filemtime(__FILE__)) {
/plugin/sectiontoggle/
H A Daction.php98 if(file_exists($alt_template_dir)) {
152 if(file_exists($tpl_ini)) {
154 if(file_exists($tpl_ini_local)) {
/plugin/bootswrapper/exe/
H A Dhelp.php20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
32 if (!file_exists(DOKU_INC)) {
54 if (file_exists($help_file)) {
H A Dpopup.php20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
32 if (!file_exists(DOKU_INC)) {
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
/plugin/discussion/
H A Daction.php408 if (@file_exists($file)) {
519 if(!@file_exists($file)) {
1170 if (@file_exists($changelog) &&
1172 !@file_exists($changelog.'_tmp')
1421 if (!@file_exists($cfile)) {
1464 if (!@file_exists($INFO['filepath'])) {
1519 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
1596 if (!@file_exists($file)) return;
1614 if (!@file_exists($file)) return;
1677 if ($status || @file_exists($file)) {
[all …]
H A Dadmin.php106 if (!@file_exists($file)) continue; // skip if no comments file
189 if (!@file_exists($thread['file'])) return false; // no discussion thread at all
H A Dconvert.php15 if (@file_exists(dirname(__FILE__).'/convert_completed'))
94 if (@file_exists($file['new']))
H A Dhelper.php117 if (!@file_exists($file)) continue; // skip if no comments file
170 if (!@file_exists($conf['metadir'].'/_comments.changes')) return $result;
244 $recent['exists'] = @file_exists($recent['file']);
/plugin/nodisp/
H A Daction.php16 if(file_exists(DOKU_PLUGIN . 'nodisp/syntax.php')) {
/plugin/evesso/classes/
H A DoAuthStorage.php33 if(file_exists($file)) {
168 if(file_exists($file)) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php52 if (file_exists($path)) {
/plugin/changes/
H A Daction.php59 if (!in_array($file, $cache->depends['files']) && @file_exists($file)) {
H A Dsyntax.php234 if (file_exists($conf['changelog']) && is_readable($conf['changelog'])) {
240 if (file_exists($conf['media_changelog']) && is_readable($conf['media_changelog'])) {
/plugin/publish/_test/
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/publish/action/
H A Dremoveattic.php43 if (file_exists($fn)) {

12345678910>>...40