Home
last modified time | relevance | path

Searched refs:createTextNode (Results 151 – 175 of 208) sorted by last modified time

123456789

/plugin/quizlib/scripts/
H A Dquizlib.js136 warning.appendChild(document.createTextNode(this.unansweredQuestionText));
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1332 …p.appendChild(document.createTextNode(usermeta.get('nick'))); // append the nickname text in the t…
1392 img.alt = document.createTextNode(this.res.getLabel('Private message'));
1394 a.appendChild(document.createTextNode(this.res.getLabel('Private message')));
H A Dpfcprompt.js35 div.appendChild(document.createTextNode(pfc.res.getLabel('Input Required')));
H A Dcreatestylerule.js31 var styleRule = document.createTextNode(selector[i] + " {" + declaration + "}");
H A Dpfcgui.js251 a1.appendChild(document.createTextNode(name));
423 …container.appendChild(document.createTextNode(' ')); // so smileys will wrap fine if lot of smiles…
H A Dprototype.js547 text: document.createTextNode('')
2396 var n = document.createTextNode(' ');
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js596 btnT : document.createTextNode(THIS.pickerCloseText)
/plugin/advrack/
H A Draphael.js6088 var val = R._g.doc.createTextNode(value);
6344 tspan.appendChild(R._g.doc.createTextNode(texts[i]));
7101 …(this.desc = $("desc")).appendChild(R._g.doc.createTextNode("Created with Rapha\xebl " + R.version…
/plugin/sqlraw/
H A Dsimple_html_dom.php1713 function createTextNode($value) {return @end(str_get_html($value)->nodes);} function in simple_html_dom
/plugin/aceeditor/
H A Dbuild.js1 ….createElementNS(r,"style"):s.createElement("style"),o.appendChild(s.createTextNode(n)),i&&(o.id=i…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js40 …=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));
170 }else{script.appendChild(document.createTextNode(data));
274 }}if(/^\s/.test(elem)){div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChil…
/plugin/eventline/timeline_js/scripts/
H A Dsources.js507 elmt.appendChild(document.createTextNode("["));
509 elmt.appendChild(document.createTextNode("]"));
515 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
517 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end)));
519 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
523 elmt.appendChild(elmt.ownerDocument.createTextNode(
526 elmt.appendChild(elmt.ownerDocument.createTextNode(
529 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start)));
531 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end)));
552 var textTitle = doc.createTextNode(title);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2490 D.appendChild(document.createTextNode("["));
2492 D.appendChild(document.createTextNode("]"));
2493 …(this._instant){if(this.isImprecise()){A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise…
2495 A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._end)));
2496 }else{A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._start)));
2497 }}else{if(this.isImprecise()){A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._sta…
2499 A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._earliestEnd)+" ~ "+B.labelPrecise…
2500 }else{A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._start)));
2502 A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._end)));
2512 var C=K.createTextNode(J);
/plugin/projects/
H A Dcodemirror-compressed.js1createTextNode(f),o.firstChild)}st.style.display="";var l=Math.abs((parseInt(pt.style.marginLeft)|…
/plugin/formatplus/
H A Dscript.js59 var mark_before = document.createTextNode(q_open[qstack.length % q_open.length]);
60 var mark_after = document.createTextNode(q_close[qstack.length % q_open.length]);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js27 …eCallback=function(node,container){if(typeof(node)==='string'){node=document.createTextNode(node);}
H A Djquery.syntax.brush.css.js5 …eColour.style.backgroundColor=text;sampleColour.appendChild(document.createTextNode('  '…
/plugin/supa/
H A Dscript.js24 tn = document.createTextNode(text),
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js28 this.mark.appendChild(document.createTextNode(" "));
91 this.nameCell.appendChild(document.createTextNode(testName));
H A Deffects.js59 var n = document.createTextNode(' ');
H A Dbuilder.js80 return document.createTextNode(text);
H A Dprototype.js1851 s.appendChild(document.createTextNode(""));
2759 var n = document.createTextNode(' ');
H A Dcontrols.js529 link.appendChild(document.createTextNode(text));
566 ipe._form.appendChild(document.createTextNode(text));
844 option.appendChild(document.createTextNode(entry[1]));
/plugin/s5reloaded/ui/thesis/
H A Dslides.js879 s5ss.appendChild(document.createTextNode('html {font-size: ' + value + ' !important;}'));
1914 obj.appendChild(document.createTextNode(per + "%"));
2176 obj.appendChild(document.createTextNode(per + "%"));
2594 var tx=document.createTextNode("soundManager.createMovie();");

123456789