Home
last modified time | relevance | path

Searched refs:filters (Results 176 – 200 of 288) sorted by relevance

12345678910>>...12

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js9filters=[];this.resizeFilters=[];this.callSuper("initialize",options);this._initElement(element,op… argument
11filters.GradientTransparency=fabric.util.createClass(fabric.Image.filters.BaseFilter,{type:"Gradie…
15 …g);oImg._initConfig(object);oImg._initFilters(object,function(filters){oImg.filters=filters||[];ca… argument
H A Dfabric.js16968 this.filters = [ ];
16975 if (options.filters) {
16976 this.filters = options.filters;
17004 if (this.filters.length !== 0) {
17081 filters: this.filters.map(function(filterObj) {
17190 filters = filters || this.filters;
17206 if (filters.length === 0) {
17355 if (object.filters && object.filters.length) {
17415 object.filters = filters || [ ];
17596 fabric.Image.filters = fabric.Image.filters || { };
[all …]
/plugin/structodt/
H A Dhelper.php230 public function getRows($schemas, &$first_schema, $filters=array()) argument
233 foreach ($filters as $filter) {
/plugin/struct/meta/
H A DSearch.php41 /** @var array the filters */
44 /** @var array the filters */
199 /* Convert certain filters into others
200 * this reduces the number of supported filters to implement in types */
H A DAccessTable.php530 $QB->filters()->whereAnd("DATA.$idColumn = $pl");
532 $QB->filters()->whereAnd("DATA.rev = $pl");
H A DQueryBuilder.php126 * Returns the current WHERE filters and allows to set new ones
130 public function filters() function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
/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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dspaceless.rst6 As of Twig 1.38, use the :doc:`spaceless <../filters/spaceless>` filter instead.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 …protected function getEnvironment($sandboxed, $options, $templates, $tags = [], $filters = [], $me… argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/datatemplate/syntax/
H A Dlist.php337 $filters = $this->dthlp->_get_filters();
342 foreach($filters as $f) {
/plugin/addressbook/
H A Dsyntax.php609 function getList($filters=false,$order="surname,firstname,cfunction,department"){ argument
619 if ($filters === false){
624 if (isset($filters['department'])){
625 …$sql = "select * from addresslist WHERE UPPER(department) = UPPER('".$filters['department']."') OR…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php789 'filters',
793 'path' => 'gmail/v1/users/{userId}/settings/filters',
803 'path' => 'gmail/v1/users/{userId}/settings/filters/{id}',
818 'path' => 'gmail/v1/users/{userId}/settings/filters/{id}',
833 'path' => 'gmail/v1/users/{userId}/settings/filters',
H A DYouTubeAnalytics.php202 'filters' => [
H A DAdsense.php395 'filters' => [
469 'filters' => [
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DInternet.svg1 …sible" stroke-linecap="square" stroke-miterlimit="3" color-interpolation-filters="sRGB"><path d="M…
/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/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst150 Variables can be modified by **filters**. Filters are separated from the
152 parentheses. Multiple filters can be chained. The output of one filter is
178 Go to the :doc:`filters<filters/index>` page to learn more about built-in
179 filters.
439 :doc:`escape<filters/escape>` or ``e`` filter:
565 (filters), ``[]``, and ``.``.
589 example as arguments to function calls, filters or just to extend or include
657 sugar for the :doc:`round<filters/round>` filter).
894 If you are looking for new tags, filters, or functions, have a look at the Twig official
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst4 The Text extension provides the following filters:
/plugin/database/
H A Ddatabase.php1114 * @param array $filters array of filters to be applied
1119 function filter($filters,$sortedList) { argument
1135 $filterValue = $filters[$colCounter];
1178 … $filterValue = str_replace($environment->WILD_CARD,'',$filters[$colCounter]);
1212 if ($filters[$colCounter] != $value) {
2378 $filters=array();
2430 $filters[$counter]= $_REQUEST[$test];
2431 else $filters[$counter]='';
2434 $list=$tab->filter($filters,$sortedList);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst42 filters are executed at runtime).
/plugin/lightweightcss/
H A DREADME30 The __Lightweight CSS Plugin__ filters styles that are for administrative purposes and adds an extr…
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt19 basically all the different features and filters of phpThumb.
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js414 taskRenderer.filters.push(function(id, task){
422 linkRenderer.filters.push(function(id, link){
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js13 …ask").filters.push(function(t,e){return!gantt.config.smart_rendering||!!gantt._smart_render.isTask…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php164 $filters = [
213 … $filters[] = new TwigFilter('upper', 'twig_upper_filter', ['needs_environment' => true]);
214 … $filters[] = new TwigFilter('lower', 'twig_lower_filter', ['needs_environment' => true]);
217 return $filters;

12345678910>>...12