Home
last modified time | relevance | path

Searched refs:filter (Results 26 – 50 of 1263) sorted by path

12345678910>>...51

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1filter","find","findLast","findWhere","forEach","forEachRight","invoke","map","pluck","reduce","re…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js11154 var entries = keys(zip.files).filter(nodirs).sort();
H A Dxlsx.min.js9 …NF/manifest.xml"))return parse_ods(zip,opts);var entries=keys(zip.files).filter(nodirs).sort();var…
H A Dxlsx.min.map1 …brels","pwbr","safe_parse_ws","relsPath","nodirs","parse_zip","entries","filter","dir","binname","…
/plugin/amcharts/assets/
H A Djs-yaml.min.js2 …tion(e){i.forEach(function(t,n){t.tag===e.tag&&r.push(n)}),i.push(e)}),i.filter(function(e,t){retu…
/plugin/asana/syntax/
H A DAsanaSyntax.php86 $filter = substr( $attr , strpos( $attr , "=" )+1 );
87 if($filter != " " and $filter != ""){
88 if($this->asana->$functionAddFilter($filter)==0){
90 return '<p>Le nom de workspace : '.$filter.' est inconnu.</p>';
93 return '<p>Le nom de projet : '.$filter.' est inconnu.</p>';
96 return '<p>Le nom de tag : '.$filter.' est inconnu.</p>';
99 return '<p>Le nom de l\'assignée : '.$filter.' est inconnu.</p>';
/plugin/authchained/
H A Dauth.php327 * @param array $filter array of field/pattern pairs, empty array for no filter
330 public function getUserCount($filter = array()) { argument
332 return $this->usermanager_auth->getUserCount($filter);
347 * @param array $filter array of field/pattern pairs, null for no filter
350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
353 return $this->usermanager_auth->retrieveUsers($start, $limit, $filter);
/plugin/authdrupal7/
H A Dauth.php231 * @param array $filter filter criteria in item/pattern pairs
/plugin/authdrupal8/
H A Dauth.php226 * @param array $filter filter criteria in item/pattern pairs
229 public function getUserCount($filter=array()) {
240 getUserCount($filter = array()) global() argument
/plugin/authg2fa/
H A Dadmin.php194 $filter = array();
196 if (isset($t_filter['user'])) $filter['user'] = $t_filter['user'];
197 if (isset($t_filter['name'])) $filter['name'] = $t_filter['name'];
198 if (isset($t_filter['mail'])) $filter['mail'] = $t_filter['mail'];
199 if (isset($t_filter['grps'])) $filter['grps'] = $t_filter['grps'];
201 return $filter;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php265 public $filter; variable in Google_Query
347 public function setFilter( $filter) { argument
348 $this->filter = $filter;
351 return $this->filter;
H A DGoogle_DatastoreService.php713 public $filter; variable in Google_Query
735 public function setFilter(Google_Filter $filter) { argument
736 $this->filter = $filter;
739 return $this->filter;
/plugin/authgooglesheets/
H A Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
119 return $this->helper->getUsers($start, $limit, $filter);
125 * @param array $filter
128 public function getUserCount($filter = array()) argument
130 return count($this->helper->getUsers(0, 0, $filter));
H A Dhelper.php65 public function getUsers($start = 0, $limit = 0, $filter = null) argument
112 return $this->getFilteredUsers($start, $limit, $filter);
247 * @param array $filter
250 protected function getFilteredUsers($start, $limit, $filter) argument
252 $filter = $filter ?? [];
254 foreach ($filter as $item => $pattern) {
263 if ($this->filter($user, $info)) {
285 protected function filter($user, $info) function in helper_plugin_authgooglesheets
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php90 'filter' => [
218 'filter' => [
544 'filter' => [
774 'filter' => [
H A DAccessApproval.php163 'filter' => [
279 'filter' => [
395 'filter' => [
H A DAccessContextManager.php406 'filter' => [
H A DAdExchangeBuyerII.php492 'filter' => [
573 'filter' => [
690 'filter' => [
H A DAdSenseHost.php324 'filter' => [
555 'filter' => [
H A DAlertCenter.php125 'filter' => [
189 'filter' => [
H A DAndroidManagement.php304 'filter' => [
H A DApigateway.php88 'filter' => [
168 'filter' => [
290 'filter' => [
408 'filter' => [
508 'filter' => [
H A DApigee.php2180 'filter' => [
2490 'filter' => [
2889 'filter' => [
3183 'filter' => [
3529 'filter' => [
3569 'filter' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DFilterExpression.php48 public function setFilter(Filter $filter) argument
50 $this->filter = $filter;
57 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php50 public $filter; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
195 public function setFilter($filter) argument
197 $this->filter = $filter;
204 return $this->filter;

12345678910>>...51