Home
last modified time | relevance | path

Searched refs:visitors (Results 1 – 23 of 23) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md933 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/autlogin/
H A 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/cookiebanner/lang/en/
H A Dintro.txt1 To improve the quality of our site, we track visitors anonymously. It doesn't hurt you, but helps u…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js241visitors={};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 DCHANGELOG.md102 - Do not instantiate visitors in the serialization builder [\#613](https://github.com/schmittjoh/se…
/plugin/findologicxmlexport/vendor/twig/twig/
H A 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/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst12 itself with node visitors.
574 visitors.
998 Testing the node visitors can be complex, so extend your test cases from
H A Dadvanced_legacy.rst12 itself with node visitors.
514 visitors.
878 Testing the node visitors can be complex, so extend your test cases from
H A Ddeprecated.rst178 directly to make your node visitors compatible with both Twig 1.x and 2.x.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php62 protected $visitors; variable in Twig\\Environment
1113 return $this->visitors;
1538 $this->visitors = [];
1603 $this->visitors[] = $visitor;
H A 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) {
H A 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;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php30 protected $visitors = []; variable in Twig\\Extension\\StagingExtension
65 $this->visitors[] = $visitor;
70 return $this->visitors;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php347 $visitors = $twig->getNodeVisitors();
349 foreach ($visitors as $visitor) {
/plugin/geourl/lang/en/
H A Dintro.txt3 This tool allows you to set a code for use with [[wp>GeoURL|GeoURL]], which allows your visitors to…
/plugin/givemeyouremail/
H A 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/googleanalytics/
H A DREADME.md13 …nalytics](https://en.wikipedia.org/wiki/Google_Analytics), which allows you to track your visitors.
H A Dplugin.info.txt6 … Plugin to embed your Google Analytics code for your site, which allows you to track your visitors.
/plugin/googleanalytics/lang/en/
H A Dintro.txt5 …en.wikipedia.org/wiki/Google_Analytics|Google Analytics]], which allows you to track your visitors.
/plugin/hubspot/lang/en/
H A Dsettings.php12 $lang['track_user'] = 'Track visitors';
/plugin/nobadbrowser/
H A Dplugin.info.txt6 desc Warns visitors who are using shitty, dangerous browsers such as IE or Chrome.
/plugin/noiewarning/
H A Dplugin.info.txt6 desc Warns visitors who are using shitty IE browser.
/plugin/statdisplay/helper/
H A 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)