| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | mhchem.js | 19 …sup:"",sub:"",presup:"",presub:"",Init:function(c){this.string=c},ParseTable:{"-":"Minus","+":"Plu… property
|
| /plugin/codeblockedit/ |
| H A D | script.js | 27 let sup = 'desktop'; 29 sup = 'mobile'; 59 btnWrapper.classList.add('codeblockedit-wrapper', sup); 63 btnWrapper.classList.add('codeblockedit-wrapper', sup);
|
| /plugin/ckgedit/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 176 // Create a sup element and an object that will store the data entered in the dialog window. 181 sup = editor.document.createElement( 'sup' ); 192 //sup.setAttribute( 'title', data.noteId ); 193 sup.setAttribute( 'class', "dwfcknote " ); 196 sup.setAttribute( 'class', "dwfcknote " + fn_id ); 201 sup.setHtml( fn_id ); 203 // Insert the sup element into the current cursor position in the editor. 205 editor.insertElement( sup );
|
| /plugin/ckgdoku/ckeditor/plugins/footnote/ |
| D | plugin.js.unc | 176 // Create a sup element and an object that will store the data entered in the dialog window. 181 sup = editor.document.createElement( 'sup' ); 192 //sup.setAttribute( 'title', data.noteId ); 193 sup.setAttribute( 'class', "dwfcknote " ); 196 sup.setAttribute( 'class', "dwfcknote " + fn_id ); 201 sup.setHtml( fn_id ); 203 // Insert the sup element into the current cursor position in the editor. 205 editor.insertElement( sup );
|
| /plugin/icalevents/conf/ |
| D | default.php | 17 **<sup>Location: {location}</sup>**\\\\
|
| /plugin/latexit/tests/dw_orig_test_files/ |
| D | test2.txt | 6 <sup>Horní index</sup>
|
| /plugin/copy2clipboard/ |
| D | script.js | 69 let sup='desktop'; 71 sup='mobile'; 72 let classes=['cp2clipcont', sup];
|
| /plugin/refnotes/conf/ |
| D | namespaces.dat | 1 …sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"refe…
|
| /plugin/wysiwyg/fckeditor/editor/dtd/ |
| D | fck_xhtml10strict.js | 32 …D = X({sub:1, bdo:1, 'var':1, sup:1, br:1, kbd:1, map:1, samp:1, b:1, acronym:1, '#':1, abbr:1, co… property 36 …a:1, big:1, small:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, map:1, dl:1, del… property 91 sup: L,
|
| D | fck_xhtml10transitional.js | 36 H = X({sub:1, img:1, object:1, sup:1, basefont:1, map:1, applet:1, font:1, big:1, small:1}, G) ; property 39 …s:1, big:1, small:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, strike:1, dir:1,… property 100 sup: J, // Changed from L to J (see (1))
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.string.sup.js | 4 return function sup() { function
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.string.sup.js | 4 return function sup() { function
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/ |
| D | sup.js | 2 module.exports = require('../../../modules/_entry-virtual')('String').sup;
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/string/ |
| D | sup.js | 2 module.exports = require('../../modules/_core').String.sup;
|
| /plugin/asciidocjs/node_modules/core-js/fn/string/ |
| D | sup.js | 2 module.exports = require('../../modules/_core').String.sup;
|
| /plugin/asciidocjs/node_modules/core-js/fn/string/virtual/ |
| D | sup.js | 2 module.exports = require('../../../modules/_entry-virtual')('String').sup;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcklistslib.js | 37 …,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 … property 40 …,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,'var':1 … property
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | collapsible.js | 293 … this.data[this.sup] && (t = Math.max(this.data[this.sup].getComplexity(), t)), t *= a.SCRIPT, 294 …this.data[this.sub] && (t += a.CHILD), this.data[this.sup] && (t += a.CHILD), this.data[this.base]… 301 … this.data[this.sup] && (t = Math.max(this.data[this.sup].getComplexity(), t)), t *= a.SCRIPT, 303 …this.data[this.sub] && (t += a.CHILD), this.data[this.sup] && (t += a.CHILD), this.data[this.base]…
|
| /plugin/asciidocjs/node_modules/has-proto/ |
| D | README.md | 1 # has-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
| /plugin/asciidocjs/node_modules/is-core-module/ |
| D | README.md | 1 # is-core-module <sup>[![Version Badge][2]][1]</sup>
|
| /plugin/asciidocjs/node_modules/is-regex/ |
| D | README.md | 1 # is-regex <sup>[![Version Badge][2]][1]</sup>
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | README.md | 1 # has-tostringtag <sup>[![Version Badge][2]][1]</sup>
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | README.md | 1 # has-symbols <sup>[![Version Badge][2]][1]</sup>
|
| /plugin/ckgedit/scripts/ |
| D | parse_wiki.js.unc | 165 'sup': '<sup>', 193 'sup': '</sup> ', 225 'CKGE_TMP_sup': '<sup>', 229 'CKGE_TMP_csup': '</sup>', 251 'sup': true, 383 if (tag == 'sup') return; 874 if (tag == 'sup') { 1190 if (tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') { 1209 if (tag == 'sup' && this.attr == 'dwfcknote') { 1358 if (this.in_endnotes && current_tag == 'sup') { [all …]
|
| /plugin/ckgdoku/scripts/ |
| D | parse_wiki.js.unc | 129 'sup': '<sup>', 'div':"\n\n", 'span': "\n", 'dl': "\n", 'dd': "\n", 'dt': "\n" 134 'pre': "\n</",'sub': '</sub>', 'sup': '</sup> ', 'div':"\n\n", 'p': "\n\n", 157 …ng' :'**', 'CKGE_TMP_em' : '\/\/', 'CKGE_TMP_u' : '__', 'CKGE_TMP_sup' : '<sup>','CKGE_TMP_sub' :'… 158 …'CKGE_TMP_cdel':'</del>','CKGE_TMP_csub' : '</sub>','CKGE_TMP_csup' : '</sup>','CKGE_TMP_del' : '<… 167 …rue, 'i': true, 'em':true,'u':true, 'del':true,'strike':true, 'code':true,'sup':true,'sub':true,'s… 301 if(tag == 'sup') return; 818 if(tag == 'sup') { 1164 if(tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') { 1185 if(tag == 'sup' && this.attr == 'dwfcknote') { 1351 if(this.in_endnotes && current_tag == 'sup') {return} [all …]
|