/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ |
H A D | ThrowablePatch.php | 16 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 D | SplFileInfoPatch.php | 32 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 D | ReflectionClassNewInstancePatch.php | 31 public function supports(ClassNode $node) 41 public function apply(ClassNode $node)
|
H A D | ClassPatchInterface.php | 32 public function supports(ClassNode $node); 40 public function apply(ClassNode $node);
|
H A D | HhvmExceptionPatch.php | 30 public function supports(ClassNode $node) 46 public function apply(ClassNode $node)
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckxhtml.js | 28 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 D | fckdomtools.js | 54 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 D | fckxhtml_gecko.js | 34 FCKXHtml._AppendAttributes = function( xmlNode, htmlNode, node ) argument 78 FCKXHtml.TagProcessors['head'] = function( node, htmlNode ) argument
|
/plugin/fedauth/Auth/Yadis/ |
H A D | XML.php | 94 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 D | mxOrgChartLayout.js | 298 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 D | XML.php | 96 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 D | AbstractNodeVisitor.php | 24 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 D | OptimizerNodeVisitor.php | 70 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 D | SafeAnalysisNodeVisitor.php | 39 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 D | SandboxNodeVisitor.php | 42 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 D | ParseTreeVisitor.php | 27 public function visitChildren(RuleNode $node); argument 35 public function visitTerminal(TerminalNode $node); argument 43 public function visitErrorNode(ErrorNode $node); argument
|
H A D | AbstractParseTreeVisitor.php | 38 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 D | FeedZoteroRepository.php | 62 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 D | prosemirror.js | 27 toDOM: function toDOM(node) { argument 61 diagrams(node, outerview, getPos) global() argument [all...] |
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/ |
H A D | AttributesListener.php | 75 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 D | Renderer.php | 160 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 D | SimpleTokenParser.php | 54 …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 D | NodeStack.php | 60 top(Node $node) global() argument 71 addTop(Node $node) global() argument 101 add(Node $node) global() argument [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | ExpressionParser.php | 336 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 D | import.js | 32 var hasChilds = function(node) argument 46 var generatePreprocessingNodeInfo = function(node) argument 69 var processFreeMindNode = function(node, nodeParent, x, y) argument
|