Home
last modified time | relevance | path

Searched refs:end (Results 1251 – 1275 of 1305) sorted by path

1...<<515253

/plugin/weiqi/img/
H A Dreadme.txt9 http://www.dragongoserver.net/snapshot.php (at the end of April 2008)
/plugin/wysiwyg/css/
H A Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
H A Dfck_internal.css24 /* Fix to allow putting the caret at the end of the
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
H A Dfck_internal.css24 /* Fix to allow putting the caret at the end of the content in Firefox if
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp109 end if
H A Dcommands.asp38 end if
63 end if
186 end if
H A Dconfig.asp68 ' Attention: It must start and end with a slash: '/'
76 ' Attention: It must end with a slash: '/'
81 ' Attention: It must start and end with a slash: '/'
89 ' Attention: It must end with a slash: '/'
H A Dconnector.asp56 end if
61 end if
H A Dio.asp26 end function
33 end if
34 end Function
44 end if
51 end if
52 end if
53 end Function
109 end if
180 end function
193 end function
[all …]
H A Dupload.asp52 end if
57 end if
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm247 …// When the original filename already exists, add numbers (0), (1), (2), ... at the end of the fil…
H A Dcf_commands.cfm82 …<!--- When the original filename already exists, add numbers (0), (1), (2), ... at the end of the …
H A Dconfig.cfm72 // Attention: It must start and end with a slash: '/'
80 // Attention: It must end with a slash: '/'
86 // Attention: It must start and end with a slash: '/'
94 // Attention: It must end with a slash: '/'
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css97 background-image: url(images/toolbar.end.gif);
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt1143 all end user license agreements (excluding distributors and resellers)
/plugin/xcom/lang/en/
H A Dfunctions.txt146 …ified namespace and its subdirectories. When choosing a namespace, it must end with colon or a col…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39699 end = Math.min(buf.length, end);
39806 end = Math.min(buf.length, end);
39817 end = Math.min(buf.length, end);
39829 if (!end || end < 0 || end > len) end = len;
39853 end = end === undefined ? len : ~~end;
39864 if (end < 0) end = 0;
39869 if (end < start) end = start;
40284 if (!end && end !== 0) end = this.length;
40287 if (end > 0 && end < start) end = start; // Copy 0 bytes; we're done
40368 end = end === undefined ? this.length : end >>> 0;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js895 self.end();
917 this.end();
1225 this.end();
2214 return this.end();
2294 end : function () { method in GenericWorker
2397 self.end();
5881 end = pos + len;
8172 strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));
9952 end = 19;
9959 end = 256;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs273 end():any;
3014 if(tmp.charAt(end - 1) == "=") end --;
3015 else if(tmp.charAt(end - 2) == "=") end -= 2;
3016 else if(tmp.charAt(end - 3) == "=") end -= 3;
3018 i += end;
8548 for(;end < str.length;++end) {
8555 cc.push([ cnt[end], end ]);
8561 cc.push([ cnt[end], end ]);
8627 outer: for(;end < str.length;++end) switch((cc=str.charCodeAt(end))) {
8631 if(str.charCodeAt(end+1) == 0x0a) ++end;
[all …]
/plugin/xml/
H A Drenderer.php94 while(end($this->precedinglevel) >= $level)
/plugin/yalist/
H A Dsyntax.php98 $last_frame = end($this->stack);
118 $last_frame = end($this->stack);
173 $last_frame = end($this->stack);
/plugin/yearbox/
H A DCHANGELOG.md42 * FIX: bug with wikis where URL rewrite is on (? vs & at end of url)
H A Dsyntax.php162 end($years);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts94 grid_row_class(start: Date, end: Date, task: any): string;
156 progress_text(start: Date, end: Date, task: any): string;
164 quick_info_class(start: Date, end: Date, task: any): void;
180 quick_info_date(start: Date, end: Date, task: any): string;
226 task_class(start: Date, end: Date, task: any): string;
246 task_row_class(start: Date, end: Date, task: any): string;
254 task_text(start: Date, end: Date, task: any): string;
262 task_time(start: Date, end: Date, task: any): string;
295 tooltip_text(start: Date, end: Date, task: any): string;
315 rightside_text(start: Date, end: Date, task: any): string;
[all …]

1...<<515253