Home
last modified time | relevance | path

Searched refs:exclude_array (Results 1 – 7 of 7) sorted by relevance

/plugin/tiledblog/
H A Dajax.php33 $exclude_array = explode("|", $exclude); variable
39 if (in_array (strtolower ($file), $exclude_array))
/plugin/inseecity/
H A Daction.php40 $exclude_array = explode ("|", ".|..");
44 if (in_array (strtolower ($file), $exclude_array))
/plugin/orphanswanted/
H A Dhelper.php106 $exclude_array = $params_array[2];
169 foreach ($exclude_array as $exclude_item) {
/plugin/glossary/
H A Dglossary.class.php231 $exclude_array = explode ("|", ".|..|".$this->configFile);
234 …if (in_array (strtolower ($file), $exclude_array) || !preg_match ('#'.$status.'(.*)\.xml$#i', $fil…
290 $exclude_array = explode ("|", ".|..|".$this->configFile);
293 … if (in_array (strtolower ($file), $exclude_array) || !eregi ($status.'(.*)\.xml$', $file, $regs))
405 $exclude_array = explode("|", $exclude);
412 if (in_array (strtolower ($file), $exclude_array))
426 if (in_array (strtolower ($file), $exclude_array))
827 $exclude_array = explode ("|", ".|..");
831 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
/plugin/schedule/
H A DscheduleRoot.class.php292 $exclude_array = explode("|", $exclude);
297 if (in_array (strtolower ($file), $exclude_array))
440 $exclude_array = explode ("|", ".|..");
446 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
H A Dschedules.class.php118 $exclude_array = explode ('|', '.|..');
124 if (in_array (strtolower ($file), $exclude_array))
198 $exclude_array = explode('|', $exclude);
204 if (in_array (strtolower ($file), $exclude_array))
379 $exclude_array = explode('|', $exclude);
385 if (in_array (strtolower ($file), $exclude_array))
/plugin/revisionsdue/
H A Dsyntax.php233 foreach ($exclude_array as $exclude_item)