Home
last modified time | relevance | path

Searched refs:dir (Results 101 – 125 of 598) sorted by last modified time

12345678910>>...24

/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/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …t(s);i=new CKEDITOR.dom.element(i);var u,t;var w=s.getKeystroke(),v=m.lang.dir=="rtl";switch(w){ca…
/plugin/epub/scripts/
H A Depub_utils.php159 static $dir;
162 if(!$dir) {
172 return $dir;
177 static $dir;
179 if(!$dir) {
183 return $dir;
191 static $dir;
192 if(!$dir) {
195 return $dir;
691 $dir = rtrim($dir,'/');
[all …]
H A Dcheck_progess.php7 static $dir;
10 if(!$dir) {
17 $dir = dirname(metaFN("epub:$user:tmp",'.meta')) . '/';
20 return $dir;
25 $dir = epub_get_progress_dir($user); variable
26 $dir = rtrim($dir,'/'); variable
27 $dir = dirname($dir . ".meta") . '/'; variable
28 $progress_file = $dir . "progress.meta";
/plugin/tagfilter/
H A Dstyle.css579 html[dir="rtl"] .select2-container-multi .select2-choices li
641 html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
665 html[dir="rtl"] .select2-search-choice-close {
/plugin/tagfilter/script/select2/
H A Dselect2.css476 html[dir="rtl"] .select2-container-multi .select2-choices li
538 html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
562 html[dir="rtl"] .select2-search-choice-close {
/plugin/tagfilter/syntax/
H A Dfilter.php179 $dir = utf8_encodeFN(str_replace(':', '/', $opt['ns']));
185 search($data, $conf['datadir'], [$HtagfilterSyntax, 'search_all_pages'], $opts, $dir); //all pages inside namespace
/plugin/html5video2/script/
H A Dvideo.min.js20dir:"ltr"});return t.appendChild(e),t},e}(gt));var sn=function(t){function e(){return t.apply(this…
/plugin/bootswrapper/exe/
H A Dhelp.php25 foreach ($doku_inc_dirs as $dir) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
27 define('DOKU_INC', "$dir/");
H A Dpopup.php25 foreach ($doku_inc_dirs as $dir) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
27 define('DOKU_INC', "$dir/");
/plugin/discussion/
H A Dhelper.php102 $dir = $conf['datadir'].utf8_encodeFN(($ns ? '/'.str_replace(':', '/', $ns): ''));
106 search($items, $dir, 'search_allpages', array());
/plugin/evesso/classes/
H A DoAuthStorage.php189 foreach (glob("$directory/*", GLOB_ONLYDIR) as $dir) {
190 $this->removeRecursive($dir);
/plugin/publish/
H A Dhelper.php63 function is_dir_valid($valid_namespaces_list, $dir) { argument
67 $dir = trim($dir, ':');
68 $dir = explode(':', $dir);
74 $dir_depth = count($dir); //this is what is different from above!
82 if($valid_namespace[$current_depth] != $dir[$current_depth]) {
374 $dir = $conf['datadir'] . '/' . str_replace(':', '/', $namespace);
376 …search($pages, $dir, array($this,'_search_helper'), array($namespace, $this->getConf('apr_namespac…
/plugin/sync/
H A Dadmin.php349 if($dir == 0) continue;
399 if($dir == 0){
403 if($dir == -2){
417 if($dir == -1){
442 if($dir == 1){
464 if($dir == 2){
556 $dir = 0;
560 $dir = -1;
564 $dir = 1;
568 $dir = -1;
[all …]
/plugin/wrap/
H A Dhelper.php31 * and identify classes, width, lang and dir
44 'dir' => null
117 $attr['dir'] = ( $rtl ? 'rtl' : 'ltr' );
124 * build attributes (write out classes, width, lang and dir)
146 if($attr['dir']) $out .= ' lang="'.$attr['lang'].'" xml:lang="'.$attr['lang'].'" dir="'.$attr['dir'].'"';
211 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, true, $attr_string);
229 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, false, $attr_string);
353 function renderODTOpenParagraph ($renderer, $class, $style, $dir,
339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument
[all...]
H A Dall.less71 [dir=rtl] .wrap_column {
158 [dir=rtl] .wrap_half,
159 [dir=rtl] .wrap_quarter {
163 [dir=rtl] .wrap_twothirds,
164 [dir=rtl] .wrap_third {
178 [dir=rtl] & {
184 [dir=rtl] & {
199 [dir=rtl] .wrap_quarter:nth-of-type(2n) {
205 [dir=rtl] .wrap_quarter:nth-of-type(2n) {
292 [dir
[all...]
H A Dstyle.less68 [dir=rtl] div.wrap_info,
69 [dir=rtl] div.wrap_important,
70 [dir=rtl] div.wrap_alert,
71 [dir=rtl] div.wrap_tip,
72 [dir=rtl] div.wrap_help,
73 [dir=rtl] div.wrap_todo,
74 [dir=rtl] div.wrap_download {
78 [dir=rtl] span.wrap_info,
79 [dir=rtl] span.wrap_important,
80 [dir
[all...]
/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);
H A DPrincipalPropertySearchTest.php16 $dir = new DAV\SimpleCollection('root');
18 $dir->addChild($principals);
20 $fakeServer = new DAV\Server($dir);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1014 list($dir, $name) = URLUtil::splitPath($uri);
1018 $parent = $this->tree->getNodeForPath($dir);
1035 $this->tree->markDirty($dir . '/' . $name);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php81 $dir = new DirectoryMock();
89 $dir = new DirectoryMock();
96 $dir = new DirectoryMock();
106 $dir = new DirectoryMock();
107 $file = $dir->getChild('blabla');
116 $dir = new DirectoryMock();
126 $dir = new DirectoryMock();
127 $dir->createDirectory('hello');
168 $dir->addChild($file);
183 $dir->addChild($file);
[all …]
H A DCopyTest.php23 $dir = new FS\Directory(SABRE_TEMPDIR);
24 $server = new Server($dir);
26 $dir->createDirectory('foo');
H A DIssue33Test.php88 $dir = new FS\Directory(SABRE_TEMPDIR . '/issue33');
90 $dir->createDirectory('bar');
92 $tree = new Tree($dir);
H A DServerCopyMoveTest.php20 $dir = new FS\Directory(SABRE_TEMPDIR);
21 $tree = new Tree($dir);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection29 dir = os.listdir(cacheDir)
31 for file in dir:

12345678910>>...24