Home
last modified time | relevance | path

Searched refs:dir (Results 226 – 250 of 598) sorted by relevance

12345678910>>...24

/plugin/authorstats/
H A Daction.php94 $dir = $conf["metadir"] . "/";
102 $files = $this->_getChangeLogs($dir);
151 function _getChangeLogs($dir, &$files = array()) argument
153 $files = $this->helpers->rglob($dir . "[^_]*.changes", GLOB_NOSORT);
/plugin/metadisplay/helper/
H A Dhtml.php78 function recurse($dir) { argument
80 $dh = opendir($dir);
85 if (is_dir("$dir/$file")) $this->recurse("$dir/$file");
92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
H A Dplaintext.php78 function recurse($dir) { argument
80 $dh = opendir($dir);
85 if (is_dir("$dir/$file")) $this->recurse("$dir/$file");
92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php511 foreach($dirs as $dir) {
512 $new_path .= dwiki_encodeFN($dir). '/';
751 function mkdir_rek($dir, $mode = 0777) argument
754 if($Config['osWindows']) $dir=normalizeWIN($dir);
755 if (!is_dir($dir)) {
756 mkdir_rek(dirname($dir), $mode);
757 mkdir($dir, $mode);
/plugin/jalbum/syntax/
H A Dslideshow.php139 function _search($dir) { argument
141 search($files,$this->getConf('albumdir'),'search_media',array(),$dir."/thumbs");
/plugin/tipoftheday/syntax/
H A Dtotns.php65 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
71 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/plugin/mediarename/
H A Daction.php38 $dir = utf8_encodeFN(str_replace(':','/',$ns));
42 …f['mediadir'],array($this,'_media_file_rename'),array('showmsg'=>true,'recurse'=>$recurse),$dir,0);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php24 $dir = dir($dirname);
25 while (false !== $entry = $dir->read()) {
33 $dir->close();
/plugin/imagecarousel/vendor/slick/
H A Dslick-theme.less80 &[dir="rtl"] {
86 &[dir="rtl"] {
94 &[dir="rtl"] {
100 &[dir="rtl"] {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/pycode/
H A Dmethod.php805 $dir = dirname(__FILE__) . "/tmp";
807 $loc_url = $dir . "/" . $var. "/" . $name_file;
815 * @param (str) $dir the root from which start to scan recursively,
826 public function _get_tree_dir($dir) { argument
827 $d = new RecursiveDirectoryIterator($dir, RecursiveDirectoryIterator::SKIP_DOTS);
923 $dir = dirname($filename);
925 if (file_exists($dir) == false) {
926 mkdir($dir, 0777, true);
/plugin/googlemaps3/
H A Dscript.js66 if (options.img || options.info || options.dir) {
72 …(options.dir ? '<p><a href="https://www.google.com/maps/dir/?api=1&destination='+origin+'" target=…
/plugin/pdftools/
H A Dadmin.php208 $dir = opendir($src);
209 while(false !== ( $file = readdir($dir)) ) {
220 closedir($dir);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DStylusFilter.php85 if ($dir = $asset->getSourceDirectory()) {
86 $parserOptions['paths'] = array($dir);
/plugin/quickstats/
H A Dadmin.php68 foreach($data_dirs as $dir) {
69 $ns = $ns_prefix . $dir . ':';
105 foreach($dirs as $dir) {
106 $ns = $ns_prefix . $dir . ':';
122 $uniq_data['last'] = $dir;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php237 * @param string $dir directory to search the cache database for
241 public function get_cached_dir($dir) { argument
246 $stmt->bindValue(':dirname', $dir, SQLITE3_TEXT);
/plugin/geonav/tpl/startermap/css/
H A Dprint.css111 [dir=rtl] blockquote { selector
130 [dir=rtl] th, selector
131 [dir=rtl] td { selector
/plugin/register/
H A Dsyntax.php65 $dir = $conf["mediadir"] . "/register";
67 $file = "$dir/$hash.png";
70 if (!io_mkdir_p($dir)) {
71 $this->err($renderer, "failed to create output dir '$dir'");
/plugin/openas/
H A Daction.php115 $dir = dirname($current_wikifn);
117 $path = "$dir/$fname" . $this->ext;
178 $dir = dirname($current_wikifn);
180 $path = "$dir/$fname" . $this->ext;
/plugin/gallery/
H A Dsyntax.php
/plugin/pglist/
H A Dsyntax.php108 $conf['dir'] = str_replace(':','/',$conf['ns']);
143 search($result, $conf['datadir'], 'search_universal', $opts, $data['dir']);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl53 my $dir = tempdir( CLEANUP => 1 );
54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl53 my $dir = tempdir( CLEANUP => 1 );
54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/autotranslation/
H A Dadmin.php96 $dir = dirname(wikiFN("$namespace:foo"));
98 search($pages, $dir, 'search_allpages',array());
/plugin/translation/
H A Dadmin.php117 $dir = dirname(wikiFN("$namespace:foo"));
119 search($pages, $dir, 'search_allpages', []);

12345678910>>...24