Home
last modified time | relevance | path

Searched refs:Filters (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt187 * Bugfix: Filters are only removed from the processing queue
657 ¤ Filters now use GD functions where available (using
678 * Filters now skip processing if amount=0 or similar
1071 * Filters that produce transparent sections (such as
H A Dphpthumb.readme.txt635 * Filters handled by ImageMagick or GD:
638 * Filters handled only by ImageMagick:
640 * Filters handled only by GD + PHP5:
642 * Filters handled only by GD2:
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md23 1. [Filters](#filters)
186 ### Filters subsection
192 `SetNullFilter` (filter)DeepCopy""Going further""Filters global() argument
214 `KeepFilter` (filter)DeepCopy""Going further""Filters global() argument
231 `DoctrineCollectionFilter` (filter)DeepCopy""Going further""Filters global() argument
247 `DoctrineEmptyCollectionFilter` (filter)DeepCopy""Going further""Filters global() argument
266 `DoctrineProxyFilter` (filter)DeepCopy""Going further""Filters global() argument
288 `ReplaceFilter` (type filter)DeepCopy""Going further""Filters global() argument
330 `ShallowCopyFilter` (type filter)DeepCopy""Going further""Filters global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php9 * Class Filters.
13 class Filters extends AbstractAggregation class
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php18 use Elastica\Aggregation\Filters; alias
281 public function filters(string $name): Filters
283 return new Filters($name);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md592 - Added support for `other_bucket` and `other_bucket_key` paramters on `Elastica\Aggregation\Filters`
961 - Filters aggregation: empty name is named bucket [#935](https://github.com/ruflin/Elastica/pull/935)
964 - Filters aggregation: empty name is named bucket [#935](https://github.com/ruflin/Elastica/pull/935)
1124 - Added availability to specify regexp options in \Elastica\Filters\Regexp [#583](https://github.com/ruflin/Elastica/issues/583/) [#777](https://github.com/ruflin/Elastica/issues/777/)
1926 - Refactoring Queries and Filters to use Elastica_Param. Adding tests
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilters.php20 class Filters extends \Google\Collection class
169 class_alias(Filters::class, 'Google_Service_Analytics_Filters');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md976 * Bug fix: Filters were not always invoked for array service description parameters
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementFilters.php21 use Google\Service\Analytics\Filters; alias
85 * @return Filters
91 return $this->call('list', [$params], Filters::class);
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php9 use FreeDSx\Ldap\Search\Filters; alias
73 $filter = Filters::equal('objectCategory', 'group');
H A DADClient.php11 use FreeDSx\Ldap\Search\Filters;
46 $filter = Filters::and(
47 Filters::equal('objectClass', 'user'),
48 Filters::or(
49 Filters::equal('sAMAccountName', $samaccountname),
50 Filters::equal('userPrincipalName', $userprincipal)
109 $filter = Filters::and(
110 Filters::equal('objectClass', 'group')
119 $filter->add(Filters::$filtermethod('cn', $match));
156 $filter = Filters
12 use FreeDSx\Ldap\Search\Filters; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md10 * String Representation of Search Filters ([RFC 4515](https://tools.ietf.org/search/rfc4515))
24 * [Searching and Filters](/docs/Client/Searching-and-Filters.md)
44 use FreeDSx\Ldap\Search\Filters;
60 $filter = Filters::and(
61 Filters::equal('objectClass', 'user'),
62 Filters::startsWith('cn', 'S'),
64 Filters::raw('(telephoneNumber=*)')
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php37 use FreeDSx\Ldap\Search\Filters;
119 return new CompareRequest($dn, Filters::equal($attributeName, $value));
204 return (new SearchRequest(Filters::present('objectClass'), ...$attributes))->base($baseDn)->useBaseScope();
35 use FreeDSx\Ldap\Search\Filters; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php91 $this->search = (new SearchRequest($filter ?? Filters::present('objectClass'), ...$attributes));
H A DFilterParser.php286 return Filters::lessThanOrEqual($attribute, $this->unescapeValue($value));
288 return Filters::greaterThanOrEqual($attribute, $this->unescapeValue($value));
290 return Filters::approximate($attribute, $this->unescapeValue($value));
296 return Filters::present($attribute);
302 return Filters::equal($attribute, $this->unescapeValue($value));
400 return Filters::not($info[1]);
H A DFilters.php32 class Filters
30 class Filters global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php33 use FreeDSx\Ldap\Search\Filters;
206 $request->setFilter(Filters::raw($referral->getFilter()));
31 use FreeDSx\Ldap\Search\Filters; global() alias
/plugin/strata/
H A Dmanual.txt255 ==== Filters ====
302 An optional block must contain at least a [[#patterns|pattern]]. Filters and other query blocks are also possible. An optional block is only used if all patterns in the block match.
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md38 Filters section in Assetic [![Build Status](https://travis-ci.org/kriswallsmith/assetic.png?branch=master)](https://travis-ci.org/kriswallsmith/assetic) ![project status](http://stillmaintained.com/kriswallsmith/assetic.png)
41 Filters can be applied to manipulate assets.
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … Adobe Application-Specific JPEG markers in the\n * Supporting the DCT Filters in PostScript Lev…
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown177 slickFilter | filter : selector or function | Filters slides using jQuery .filter syntax
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst147 Filters section in Twig for Template Designers
150 Variables can be modified by **filters**. Filters are separated from the
162 Filters that accept arguments have parentheses around the arguments. This
H A Dadvanced_legacy.rst127 Filters section in Extending Twig
223 Environment aware Filters argument
260 Dynamic Filters argument
677 Filters subsection
733 Overriding default Filters argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dstatic_calls.test2 Filters as static method calls
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md28 1. [Filters](#filters)
191 ### Filters subsection

12