Home
last modified time | relevance | path

Searched refs:visitors (Results 1 – 25 of 33) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/src/
DNodeTraverser.php28 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) {
DParser.php41 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;
DEnvironment.php62 protected $visitors; variable in Twig\\Environment
1113 return $this->visitors;
1538 $this->visitors = [];
1603 $this->visitors[] = $visitor;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DStagingExtension.php30 protected $visitors = []; variable in Twig\\Extension\\StagingExtension
65 $this->visitors[] = $visitor;
70 return $this->visitors;
/plugin/statdisplay/helper/
Dgraph.php70 $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/
DREADME.txt10 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/
Dsettings.php12 $lang['track_user'] = 'Track visitors';
/plugin/cookiebanner/lang/en/
Dintro.txt1 To improve the quality of our site, we track visitors anonymously. It doesn't hurt you, but helps u…
/plugin/noiewarning/
Dplugin.info.txt6 desc Warns visitors who are using shitty IE browser.
/plugin/googleanalytics/
Dplugin.info.txt6 … Plugin to embed your Google Analytics code for your site, which allows you to track your visitors.
DREADME.md13 …nalytics](https://en.wikipedia.org/wiki/Google_Analytics), which allows you to track your visitors.
/plugin/nobadbrowser/
Dplugin.info.txt6 desc Warns visitors who are using shitty, dangerous browsers such as Microsoft Edge or Google Chr…
/plugin/geourl/lang/en/
Dintro.txt3 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/
Dwalk.js25 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]
Dwalk.es.js19 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/
Dwalk.es.js19 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]
Dwalk.js25 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/
Dindex.js19 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/
Dindex.js19 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/
DEnvironmentTest.php347 $visitors = $twig->getNodeVisitors();
349 foreach ($visitors as $visitor) {
/plugin/googleanalytics/lang/en/
Dintro.txt5 …en.wikipedia.org/wiki/Google_Analytics|Google Analytics]], which allows you to track your visitors.
/plugin/autlogin/
Dadmin.php22 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/
DCHANGELOG322 * 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/
DREADME.md260 **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/
DREADME.md258 **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

12