Home
last modified time | relevance | path

Searched refs:filters (Results 201 – 225 of 288) sorted by relevance

12345678910>>...12

/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/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/webdavclient/
H A Dhelper.php1505 * @param array $filters (optional) The filters to apply
1509 …private function buildReport($op, $ns = array(), $props = array(), $filters = array(), $hrefs = ar… argument
1525 if(!empty($filters))
1528 foreach($filters as $filter => $params)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst22 developer to define their own custom tags and filters, and to create their own DSL.
H A Dapi.rst368 * :doc:`Filters <filters/index>`;
477 tags, filters, properties, and methods::
480 $filters = ['upper'];
488 $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js95 FCKDragTableHandler._ResizeBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 50 ;
457 paddingBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 10 ;
/plugin/data-au/syntax/
H A Dtable.php372 $filters = $this->dthlp->_get_filters();
374 foreach($filters as $filter) {
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js94 FCKDragTableHandler._ResizeBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 50 ;
458 paddingBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 10 ;
/plugin/data/syntax/
H A Dtable.php381 //show active filters
384 $filters = $this->dthlp->getFilters();
386 foreach ($filters as $filter) {
441 // Dynamic filters
655 // prepare filters
733 // add request filters
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md90 and filters are detailed in the last sections.
426 This class allows to `register` or `remove` filters. A filter takes
432 several filters can be applied on a stream, in a specific order, like
494 standard filters, like: `string.toupper`, `string.tolower`, `dechunk`,
497 of all registered filters.
/plugin/bibtex/OSBib/
H A DCHANGELOG24 2/ Reorganised export filters in preparation for work on citation formatting.
/plugin/database2/
H A Ddatabase2.php2893 $filters = $this->getFilterInput();
2911 foreach ( $filters as $index => $filter )
3068 $filters = $this->getFilterInput();
3076 if ( empty( $filters ) || $input['searchand'] || $input['searchor'] )
3093 $filters[] = $newFilter;
3098 foreach ( $filters as $index => $filter )
3128 $filters[$index] = <<<EOT
3147 if ( ( count( $filters ) > 1 ) || ( trim( $argument ) !== '' ) ||
3155 $class = ( count( $filters ) > 1 ) ? 'multi-filter' : 'single-filter';
3159 implode( "\n", $filters ) . $commands . '</div>';
/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.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/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/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …d=a&&a.dataFilter,e=a&&a.htmlFilter,c=b._.elementsPath&&b._.elementsPath.filters;if(d){d.addRules(…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …d=a&&a.dataFilter,e=a&&a.htmlFilter,c=b._.elementsPath&&b._.elementsPath.filters;if(d){d.addRules(…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php573 if ($validator->validate($vObject, $report->filters)) {
624 $nodePaths = $node->calendarQuery($report->filters);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php552 if ($validator->validate($vObject, $report->filters)) {
596 $nodePaths = $node->calendarQuery($report->filters);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst163 the :doc:`slice <../filters/slice>` filter:
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php277 * filters aggregation.
279 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-filters-aggregation.html
281 public function filters(string $name): Filters function in Elastica\\QueryBuilder\\DSL\\Aggregation
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test2 "autoescape" tag applies escaping after calling filters
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst65 If you need to apply filters to the variables, you first need to assign the
H A Dintl.rst4 …* extensions provides the ``localizeddate``, ``localizednumber`` and ``localizedcurrency`` filters.
/plugin/jquery/
H A Djquery-1.4.2.min.js63 …a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,clic… class in c.event.special.change
64 …pecialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListene…
81 …t(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function…
83 …h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(…
93 …,l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.unique…
118 …]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=fu…
119 …>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filt…
144 …w):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=f…

12345678910>>...12