Home
last modified time | relevance | path

Searched refs:elt (Results 1 – 25 of 56) sorted by path

123

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe2682 Ġf elt
12260 elt a
16079 ĠC elt
16480 ĠB elt
16613 Ġm elt
31731 f elt
37722 b elt
39599 ĠM elt
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2195 function decode( elt ) { argument
2196 var code = elt.charCodeAt( 0 )
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1757 function decode (elt) {
1758 var code = elt.charCodeAt(0)
H A Dpdfmake.min.js.map1elt","code","PLUS","PLUS_URL_SAFE","SLASH","SLASH_URL_SAFE","NUMBER","UPPER","LOWER","b64ToByteArr…
/plugin/anewssystem/
H A Daction.php176 $elt = explode(",",$news_date);
177 $elt[0] = trim(strip_tags(str_replace('(','',$elt[0])));
178 $elt[0] = date('F,Y',strtotime($elt[0]));
179 list($new_month,$new_year) = explode(',',$elt[0]);
H A Dsyntax.php1274 $elt = explode(",",$news_date);
1275 $elt[0] = trim(strip_tags(str_replace('(','',$elt[0])));
1276 $elt[0] = date('F,Y',strtotime($elt[0]));
1277 list($new_month,$new_year) = explode(',',$elt[0]);
/plugin/autotooltip/
H A Dscript.js97 var elt = evt.currentTarget;
98 var extraClasses = $('.plugin-autotooltip-hidden-classes', elt).text();
100 .html($('.plugin-autotooltip-hidden-tip', elt).html())
111 }, parseInt($(elt).attr('data-delay')) || 50);
/plugin/codemirror/dist/
H A Dscripts.min.js.map1elt","tag","content","style","createElement","cssText","createTextNode","i","eltP","setAttribute",…
H A Dstyles.min.css1elt,#dokuwiki__content .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}form#dw__…
H A Dstyles.min.css.map1elt {\n position: absolute;\n cursor: default;\n z-index: 4;\n}\n.CodeMirror-gutter-wrapper ::s…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js442 this.isVisible=function(elt){return this.getStyle(elt,"visibility")!="hidden"&&(elt.offsetWidth>0||elt.offsetHeight>0||elt.tagName in invisibleTags||elt.namespaceURI=="http://www.w3.org/2000/svg"||elt.namespaceURI=="http://www.w3.org/1998/Math/MathML") argument
444 this.collapse=function(elt,collapsed){if(this.isIElt8){if(collapsed){this.setClass(elt,"collapsed") argument
445 }else{this.removeClass(elt,"collapse
448 obscure(elt,obscured) global() argument
451 hide(elt,hidden) global() argument
473 getClientOffset(elt) global() argument
487 getViewOffset(elt,singleFrame) global() argument
519 getLTRBWH(elt) global() argument
531 applyBodyOffsets(elt,clientRect) global() argument
549 getOffsetSize(elt) global() argument
710 toHTML(elt) global() argument
738 toXML(elt) global() argument
786 toggleClass(elt,name) global() argument
789 setClassTimed(elt,name,context,timeout) global() argument
796 cancelClassTimed(elt,name,context) global() argument
4314 AnonymousFunction4beb6123fa00(elt) global() argument
4315 AnonymousFunction4beb6123fb00(elt) global() argument
4316 AnonymousFunction4beb6123fc00(elt) global() argument
4317 AnonymousFunction4beb6123fd00(elt) global() argument
4318 AnonymousFunction4beb6123fe00(elt) global() argument
4326 AnonymousFunction4beb6123ff00(elt) global() argument
4340 AnonymousFunction4beb612310100(elt) global() argument
4346 AnonymousFunction4beb612310200(elt) global() argument
4347 AnonymousFunction4beb612310300(elt) global() argument
4358 AnonymousFunction4beb612310600(elt) global() argument
4360 AnonymousFunction4beb612310700(elt) global() argument
4361 AnonymousFunction4beb612310800(elt) global() argument
4366 AnonymousFunction4beb612310b00(elt,context) global() argument
4372 AnonymousFunction4beb612310c00(elt,context) global() argument
4375 AnonymousFunction4beb612310e00(elt) global() argument
4376 AnonymousFunction4beb612310f00(elt,target,context) global() argument
[all...]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10604 …&(e.elt.parentNode.removeChild(e.elt),e=null);null==e?(e=c,"http:"==c.substring(0,5)&&(e=PROXY_URL…
10605 …head")[0],null!=f&&("link"==e.elt.nodeName.toLowerCase()?(e.elt.onload=f,e.elt.onerror=f):f()),nul…
H A Dexport.js300 function renderMath(elt) argument
305 Editor.MathJaxRender(elt);
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3700 App.prototype.addLanguageMenu = function(elt, addLabel) argument
3755 elt.appendChild(img);
H A DDialogs.js304 if (elt != null)
306 elt.style.bottom = '19px';
3076 selectedElt = elt;
3208 elt.appendChild(img);
3293 selectElement(elt);
3332 elt.appendChild(magnify);
3352 div.appendChild(elt);
3353 return elt;
6032 var elt = (function(item) function
6325 currentElt = elt;
[all …]
H A DDrawioFileSync.js347 elt.style.width = '24px';
349 addClickHandler(elt);
359 elt.className = 'geButton';
363 elt.style.color = '#666';
364 elt.style.top = '6px';
366 elt.style.padding = '2px';
367 elt.style.fontSize = '8pt';
373 elt.style.width = '16px';
374 elt.style.height = '16px';
375 mxUtils.setOpacity(elt, 60);
[all …]
H A DEditor.js2220 var elt = errs[0];
2225 elt = divs[0];
5465 function addHoverState(elt) argument
5469 elt.style.opacity = '1';
5473 elt.style.opacity = '0.5';
5594 var elt = null;
5602 elt.setAttribute('href', url);
5612 return elt;
5632 entry.elt.parentNode.removeChild(entry.elt);
5655 entry.elt.onload = callback;
[all …]
H A DEditorUi.js10624 elt.focus();
10630 elt.innerHTML = '';
10750 var elt = realElt;
10775 elt = this.parseHtmlData(data);
10825 mxUtils.getTextContent(elt) : elt.innerText);
11070 if (elt == null)
11080 x = elt.offsetTop;
11081 y = elt.offsetLeft;
11082 w = elt.clientWidth;
11083 h = elt.clientHeight;
[all …]
H A DMenus.js1180 elt.style.width = '16px';
1183 elt.style.zIndex = '1';
1185 elt.style.display = 'block';
1187 elt.style.right = '17px';
1191 elt.style.top = '6px';
1192 elt.style.right = '15px';
1196 elt.style.top = '2px';
1200 elt.style.top = '0px';
1205 elt.style.right = '95px';
1218 elt.appendChild(icon);
[all …]
H A DMinimal.js164 return elt;
203 elt.style.left = '0';
579 elt.innerHTML = '';
607 elt.innerHTML = '';
1544 elt.style.top = '6px';
1560 elt.innerHTML = '';
1570 return elt;
2149 return elt;
2473 (function(elt)
2483 })(elt);
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js742 Sidebar.prototype.showPopupMenuForEntry = function(elt, libs, evt) argument
746 var offset = mxUtils.getOffset(elt);
780 }), offset.x, offset.y + elt.offsetHeight, evt);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js978 var elt = this.cellState.text.node.getElementsByTagName('div')[mxClient.NO_FO? 0 : 1];
980 if (elt != null)
982 var ch = elt.childNodes;
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js780 var elt = graph.getSelectedElement();
786 if (link == null && elt != null && elt.getElementsByTagName != null)
1259 elt.style.fontWeight = null;
1261 if (elt.nodeName == 'B')
1263 graph.replaceElement(elt);
1271 elt.style.fontStyle = null;
1273 if (elt.nodeName == 'I')
1275 graph.replaceElement(elt);
1283 elt.style.textDecoration = null;
1285 if (elt.nodeName == 'U')
[all …]
H A DEditor.js803 function Dialog(editorUi, elt, w, h, modal, closable, onClose, noScroll, transparent, onResize, ign… argument
824 elt.style.maxHeight = '100%';
876 div.appendChild(elt);
880 if (!noScroll && elt.clientHeight > div.clientHeight - padding)
882 elt.style.overflowY = 'auto';
886 elt.style.overflowX = 'hidden';
962 if (!noScroll && elt.clientHeight > div.clientHeight - padding)
964 elt.style.overflowY = 'auto';
H A DEditorUi.js3209 this.currentMenuElt = elt;
4193 elt.className = classname;
4195 return elt;
4216 var result = parseInt(((horizontal) ? elt.style.left : elt.style.bottom));
4542 mxUtils.getTextContent(elt) : elt.innerText);
4624 var elt = null;
4646 if (elt.firstChild != null && elt.firstChild.nodeType == mxConstants.NODETYPE_ELEMENT &&
4648 elt.firstChild.nodeName == 'META' && elt.firstChild.nextSibling.nodeName == 'A' &&
4663 var img = (hasMeta && elt.firstChild != null) ? elt.firstChild.nextSibling : elt.firstChild;
4697 if (temp != null && img.parentNode == elt && elt.children.length == 1)
[all …]

123