Home
last modified time | relevance | path

Searched refs:filters (Results 226 – 250 of 288) sorted by path

12345678910>>...12

/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …filter=new OpenLayers.Filter.Logical({type:OpenLayers.Filter.Logical.AND,filters:[this.layer.filte…
/plugin/pagequery/
H A DPageQuery.php578 $filters = explode('->', $filter);
579 $begin = (empty($filters[0]) ? null : strtotime($filters[0]));
580 $end = (empty($filters[1]) ? null : strtotime($filters[1]));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php143 …s a still image); JPEG and BMP are neither transparent nor animated. Any filters will disable anim…
H A Dreadme.demos.txt19 basically all the different features and filters of phpThumb.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt54 * [bugfix: G133] fix 'wmi' and 'wmt' filters
388 phpThumb.php so any filters can be applied, as well as
545 ¤ ImageMagick now processes most of the image filters if
551 - most &fltr[] filters don't work at all
594 * Debug messages are now passed back from filters
602 to save memory before applying image filters
807 ¤ Added new filters:
863 ¤ Added new filters:
935 ¤ Added new filters:
1062 * Split out filter functions into phpthumb.filters.php
[all …]
H A Dphpthumb.faq.txt262 or different filters, etc. Generally you don't want that enabled, but it's
H A Dphpthumb.readme.txt469 so you can rotate output of other filters.
478 It is only provided for cases where other filters need to
480 resultant image should be resized after other filters are
608 Some image filters require PHP v5.0.0+
631 Most (if not all) filters require GD v2.x to function
632 at all. But many filters can be handled by ImageMagick
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md80 * Added a string filter parser based on RFC 4515. Allows creating filter objects from arbitrary string filters.
81 * Added a toString() method on filters for displaying their string filter representation.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerInterface.php15 * An interface used for filters that contain other filters.
24 * @param FilterInterface ...$filters
27 public function add(FilterInterface ...$filters);
30 * Get the filters.
47 * @param FilterInterface ...$filters
50 public function remove(FilterInterface ...$filters);
53 * Set the filters.
55 * @param FilterInterface ...$filters
58 public function set(FilterInterface ...$filters);
26 add(FilterInterface...$filters) global() argument
49 remove(FilterInterface...$filters) global() argument
57 set(FilterInterface...$filters) global() argument
[all...]
H A DFilterContainerTrait.php36 protected $filters = []; argument
39 * @param FilterInterface ...$filters
41 public function __construct(FilterInterface ...$filters)
43 $this->filters = $filters;
47 * @param FilterInterface ...$filters
50 public function add(FilterInterface ...$filters)
52 foreach ($filters as $filter) {
53 $this->filters[] = $filter;
65 return array_search($filter, $this->filters, tru
31 protected $filters = []; global() variable
45 add(FilterInterface...$filters) global() argument
67 remove(FilterInterface...$filters) global() argument
82 set(FilterInterface...$filters) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php28 * Provides some simple factory methods for building filters.
35 * Create a logical 'and' filter, containing other filters.
37 * @param FilterInterface ...$filters
40 public static function and(FilterInterface ...$filters): AndFilter
42 return new AndFilter(...$filters);
46 * Create a logical 'or' filter, containing other filters.
48 * @param FilterInterface ...$filters
51 public static function or(FilterInterface ...$filters): OrFilter
53 return new OrFilter(...$filters);
38 and(FilterInterface...$filters) global() argument
49 or(FilterInterface...$filters) global() argument
/plugin/rssticker/
H A Drssticker.js132 if (tickerDiv.filters && tickerDiv.filters[0]){
133 if (typeof tickerDiv.filters[0].opacity=="number") //IE6+
134 tickerDiv.filters[0].opacity=this.opacitysetting*100
/plugin/s5/ui/default/
H A Diepngfix.htc15 if (filters[f]) {
16 filters[f].enabled = s ? true : false;
17 if (s) with (filters[f]) { src = s; sizingMethod = m }
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc15 if (filters[f]) {
16 filters[f].enabled = s ? true : false;
17 if (s) with (filters[f]) { src = s; sizingMethod = m }
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc15 if (filters[f]) {
16 filters[f].enabled = s ? true : false;
17 if (s) with (filters[f]) { src = s; sizingMethod = m }
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc15 if (filters[f]) {
16 filters[f].enabled = s ? true : false;
17 if (s) with (filters[f]) { src = s; sizingMethod = m }
/plugin/schedule/
H A Dschedules.class.php64 var $filters; variable in schedules
243 function setOtherFilters ($max, $filters, $grouped) { argument
245 foreach ($filters as $name => $values) {
253 $this->filters[$name] = $newValues;
1267 if ($this->filters)
1268 foreach ($this->filters as $name => $values) {
/plugin/schedule/syntax/
H A Dblock.php180 $filters = array ();
193 $filters [$filterName] .= $sep.trim (trim ($dumy[$filterName][$i]), ',');
201 $this->schedules->setOtherFilters ($max, $filters, $grouped);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.Custom.txt
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js1204 var filters = TF_GetFilters(id);
1205 for(var i=0; i<filters.length; i++)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
1213 try{ actb( grabEBI(filters[0]), colValues[0] ); }
/plugin/searchtablejs/
H A Dtablefilter.js1204 var filters = TF_GetFilters(id);
1205 for(var i=0; i<filters.length; i++)
1207 if( grabEBI(filters[i]).nodeName.toLowerCase()=="input")
1213 try{ actb( grabEBI(filters[0]), colValues[0] ); }
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock428 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2filters=[],n}ut(e,t);var n=e.prototype;return n.getOutput=function(){return this.gain},n.setNodeSo…
/plugin/strata/helper/
H A Dsyntax.php353 // extract patterns and split them in triples and filters
370 // split patterns into triples and filters
371 list($patterns, $filters, $scope) = $this->transformPatterns($patterns, $typemap);
409 // add all filters; these are a bit weird, as only a single FILTER is really supported
410 // (we have defined multiple filters as being a conjunction)
411 if(count($filters)) {
412 foreach($filters as $f) {
426 'rhs'=>$filters
485 * list of filters.
489 * @return a list of triples, a list of filters an
[all...]

12345678910>>...12