Home
last modified time | relevance | path

Searched refs:tag (Results 401 – 425 of 1150) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5005 mxVsdxUtils.surroundByTags = function (text, tag) { argument
5006 return "<" + tag + ">" + text + "</" + tag + ">";
7723 Style.prototype.hasProperty = function (nodeName, tag) {
7724 return this.cellElements.hasOwnProperty(tag);
7823 Style.prototype.getAttribute = function (tag, attribute, defaultValue) {
7825 … var cell = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, tag);
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js54tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
H A DAM_HTMLorMML.js51tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
H A DAccessible-full.js73 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
74tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
H A DAccessible.js70 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
71tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
H A DTeX-MML-AM_HTMLorMML-full.js70 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
71tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
74tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
H A DTeX-MML-AM_HTMLorMML.js67 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
68tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in AnonymousFunction699e62c41ba00.l
71tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
H A DTeX-MML-AM_SVG-full.js63 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
64tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
67tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js668 Sidebar.prototype.addEntryForTag = function(tag, fn) argument
670 if (tag != null && tag.length > 1)
672 var entry = this.taglist[tag];
677 this.taglist[tag] = entry;
H A DMenus.js118 function addItem(label, tag) argument
126 document.execCommand('formatBlock', false, '<' + tag + '>');
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js3432 var tag = tags[j].toLowerCase();
3434 if (tagsList[tag] == null)
3436 tagsList[tag] = [];
3439 tagsList[tag].push(temp);
11248 var tag = tags[j].toLowerCase();
11250 if (tagsList[tag] == null)
11252 tagsList[tag] = [];
11255 tagsList[tag].push(temp);
H A DEditor.js6091 (function(tag)
6096 var index = mxUtils.indexOf(temp, tag);
6106 [tag], null, null, true);
6151 graph.hiddenTags.push(tag);
6173 td.setAttribute('title', tag);
6176 mxUtils.write(a, tag);
6242 graph.model.getRoot()), [tag]);
6262 'removeIt' : 'add', [tag]));
7384 var tag = mxUtils.trim(tagList[j]);
7386 if (tag != '' && mxUtils.indexOf(tags, tag) < 0)
[all …]
H A DExtensions.js4257 var tag = openBlockTags.pop();
4259 if (!force && listActive && (tag == 'ul' || tag == 'ol'))
4261 openBlockTags.push(tag);
4265 str += '</' + tag + '>';
4296 var tag = openTags.pop();
4297 str += '</' + tag + '>';
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 …=(z.match(/(\d+\.\d+\.\d+)(\/unpacked)?\/latest.js\?/)||["","",""]);return{tag:w,src:z,id:w.id,ver…
/plugin/diagramsnet/lib/plugins/
H A Dtags.js148 function setCellsVisibleForTag(tag, visible) argument
150 var cells = graph.getCellsForTags([tag], null, true);
204 mxEvent.addListener(span, 'click', (function(tag) argument
208 if (!selected[tag])
212 graph.addTagsForCells(graph.getSelectionCells(), [tag])
216 hiddenTags[tag] = true;
230 graph.removeTagsForCells(graph.getSelectionCells(), [tag])
234 delete hiddenTags[tag];
/plugin/diagramsnet/lib/resources/
H A Ddia_ro.txt26 allTags=Toate tag-urile
/plugin/tagalerts/
H A Dplugin.info.txt6 …erts when some tags are detected (based on Dokuwiki system messages or just styling tag list links)
H A DREADME.md2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
/plugin/airtable/
H A DREADME.md67 `{{airtable>type: "record" | record-url: "theURL" | fields: "field1", "field2" | alt-tag: "ALT_TAG"…
72 * `alt-tag` - used if an image is found - Image
73 description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
84 `{{airtable>type: "image" | record-url: "URL" | alt-tag: "ALT_TAG" | image-size: "IMG_SIZE" | posit…
88 * `alt-tag: ` - Image description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
101 …rtable.com/tblZnH5CY11MZEboF/recAvmU5363ofWYR6" | image-size: "full" | alt-tag: "Digital Snake to …

1...<<11121314151617181920>>...46