Home
last modified time | relevance | path

Searched refs:is_dir (Results 201 – 225 of 283) sorted by last modified time

12345678910>>...12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php543 if (is_dir($standard) === true
559 if (is_dir($standard) === true
744 if (is_dir($rulesetDir.DIRECTORY_SEPARATOR.'Sniffs') === true) {
1081 } else if (is_dir($ref) === false) {
1144 if (is_dir($ref) === true) {
1571 if (is_dir($path) === true || self::isPharFile($path) === true) {
1593 if (is_dir($filePath) === true) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php42 if (! is_dir($storageDir)) {
46 if (! is_dir($storageDir)) {
115 if (! is_dir($storageDir)) {
/plugin/xfortune/
H A Dhelper.php62 $isns = is_dir($file);
/plugin/rater/
H A Dsyntax.php855 elseif(is_dir($dir."/".$sub)) {
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php145 if(is_dir("$base/$dir/$file")) {
H A Dzip.php41 if(is_dir("$base/$dir/$file")){
/plugin/authjoomla3/
H A Dauth.php30 || !is_dir($this->joomlaPath)
/plugin/autogallery/
H A Daction.php55 if (!is_dir(dirname(wikiFN("wiki:dummy.txt")))) {
61 if (!is_dir(dirname(wikiFN("wiki:bilder:dummy.txt")))) {
92 if (!is_dir($imggal)) {
102 if (!is_dir($imgbase)) {
/plugin/news/
H A Dadmin.php180 if(is_dir($dir . $file)) {
/plugin/medialist/
H A Dhelper.php295 if (!is_dir($conf['mediadir'] . '/' . $dir)) {
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/removeold/
H A Dadmin.php107 if(is_dir($conf["savedir"])=== false) {
239 if(is_dir($conf["savedir"])=== false) {
/plugin/jukebox/id3/
H A Dgetid3.php116 if (!is_dir($helperappsdir)) {
/plugin/orphanmedia/
H A Dsyntax.php391 if(is_dir($dir)) {
415 elseif(is_dir($dir."/".$sub)) {
431 if(is_dir($dir)) {
449 elseif(is_dir($dir."/".$sub)) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php22 if(is_dir($dirname))
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php190 if ($file != '.' && $file != '..' && is_dir($filename)) {
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php106 if (!is_dir($dir)) mkdir_r($dir);
144 if (is_dir($dir))
162 if (is_dir($dir))
196 if (!is_dir($dir)) mkdir_r($dir);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php888 if ($this->theme_default_path == '' || !is_dir($this->theme_default_path))
890 if ($this->theme_path == '' || !is_dir($this->theme_path))
898 if (!is_dir($this->data_public_path.'/themes/default'))
914 if (!is_dir($this->data_public_path.'/themes/'.$this->theme))
980 if ($this->proxies_path != '' && !is_dir($this->proxies_path))
H A Dpfctools.php185 if (!is_dir($dest)) {
235 if (!is_dir($dir))
237 if (!is_dir($dir))
258 if (!is_dir($src_dir))
260 if (!is_dir($dst_dir))
272 if (!is_dir($src_dir))
/plugin/gitlog/
H A Dsyntax.php98 if ( ! is_dir(dirname($repository)) ) {
/plugin/authucenter/
H A Dauth.php22 if (!is_dir(DOKU_INC . 'uc_client')) {
37 …if (!file_exists(DOKU_INC . 'api/uc.php') || !is_dir(DOKU_INC . 'uc_client') || !file_exists(DOKU_…
528 if ( is_dir($src . '/' . $file) ) {
/plugin/nssize/
H A Dsyntax.php59 if (!$location or !is_dir($location)) {
65 if (is_dir($location.'/'.$file) and $file <> ".." and $file <> ".") {
69 elseif (!is_dir($location.'/'.$file)) {
/plugin/latexit/_test/
H A Drenderer.test.php28 if(is_dir(DOKUWIKI_PLUGIN.'mathjax')) $this->pluginsEnabled[] = 'mathjax';
29 if(is_dir(DOKUWIKI_PLUGIN.'imagereference')) $this->pluginsEnabled[] = 'imaereference';
30 if(is_dir(DOKUWIKI_PLUGIN.'zotero')) $this->pluginsEnabled[] = 'zotero';
H A Dbibhandler.test.php40 if(!is_dir(DOKU_PLUGIN.'zotero')) {

12345678910>>...12