| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 176 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument 178 if ( !currentNode ) 181 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl… 184 if ( currentNode.previousSibling ) 185 currentNode = currentNode.previousSibling ; 187 …return this.GetPreviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchEleme… 189 while ( currentNode ) 191 if ( currentNode.nodeType == 1 ) 193 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) ) 196 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckdomrangeiterator.js | 92 var currentNode = this._NextNode ; 95 while ( currentNode ) 103 var includeNode = ( currentNode.nodeType != 1 ) ; 111 var nodeName = currentNode.nodeName.toLowerCase() ; 119 else if ( !range && currentNode.childNodes.length == 0 && nodeName != 'hr' ) 123 block = currentNode ; 124 isLast = currentNode == lastNode ; 133 if ( currentNode.firstChild ) 139 range.SetStart( currentNode, 3, true ) ; 142 currentNode = currentNode.firstChild ; [all …]
|
| D | fckw3crange.js | 299 var clone, levelStartNode, levelClone, currentNode, currentSibling ; 314 currentNode = levelStartNode.nextSibling ; 316 while( currentNode ) 320 if ( currentNode == endParents[j] || currentNode == endNode ) 324 currentSibling = currentNode.nextSibling ; 328 clone.appendChild( currentNode.cloneNode( true ) ) ; 332 currentNode.parentNode.removeChild( currentNode ) ; 336 clone.appendChild( currentNode ) ; 339 currentNode = currentSibling ; 362 currentNode = levelStartNode.previousSibling ; [all …]
|
| D | fckstyle.js | 339 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true ) ; 341 while ( currentNode ) 345 var nextNode = FCKDomTools.GetNextSourceNode( currentNode ) ; 348 if ( currentNode.nodeType == 1 ) 350 var elementName = currentNode.nodeName.toLowerCase() ; 359 if ( FCKDomTools.HasAttribute( currentNode, att ) ) 364 this._RemoveStylesFromElement( currentNode ) ; 369 … if ( FCKDomTools.GetAttributeValue( currentNode, att ) != this.GetFinalAttributeValue( att ) ) 373 FCKDomTools.RemoveAttribute( currentNode, att ) ; 384 this._RemoveOverrides( currentNode, styleOverrides[ elementName ] ) ; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 195 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument 197 if ( !currentNode ) 200 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl… 203 if ( currentNode.previousSibling ) 204 currentNode = currentNode.previousSibling ; 206 …return this.GetPreviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchEleme… 208 while ( currentNode ) 210 if ( currentNode.nodeType == 1 ) 212 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) ) 215 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) [all …]
|
| D | fckstyles.js | 198 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true, 1 ) ; 200 while ( currentNode ) 203 if ( currentNode == endNode ) 208 var nextNode = FCKDomTools.GetNextSourceNode( currentNode, false, 1 ) ; 211 if ( tagsRegex.test( currentNode.nodeName ) ) 212 FCKDomTools.RemoveNode( currentNode, true ) ; 214 currentNode = nextNode ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckw3crange.js | 299 var clone, levelStartNode, levelClone, currentNode, currentSibling ; 314 currentNode = levelStartNode.nextSibling ; 316 while( currentNode ) 320 if ( currentNode == endParents[j] || currentNode == endNode ) 324 currentSibling = currentNode.nextSibling ; 328 clone.appendChild( currentNode.cloneNode( true ) ) ; 332 currentNode.parentNode.removeChild( currentNode ) ; 336 clone.appendChild( currentNode ) ; 339 currentNode = currentSibling ; 362 currentNode = levelStartNode.previousSibling ; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fcklistcommands.js | 194 var currentNode = listNode ; 197 currentNode = currentNode.nextSibling ; 198 …if ( currentNode && currentNode.nodeType == 3 && currentNode.nodeValue.search( /^[\n\r\t ]*$/ ) ==… 203 if ( currentNode && currentNode.nodeName.IEquals( this.TagName ) ) 205 currentNode.parentNode.removeChild( currentNode ) ; 206 while ( currentNode.firstChild ) 207 listNode.appendChild( currentNode.removeChild( currentNode.firstChild ) ) ; 211 currentNode = listNode ; 214 currentNode = currentNode.previousSibling ; 215 …if ( currentNode && currentNode.nodeType == 3 && currentNode.nodeValue.search( /^[\n\r\t ]*$/ ) ==… [all …]
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/ |
| D | XmlSerializationVisitor.php | 53 private $currentNode; variable in JMS\\Serializer\\XmlSerializationVisitor 87 $this->currentNode = null; 187 if (null === $this->currentNode) { 200 $this->currentNode->appendChild($entryNode); 209 $this->currentNode->appendChild($node); 212 $this->currentNode->parentNode->removeChild($this->currentNode); 226 if (null === $this->currentNode) { 230 $this->addNamespaceAttributes($metadata, $this->currentNode); 249 …$this->setAttributeOnNode($this->currentNode, $metadata->serializedName, $node->nodeValue, $metada… 254 if (($metadata->xmlValue && $this->currentNode->childNodes->length > 0) [all …]
|
| /plugin/asciidocjs/node_modules/pug-parser/ |
| D | index.js | 339 var currentNode = null; 345 if (!currentNode) { 346 currentNode = { variable 354 nodes.push(currentNode); 356 currentNode.val += '\n' + text.val; 363 if (!currentNode) { 364 currentNode = node; 365 nodes.push(currentNode); 367 currentNode.val += '\n' + node.val; 370 currentNode = null; [all …]
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.edit.js | 75 $.ui.fancytree.assert(!local.currentNode, "recursive edit"); 76 local.currentNode = this; 211 local.currentNode = null; 286 return this.ext.edit ? this.ext.edit.currentNode : null; 297 ? this.tree.ext.edit.currentNode === this 324 currentNode: null, property
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
| D | ConstraintViolationHandler.php | 41 $currentNode = $visitor->getCurrentNode(); 42 if (!$currentNode) {
|
| /plugin/jquery-syntax/jquery-syntax/ |
| D | jquery.syntax.layout.editor.js | 22 …{var end=charCount+treeWalker.currentNode.length;while(i<offsets.length&&offsets[i]<end){nodes.pus…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 277 var currentNode = dispatcher.getActiveNode(); 278 if(currentNode && currentNode.taskId == id){ 288 var currentNode = dispatcher.getActiveNode(); 289 if(currentNode && currentNode.taskId !== undefined){ 292 if(items[i].id == currentNode.taskId && items[i].start_date){ 298 items.push(gantt.getTask(currentNode.taskId));
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 54 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| D | fckeditorcode_ie.js | 55 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 59 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| D | fckeditorcode_ie.js | 60 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 74 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| D | fckeditorcode_gecko.js | 70 …currentNode,currentSibling;if (B) K=B.RootNode;for (var j=i;j<I.length;j++){levelStartNode=I[j];if…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js.map | 1 …currentNode","_smart_render","updateRender","_redrawTasks","renderers","items","focusedItemVisible…
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all.min.js | 43 …currentNode,"recursive edit"),n.currentNode=this,n.eventData=s,e.widget._unbind(),n.lastDraggableA… property
|
| D | jquery.fancytree-all-deps.min.js | 1 …currentNode,"recursive edit"),i.currentNode=this,i.eventData=s,e.widget._unbind(),i.lastDraggableA… property
|
| D | jquery.fancytree-all.js | 10164 $.ui.fancytree.assert(!local.currentNode, "recursive edit"); 10165 local.currentNode = this; 10300 local.currentNode = null; 10375 return this.ext.edit ? this.ext.edit.currentNode : null; 10386 ? this.tree.ext.edit.currentNode === this 10413 currentNode: null, property
|
| D | jquery.fancytree-all-deps.js | 10830 $.ui.fancytree.assert(!local.currentNode, "recursive edit"); 10831 local.currentNode = this; 10966 local.currentNode = null; 11041 return this.ext.edit ? this.ext.edit.currentNode : null; 11052 ? this.tree.ext.edit.currentNode === this 11079 currentNode: null, property
|