Home
last modified time | relevance | path

Searched refs:filter (Results 226 – 250 of 1263) sorted by path

12345678910>>...51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStreetViewPublish.php158 'filter' => [
H A DTPU.php88 'filter' => [
130 'filter' => [
288 'filter' => [
330 'filter' => [
H A DToolResults.php674 'filter' => [
H A DTranscoder.php114 'filter' => [
184 'filter' => [
H A DTranslate.php186 'filter' => [
268 'filter' => [
330 'filter' => [
H A DVMMigrationService.php93 'filter' => [
177 'filter' => [
271 'filter' => [
359 'filter' => [
455 'filter' => [
553 'filter' => [
679 'filter' => [
753 'filter' => [
835 'filter' => [
917 'filter' => [
H A DVault.php564 'filter' => [
H A DVersionHistory.php131 'filter' => [
167 'filter' => [
H A DVision.php178 'filter' => [
H A DWebRisk.php133 'filter' => [
H A DWorkflows.php87 'filter' => [
139 'filter' => [
205 'filter' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php211 public function setFilter($filter) argument
213 $this->filter = $filter;
220 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DProductSearchParams.php28 public $filter; variable in Google\\Service\\Vision\\ProductSearchParams
55 public function setFilter($filter) argument
57 $this->filter = $filter;
64 return $this->filter;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md144 'filter' => 'free-ebooks',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1065 * Models can now be used like regular collection objects by calling filter, map, etc.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md133 Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
137 then appends the zlib.inflate filter. The stream is then converted back
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md438 …* Added FilterHandler to filter records and only allow those of a given list of levels through to …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3633 return $this->filter($payload, $skip_channel_filter);
3704 private function filter($payload, $skip_channel_filter) function in phpseclib3\\Net\\SSH2
/plugin/authhiorgserver/
H A Dauth.php334 * @param array $filter array of field/pattern pairs, null for no filter
348 * @param array $filter array of field/pattern pairs, empty array for no filter
/plugin/authimap2/
H A Dauth.php284 * @param array $filter array of field/pattern pairs, null for no filter
287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { argument
296 $this->_constructPattern($filter);
318 * @param array $filter array of field/pattern pairs, empty array for no filter
321 public function getUserCount($filter = array()) { argument
325 if(!count($filter)) return count($this->users);
328 $this->_constructPattern($filter);
491 * @param array $filter
493 protected function _constructPattern($filter) { argument
495 foreach($filter as $item => $pattern) {
/plugin/authldaplocal/
H A DREADME.md34 # filter for users, %{user} will be replaced by user id (required)
H A Dauth.php210 $filter = "(ObjectClass=*)";
478 * @param array $filter
481 public function getUserCount($filter = array()) { argument
488 $this->_constructPattern($filter);
514 $this->_constructPattern($filter);
551 $filter = str_replace('%{'.$match.'}', $value, $filter);
553 return $filter;
680 * @param array $filter
682 protected function _constructPattern($filter) { argument
684 foreach($filter as $item => $pattern) {
[all …]
/plugin/authnc/
H A Dauth.php231 * @param array $filter array of field/pattern pairs, null for no filter
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
280 * @param array $filter array of field/pattern pairs, empty array for no filter
284 public function getUserCount($filter = array()) argument
/plugin/authopenldapkerberos/
H A Dauth.php99 public function getUserCount($filter = array()) argument
115 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
117 $this->constructPattern($filter);
169 if($this->filter($uid, $users[$uid])) {
217 protected function filter($user, $info) function in auth_plugin_authopenldapkerberos
234 * @param array $filter
236 protected function constructPattern($filter) argument
239 foreach ($filter as $item => $pattern) {
/plugin/authowncloud/
H A Dauth.php174 * @param array $filter
177 private function getUsers($filter = array(), $start = 0, $limit = -1) { argument
182 if(!empty($filter)){
183 foreach($filter as $item => $pattern) {
231 * @param array $filter
234 public function getUserCount($filter = array()){ argument
235 return $this->getUsers($filter)->numRows();
245 * @param array $filter array of field/pattern pairs
248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) { argument
249 $result = $this->getUsers($filter, $start, $limit);

12345678910>>...51