Home
last modified time | relevance | path

Searched refs:filter (Results 176 – 200 of 1263) sorted by relevance

12345678910>>...51

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dround.rst5 The ``round`` filter was added in Twig 1.15.0.
7 The ``round`` filter rounds a number to a given precision:
17 The ``round`` filter takes two optional arguments; the first one specifies the
H A Dconvert_encoding.rst5 The ``convert_encoding`` filter was added in Twig 1.4.
7 The ``convert_encoding`` filter converts a string from one encoding to
17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
H A Ddefault.rst4 The ``default`` filter returns the passed default value if the value is
17 When using the ``default`` filter on an expression that uses variables in some
18 method calls, be sure to use the ``default`` filter whenever a variable can be
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md11 * Added "boring" option to Compass filter
12 * Fixed accumulation of load paths in Compass filter
21 * Misc fixes to Compass filter
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_class_and_anonymous_function.php7 $filter = ['abc124', 'abc123', '123'];
10 $filter,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php26 * Represents an extensible matching rule filter. RFC 4511, 4.5.1.7.7
175 $filter = '';
177 $filter = $this->attribute;
180 $filter .= ':' . $this->matchingRule;
183 $filter .= ':dn';
186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
206 throw new ProtocolException('The matching rule filter is malformed');
228 throw new ProtocolException('The matching rule filter is malformed.');
231 throw new ProtocolException('The matching rule filter is malformed.');
234 throw new ProtocolException('The matching rule filter i
[all...]
H A DFilterContainerInterface.php22 * Add a filter.
37 * Check if a filter exists.
39 * @param FilterInterface $filter
42 public function has(FilterInterface $filter): bool;
45 * Remove a specific filter.
41 has(FilterInterface $filter) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DSignificantTerms.php22 public function setBackgroundFilter(AbstractQuery $filter): self argument
24 return $this->setParam('background_filter', $filter);
H A DAdjacencyMatrix.php10 * Add a named filter.
14 public function addFilter(AbstractQuery $filter, string $name): self argument
16 return $this->addParam('filters', $filter, $name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
4 {% filter lower|title %}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataLabeling.php120 'filter' => [
202 'filter' => [
254 'filter' => [
296 'filter' => [
328 'filter' => [
342 'filter' => [
490 'filter' => [
652 'filter' => [
718 'filter' => [
780 'filter' => [
[all …]
H A DRecommender.php91 'filter' => [
143 'filter' => [
215 'filter' => [
267 'filter' => [
339 'filter' => [
391 'filter' => [
463 'filter' => [
515 'filter' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferJobs.php67 * @param string $filter Required. A list of query parameters specified as JSON
80 public function listTransferJobs($filter, $optParams = []) argument
82 $params = ['filter' => $filter];
H A DTransferOperations.php88 * @param string $filter Required. A list of query parameters specified as JSON
103 public function listTransferOperations($name, $filter, $optParams = []) argument
105 $params = ['name' => $name, 'filter' => $filter];
/plugin/searchtablejs/TableFilter_EN/
H A Dfiltergrid.css4 - edit classes below to change filter grid style
7 .fltrow{ /* filter grid row appearance */
17 .flt{ /* filter (input) appearance */
21 .flt_s{ /* small filter (input) appearance */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php57 public $filter; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
282 public function setFilter($filter) argument
284 $this->filter = $filter;
291 return $this->filter;
H A DSearchQueriesPreviousPage.php57 public $filter; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
282 public function setFilter($filter) argument
284 $this->filter = $filter;
291 return $this->filter;
H A DSearchQueriesRequest.php57 public $filter; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
282 public function setFilter($filter) argument
284 $this->filter = $filter;
291 return $this->filter;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dwith_filters.test2 macro with a filter
7 {% filter escape %}foo<br />{% endfilter %}
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js59 $.support.matrixFilter = supportMatrixFilter = divStyle.filter === "";
120 if ( elemStyle && rMatrix.test( elemStyle.filter ) ) {
148 filter, variable
166 filter = ( currentStyle = elem.currentStyle ) && currentStyle.filter || elemStyle.filter || "";
168 elemStyle.filter = rMatrix.test(filter) ?
169 filter.replace(rMatrix, Matrix) :
170 filter + " progid:DXImageTransform.Microsoft." + Matrix + ")";
/plugin/authyubikey/
H A Dauth.php.org17 /** @var array filter pattern */
241 * @param array $filter
244 public function getUserCount($filter = array()) {
248 if(!count($filter)) return count($this->users);
251 $this->_constructPattern($filter);
267 * @param array $filter array of field/pattern pairs
279 $this->_constructPattern($filter);
401 * construct a filter pattern
403 * @param array $filter
405 protected function _constructPattern($filter) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test6 {% filter title -%}
11 {% filter title -%}
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist12 <filter>
16 </filter>
/plugin/icalevents/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist12 <filter>
16 </filter>
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist13 <filter>
17 </filter>

12345678910>>...51