Home
last modified time | relevance | path

Searched refs:dir (Results 576 – 598 of 598) sorted by path

1...<<21222324

/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/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl53 my $dir = tempdir( CLEANUP => 1 );
54 my( $fh, $tmpfilename ) = tempfile( DIR => $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/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/js/
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…
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…
/plugin/xcom/
H A Dremote.php124 function find_all_files($dir,$regex="") argument
126 $root = scandir($dir);
131 if($regex) if(preg_match('#'. $regex .'#',"$dir/$value")) {continue;}
132 if(is_dir("$dir/$value") && is_readable("$dir/$value")) {
133 $result[]="$dir/$value";
134 foreach($this->find_all_files("$dir/$value",$regex) as $value)
138 … else if(! preg_match('#'. $regex .'#',"$dir/$value")) {
270 if (is_dir("$dir/$file")) {
271 $this->recurse("$dir/$file",$contents);
274 $store_name = preg_replace('/^\./', $xcom_prefix, "$dir/$file");
[all …]
/plugin/xfortune/
H A Dhelper.php68 $dir = $file;
69 $files = glob("$dir/*.txt");
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39479 if (dir) {
39522 if (dir) {
51251 dir = file.dir,
51283 if (dir) {
51715 var dir = file.dir,
51720 dir: dir,
51867 dir: input.dir,
52120 o.dir = true;
52128 if (o.dir) {
52228 dir: true,
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js296 exports.dir = false;
508 dir = file.dir,
541 if (dir) {
991 var dir = file.dir, date = file.date;
996 dir : dir,
1141 dir: input.dir,
1382 o.dir = true;
1386 o.dir = true;
1389 if (o.dir) {
1485 dir: true,
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs25166 if(dir.workbooks.length === 0) {
25170 if(dir.workbooks.length === 0) {
25173 dir.workbooks.push(binname);
25182 …if(dir.sst) try { strs=parse_sst(getzipdata(zip, strip_front_slash(dir.sst)), dir.sst, opts); } ca…
25186 …if(dir.style) styles = parse_sty(getzipdata(zip, strip_front_slash(dir.style)), dir.style, themes,…
25196 var wb = parse_wb(getzipdata(zip, strip_front_slash(dir.workbooks[0])), dir.workbooks[0], opts);
25200 if(dir.coreprops.length) {
25203 if(dir.extprops.length !== 0) {
25228 …if(opts.bookDeps && dir.calcchain) deps=parse_cc(getzipdata(zip, strip_front_slash(dir.calcchain))…
25290 Directory: dir,
[all …]
/plugin/xref/
H A Dsyntax.php14 var $dir = ''; global() variable in syntax_plugin_xref
/plugin/xtern/
H A Dadmin.php10 private $dir = NULL; variable in admin_plugin_xtern
36 $this->dir = $_REQUEST['dir'];
77 $this->buttons($max_time,$this->dir);
78 if(isset($this->dir)){
79 $dir = trim($this->dir,':');
80 $dir = str_replace(':', '/', $dir);
81 $dir = $this->wikiRoot . '/' . $dir;
83 else $dir = $this->wikiRoot;
85 echo "Checking: $dir<br />";
87 $site = $this->scanDirectories($dir);
/plugin/xtern/scripts/
H A Dchk_links.php8 $dir =realpath (DOKU_INC. 'data/pages'); variable
9 $wikiRoot = $dir;
10 echo "$dir\n";
11 $site = scanDirectories($dir);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13dir=e,this.unit=i,this.task=n,this.id=r,this.calendar=a,this}function s(t,e,i,n,r,a,o){return this…
H A Ddhtmlxgantt.js.map1dir","CalculateEndDateArgument","duration","GetDurationArgument","getWorkHoursArguments","Error","…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1dir","date","dateFromPos","scale","getScale","step","add","unit","posFromDate","scrollVertical","a…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8088 if (config.dir && config.dir == 'future')
8090 if (config.dir && config.dir == 'past')
21999 var dir = wx/-40;
22020 dir = e.detail;
23207 case (dir.left):
23210 case (dir.right):
23213 case (dir.up):
23216 case (dir.down):
27368 this.dir = dir;
27457 config.dir,
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js984 scrollHorizontal: function scrollHorizontal(dir) { argument
987 var step = dir < 0 ? -scale.step : scale.step;
992 scrollVertical: function scrollVertical(dir) { argument
995 gantt.scrollTo(null, top + (dir < 0 ? -1 : 1) * step);

1...<<21222324