Home
last modified time | relevance | path

Searched refs:dir (Results 251 – 275 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSprocketsFilter.php148 if ($dir = $asset->getSourceDirectory()) {
149 return sprintf($format, var_export($dir, true));
H A DLessphpFilter.php92 if ($dir = $asset->getSourceDirectory()) {
93 $lc->importDir = $dir;
H A DCssEmbedFilter.php104 if ($dir = $asset->getSourceDirectory()) {
105 $pb->add('--root')->add($dir);
H A DScssphpFilter.php97 if ($dir = $asset->getSourceDirectory()) {
98 $sc->addImportPath($dir);
/plugin/webcomponent/_test/
H A DREADME.md22 // Otherwise the page are created in a tmp dir
27 // Create the dir
/plugin/twistienav/
H A Dhelper.php75 $dir = utf8_encodeFN(str_replace(':','/',$idx));
77 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/twistienav4bootstrap3/
H A Dhelper.php71 $dir = utf8_encodeFN(str_replace(':','/',$idx));
73 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/xfortune/
H A Dhelper.php68 $dir = $file;
69 $files = glob("$dir/*.txt");
/plugin/accscounter/syntax/
H A Dpopularity.php91 $dir = $conf['datadir'];
93 search($items, $dir, 'search_allpages', array());
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection29 dir = os.listdir(cacheDir)
31 for file in dir:
/plugin/evesso/classes/
H A DoAuthStorage.php189 foreach (glob("$directory/*", GLOB_ONLYDIR) as $dir) {
190 $this->removeRecursive($dir);
/plugin/mikioplugin/
H A Daction.php21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
22 $files = array_merge($files, glob_recursive($dir . '/' . basename($pattern), $flags));
/plugin/pdb/classes/
H A Dcache.php50 $dir = $this->mediaDir;
51 $dirhandle = opendir($dir);
58 $path = $dir.'/'.$name;
/plugin/cache/
H A Dplugin_cache.php57 $dir = $this->mediaDir;
58 $dirhandle = opendir($dir);
65 $path = $dir.'/'.$name;
/plugin/pubchem/classes/
H A Dcache.php50 $dir = $this->mediaDir;
51 $dirhandle = opendir($dir);
58 $path = $dir.'/'.$name;
/plugin/medialist/
H A Dhelper.php293 $dir = utf8_encodeFN(str_replace(':','/', $ns));
295 if (!is_dir($conf['mediadir'] . '/' . $dir)) {
302 search($res, $conf['mediadir'], 'search_media', $opt, $dir);
/plugin/pubmed/classes/
H A Dcache.php50 $dir = $this->mediaDir;
51 $dirhandle = opendir($dir);
58 $path = $dir.'/'.$name;
/plugin/tocselect/
H A Daction.php141 private function get_dir_list($dir, $namespace){ argument
148 $dh = opendir($dir);
152 if(is_dir("$dir/$file")) {
/plugin/botbouncer/lib/
H A Dbotbouncer.php244 * @param string $dir - directory where to write to, defaults to /var/log/formspam
248 public function setLogRoot ($dir) { argument
249 if (!empty($dir) && is_writable($dir)) {
250 $this->logRoot = $dir;
251 $this->dbg('Logging to '.$dir);
254 $this->dbg('Unable to write logs to '.$dir);
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php25 public function setAnimalDataDir($animal, $dir) { argument
26 $this->remoteData[$animal]['datadir'] = $dir;
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php435 foreach ($filterConfiguration['whitelist']['include']['directory'] as $dir) {
437 $dir['path'],
438 $dir['suffix'],
439 $dir['prefix']
447 foreach ($filterConfiguration['whitelist']['exclude']['directory'] as $dir) {
449 $dir['path'],
450 $dir['suffix'],
451 $dir['prefix']
/plugin/randominc/
H A Dsyntax.php47 $dir = $conf['datadir'];
56 $dir = $conf['datadir'].'/'.str_replace(':','/',$ns);
60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
/plugin/ajaxpeon/
H A Dhelper.php61 function get_file_list($dir){ argument
64 $filelist = scandir($dir);
67 chdir($dir);
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10transitional.js33 …E = {hr:1, ul:1, menu:1, div:1, blockquote:1, noscript:1, table:1, center:1, address:1, dir:1, pre… property in FCK.DTD.E
39 …:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, strike:1, dir:1, map:1, dl:1, app… property in FCK.DTD.K
104 dir: Q,

1...<<11121314151617181920>>...24