Home
last modified time | relevance | path

Searched refs:new (Results 251 – 275 of 1508) sorted by path

1...<<11121314151617181920>>...61

/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc17 target = new CKEDITOR.dom.element( evt );
73 ev = new CKEDITOR.dom.event( ev );
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc50 return new CKEDITOR.dom.element( name, editor.document );
93 // Save a reference to the selected table, and push a new set of default values.
142 var thead = new CKEDITOR.dom.element( table.$.createTHead() );
160 thead = new CKEDITOR.dom.element( table.$.tHead );
181 newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] );
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
192 newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] );
213 var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] );
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc37 var tmp=new Array();
186 var HTMLParserTopNotes = new Array();
187 var HTMLParserBottomNotes = new Array();
196 geshi_classes = new RegExp(geshi_classes);
221 link_formats: new Array(),
235 prev_li: new Array(),
314 this.prev_li = new Array();
337 this.link_formats = new Array();
371 this.rows = new Array();
380 this.rows[this.row] = new Array();
[all …]
/plugin/ckgedit/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO15 This creates a new entities file called ent.ser, which must then be copied to
/plugin/ckgedit/ckeditor/
H A DCHANGES.md19 * Language dictionary update: German language was extended with over 600k new words.
20 * Language dictionary update: Swedish language was extended with over 300k new words.
534 * Added new translation: Occitan. Thanks to [Cédric Valmary](https://totenoc.eu/)!
584 * Support for the new default Moono-Lisa skin.
1243 * Added new translation: Tatar.
1434 * Dozens of new methods were introduced &ndash; most interesting ones:
1522 * Added new translation: Indonesian.
1536 * Added new translation: Sinhala.
1558 * Added new translation: Albanian.
1595 Brand new data filtering system that works in 2 modes:
[all …]
H A DLICENSE.md96 in new free programs; and that you know you can do these things.
307 9. The Free Software Foundation may publish revised and/or new versions
308 of the General Public License from time to time. Such new versions will
310 address new problems or concerns.
388 it in new free programs; and that you are informed that you can do
769 13. The Free Software Foundation may publish revised and/or new
771 Such new versions will be similar in spirit to the present version,
772 but may differ in detail to address new problems or concerns.
1013 Code that new knowledge has been obtained.
1099 and/or new versions of the License from time to time. Each version
[all …]
H A Dckeditor.js.unc377 e = new a.constructor;
401 return new e
1998 if (c(f ? new CKEDITOR.dom.node(b) : b)) return new CKEDITOR.dom.node(b);
4337 return new a(this)
11759 g = new P(this, g);
17016 return new Blob(b, {
20754 date: +new Date
20781 date: +new Date
24315 b || (b = new f(d));
26367 a = new d(a.weight);
[all …]
H A Dconfig.js.unc32 config.colors = new Array(
261 config.dokuSmileyConfImages = new Array();
287 config.dokuFixmeSmiley = new Array();
288 config.dokuLargeSmiley = new Array();
404 DlgFileBrowserUpMsg: "Upload a new file in this folder",
419 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
H A Dcontents.css.unc117 /*code new tmpl start*/
171 /* Code new tmpl ends */
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified41 …Page": "Any unsaved changes to this content will be lost. Are you sure you want to load new page?",
788 DlgFileBrowserUpMsg: "Upload a new file in this folder",
809 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
823 … To eliminate the scrollbars, you can enlarge the window up to 20%. The new size takes effect a…
H A Den.js-4.9.merged5 …nsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCanc…
40 DlgFileBrowserUpMsg: "Upload a new file in this folder",
66 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
82 …" To eliminate the scrollbars, you can enlarge the window up to 20%. The new size takes effect a…
H A Den.js.4.95 …nsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCanc…
H A Den.js.ckgedit39 DlgFileBrowserUpMsg: "Upload a new file in this folder",
65 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
81 …" To eliminate the scrollbars, you can enlarge the window up to 20%. The new size takes effect a…
H A Den.js.unc5 …nsaved changes to this content will be lost. Are you sure you want to load new page?","confirmCanc…
40 DlgFileBrowserUpMsg: "Upload a new file in this folder",
66 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
82 …" To eliminate the scrollbars, you can enlarge the window up to 20%. The new size takes effect a…
H A Dlang_array.txt45 …Page": "Any unsaved changes to this content will be lost. Are you sure you want to load new page?",
700 DlgFileBrowserUpMsg: "Upload a new file in this folder",
715 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc1 // Register a new CKEditor plugin.
14 editor.addCommand( 'fontAssistDialog', new CKEDITOR.dialogCommand( 'fontAssistDialog' ) );
41 // Add a new dialog window definition containing all UI elements and listeners.
213 sel.options[sel.options.length] = new Option(elems[0],elems[1]);
220 var regex = new RegExp(sel.options[i].label,"i");
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc1 // Register a new CKEditor plugin.
12 editor.addCommand( 'footnoteDialog', new CKEDITOR.dialogCommand( 'footnoteDialog' ) );
27 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj = new Object();
28 oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes = new Array();
44 // Add a new dialog window definition containing all UI elements and listeners.
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc13 var radio, ckg_geshi_langopts = new Array();
58 ckg_geshi_langopts[i] = new Array(tmp);
117 var regex = new RegExp('^' +srch);
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc256 // New image -> new domensions
303 // Default: create a new element.
327 previewPreloader = new CKEDITOR.dom.element( 'img', editor.document );
423 } else // Create a new image.
442 // Create a new link.
460 // Insert a new Image.
463 //Insert a new Link.
473 //Add a new link element.
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc17 var oRegex = new Object() ;
18 oRegex.doku_base = new RegExp('^' + Doku_Base.replace(/\//g,'\\/'),'g');
21 oRegex.media_rewrite_1Doku_Base = new RegExp('^' + Doku_Base + '_media\/(.*)');
25 oRegex.internal_link_rewrite_1 = new RegExp('^' + Doku_Base + '(?!_media)(.*)');
42 …ings button, select the header, click OK. You can go back, select a new page and get new headers.",
78 this.stack[this.Index] = (new Option(title,value,false,false));
1162 var regex = new RegExp(':?'+ ns+':');
1355 var text = new CKEDITOR.dom.text( data.type == 'email' ?
1456 this.stack[0] = (new Option("Not Set","not-set",false,false));
1457 ckgeditIwikiIndex = new Array();
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
12 editor.addCommand( 'anchor', new CKEDITOR.dialogCommand( 'anchor' ) );
13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() );
14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() );
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc99 var regex = new RegExp('<xml>([^]*)<\/xml>','gm');
105 var regex = new RegExp('<style>([^]*)<\/style>','gm');
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc104 var regex = new RegExp('<xml>([^]*)<\/xml>','gm');
114 var regex = new RegExp('<style>([^]*)<\/style>','gm');
119 …regex = new RegExp('\\<\\!--\\[.*?endif\\]--\\>\\<\\!--\\[if gte.*?\\]\\>([^]*)\\<\\!\\[endif\\]--…

1...<<11121314151617181920>>...61