Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 292) sorted by path

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php45 protected function doEnterNode(Node $node, Environment $env)
64 protected function doLeaveNode(Node $node, Environment $env)
85 protected function escapePrintNode(PrintNode $node, Environment $env, $type)
151 protected function getEscaperFilter($type, \Twig_NodeInterface $node)
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env);
35 public function leaveNode(\Twig_NodeInterface $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/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php287 public function setMacro($name, MacroNode $node)
330 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null)
393 protected function filterBodyNodes(\Twig_NodeInterface $node)
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php39 protected function doEnterNode(Node $node, Environment $env)
44 protected function doLeaveNode(Node $node, Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php27 public function testCompile($node, $source, $environment = null, $isPattern = false)
32 …public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPat…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php90 protected function checkLoopUsageCondition(TokenStream $stream, \Twig_NodeInterface $node)
107 protected function checkLoopUsageBody(TokenStream $stream, \Twig_NodeInterface $node)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php647 public function enterNode(Twig_NodeInterface $node, Environment $env)
652 public function leaveNode(Twig_NodeInterface $node, Environment $env)
H A DParserTest.php189 public function filterBodyNodes(Twig_NodeInterface $node)
H A DTemplateTest.php789 public function enterNode(Twig_NodeInterface $node, Environment $env)
798 public function leaveNode(Twig_NodeInterface $node, Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php141 protected function createFilter($node, $name, array $arguments = [])
H A DTestTest.php73 protected function createTest($node, $name, array $arguments = [])
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php110 public function checkForConfiguration(Twig_NodeInterface $node = null, $target, $withLoop)
/plugin/flowcharts/
H A Dmermaid.min.js24 …de(a,n),a}function o(t){return r.max(r.map(t.nodes(),(function(e){var n=t.node(e).rank;if(!r.isUnd… property in i.$t.symbols_
34 …t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==S… argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js407 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : argument
2434 $A(element.childNodes).each(function(node) { element.removeChild(node) }); argument
2436 .each(function(node) { element.appendChild(node) }); argument
2463 fragments.each(function(node) { parent.insertBefore(node, nextSibling) }); argument
2465 fragments.each(function(node) { parent.appendChild(node) }); argument
2491 before: function(element, node) { argument
2494 top: function(element, node) { argument
2497 bottom: function(element, node) { argument
2500 after: function(element, node) { argument
3082 nextElementSibling: function(node) { argument
[all …]
H A Dxajax.js94 _nodeToObject:function(node){if(node.nodeName=='#cdata-section'){var data=node.data;while(node=node… argument
/plugin/gallery/script/
H A Dprosemirror.js288 dwplugin_gallery(node, outerview, getPos) global() argument
291 GalleryNodeView(node, outerview, getPos) global() argument
344 update(node) global() argument
[all...]
/plugin/gemini/
H A Drenderer.php117 public function listitem_open($level, $node = false)
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php157 protected function parsePoint($node) argument
265 parseNodeProperties($node, $tagList = null) global() argument
[all...]
/plugin/highlightjs/highlight/
H A Dhighlight.js292 function nodeStream(node) { argument
335 function open(node) { argument
343 function close(node) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php418 function get_content_callback(&$node) {
H A Dtree.navigation.inc.php11 function run(&$node) {
16 function walk_element(&$node) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTree.php56 function addNode($id, $node) {

12345678910>>...12