/plugin/diagrams/script/ |
H A D | DiagramsMediaManager.js | 15 createLink.innerText = LANG.plugins.diagrams.createLink; 58 editButton.innerText = LANG.plugins.diagrams.editButton; 153 intro.innerText = LANG.plugins.diagrams.createIntro; 155 namespace.innerText = ':'+ns; 166 button.innerText = LANG.plugins.diagrams.createButton;
|
H A D | embed-editbutton.js | 11 button.innerText = LANG.plugins.diagrams.editButtonShort;
|
H A D | DiagramsForm.js | 61 editButton.innerText = LANG.plugins.diagrams.editButton; 83 selectButton.innerText = LANG.plugins.diagrams.selectSource;
|
H A D | mediafile-editbutton.js | 25 button.innerText = LANG.plugins.diagrams.editButtonShort;
|
/plugin/imgpaste/ |
H A D | script.js | 64 box.innerText = LANG.plugins.imgpaste.inprogress; 151 box.innerText = data.message; 162 box.innerText = error;
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 44 } else if (hideHeadings.includes(cell.innerText.trim())) { 66 newCell.innerText = oldCell.innerText 117 cell.innerText = name.innerText
|
H A D | script.js | 2 …(1===g.childNodes.length&&"#text"===g.lastChild.nodeName)return d.innerText=g.innerText,!1;for(;g.… 4 f=0;f<t;){if(v===k)c.push(G);else if(L.includes(p.innerText.trim()))c.push(D);else{var z=document.c… 5 …&"#text"===A.lastChild.nodeName?(h=document.createElement("td"),h.innerText=A.innerText):h=A.clone…
|
/plugin/minimap/ |
H A D | script.js | 7 $pages.map(a => console.log($pages[a].innerText));
|
/plugin/sqlraw/ |
H A D | sorttable.min.js | 19 else if(typeof node.innerText!='undefined'&&!hasInputs){return node.innerText.replace(/^\s+|\s+$/g,… 22 …e(/^\s+|\s+$/g,'');break;case 1:case 11:var innerText='';for(var i=0;i<node.childNodes.length;i++)… 23 return innerText.replace(/^\s+|\s+$/g,'');break;default:return'';}}},reverse:function(tbody){newrow…
|
/plugin/quickstats/scripts/ |
H A D | sorttable.js | 215 else if (typeof node.innerText != 'undefined' && !hasInputs) { 216 return node.innerText.replace(/^\s+|\s+$/g, ''); 232 var innerText = ''; 234 innerText += sorttable.getInnerText(node.childNodes[i]); 236 return innerText.replace(/^\s+|\s+$/g, '');
|
H A D | sorttable-cmpr.js | 3 false;sorttable={init:function(){if(arguments.callee.done){return}arguments.callee.done=true;if(_timer){clearInterval(_timer)}if(!document.createElement||!document.getElementsByTagName){return}sorttable.DATE_RE=/^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;forEach(document.getElementsByTagName("table"),function(a){if(a.className.search(/\bsortable\b/)!=-1){sorttable.makeSortable(a)}})},makeSortable:function(b){if(b.getElementsByTagName("thead").length==0){the=document.createElement("thead");the.appendChild(b.rows[0]);b.insertBefore(the,b.firstChild)}if(b.tHead==null){b.tHead=b.getElementsByTagName("thead")[0]}if(b.tHead.rows.length!=1){return}sortbottomrows=[];for(var a=0;a<b.rows.length;a++){if(b.rows[a].className.search(/\bsortbottom\b/)!=-1){sortbottomrows[sortbottomrows.length]=b.rows[a]}}if(sortbottomrows){if(b.tFoot==null){tfo=document.createElement("tfoot");b.appendChild(tfo)}for(var a=0;a<sortbottomrows.length;a++){tfo.appendChild(sortbottomrows[a])}delete sortbottomrows}headrow=b.tHead.rows[0].cells;for(var a=0;a<headrow.length;a++){if(!headrow[a].className.match(/\bsorttable_nosort\b/)){mtch=headrow[a].className.match(/\bsorttable_([a-z0-9]+)\b/);if(mtch){override=mtch[1]}if(mtch&&typeof sorttable["sort_"+override]=="function"){headrow[a].sorttable_sortfunction=sorttable["sort_"+override]}else{headrow[a].sorttable_sortfunction=sorttable.guessType(b,a)}headrow[a].sorttable_columnindex=a;headrow[a].sorttable_tbody=b.tBodies[0];dean_addEvent(headrow[a],"click",function(f){if(this.className.search(/\bsorttable_sorted\b/)!=-1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace("sorttable_sorted","sorttable_sorted_reverse");this.removeChild(document.getElementById("sorttable_sortfwdind"));sortrevind=document.createElement("span");sortrevind.id="sorttable_sortrevind";sortrevind.innerHTML=stIsIE?' <font face="webdings">5</font>':" ▴";this.appendChild(sortrevind);return}if(this.className.search(/\bsorttable_sorted_reverse\b/)!=-1){sorttable.reverse(this.sorttable_tbody);this.className=this.className.replace("sorttable_sorted_reverse","sorttable_sorted");this.removeChild(document.getElementById("sorttable_sortrevind"));sortfwdind=document.createElement("span");sortfwdind.id="sorttable_sortfwdind";sortfwdind.innerHTML=stIsIE?' <font face="webdings">6</font>':" ▾";this.appendChild(sortfwdind);return}theadrow=this.parentNode;forEach(theadrow.childNodes,function(e){if(e.nodeType==1){e.className=e.className.replace("sorttable_sorted_reverse","");e.className=e.className.replace("sorttable_sorted","")}});sortfwdind=document.getElementById("sorttable_sortfwdind");if(sortfwdind){sortfwdind.parentNode.removeChild(sortfwdind)}sortrevind=document.getElementById("sorttable_sortrevind");if(sortrevind){sortrevind.parentNode.removeChild(sortrevind)}this.className+=" sorttable_sorted";sortfwdind=document.createElement("span");sortfwdind.id="sorttable_sortfwdind";sortfwdind.innerHTML=stIsIE?' <font face="webdings">6</font>':" ▾";this.appendChild(sortfwdind);row_array=[];col=this.sorttable_columnindex;rows=this.sorttable_tbody.rows;for(var c=0;c<rows.length;c++){row_array[row_array.length]=[sorttable.getInnerText(rows[c].cells[col]),rows[c]]}row_array.sort(this.sorttable_sortfunction);tb=this.sorttable_tbody;for(var c=0;c<row_array.length;c++){tb.appendChild(row_array[c][1])}delete row_array})}}},guessType:function(c,b){sortfn=sorttable.sort_alpha;for(var a=0;a<c.tBodies[0].rows.length;a++){text=sorttable.getInnerText(c.tBodies[0].rows[a].cells[b]);if(text!=""){if(text.match(/^-?[�$�]?[\d,.]+%?$/)){return sorttable.sort_numeric}possdate=text.match(sorttable.DATE_RE);if(possdate){first=parseInt(possdate[1]);second=parseInt(possdate[2]);if(first>12){return sorttable.sort_ddmm}else{if(second>12){return sorttable.sort_mmdd}else{sortfn=sorttable.sort_ddmm}}}}}return sortfn},getInnerText:function(b){hasInputs=(typeof b.getElementsByTagName=="function")&&b.getElementsByTagName("input").length;if(b.getAttribute("sorttable_customkey")!=null){return b.getAttribute("sorttable_customkey")}else{if(typeof b.textContent!="undefined"&&!hasInputs){return b.textContent.replace(/^\s+|\s+$/g,"")}else{if(typeof b.innerText!="undefined"&&!hasInputs){return b.innerText.replace(/^\s+|\s+$/g,"")}else{if(typeof b.text!="undefined"&&!hasInputs){return b.text.replace(/^\s+|\s+$/g,"")}else{switch(b.nodeType){case 3:if(b.nodeName.toLowerCase()=="input"){return b.value.replace(/^\s+|\s+$/g,"")}case 4:return b.nodeValue.replace(/^\s+|\s+$/g,"");break;case 1:case 11:var c="";for(var a=0;a<b.childNodes.length;a++){c+=sorttable.getInnerText(b.childNodes[a])}return c.replace(/^\s+|\s+$/g,"");break;default:return""}}}}}},reverse:function(a){newrows=[];for(var b=0;b<a.rows.length;b++){newrows[newrows.length]=a.rows[b]}for(var b=newrows.length-1;b>=0;b--){a.appendChild(newrows[b])}delete newrows},sort_numeric:function(e,c){aa=parseFloat(e[0].replace(/[^0-9.-]/g,""));if(isNaN(aa)){aa=0}bb=parseFloat(c[0].replace(/[^0-9.-]/g,""));if(isNaN(bb)){bb=0}return aa-bb},sort_alpha:function(e,c){if(e[0]==c[0]){return 0}if(e[0]<c[0]){return -1}return 1},sort_ddmm:function(e,c){mtch=e[0].match(sorttable.DATE_RE);y=mtch[3];m=mtch[2];d=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt1=y+m+d;mtch=c[0].match(sorttable.DATE_RE);y=mtch[3];m=mtch[2];d=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt2=y+m+d;if(dt1==dt2){return 0}if(dt1<dt2){return -1}return 1},sort_mmdd:function(e,c){mtch=e[0].match(sorttable.DATE_RE);y=mtch[3];d=mtch[2];m=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt1=y+m+d;mtch=c[0].match(sorttable.DATE_RE);y=mtch[3];d=mtch[2];m=mtch[1];if(m.length==1){m="0"+m}if(d.length==1){d="0"+d}dt2=y+m+d;if(dt1==dt2){return 0}if(dt1<dt2){return -1}return 1},shaker_sort:function(h,f){var a=0;var e=h.length-1;var j=true;while(j){j=false;for(var c=a;c<e;++c){if(f(h[c],h[c+1])>0){var g=h[c];h[c]=h[c+1];h[c+1]=g;j=true}}e--;if(!j){break}for(var c=e;c>a;--c){if(f(h[c],h[c-1])<0){var g=h[c];h[c]=h[c-1];h[c-1]=g;j=true}}a++}}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",sorttable.init,false);
|
/plugin/sortablejs/ |
H A D | script.js | 328 } else if ( typeof node.innerText !== "undefined" && !hasInputs ) { 329 return node.innerText.replace( /^\s+|\s+$/g, '' ); 340 var innerText = ''; 342 innerText += sorttable.getInnerText( node.childNodes[i] ); 344 return innerText.replace( /^\s+|\s+$/g, '' );
|
/plugin/combo/resources/snippet/js/ |
H A D | metadata.js | 37 submitButton.innerText = "Submit"; 157 submitButton.innerText = "Submit";
|
H A D | cache.js | 35 .innerText
|
/plugin/combo/ComboStrap/ |
H A D | TagAttributes.php | 270 private string $innerText; variable in ComboStrap\\TagAttributes 889 if (isset($this->innerText)) { 890 $array[self::DOKUWIKI_TEXT_NODE_ATTRIBUTE] = $this->innerText; 1486 $this->innerText = $text; 1495 if (!isset($this->innerText)) { 1498 return $this->innerText;
|
/plugin/encryptedpasswords/script/ |
H A D | GUI.js | 14 div.innerText = msg;
|
/plugin/vshare/ |
H A D | script.js | 82 info.innerText = LANG.plugins.vshare.click.replace('%s', $self.data('domain'));
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.brush.css.js | 5 …|"),"gi"),klass:'color',process:function(element,match){var text=Syntax.innerText(element);var col…
|
H A D | jquery.syntax.core.js | 8 Syntax.innerText=function(element){var text;if(!element){return"";} function 9 …nt.textContent){text=element.textContent;}else if(document.body.innerText){text=element.innerText;} 11 …fset+=elem.nodeValue.length;}else if(elem.nodeType===1){var text=Syntax.innerText(elem);matches.pu… 25 …a=document.createElement('a');a.href=queryURI+encodeURIComponent(Syntax.innerText(element));a.clas… 110 …matches.concat(Syntax.extractElementMatches(container));var text=Syntax.innerText(this);var match=…
|
H A D | jquery.syntax.layout.editor.js | 6 …,startChild=0;for(var i=0;i<children.length;i+=1){var childLines=Syntax.innerText([children[i]]).s…
|
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/ |
H A D | fckplugin.js | 107 var aPlaholders = FCK.EditorDocument.body.innerText.match( /\[\[[^\[\]]+\]\]/g ) ;
|
/plugin/confmanager/ |
H A D | jquery.form.js | 592 xhr.responseText = pre.textContent ? pre.textContent : pre.innerText; 595 xhr.responseText = b.textContent ? b.textContent : b.innerText;
|
/plugin/popupviewer/ |
H A D | script.js | 233 var script = (this.innerHTML || this.innerText);
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shCore.js | 1138 code.push(lines[i].innerText || lines[i].textContent);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 4541 mxUtils.trim((elt.innerText == null) ? 4542 mxUtils.getTextContent(elt) : elt.innerText); 4651 var temp = (elt.firstChild.nextSibling.innerText == null) ? 4653 elt.firstChild.nextSibling.innerText;
|