Home
last modified time | relevance | path

Searched refs:dir (Results 176 – 200 of 598) sorted by relevance

12345678910>>...24

/plugin/nspages/
H A Dstyle.css94 [dir=rtl] div.nspagesPicturesModeMain a:hover { selector
98 [dir=rtl] div.nspagesPicturesModeMain a { selector
110 [dir=rtl] div.nspagesPicturesModeImg { selector
120 [dir=rtl] .nspagesPicturesModeTitle { selector
135 [dir=rtl] .nspagesPicturesDate { selector
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php6 function ckg_get_title($page,$dir) { argument
10 $meta_file = CKG_META_DIR . $dir . $id;
/plugin/revealjs/plugin/multiplex/
H A Dindex.js28 [ 'css', 'js', 'plugin', 'lib' ].forEach(function(dir) { argument
29 app.use('/' + dir, staticDir(opts.baseDir + dir));
/plugin/pubmed2020/classes/
H A Dcache.php111 $dir = $this->mediaDir;
112 $dirhandle = opendir($dir);
119 $path = $dir.'/'.$name;
175 $dir = mediaFN($this->pdfPmidNS);
176 $dirhandle = opendir($dir);
193 $dir = mediaFN($this->pdfDoiNS);
195 $dirhandle = opendir($dir);
/plugin/randompage2/
H A Daction.php22 $dir = $conf['indexdir'];
24 $pages = file($dir.'/page.idx');
/plugin/move/_test/
H A DfindMissingDocuments.test.php48 foreach ($dirs as $dir) {
49 io_rmdir($conf[$dir],true);
50 mkdir($conf[$dir]);
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh51 for dir in $(
58 rmdir ${dir}
/plugin/twistienav/
H A Daction.php69 $dir = utf8_encodeFN(str_replace(':','/',$idx));
71 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
100 $dir = utf8_encodeFN(str_replace(':','/',$idx));
102 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/projects/lib/
H A Dtools.php20 function delete_dir($dir) { argument
21 if (($dh = opendir($dir)) != false) {
24 $file = $dir . $file;
32 rmdir($dir);
/plugin/twistienav4bootstrap3/
H A Daction.php68 $dir = utf8_encodeFN(str_replace(':','/',$idx));
70 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
99 $dir = utf8_encodeFN(str_replace(':','/',$idx));
101 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php34 $dir = trim($dir);
35 if(!$dir){
36 $this->dir = dirname(__FILE__) . "/";
39 $this->dir = $dir;
40 if($dir[strlen($dir)-1] != "/"){
41 $this->dir .= "/";
47 $this->dir = '';
51 include_once($this->dir."STYLEMAPBIBTEX.php");
56 include_once($this->dir."STYLEMAP.php");
59 include_once($this->dir."UTF8.php");
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPhpCssEmbedFilter.php36 if ($dir = $asset->getSourceDirectory()) {
37 $pce->setRootDir($dir);
/plugin/tocselect/
H A Dscript.js42 var dir = DOKU_BASE + 'lib/plugins/tocselect/img/';
45 jQuery(this).attr('src', dir +'closed.png');
48 jQuery(this).attr('src', dir +'open.png ');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.php30 $dir = opendir($DirectoryToScan); variable
33 while (($file = readdir($dir)) !== false) {
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css58 [dir=rtl] #dokuwiki__header form.search #qsearch__in { selector
127 [dir=rtl] #dokuwiki__usertools ul li.user { selector
150 [dir=rtl] #dokuwiki__pagetools ul li a.action.top { selector
161 [dir=rtl] #IE7 #dokuwiki__pagetools ul li a.action.top { selector
215 [dir=rtl] #dokuwiki__aside ul, selector
216 [dir=rtl] #dokuwiki__aside ol { selector
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php42 foreach ($dirs as $dir) {
43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl…
/plugin/loadskin/
H A Dall.css16 [dir=rtl] .tpl_dokuwiki .plugin_loadskin { selector
21 [dir=rtl] .tpl_dokuwiki .plugin_loadskin form { selector
/plugin/htmlokay/
H A Dadmin.php263 $dir = dirname($path);
264 $this->directories[$dir]['files'][] = $name;
272 foreach($this->directories as $dir => $info)
276 if ($dir == $this->current_namespace)
280 $options[] = "<option value=\"$dir\" $selected>" . $info['namespace'] . '</option>' ;
301 function get_file_options($dir) argument
308 $files = $this->directories[$dir]['files'];
/plugin/jsmath/
H A Ddiff3 < $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
/plugin/maintenance/bin/
H A Dsample.sh9 dir=`dirname "$file"`
11 wiki_dir=$(readlink -f "$dir/../../../../")
/plugin/pdftools/
H A Dsyntax.php43 $dir = dir($path);
45 while (false !== ($entry = $dir->read())) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php16 $dir = new DAV\SimpleCollection('root');
18 $dir->addChild($principals);
20 $fakeServer = new DAV\Server($dir);
/plugin/gcalendar/inc/
H A Dgcal_read.php285 $dir = wikiFN(substr($page,0,-1).$start);
286 $dir = substr($dir,0,-(strlen($start)+4)); # strip filename - only the dir is needed
288 if(!@$handle=opendir($dir)) continue;
293 if(is_file($dir.$file)) {
295 }elseif($nested && is_dir($dir.$file)){
/plugin/schedule/
H A DscheduleRoot.class.php231 function createDirIsNeeded ($dir) { argument
232 if (is_dir ($dir))
234 @mkdir ($dir);
235 @chmod ($dir, 0775);
283 function readConfig ($dir) { argument
284 $oldFileName = $dir.$this->oldConfigFile;
285 $fileName = $dir.$this->configFile;
293 $pathDir = rtrim ($dir, "/") . "/";
/plugin/pagemove/
H A Dadmin.php841 function _pm_movemeta($dir, $regex, $opts) { argument
844 $old_path = $conf[$dir].'/'.str_replace(':','/',$opts['ns']).'/';
845 $new_path = $conf[$dir].'/'.str_replace(':','/',$opts['newns']).'/';
873 * @param string $dir Current relative directory
876 function _pm_search(&$data, $base, $func, $opts, $dir='' ,$lvl=1) { argument
881 $dh = @opendir($base.'/'.$dir);
886 if(is_dir($base.'/'.$dir.'/'.$file)) {
887 $dirs[] = $dir.'/'.$file;
890 $files[] = $dir.'/'.$file;
897 foreach($dirs as $dir) {
[all …]

12345678910>>...24