/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | NodeTraverser.php | 28 protected $visitors = []; variable in Twig\\NodeTraverser 31 * @param NodeVisitorInterface[] $visitors 33 public function __construct(Environment $env, array $visitors = []) argument 36 foreach ($visitors as $visitor) { 43 $this->visitors[$visitor->getPriority()][] = $visitor; 53 ksort($this->visitors); 54 foreach ($this->visitors as $visitors) { 55 foreach ($visitors as $visitor) {
|
H A D | Parser.php | 41 protected $visitors; variable in Twig\\Parser 103 if (null === $this->visitors) { 104 $this->visitors = $this->env->getNodeVisitors(); 141 $traverser = new NodeTraverser($this->env, $this->visitors); 244 $this->visitors[] = $visitor;
|
H A D | Environment.php | 62 protected $visitors; variable in Twig\\Environment 1113 return $this->visitors; 1538 $this->visitors = []; 1603 $this->visitors[] = $visitor;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | StagingExtension.php | 30 protected $visitors = []; variable in Twig\\Extension\\StagingExtension 65 $this->visitors[] = $visitor; 70 return $this->visitors;
|
/plugin/statdisplay/helper/ |
H A D | graph.php | 70 $visitors = array(); 81 $visitors[] = $data['hits']['all']['visitor'] ?? 0; 95 array($hits, $pages, $media, $visitors) 114 $visitors = array(); 123 $visitors[] = $data['hits'][$by][$idx]['visitor']; 137 array($hits, $pages, $media, $visitors)
|
/plugin/givemeyouremail/ |
H A D | README.txt | 10 Allow you to insert a form to give your visitors the ability to give you their email adress (for a … 22 Now your visitors can give you their email adress in this page.
|
/plugin/hubspot/lang/en/ |
H A D | settings.php | 12 $lang['track_user'] = 'Track visitors';
|
/plugin/cookiebanner/lang/en/ |
H A D | intro.txt | 1 To improve the quality of our site, we track visitors anonymously. It doesn't hurt you, but helps u…
|
/plugin/noiewarning/ |
H A D | plugin.info.txt | 6 desc Warns visitors who are using shitty IE browser.
|
/plugin/nobadbrowser/ |
H A D | plugin.info.txt | 6 desc Warns visitors who are using shitty, dangerous browsers such as Microsoft Edge or Google Chrome.
|
/plugin/googleanalytics/ |
H A D | plugin.info.txt | 6 … Plugin to embed your Google Analytics code for your site, which allows you to track your visitors.
|
H A D | README.md | 13 …nalytics](https://en.wikipedia.org/wiki/Google_Analytics), which allows you to track your visitors.
|
/plugin/geourl/lang/en/ |
H A D | intro.txt | 3 This tool allows you to set a code for use with [[wp>GeoURL|GeoURL]], which allows your visitors to…
|
/plugin/googleanalytics/lang/en/ |
H A D | intro.txt | 5 …en.wikipedia.org/wiki/Google_Analytics|Google Analytics]], which allows you to track your visitors.
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | EnvironmentTest.php | 347 $visitors = $twig->getNodeVisitors(); 349 foreach ($visitors as $visitor) {
|
/plugin/autlogin/ |
H A D | admin.php | 22 var $visitors = null; //from visit.php variable in admin_plugin_autlogin 492 foreach($this->visitors as $datum => $n1) 864 foreach($this->visitors as $datum => $n1) 1037 $this->visitors = $acl_config;
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 322 * added Twig_BaseNodeVisitor to ease the compatibility of node visitors 572 * enforced interface when adding tests, filters, functions, and node visitors from extensions 628 …* fixed globals, parsers, visitors, filters, tests, and functions management in Twig_Environment w… 841 * changed the order of execution for node visitors 853 * added priority to node visitors 940 * added a way to add token parsers, filters, and visitors without creating an extension 951 * fixed node visiting for macros (macros are now visited by visitors as any other node) 986 * refactored node transformers to node visitors
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | advanced_legacy.rst | 12 itself with node visitors. 514 visitors. 878 Testing the node visitors can be complex, so extend your test cases from
|
H A D | deprecated.rst | 178 directly to make your node visitors compatible with both Twig 1.x and 2.x.
|
H A D | advanced.rst | 12 itself with node visitors. 574 visitors. 998 Testing the node visitors can be complex, so extend your test cases from
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 933 response location visitors. 1009 * Moved command filtration from validators to location visitors 1122 * Added the use of visitors to apply parameters to locations in service descriptions using the dyna…
|
/plugin/diagramsnet/lib/math/extensions/a11y/ |
H A D | mathjax-sre.js | 241 …visitors={};this.counter=0};goog.addSingletonGetter(sre.SemanticAnnotations);sre.SemanticAnnotatio… 242 …ors)this.annotators[b].annotate(a);for(var c in this.visitors)this.visitors[c].visit(a,this.visito…
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 102 - Do not instantiate visitors in the serialization builder [\#613](https://github.com/schmittjoh/se…
|