Home
last modified time | relevance | path

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

1...<<21222324

/plugin/linkmanager/
H A Dfunctions.php29 $dir = $conf['datadir'];
36 $dir = utf8_encodeFN(str_replace(':','/',$ns));
41 search($data,$conf['datadir'],'linkpage_search_index',array('ns' => $ns),$dir);
63 $dir = utf8_encodeFN(str_replace(':','/',$ns));
65 search($data,$conf['datadir'],'linkpage_search_index',array('ns' => $ns),$dir);
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js49 …ar K=this.Textarea=D.createElement('textarea');K.className='SourceField';K.dir='ltr';FCKDomTools.S…
51dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1};F={ins:1,del:1,script:1};G=X({b:1,… property in FCK.DTD.K
86 …his);FCKTools.AddEventListenerEx(F,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTool…
98 …;e.style.styleFloat=e.style.cssFloat=(FCKLang.Dir=='ltr'?'left':'right');e.dir=FCKLang.Dir;e.cellP…
H A Dfckeditorcode_gecko.js48 …ar K=this.Textarea=D.createElement('textarea');K.className='SourceField';K.dir='ltr';FCKDomTools.S…
50dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1};F={ins:1,del:1,script:1};G=X({b:1,… property in FCK.DTD.K
85 …his);FCKTools.AddEventListenerEx(F,'blur',FCKPanel_Window_OnBlur,this);};B.dir=FCKLang.Dir;FCKTool…
97 …;e.style.styleFloat=e.style.cssFloat=(FCKLang.Dir=='ltr'?'left':'right');e.dir=FCKLang.Dir;e.cellP…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js143 eTextarea.dir = 'ltr' ;
H A Dfckpanel.js94 oDocument.dir = FCKLang.Dir ;
H A Dfcktoolbar.js67 e.dir = FCKLang.Dir ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js166 GetE('cmbAttLangDir').value = oImage.dir ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js305 GetE('cmbAttLangDir').value = oLink.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,
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample01.cgi103 my $dir;
106 $dir = $DefServerPath;
109 $dir = $ENV{'PATH_INFO'};
111 $dir = $ENV{'FILEPATH_INFO'};
114 return($dir);
H A Dsample02.cgi168 my $dir;
171 $dir = $DefServerPath;
174 $dir = $ENV{'PATH_INFO'};
176 $dir = $ENV{'FILEPATH_INFO'};
179 return($dir);
H A Dsample03.cgi153 my $dir;
156 $dir = $DefServerPath;
159 $dir = $ENV{'PATH_INFO'};
161 $dir = $ENV{'FILEPATH_INFO'};
164 return($dir);
H A Dsample04.cgi160 my $dir;
163 $dir = $DefServerPath;
166 $dir = $ENV{'PATH_INFO'};
168 $dir = $ENV{'FILEPATH_INFO'};
171 return($dir);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl120 $dir = $ENV{'DOCUMENT_ROOT'};
122 my $dir = getcwd;
124 $dir =~ s/$workdir//g;
126 return($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/linkmanager/exe/
H A Dajax.php54 $dir = utf8_encodeFN(str_replace(':','/',$ns));
59 search($data,$conf['datadir'],'search_index',array('nofiles' => true),$dir);
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js76 this.setPlace = function (dir) { argument
77 if (!isString(dir)) return false;
78 switch (dir.toLowerCase()) {
/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/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/gallery2/dwgallery/
H A Ddwgallery.php71 $dir = trim($conf['savedir']);
72 if ($dir{0} == '.') $dir = substr($dir, 1);
73 if ($dir{0} == '/') $dir = substr($dir, 1);
74 if ($dir{strlen($dir)-1} == '/') $dir = substr($dir, 0, strlen($dir)-1);
75 $gallery['datadir'] = $dir;
403 $dir = dir($path);
405 while ($file = $dir->read()) {
434 $dir->close();
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php39 while(FALSE !== ($dir = readdir($handle)))
41 $fileName = strtoupper($dir) . ".xml";
42 if(is_dir($stylesDir . '/' . $dir)
43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
45 if($fh = fopen($stylesDir . '/' . $dir . "/" . $fileName, "r"))
48 $array[strtoupper($dir)] = $matches[1];
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php133 $dir = strtolower($this->vars['editStyleFile']);
135 if($fh = fopen(OSBIB_STYLE_DIR . "/" . $dir . "/" . $fileName, "r"))
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1dir:1,em:1,frame:1,meta:1,sub:1,bdo:1,label:1,acronym:1,sup:1,body:1,xml:1,basefont:1,base:1,br:1,… property in hljs.HTML_TAGS

1...<<21222324