Home
last modified time | relevance | path

Searched refs:filters (Results 26 – 50 of 288) sorted by path

12345678910>>...12

/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 DReports.php104 'filters' => [
159 'filters' => [
263 'filters' => [
308 'filters' => [
H A DYouTubeAnalytics.php202 'filters' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DApiDimensionFilterGroup.php33 public function setFilters($filters) argument
35 $this->filters = $filters;
42 return $this->filters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DApiDimensionFilterGroup.php30 public function setFilters($filters) argument
32 $this->filters = $filters;
39 return $this->filters;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md930 * Bug fix: Running any filters when parsing response headers with service descriptions
1171 * Allowing dot notation for class paths in filters attribute of a service descriptions
H A DUPGRADING.md975 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
988 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
1030 "filters": "json_encode",
1081 "filters": "json_encode",
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php122 private static $filters; variable in phpseclib3\\File\\ASN1
1104 $filters = self::$filters;
1106 if (!isset($filters[$part])) {
1107 $filters = false;
1110 $filters = $filters[$part];
1112 if ($filters === false) {
1115 return self::encode_der($source, $filters + $mapping, null, $special);
1349 * @param array $filters
1351 public static function setFilters($filters) argument
1353 self::$filters = $filters;
H A DX509.php570 $filters = [];
594 ASN1::setFilters($filters);
1759 $filters = [];
1761 ASN1::setFilters($filters);
1859 $filters = [];
1868 $filters = [];
1906 $filters = [];
1908 ASN1::setFilters($filters);
2319 $filters = [];
2323 ASN1::setFilters($filters);
[all …]
/plugin/backup/
H A Dadmin.php16 protected $filters = null; variable in admin_plugin_backup
348 if ($this->filters === null) {
349 $this->filters = explode("\n", $this->getConf('filterdirs'));
350 $this->filters = array_map('trim', $this->filters);
351 $this->filters = array_filter($this->filters);
358 foreach ($this->filters as $filter) {
/plugin/barcodes/
H A Dcomposer.lock478 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",
/plugin/bez/cron/
H A Dfunctions.php27 $filters = array('state' => 'opened', 'plan_date' => array('OR', array()));
37 $filters['plan_date'][1][] = date('Y-m-d', strtotime("+$day day"));
41 $tasks = $action->get_model()->taskFactory->get_all($filters);
/plugin/bez/ctl/
H A Dtasks.php36 //save filters
39 $filters = array_filter($raw_filters, function($v) { variable
43 if (empty($filters)) {
44 $filters['year'] = '-all';
47 header('Location: '.$this->url('tasks', $filters));
49 $filters = $this->params; variable
52 $this->tpl->set_values($filters);
56 //some filters are just copied
57 $db_filters = array_filter($filters, function ($k) {
61 //-none filters becom
[all...]
H A Dthreads.php19 //save filters
22 $filters = array_filter($raw_filters, function($v) { variable
26 if (empty($filters)) {
27 $filters['year'] = '-all';
30 header('Location: '.$this->url($this->get_action(), $filters));
32 $filters = $this->params; variable
35 $this->tpl->set_values($filters);
39 //some filters are just copied
40 $db_filters = array_filter($filters, function ($k) {
44 //-none filters becom
[all...]
/plugin/bez/mdl/
H A DFactory.php40 protected function build_where($filters=array()) { argument
43 foreach ($filters as $filter => $value) {
129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) { argument
131 list($where_q, $execute) = $this->build_where($filters);
154 public function count($filters=array()) { argument
160 list($where_q, $execute) = $this->build_where($filters);
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { argument
14 $filters['thread_id'] = $thread->id;
15 return $this->get_all($filters, $orderby, array('thread' => $thread), $limit);
/plugin/bibtex/OSBib/
H A DCHANGELOG24 2/ Reorganised export filters in preparation for work on citation formatting.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36633 var filters = this._filters,
36638 if (!filters.length) {
36642 forEach(filters, function(filterFn) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md135 …6342): Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) filters out a basic text …
H A Dckeditor.js790 …!0});a.on("selectionChange",function(){for(var b=[],d=g.list=[],f=[],k=g.filters,l=!0,B=a.elementP…
794 …mentsPath={idBase:"cke_elementspath_"+CKEDITOR.tools.getNextNumber()+"_",filters:[]};b.on("uiSpace… property in b._.elementsPath
919 …"cke_anchor","anchor"):null}}});var b=a._.elementsPath&&a._.elementsPath.filters;b&&b.push(functio…
1041 …TOR.plugins.scayt,b=a.dataProcessor,c=b&&b.htmlFilter,e=a._.elementsPath&&a._.elementsPath.filters,
/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(…
H A Dplugin.js.unc175 pathFilters = editor._.elementsPath && editor._.elementsPath.filters;
/plugin/ckgedit/ckeditor/
H A DCHANGES.md353 …/ckeditor-dev/issues/568): Added possibility to adjust nested editables' filters using the [`CKEDI…
555 … Fixed: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) filters out a basic text …
H A Dckeditor.js847 …0});a.on("selectionChange",function(b){for(var e=[],g=h.list=[],d=[],c=h.filters,p=!0,k=b.data.pat…
851 …mentsPath={idBase:"cke_elementspath_"+CKEDITOR.tools.getNextNumber()+"_",filters:[]};a.on("uiSpace… property in a._.elementsPath
995 …"cke_anchor","anchor"):null}}});var b=c._.elementsPath&&c._.elementsPath.filters;b&&b.push(functio…
1126 d=a.dataProcessor,b=d&&d.htmlFilter,e=a._.elementsPath&&a._.elementsPath.filters,d=d&&d.dataFilter,…
1260 …ditable=this.focused=null;this._={nextId:0,upcasts:[],upcastCallbacks:[],filters:{}};M(this);N(thi… property in q._
1268 …allowedContent&&!c.disallowedContent)return null;var d=this._.filters[a];d||(this._.filters[a]=d={…
1312 …&c.filter===f.filter&&(d=!1)}d&&(c.filter.destroy(),(d=this.repository._.filters[this.name])&&dele…
H A Dckeditor.js.unc16648 …for (var e = [], g = h.list = [], d = [], c = h.filters, p = !0, k = b.data.path.elements, u = k.l…
16705 filters: []
19756 var b = c._.elementsPath && c._.elementsPath.filters;
22248 e = a._.elementsPath && a._.elementsPath.filters,
25065 filters: {}
25258 var d = this._.filters[a];
25259 d || (this._.filters[a] = d = {});

12345678910>>...12