Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DThrowablePatch.php16 public function supports(ClassNode $node)
25 private function implementsAThrowableInterface(ClassNode $node)
40 private function doesNotExtendAThrowableClass(ClassNode $node)
52 public function apply(ClassNode $node)
58 private function checkItCanBeDoubled(ClassNode $node)
72 private function setParentClassToException(ClassNode $node)
H A DSplFileInfoPatch.php32 public function supports(ClassNode $node)
47 public function apply(ClassNode $node)
93 private function nodeIsDirectoryIterator(ClassNode $node)
105 private function nodeIsSplFileObject(ClassNode $node)
117 private function nodeIsSymfonySplFileInfo(ClassNode $node)
H A DReflectionClassNewInstancePatch.php31 public function supports(ClassNode $node)
41 public function apply(ClassNode $node)
H A DClassPatchInterface.php32 public function supports(ClassNode $node);
40 public function apply(ClassNode $node);
H A DHhvmExceptionPatch.php30 public function supports(ClassNode $node)
46 public function apply(ClassNode $node)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js28 FCKXHtml.GetXHTML = function( node, includeNode, format ) argument
315 img : function( node, htmlNode ) argument
328 a : function( node, htmlNode ) argument
352 script : function( node, htmlNode ) argument
363 style : function( node, htmlNode ) argument
378 pre : function ( node, htmlNode ) argument
392 title : function( node, htmlNode ) argument
400 ol : function( node, htmlNode, targetNode ) argument
422 span : function( node, htmlNode ) argument
435 iframe : function( node, htmlNode ) argument
[all …]
H A Dfckdomtools.js54 TrimNode : function( node ) argument
60 LTrimNode : function( node ) argument
86 RTrimNode : function( node ) argument
131 RemoveNode : function( node, excludeChildren ) argument
144 GetFirstChild : function( node, childNames ) argument
162 GetLastChild : function( node, childNames ) argument
317 GetParents : function( node ) argument
361 GetIndexOf : function( node ) argument
566 GetNodeAddress : function( node, normalized ) argument
822 GetNextSibling : function( node, includeEmpties ) argument
[all …]
H A Dfckxhtml_gecko.js34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument
78 FCKXHtml.TagProcessors['head'] = function( node, htmlNode ) argument
/plugin/fedauth/Auth/Yadis/
H A DXML.php94 function &evalXPath($xpath, $node = null)
107 function content($node)
121 function attributes($node)
165 function &evalXPath($xpath, $node = null)
186 function content($node)
193 function attributes($node)
255 function &evalXPath($xpath, $node = null)
276 function content($node)
283 function attributes($node)
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js298 var visitorFunc = function (node) { argument
322 branchOptimizerAllLinear: function(node) { argument
326 branchOptimizerAllHanger2: function(node) { argument
330 branchOptimizerAllHanger4: function(node) { argument
334 branchOptimizerAllFishbone1: function(node) { argument
338 branchOptimizerAllFishbone2: function (node) { argument
342 branchOptimizerAllSingleColumnLeft: function (node) { argument
350 branchOptimizerStackers: function(node) { argument
362 branchOptimizerSmart: function(node) { argument
424 var visitorVertexFunc = function (node) argument
[all …]
/plugin/openid/Auth/Yadis/
H A DXML.php96 function &evalXPath($xpath, $node = null)
110 function content($node)
125 function attributes($node)
170 function &evalXPath($xpath, $node = null)
191 function content($node)
198 function attributes($node)
279 function &evalXPath($xpath, $node = null)
300 function content($node)
312 function attributes($node)
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env)
33 final public function leaveNode(\Twig_NodeInterface $node, Environment $env)
47 abstract protected function doEnterNode(Node $node, Environment $env);
54 abstract protected function doLeaveNode(Node $node, Environment $env);
H A DOptimizerNodeVisitor.php70 protected function doEnterNode(Node $node, Environment $env)
93 protected function doLeaveNode(Node $node, Environment $env)
126 protected function optimizeVariables(\Twig_NodeInterface $node, Environment $env)
146 protected function optimizePrintNode(\Twig_NodeInterface $node, Environment $env)
170 protected function optimizeRawFilter(\Twig_NodeInterface $node, Environment $env)
182 protected function enterOptimizeFor(\Twig_NodeInterface $node, Environment $env)
246 protected function leaveOptimizeFor(\Twig_NodeInterface $node, Environment $env)
H A DSafeAnalysisNodeVisitor.php39 public function getSafe(\Twig_NodeInterface $node)
59 protected function setSafe(\Twig_NodeInterface $node, array $safe)
77 protected function doEnterNode(Node $node, Environment $env)
82 protected function doLeaveNode(Node $node, Environment $env)
H A DSandboxNodeVisitor.php42 protected function doEnterNode(Node $node, Environment $env)
100 protected function doLeaveNode(Node $node, Environment $env)
115 private function wrapNode(Node $node, $name)
123 private function wrapArrayNode(Node $node, $name)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeVisitor.php27 public function visitChildren(RuleNode $node); argument
35 public function visitTerminal(TerminalNode $node); argument
43 public function visitErrorNode(ErrorNode $node); argument
H A DAbstractParseTreeVisitor.php38 public function visitChildren(RuleNode $node) argument
68 public function visitTerminal(TerminalNode $node) argument
154 shouldVisitNextChild(RuleNode $node, $currentResult) global() argument
[all...]
/plugin/zotero/
H A DFeedZoteroRepository.php62 private function createEntry($node)
70 private function parseItemType($node)
80 private function parseId($node)
90 private function parseData($node, ZoteroEntry $e)
/plugin/diagrams/script/
H A Dprosemirror.js27 toDOM: function toDOM(node) { argument
61 diagrams(node, outerview, getPos) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php75 findTargetAndDirection(Node $node) global() argument
115 getPrevious(Node $node = null) global() argument
126 getNext(Node $node = null) global() argument
137 isAttributesNode(Node $node) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node)
178 protected function getBreadcrumbs(AbstractNode $node)
207 protected function getActiveBreadcrumb(AbstractNode $node)
221 protected function getInactiveBreadcrumb(AbstractNode $node, $pathToRoot)
230 protected function getPathToRoot(AbstractNode $node)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express…
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
70 protected function markAsSafe(Twig_Node $node, $line = -1)
80 protected function output(Twig_Node $node, $line = -1)
/plugin/prosemirror/schema/
H A DNodeStack.php60 protected function top(Node $node) argument
71 addTop(Node $node) global() argument
101 add(Node $node) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php336 public function parsePostfixExpression($node)
404 public function parseSubscriptExpression($node)
486 public function parseFilterExpression($node)
493 public function parseFilterExpressionRaw($node, $tag = null)
617 private function parseNotTestExpression(\Twig_NodeInterface $node)
622 private function parseTestExpression(\Twig_NodeInterface $node)
747 protected function checkConstantExpression(\Twig_NodeInterface $node)
/plugin/diagramsnet/lib/plugins/
H A Dimport.js32 var hasChilds = function(node) argument
46 var generatePreprocessingNodeInfo = function(node) argument
69 var processFreeMindNode = function(node, nodeParent, x, y) argument

12345678910>>...12