Home
last modified time | relevance | path

Searched refs:filters (Results 201 – 225 of 288) sorted by last modified time

12345678910>>...12

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js414 taskRenderer.filters.push(function(id, task){
422 linkRenderer.filters.push(function(id, link){
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1filters","_add","pending","topmost","rel","requestUpdate","eachLayer","createLayerFactory","previu…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js13 …ask").filters.push(function(t,e){return!gantt.config.smart_rendering||!!gantt._smart_render.isTask…
H A Ddhtmlxgantt_smart_rendering.js.map1filters","detachEvent"],"mappings":";;;;;;;;;;;;CAAA,SAAAA,EAAAC,GACA,iBAAAC,SAAA,iBAAAC,OACAA,OAA…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js17279 if(layers.filters){
17280 for(var i = 0; i < layers.filters.length; i++){
17281 if(layers.filters[i](itemId, item) === false){
22768 filters: [], property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f20400.layerFactory.renderGroup
/plugin/data-au/syntax/
H A Dtable.php372 $filters = $this->dthlp->_get_filters();
374 foreach($filters as $filter) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst150 Variables can be modified by **filters**. Filters are separated from the
152 parentheses. Multiple filters can be chained. The output of one filter is
178 Go to the :doc:`filters<filters/index>` page to learn more about built-in
179 filters.
439 :doc:`escape<filters/escape>` or ``e`` filter:
565 (filters), ``[]``, and ``.``.
589 example as arguments to function calls, filters or just to extend or include
657 sugar for the :doc:`round<filters/round>` filter).
894 If you are looking for new tags, filters, or functions, have a look at the Twig official
H A Dindex.rst17 filters/index
H A Dintro.rst22 developer to define their own custom tags and filters, and to create their own DSL.
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
H A DStagingExtension.php29 protected $filters = []; variable in Twig\\Extension\\StagingExtension
51 if (isset($this->filters[$name])) {
55 $this->filters[$name] = $filter;
60 return $this->filters;
H A DCoreExtension.php164 $filters = [
213 … $filters[] = new TwigFilter('upper', 'twig_upper_filter', ['needs_environment' => true]);
214 … $filters[] = new TwigFilter('lower', 'twig_lower_filter', ['needs_environment' => true]);
217 return $filters;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst4 The Array extensions provides the following filters:
H A Dindex.rst28 * :doc:`Text <text>`: Provides useful filters for text manipulation;
35 * :doc:`Array <array>`: Provides useful filters for array manipulation;
H A Dintl.rst4 …* extensions provides the ``localizeddate``, ``localizednumber`` and ``localizedcurrency`` filters.
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DArray.php22 $filters = array(
26 return $filters;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst42 filters are executed at runtime).
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dspaceless.rst6 As of Twig 1.38, use the :doc:`spaceless <../filters/spaceless>` filter instead.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php63 protected $filters; variable in Twig\\Environment
1160 if (isset($this->filters[$name])) {
1161 return $this->filters[$name];
1164 foreach ($this->filters as $pattern => $filter) {
1208 return $this->filters;
1535 $this->filters = [];
1563 $this->filters[$name] = $filter;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php45 public function setAllowedFilters(array $filters) argument
47 $this->allowedFilters = $filters;
68 public function checkSecurity($tags, $filters, $functions) argument
76 foreach ($filters as $filter) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 …protected function getEnvironment($sandboxed, $options, $templates, $tags = [], $filters = [], $me… argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php27 $filters = $serializerExtension->getFilters();
28 self::assertInstanceOf('Twig_SimpleFilter', $filters[0]);
29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php35 private $filters = []; variable in DeepCopy\\DeepCopy
96 $this->filters[] = [
211 foreach ($this->filters as $item) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2 … in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFi…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php36 $tags = $filters = $functions = [];
50 ->write('$filters = ')->repr(array_filter($filters))->raw(";\n")
57 ->write(!$filters ? "[],\n" : "['".implode("', '", array_keys($filters))."'],\n")

12345678910>>...12