Home
last modified time | relevance | path

Searched refs:innerText (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/diagrams/script/
H A DDiagramsMediaManager.js15 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 Dembed-editbutton.js11 button.innerText = LANG.plugins.diagrams.editButtonShort;
H A DDiagramsForm.js61 editButton.innerText = LANG.plugins.diagrams.editButton;
83 selectButton.innerText = LANG.plugins.diagrams.selectSource;
H A Dmediafile-editbutton.js25 button.innerText = LANG.plugins.diagrams.editButtonShort;
/plugin/imgpaste/
H A Dscript.js39 box.innerText = LANG.plugins.imgpaste.inprogress;
59 box.innerText = data.message;
70 box.innerText = error;
/plugin/mobiletable/
H A DmobileTable.js44 } else if (hideHeadings.includes(cell.innerText.trim())) {
66 newCell.innerText = oldCell.innerText
117 cell.innerText = name.innerText
H A Dscript.js2 …(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 Dscript.js7 $pages.map(a => console.log($pages[a].innerText));
/plugin/sqlraw/
H A Dsorttable.min.js19 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 Dsorttable.js215 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 Dsorttable-cmpr.js3 …ontent.replace(/^\s+|\s+$/g,"")}else{if(typeof b.innerText!="undefined"&&!hasInputs){return b.inne…
/plugin/sortablejs/
H A Dscript.js328 } 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 Dmetadata.js37 submitButton.innerText = "Submit";
157 submitButton.innerText = "Submit";
H A Dcache.js35 .innerText
/plugin/combo/ComboStrap/
H A DTagAttributes.php270 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 DGUI.js14 div.innerText = msg;
/plugin/vshare/
H A Dscript.js82 info.innerText = LANG.plugins.vshare.click.replace('%s', $self.data('domain'));
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.css.js5 …|"),"gi"),klass:'color',process:function(element,match){var text=Syntax.innerText(element);var col…
H A Djquery.syntax.core.js8 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 Djquery.syntax.layout.editor.js6 …,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 Dfckplugin.js107 var aPlaholders = FCK.EditorDocument.body.innerText.match( /\[\[[^\[\]]+\]\]/g ) ;
/plugin/confmanager/
H A Djquery.form.js592 xhr.responseText = pre.textContent ? pre.textContent : pre.innerText;
595 xhr.responseText = b.textContent ? b.textContent : b.innerText;
/plugin/popupviewer/
H A Dscript.js233 var script = (this.innerHTML || this.innerText);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1138 code.push(lines[i].innerText || lines[i].textContent);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js4541 mxUtils.trim((elt.innerText == null) ?
4542 mxUtils.getTextContent(elt) : elt.innerText);
4651 var temp = (elt.firstChild.nextSibling.innerText == null) ?
4653 elt.firstChild.nextSibling.innerText;

1234