Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPngoutFilter.php51 private $strategy; variable in Assetic\\Filter\\PngoutFilter
74 public function setStrategy($strategy) argument
76 $this->strategy = $strategy;
100 if (null !== $this->strategy) {
101 $pb->add('-s'.$this->strategy);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst15 By default, it uses the HTML escaping strategy:
28 an optional argument which defines the escaping strategy to use:
61 for the HTML escaping strategy.
66 when the automatic escaping strategy is the same as the one applied by the
68 escaping strategy:
72 {% set strategy = 'html' %}
76 {{ var|escape(strategy) }} {# will be double-escaped #}
79 When using a variable as the escaping strategy, you should disable
84 {% set strategy = 'html' %}
87 {{ var|escape(strategy)|raw }} {# won't be double-escaped #}
[all …]
/plugin/emoji/script/
H A Djquery.textcomplete.js289 select: function (value, strategy, e) { argument
311 var strategy = this.strategies[i];
314 var matchRegexp = $.isFunction(strategy.match) ? strategy.match(text) : strategy.match;
317 if (match) { return [strategy, match[strategy.index], match]; }
353 return { value: value, strategy: strategy, term: term };
387 if (elem.strategy !== datum.strategy) continue;
496 var strategy = zippedData[0].strategy;
497 if (strategy.id) {
1102 regExp = $.isFunction(strategy.match) ? strategy.match(pre) : strategy.match;
1176 regExp = $.isFunction(strategy.match) ? strategy.match(pre) : strategy.match;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst11 using the HTML strategy
16 using the HTML strategy
21 using the js escaping strategy
36 using the HTML strategy
45 using the js escaping strategy
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileExtensionEscapingStrategyTest.php19 public function testGuess($strategy, $filename) argument
21 $this->assertSame($strategy, FileExtensionEscapingStrategy::guess($filename));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape_html_attr.test2 "escape" filter does not escape with the html strategy when using the html_attr strategy
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DIdenticalPropertyNamingStrategyTest.php29 $strategy = new IdenticalPropertyNamingStrategy();
30 self::assertEquals($propertyName, $strategy->translateName($mockProperty));
H A DCamelCaseNamingStrategyTest.php28 $strategy = new CamelCaseNamingStrategy();
29 self::assertEquals($expected, $strategy->translateName($mockProperty));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.simple.php44 $strategy =& new StrategyLinkRenderingNormal();
45 $strategy->apply($this, $driver);
H A Dbox.img.php217 $strategy =& new StrategyLinkRenderingNormal();
218 $strategy->apply($this, $driver);
345 $strategy =& new StrategyLinkRenderingNormal();
346 $strategy->apply($this, $driver);
H A Dbox.container.php606 $strategy = new StrategyWidthMin();
607 return $strategy->apply($this, $context);
611 $strategy = new StrategyWidthMinNowrap();
612 return $strategy->apply($this, $context);
619 $strategy = new StrategyWidthMaxNatural($limit);
620 return $strategy->apply($this, $context);
624 $strategy = new StrategyWidthMax($limit);
625 return $strategy->apply($this, $context);
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php66 $strategy = PageNameStrategy::getPagenameStategy($strategyName);
68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php141 public function addExclusionStrategy(ExclusionStrategyInterface $strategy): self argument
146 $this->exclusionStrategy = $strategy;
151 $this->exclusionStrategy->addStrategy($strategy);
157 $strategy,
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDisjunctExclusionStrategy.php33 public function addStrategy(ExclusionStrategyInterface $strategy): void argument
35 $this->delegates[] = $strategy;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php33 public function __construct(array $connections, StrategyInterface $strategy, ?callable $callback = null) argument
36 $this->_strategy = $strategy;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php48 … * @param string $strategy The strategy name that should be used as a strategy in the escape call
51 public function setEscaper($strategy, $callable) argument
53 $this->escapers[$strategy] = $callable;
996 * @param string $strategy The escaping strategy
1002 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes… argument
1011 } elseif (\in_array($strategy, ['html', 'js', 'css', 'html_attr', 'url'])) {
1024 switch ($strategy) {
1127 if (isset($escapers[$strategy])) {
1128 return \call_user_func($escapers[$strategy], $env, $string, $charset);
1133 …ntimeError(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $validStrategies…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dstrategy.test2 "autoescape" tag accepts an escaping strategy
H A Dstrategy.legacy.test2 "autoescape" tag accepts an escaping strategy
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test2 "filename" autoescape strategy
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveInvalidImg.txt
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dname.test2 "name" autoescape strategy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPagespeedInsights.php90 'strategy' => [
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1strategy(){return this.l}precache(t){this.addToCacheList(t),this.K||(self.addEventListener("instal…
H A Dworkbox-f163abaa.js1strategy(){return this.l}precache(t){this.addToCacheList(t),this.K||(self.addEventListener("instal…
H A Dworkbox-bed83ea8.js1strategy(){return this.l}precache(t){this.addToCacheList(t),this.T||(self.addEventListener("instal…

1234