| /plugin/scrape/vendor/symfony/css-selector/Node/ |
| D | AttributeNode.php | 79 ? sprintf('%s[%s[%s]]', $this->getNodeName(), $this->selector, $attribute) 80 …: sprintf("%s[%s[%s %s '%s']]", $this->getNodeName(), $this->selector, $attribute, $this->operator…
|
| D | NodeInterface.php | 26 public function getNodeName(): string; function
|
| D | AbstractNode.php | 31 public function getNodeName(): string function in Symfony\\Component\\CssSelector\\Node\\AbstractNode
|
| D | ClassNode.php | 55 return sprintf('%s[%s.%s]', $this->getNodeName(), $this->selector, $this->name);
|
| D | ElementNode.php | 57 …return sprintf('%s[%s]', $this->getNodeName(), $this->namespace ? $this->namespace.'|'.$element : …
|
| D | HashNode.php | 55 return sprintf('%s[%s#%s]', $this->getNodeName(), $this->selector, $this->id);
|
| D | PseudoNode.php | 55 return sprintf('%s[%s:%s]', $this->getNodeName(), $this->selector, $this->identifier);
|
| D | NegationNode.php | 55 return sprintf('%s[%s:not(%s)]', $this->getNodeName(), $this->selector, $this->subSelector);
|
| D | SelectorNode.php | 55 …return sprintf('%s[%s%s]', $this->getNodeName(), $this->tree, $this->pseudoElement ? '::'.$this->p…
|
| D | CombinedSelectorNode.php | 64 …return sprintf('%s[%s %s %s]', $this->getNodeName(), $this->selector, $combinator, $this->subSelec…
|
| D | FunctionNode.php | 74 …return sprintf('%s[%s:%s(%s)]', $this->getNodeName(), $this->selector, $this->name, $arguments ? '…
|
| /plugin/scrape/vendor/symfony/css-selector/XPath/ |
| D | Translator.php | 160 if (!isset($this->nodeTranslators[$node->getNodeName()])) { 161 … throw new ExpressionErrorException(sprintf('Node "%s" not supported.', $node->getNodeName())); 164 return $this->nodeTranslators[$node->getNodeName()]($node, $this);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | GraphEditor.java | 463 if (tc instanceof Element && "template".equals(tc.getNodeName())) { in loadPalette() 493 if (ELEMENT_PALETTE.equals(root.getNodeName())) { in loadPalette() 499 if (child instanceof Element && ELEMENT_PALETTE.equals(child.getNodeName())) { in loadPalette()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 2747 getNodeName(): string;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 2747 getNodeName(): string;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 17079 AbstractNode.prototype.getNodeName = function () { 19978 …* if the template name is not specified, the value of the {@see AbstractNode.getNodeName} function. 20322 …en, the transform is often derived from the value of the {AbstractNode#getNodeName} property. (opt…
|
| D | asciidoctor.js | 18552 AbstractNode.prototype.getNodeName = function () { method in AbstractNode
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 42917 AbstractNode.prototype.getNodeName = function () { method in AbstractNode
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 43169 AbstractNode.prototype.getNodeName = function () { method in AbstractNode
|