| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| 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) {
|
| 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;
|
| 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/ |
| D | StagingExtension.php | 30 protected $visitors = []; variable in Twig\\Extension\\StagingExtension 65 $this->visitors[] = $visitor; 70 return $this->visitors;
|
| /plugin/statdisplay/helper/ |
| 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/ |
| 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/ |
| D | settings.php | 12 $lang['track_user'] = 'Track visitors';
|
| /plugin/cookiebanner/lang/en/ |
| 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/ |
| D | plugin.info.txt | 6 desc Warns visitors who are using shitty IE browser.
|
| /plugin/googleanalytics/ |
| D | plugin.info.txt | 6 … Plugin to embed your Google Analytics code for your site, which allows you to track your visitors.
|
| D | README.md | 13 …nalytics](https://en.wikipedia.org/wiki/Google_Analytics), which allows you to track your visitors.
|
| /plugin/nobadbrowser/ |
| D | plugin.info.txt | 6 desc Warns visitors who are using shitty, dangerous browsers such as Microsoft Edge or Google Chr…
|
| /plugin/geourl/lang/en/ |
| D | intro.txt | 3 This tool allows you to set a code for use with [[wp>GeoURL|GeoURL]], which allows your visitors to…
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 25 function simple(node, visitors, base, state, override) { argument 28 var type = override || node.type, found = visitors[type] 37 function ancestor(node, visitors, base, state) { argument 41 var type = override || node.type, found = visitors[type]
|
| D | walk.es.js | 19 function simple(node, visitors, base, state, override) { argument 22 var type = override || node.type, found = visitors[type] 31 function ancestor(node, visitors, base, state) { argument 35 var type = override || node.type, found = visitors[type]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 19 function simple(node, visitors, base, state, override) { argument 22 var type = override || node.type, found = visitors[type] 31 function ancestor(node, visitors, base, state) { argument 35 var type = override || node.type, found = visitors[type]
|
| D | walk.js | 25 function simple(node, visitors, base, state, override) { argument 28 var type = override || node.type, found = visitors[type] 37 function ancestor(node, visitors, base, state) { argument 41 var type = override || node.type, found = visitors[type]
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 19 export function simple(node, visitors, base, state, override) { argument 22 let type = override || node.type, found = visitors[type] 31 export function ancestor(node, visitors, base, state) { argument 35 let type = override || node.type, found = visitors[type]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 19 export function simple(node, visitors, base, state, override) { argument 22 let type = override || node.type, found = visitors[type] 31 export function ancestor(node, visitors, base, state) { argument 35 let type = override || node.type, found = visitors[type]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | EnvironmentTest.php | 347 $visitors = $twig->getNodeVisitors(); 349 foreach ($visitors as $visitor) {
|
| /plugin/googleanalytics/lang/en/ |
| D | intro.txt | 5 …en.wikipedia.org/wiki/Google_Analytics|Google Analytics]], which allows you to track your visitors.
|
| /plugin/autlogin/ |
| 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/ |
| 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/asciidocjs/node_modules/acorn/ |
| D | README.md | 260 **simple**`(node, visitors, base, state)` does a 'simple' walk over 261 a tree. `node` should be the AST node to walk, and `visitors` an 271 **ancestor**`(node, visitors, base, state)` does a 'simple' walk over
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | README.md | 258 **simple**`(node, visitors, base, state)` does a 'simple' walk over 259 a tree. `node` should be the AST node to walk, and `visitors` an 269 **ancestor**`(node, visitors, base, state)` does a 'simple' walk over
|