Searched refs:createTextNode (Results 1 – 25 of 255) sorted by relevance
1234567891011
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 168 xmlNode.appendChild( this.XML.createTextNode('') ) ; 192 return FCKXHtml._AppendNode( xmlNode, this.XML.createTextNode( val ) ) ; 291 xmlNode.appendChild( this.XML.createTextNode( '#?-:' + entity + ';' ) ) ; 298 …targetNode.appendChild( this.XML.createTextNode( textValue.replace( FCKXHtmlEntities.EntitiesRegex… 358 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( htmlNode.text ) ) ) ; 373 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( cssText ) ) ) ; 385 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( '\r\n' + val ) ) ) ; 394 node.appendChild( FCKXHtml.XML.createTextNode( FCK.EditorDocument.title ) ) ; 446 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( sHtml ) ) ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 160 xmlNode.appendChild( this.XML.createTextNode('') ) ; 292 xmlNode.appendChild( this.XML.createTextNode( '#?-:' + entity + ';' ) ) ; 299 …targetNode.appendChild( this.XML.createTextNode( textValue.replace( FCKXHtmlEntities.EntitiesRegex… 377 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( htmlNode.text ) ) ) ; 388 …node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( htmlNode.innerHTML ) )… 395 node.appendChild( FCKXHtml.XML.createTextNode( FCK.EditorDocument.title ) ) ; 460 node.appendChild( FCKXHtml.XML.createTextNode( FCKXHtml._AppendSpecialItem( sHtml ) ) ) ;
|
| /plugin/asciimath/ |
| D | asciimathml148r.js | 59 nd.appendChild(document.createTextNode("To view the ")); 61 an.appendChild(document.createTextNode("ASCIIMathML")); 64 nd.appendChild(document.createTextNode(" notation use Internet Explorer 6+")); 66 an.appendChild(document.createTextNode("MathPlayer")); 69 nd.appendChild(document.createTextNode(" or Netscape/Mozilla/Firefox")); 483 document.createTextNode(symbol.output)),str]; 492 node = AMcreateMmlNode("mo",document.createTextNode(symbol.output)); 512 AMcreateMmlNode(symbol.tag,document.createTextNode(st))); 524 document.createTextNode(symbol.output)),str]; 529 document.createTextNode(symbol.output)),str]; [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | clear.js | 5 document.body.appendChild(document.createTextNode(text)); 37 link.appendChild(document.createTextNode('Start App'));
|
| /plugin/eventline/timeline_js/scripts/ |
| D | sources.js | 507 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/fckg/scripts/ |
| D | vki_kb.js | 1131 kbSelect.appendChild(document.createTextNode(this.VKI_kt)); 1132 kbSelect.appendChild(document.createTextNode(this.VKI_isIE6 ? " \u2193" : " \u25be")); 1148 li.appendChild(document.createTextNode(ktype)); 1156 span.appendChild(document.createTextNode("#")); 1181 small.appendChild(document.createTextNode(this.VKI_isIE6 ? "\u2193" : "\u21d3")); 1190 big.appendChild(document.createTextNode(this.VKI_isIE6 ? "\u2191" : "\u21d1")); 1195 span.appendChild(document.createTextNode(this.VKI_i18n['07'])); 1206 strong.appendChild(document.createTextNode('X')); 1241 vr.appendChild(document.createTextNode("v" + this.VKI_version)); 1258 ntd.appendChild(document.createTextNode(this.VKI_numpad[x][y])); [all …]
|
| /plugin/diagramsnet/lib/math/jax/input/AsciiMath/ |
| D | jax.js | 19 …createTextNode:function(ab){return g.chars(ab).With({nodeValue:ab})},createDocumentFragment:functi…
|
| /plugin/formatplus/ |
| D | script.js | 59 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/vkeyboard/ |
| D | vkeyboard.js | 1 …createTextNode(this.VKI_kt));v.appendChild(document.createTextNode(this.VKI_isIE?" \u2193":" \u25b…
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/ |
| D | XmlSerializationVisitor.php | 146 …Data ? $this->document->createCDATASection($data) : $this->document->createTextNode((string) $data… 155 return $this->document->createTextNode((string) $data); 163 return $this->document->createTextNode($data ? 'true' : 'false'); 171 return $this->document->createTextNode((string) $data); 179 return $this->document->createTextNode(var_export((float) $data, true));
|
| /plugin/formatplus2/ |
| D | script.js | 87 var mark_before = document.createTextNode(q_open[qstack.length % q_open.length]); 88 var mark_after = document.createTextNode(q_close[qstack.length % q_open.length]);
|
| /plugin/wysiwyg/fckeditor/editor/plugins/placeholder/ |
| D | fckplugin.js | 157 … aNodes[n].parentNode.insertBefore( FCK.EditorDocument.createTextNode( aPieces[i] ) , aNodes[n] ) ; 182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/plugins/placeholder/ |
| D | fckplugin.js | 157 … aNodes[n].parentNode.insertBefore( FCK.EditorDocument.createTextNode( aPieces[i] ) , aNodes[n] ) ; 182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
|
| /plugin/shell/ |
| D | P0wnyShell.js | 105 const textElem = document.createTextNode(stdout); 292 const userText = document.createTextNode(this.userName + "@" + this.hostName + ":"); 296 const promptText = document.createTextNode("# ");
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckenterkey.js | 385 oRange.InsertNode( this.Window.document.createTextNode( this.TabText ) ) ; 513 FCKDomTools.InsertAfterNode( oRange.StartBlock, this.Window.document.createTextNode( '' ) ) ; 522 eLineBreak = this.Window.document.createTextNode( FCKBrowserInfo.IsIE ? '\r' : '\n' ) ; 530 FCKDomTools.InsertAfterNode( eLineBreak, this.Window.document.createTextNode( '' ) ) ;
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/ |
| D | Locked.php | 64 $href->appendChild($errorNode->ownerDocument->createTextNode($this->lock->uri));
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/ |
| H A D | Locked.php | 64 $href->appendChild($errorNode->ownerDocument->createTextNode($this->lock->uri));
|
| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | autobold.js | 19 …ty="hidden";c.style.fontFamily="Times, serif";c.appendChild(document.createTextNode("ABCXYZabcxyz"…
|
| /plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/ |
| D | BaseTypesHandler.php | 45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));
|
| /plugin/codehighlight/cp/engines/ |
| D | gecko.js | 108 if(flag != 'init') { window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));} 218 var node = window.document.createTextNode(code); 267 window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | createstylerule.js | 31 var styleRule = document.createTextNode(selector[i] + " {" + declaration + "}");
|
| /plugin/grensladawritezor/fckeditor/editor/_source/ |
| D | fckeditorapi.js | 120 eScript.appendChild( oParentDocument.createTextNode( sScript ) ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/ |
| D | fckeditorapi.js | 120 eScript.appendChild( oParentDocument.createTextNode( sScript ) ) ;
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _microtask.js | 36 var node = document.createTextNode('');
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _microtask.js | 36 var node = document.createTextNode('');
|
1234567891011