Home
last modified time | relevance | path

Searched refs:filters (Results 226 – 250 of 288) sorted by last modified time

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php37 protected $filters; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
47 $this->filters = [];
58 …if ($node instanceof FilterExpression && !isset($this->filters[$node->getNode('filter')->getAttrib…
59 $this->filters[$node->getNode('filter')->getAttribute('value')] = $node;
105 …$node->setNode('constructor_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $th…
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php21 public function checkSecurity($tags, $filters, $functions); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test2 "autoescape" tag applies escaping after calling filters
H A Dwith_pre_escape_filters.test2 "autoescape" tag applies escaping after calling filters, and before calling pre_escape filters
28 6. Still escape when using filters not declared safe
64 6. Still escape when using filters not declared safe
H A Dwith_preserves_safety_filters.test2 "autoescape" tag handles filters preserving the safety
20 4. Still escape when using filters not declared safe
46 4. Still escape when using filters not declared safe
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md28 1. [Filters](#filters)
139 You can add filters to customize the copy process.
145 We provide some generic filters and matchers.
276 **Make sure, though, to put this as one of your very first filters in the filter chain so that the …
277 before other filters are applied!**
358 …ures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js7 …][0]<=c[a]&&c[a]<=b[d][1]});return d&&l.push(c),d?null:"none"}),o.brush({filters:k,active:l})}func…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
214 static methods as filters::
264 Dynamic filters support was added in Twig 1.5.
276 The following filters will be matched by the above defined dynamic filter:
290 The filter will receive all dynamic part values before the normal filters
521 to host all the specific tags and filters you want to add to Twig.
560 * Returns a list of filters to add to the existing list.
681 method. This method must return an array of filters to add to the Twig
697 where keys are the name of the filters (``rot13``) and the values the
729 Using methods for filters is a great way to package your filter without
[all …]
H A Drecipes.rst276 For filters, register callbacks with ``registerUndefinedFilterCallback()``.
297 As the resolution of functions and filters is done during compilation,
H A Dadvanced.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
226 Some filters may need to work on input that is already escaped or safe, for
237 Support for variadic filters was added in Twig 1.19.
261 The following filters will be matched by the above defined dynamic filter:
281 Support for deprecated filters was added in Twig 1.21.
380 names (see dynamic filters and functions for the syntax).
411 Much better than creating a tag as you can **compose** filters.
577 to host all the specific tags and filters you want to add to Twig.
618 * Returns a list of filters to add to the existing list.
733 method. This method must return an array of filters to add to the Twig
[all …]
H A Dapi.rst368 * :doc:`Filters <filters/index>`;
477 tags, filters, properties, and methods::
480 $filters = ['upper'];
488 $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
H A Ddeprecated.rst43 implement this method to store the environment for your custom filters,
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md90 and filters are detailed in the last sections.
426 This class allows to `register` or `remove` filters. A filter takes
432 several filters can be applied on a stream, in a specific order, like
494 standard filters, like: `string.toupper`, `string.tolower`, `dechunk`,
497 of all registered filters.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst50 the :doc:`raw<../filters/raw>` filter:
64 :doc:`escape<../filters/escape>` filter.
H A Dfilter.rst4 Filter sections allow you to apply regular Twig filters on a block of template
13 You can also chain filters and pass arguments to them:
H A Dfor.rst163 the :doc:`slice <../filters/slice>` filter:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php16 private $filters = []; variable in PHPUnit_Runner_Filter_Factory
33 $this->filters[] = [$filter, $args];
41 foreach ($this->filters as $filter) {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst65 If you need to apply filters to the variables, you first need to assign the
H A Dtext.rst4 The Text extension provides the following filters:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG208 * fixed regression on static calls for functions/filters/tests
328 * added support for variadic filters, functions, and tests
406 * fixed first and last filters for UTF-8 strings
488 * added support for named arguments for filters, tests, and functions
489 * moved filters/functions/tests syntax errors to the parser
585 * added the preserves_safety option for filters
660 * added support for dynamically named filters and functions
667 * enhanced exceptions for unknown filters, functions, tests, and tags
859 * the odd and even filters are now tests:
996 * added the following filters in the Core extension: in, range
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/searchtablejs/
H A Dtablefilter.js1204 var filters = TF_GetFilters(id);
1205 for(var i=0; i<filters.length; i++)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
1213 try{ actb( grabEBI(filters[0]), colValues[0] ); }
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js1204 var filters = TF_GetFilters(id);
1205 for(var i=0; i<filters.length; i++)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
1213 try{ actb( grabEBI(filters[0]), colValues[0] ); }
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js790 …!0});a.on("selectionChange",function(){for(var b=[],d=g.list=[],f=[],k=g.filters,l=!0,B=a.elementP…
794 …mentsPath={idBase:"cke_elementspath_"+CKEDITOR.tools.getNextNumber()+"_",filters:[]};b.on("uiSpace… property in b._.elementsPath
919 …"cke_anchor","anchor"):null}}});var b=a._.elementsPath&&a._.elementsPath.filters;b&&b.push(functio…
1041 …TOR.plugins.scayt,b=a.dataProcessor,c=b&&b.htmlFilter,e=a._.elementsPath&&a._.elementsPath.filters,
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …d=a&&a.dataFilter,e=a&&a.htmlFilter,c=b._.elementsPath&&b._.elementsPath.filters;if(d){d.addRules(…

12345678910>>...12