Home
last modified time | relevance | path

Searched refs:filter (Results 251 – 275 of 1263) sorted by relevance

1...<<11121314151617181920>>...51

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-dataprovider-by-only-string-isolation.phpt2 phpunit --process-isolation --filter @false\ test DataProviderFilterTest ../_files/DataProviderFilt…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-dataprovider-by-range-isolation.phpt2 phpunit --process-isolation --filter testTrue#1-3 DataProviderFilterTest ../_files/DataProviderFilt…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-dataprovider-by-regexp-isolation.phpt2 phpunit --process-isolation --filter testFalse@false.* DataProviderFilterTest ../_files/DataProvide…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-method-isolation.phpt2 phpunit --process-isolation --filter testBalanceIsInitiallyZero BankAccountTest ../_files/BankAccou…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-dataprovider-by-number-isolation.phpt2 phpunit --process-isolation --filter testTrue#3 DataProviderFilterTest ../_files/DataProviderFilter…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-class-isolation.phpt2 phpunit --process-isolation --filter BankAccountTest BankAccountTest ../_files/BankAccountTest.php
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-dataprovider-by-only-regexp-isolation.phpt2 phpunit --process-isolation --filter @false.* DataProviderFilterTest ../_files/DataProviderFilterTe…
7 $_SERVER['argv'][3] = '--filter';
H A Dfilter-dataprovider-by-string-isolation.phpt2 phpunit --process-isolation --filter testFalse@false\ test DataProviderFilterTest ../_files/DataPro…
7 $_SERVER['argv'][3] = '--filter';
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst5 The ``first`` filter was added in Twig 1.12.2.
7 The ``first`` filter returns the first "element" of a sequence, a mapping, or
H A Dlast.rst5 The ``last`` filter was added in Twig 1.12.2.
7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php24 * Add a filter.
26 * If a name is given, it will be added as a key, otherwise considered as an anonymous filter
30 public function addFilter(AbstractQuery $filter, ?string $name = null): self argument
43 return $this->addParam('filters', $filter, $name);
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst4 The *Date* extension provides the ``time_diff`` filter.
6 You need to register this extension before using the ``time_diff`` filter::
13 Use the ``time_diff`` filter to render the difference between a date and now.
/plugin/displayorphans/
H A Dhelper.php36 …function /* array */ findItems(/* string */ $datadir, callable $filter = null, array $ignoredPages… argument
41 …{ if (empty($filter) || $filter($id, $item, $ignoredPages, $ignoreNamespaces)) { $items[$id] = $it…
/plugin/fblogin/files/
H A Dfacebook.class.php222 function getUserCount($filter=array()) { argument
232 * @param filter array of field/pattern pairs
235 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
/plugin/struct/types/
H A DColor.php85 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
89 $url = wl($page, $filter);
96 $R->internallink("$page?$filter", $color);
H A DTag.php30 $filter = SearchConfigParameters::$PARAM_FILTER .
36 $R->internallink($page . '?' . $filter, $value);
125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) function in dokuwiki\\plugin\\struct\\types\\Tag
H A DAbstractBaseType.php351 * @param string $filter the filter to apply to the aggregations on $page
355 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
361 $R->internallink("$page?$filter", $value);
365 * This function is used to modify an aggregation query to add a filter
367 * least a filter here but could do additional things like joining more
370 * Important: $value might be an array. If so, the filter should check against
378 * @param string $op the logical operator this filter should use (AND|OR)
380 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
490 * This is the value to be used as argument to a filter fo
353 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
374 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md38 * Added pure php css embed filter
42 * Ensure uniqueness of temporary files created by the compressor filter. Fixed #61
55 * Added ability to pass variables into lessphp filter
56 * Added google closure stylesheets jar filter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php187 * Search LDAP with a given filter, scope, etc to retrieve a set of entries. argument
191 public static function search(FilterInterface $filter, ...$attributes): SearchRequest
193 return new SearchRequest($filter, ...$attributes);
197 * Search for a specific base DN object to read. This sets a 'present' filter for the 'objectClass' attribute to help
212 public static function list(FilterInterface $filter, string $baseDn, ...$attributes): SearchRequest
214 return (new SearchRequest($filter, ...$attributes))->base($baseDn)->useSingleLevelScope();
208 list(FilterInterface $filter, string $baseDn, ...$attributes) global() argument
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true'…
/plugin/combo/resources/snippet/js/
H A Dpage-explorer-tree.js4 let currentIdParts = currentId.split(":").filter(el => el.length !== 0);
7 let baseParts = baseId.split(":").filter(el => el.length !== 0);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php477 return $filter;
718 if (false === $filter = $this->env->getFilter($name)) {
725 if ($filter instanceof TwigFilter && $filter->isDeprecated()) {
726 $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName());
727 if (!\is_bool($filter->getDeprecatedVersion())) {
728 $message .= sprintf(' since version %s', $filter->getDeprecatedVersion());
730 if ($filter->getAlternative()) {
731 $message .= sprintf('. Use "%s" instead', $filter->getAlternative());
739 if ($filter instanceof TwigFilter) {
740 return $filter->getNodeClass();
[all …]
H A DEnvironment.php1122 public function addFilter($name, $filter = null) argument
1124 …if (!$name instanceof TwigFilter && !($filter instanceof TwigFilter || $filter instanceof \Twig_Fi…
1129 $filter = $name;
1130 $name = $filter->getName();
1139 $this->staging->addFilter($name, $filter);
1170 $filter->setArguments($matches);
1172 return $filter;
1179 return $filter;
1557 if ($filter instanceof TwigFilter) {
1558 $name = $filter->getName();
[all …]
/plugin/advrack/
H A Dstyle.css325 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
326 …-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)…
329 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
330 …-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)…
435 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
544 filter: alpha(opacity=20);
553 filter: alpha(opacity=40);
560 filter: none;
561 -ms-filter: none;
615 filter:alpha(opacity=70);
[all …]
/plugin/authsplit/
H A Dauth.php548 * @param array $filter array of field/pattern pairs, null for no filter
552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
556 $start, $limit, $filter
568 * Return a count of the number of user which meet $filter criteria
572 * @param array $filter array of field/pattern pairs, empty array for no filter
575 public function getUserCount($filter = array()) { argument
577 $result = $this->authplugins['secondary']->getUserCount($filter);

1...<<11121314151617181920>>...51