Home
last modified time | relevance | path

Searched refs:criteria (Results 1 – 25 of 60) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest.php45 public function setCriteria($criteria) argument
47 $this->criteria = $criteria;
54 return $this->criteria;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilter.php48 public function setCriteria(FilterCriteria $criteria) argument
50 $this->criteria = $criteria;
57 return $this->criteria;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicFilter.php35 public function setCriteria($criteria) argument
37 $this->criteria = $criteria;
44 return $this->criteria;
H A DFilterView.php47 public function setCriteria($criteria) argument
49 $this->criteria = $criteria;
56 return $this->criteria;
H A DPivotTable.php63 public function setCriteria($criteria) argument
65 $this->criteria = $criteria;
72 return $this->criteria;
/plugin/workflow/syntax/
H A Ddecision.php23 function wf_render_criteria($criteria) { argument
25 foreach ($criteria as $name => $value) {
94 $criteria = array();
103 $criteria[$name] = $value;
107 …$renderer->doc .= "<tr data-criteria=\"" . wf_render_criteria($criteria) . "\"><td>" . wf_render_l…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReport.php102 public function setCriteria(ReportCriteria $criteria) argument
104 $this->criteria = $criteria;
111 return $this->criteria;
/plugin/workflow/
H A Dscript.js53 var criteria = data.split(':');
54 for (var i in criteria) {
55 var crit = criteria[i].split('=');
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1090 public $criteria; variable in Google_Report
1131 public function setCriteria(Google_ReportCriteria $criteria) { argument
1132 $this->criteria = $criteria;
1135 return $this->criteria;
/plugin/bibtex4dw/
H A DREADME.md19 ### Core criteria
/plugin/authyubikey/
H A Dauth.php.org237 * Return a count of the number of user which meet $filter criteria
379 * return true if $user + $info match $filter criteria, false otherwise
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.min.js24 …tion(n,r,u){return{value:n,index:e++,criteria:t(n,r,u)}}).sort(function(n,t){var r;n:{r=n.criteria
H A Dlodash.core.js2208 return compareAscending(object.criteria, other.criteria) || (object.index - other.index);
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …(n,function(n,r,e){return{value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria
H A Dunderscore.js380 criteria: iteratee(value, index, list)
383 var a = left.criteria;
384 var b = right.criteria;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …(n,function(n,r,e){return{value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria
H A Dunderscore.js393 criteria: iteratee(value, key, list)
396 var a = left.criteria;
397 var b = right.criteria;
/plugin/autlogin/
H A Dadmin.php865 foreach($n1 as $page1 => $criteria)
869 $kriterium = $criteria;
/plugin/authdrupal8/
H A Dpassword.inc265 * Alternative implementations of this function might use other criteria based
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example108 * that meet certain filter criteria. The filter expressions will be added
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js766 return {value: value, criteria: iterator(value, index)};
768 var a = left.criteria, b = right.criteria;
2729 c = Selector.criteria, le, p, m;
2938 criteria: {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js874 criteria: iterator.call(context, value, index)
877 var a = left.criteria, b = right.criteria;
3232 c = Selector.criteria, le, p, m, len = ps.length, name;
3473 criteria: {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc534 $params['body'] = (array) Influencer selection criteria
625 $params['body'] = (array) Record selection criteria

123