Home
last modified time | relevance | path

Searched refs:filters (Results 151 – 175 of 288) sorted by relevance

12345678910>>...12

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md15 * Added support for `@import-once` to Less filters
46 * Added filters for JSMin and JSMinPlus
H A DREADME.md63 The filters applied to the collection will cascade to each asset leaf if you
75 The core provides the following filters in the `Assetic\Filter` namespace:
153 A filter manager is also provided for organizing filters.
227 consideration if the applied filters support it.
303 specified filters will still be applied, unless they are marked as optional
/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/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php322 public $filters; variable in Google_CompositeFilter
324 public function setFilters(/* array(Google_Filter) */ $filters) { argument
325 $this->assertIsArray($filters, 'Google_Filter', __METHOD__);
326 $this->filters = $filters;
329 return $this->filters;
H A DGoogle_AnalyticsService.php1650 public $filters; variable in Google_GaDataQuery
1670 public function setFilters( $filters) { argument
1671 $this->filters = $filters;
1674 return $this->filters;
2273 public $filters; variable in Google_McfDataQuery
2293 public function setFilters( $filters) { argument
2294 $this->filters = $filters;
2297 return $this->filters;
2770 public $filters; variable in Google_RealtimeDataQuery
2782 $this->filters = $filters;
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md23 1. [Filters](#filters)
134 You can add filters to customize the copy process.
140 We provide some generic filters and matchers.
271 **Make sure, though, to put this as one of your very first filters in the filter chain so that the entity is loaded
272 before other filters are applied!**
353 The following structures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js671 filters: [
986 filters: [
2064 var filters = null;
2070 filters = [
2076 filters = [
2081 filters = [
2086 filters = [
2091 filters = [
2096 filters = [
2101 filters = [
[all …]
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DVPNPolicy.svg1 …wBox="0 0 75 75" height="100.032" overflow="visible" color-interpolation-filters="sRGB" fill="none…
H A DRules.svg1 …wBox="0 0 75 75" height="100.032" overflow="visible" color-interpolation-filters="sRGB" fill="none…
H A DInternetServices2.svg1 …wBox="0 0 75 75" height="100.032" overflow="visible" color-interpolation-filters="sRGB" fill="none…
H A DACLRules.svg1 …wBox="0 0 75 75" height="100.032" overflow="visible" color-interpolation-filters="sRGB" fill="none…
H A DMarketplace.svg1 …sible" stroke-linecap="square" stroke-miterlimit="3" color-interpolation-filters="sRGB"><path d="M…
H A DEnterprise.svg1 …sible" stroke-linecap="square" stroke-miterlimit="3" color-interpolation-filters="sRGB"><path d="M…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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 …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php36 public $filters; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php36 public $filters; variable in Sabre\\CalDAV\\Xml\\Request\\CalendarQueryReport
/plugin/strata/
H A Dscript.js173 // Returns a text input which filters the field belonging to the given filterId
192 // Returns a select input which filters the field belonging to the given filterId
458 'filters': [] property in AnonymousFunctionb1c4c91b1700.f
464 f.filters.push(filterColumns.charAt(i));
477 if (f.filters.length) {
480 for (var j = 0; j < f.filters.length; j++) {
481 createFilterFieldAndSort(li, f.filters[j], i + '_' + j, f.field, f.sortType, fieldSelector, div, caption, f.minWidth);
495 if (f.filters.length == 0) { // No sort data was stored yet, do it now
H A Dmanual.txt257 You can use simple filters to refine any matches from a pattern.
265 The following filters apply to all types of data:
271 These filters only make sense on numerical values:
279 These filters (usually) only make sense on textual values:
318 An union block can contain more than two options, but must have at least two. All options must contain at least a pattern, but can contain filters and query blocks as well.
329 A minus block must contain at least a pattern, but can contain filters and other query blocks.
417 * ''text'': a text input field. It filters rows that have a value that contains the filter string (substring matching). E.g.: filtering for //David// will match //10 David Street//.
418 * ''%%select%%'': a drop down select box filter, which contains all possible values. It filters rows that have exactly the value that is selected (exact matching).
419 * ''%%prefix select%%'': a drop down select box filter, which contains all possible values. It filters rows that start with the value that is selected (prefix matching). E.g.: if the values //EN//, //%%EN-US%%//, and //%%EN-GB%%// are present, filtering for //EN// will match all three values.
420 * ''%%suffix select%%'': a drop down select box filter, which contains all possible values. It filters row
[all...]
/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/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php64 public $filters; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php57 public $filters; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php136 'filters' => [
207 'filters' => [
256 'filters' => [
827 'filters',
831 'path' => 'management/accounts/{accountId}/filters/{filterId}',
846 'path' => 'management/accounts/{accountId}/filters/{filterId}',
861 'path' => 'management/accounts/{accountId}/filters',
871 'path' => 'management/accounts/{accountId}/filters',
889 'path' => 'management/accounts/{accountId}/filters/{filterId}',
904 'path' => 'management/accounts/{accountId}/filters/{filterId}',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc67 analyzers, tokenizers, filters and index settings. Although essentially the same
136 <2> `analysis` is nested inside of `settings`, and contains tokenizers, filters,
137 char filters and analyzers.
/plugin/codemirror/dist/modes/
H A Ddjango.min.js.map1filters","operators","wordOperators","RegExp","join","tokenBase","stream","state","match","tokeniz…

12345678910>>...12