Home
last modified time | relevance | path

Searched defs:filter (Results 26 – 50 of 263) sorted by relevance

1234567891011

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php51 protected $filter; global() variable in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl
61 __construct(int $before, int $after, int $offset = null, int $count = null, GreaterThanOrEqualFilter $filter = null, string $contextId = null) global() argument
155 setFilter(GreaterThanOrEqualFilter $filter = null) global() argument
[all...]
/plugin/authldaplocal/
H A Dauth.php481 public function getUserCount($filter = array()) {
505 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
540 protected function _makeFilter($filter, $placeholders) {
682 protected function _constructPattern($filter) {
815 …protected function _ldapsearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = …
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DEnsureFilterWorker.php30 private $filter; variable in Assetic\\Factory\\Worker\\EnsureFilterWorker
40 public function __construct($pattern, FilterInterface $filter, $flags = null)
/plugin/authgooglesheets/
H A Dhelper.php65 public function getUsers($start = 0, $limit = 0, $filter = null)
250 protected function getFilteredUsers($start, $limit, $filter)
285 protected function filter($user, $info) function in helper_plugin_authgooglesheets
H A Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
128 public function getUserCount($filter = array())
/plugin/authowncloud/
H A Dauth.php177 private function getUsers($filter = array(), $start = 0, $limit = -1) {
234 public function getUserCount($filter = array()){
248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ExportDataRequest.php29 public $filter; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ExportDataRequest
54 public function setFilter($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)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DMetricAbsence.php32 public $filter; variable in Google\\Service\\Monitoring\\MetricAbsence
67 public function setFilter($filter)
H A DGroup.php29 public $filter; variable in Google\\Service\\Monitoring\\Group
60 public function setFilter($filter)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogView.php33 public $filter; variable in Google\\Service\\Logging\\LogView
74 public function setFilter($filter)
H A DLogExclusion.php37 public $filter; variable in Google\\Service\\Logging\\LogExclusion
92 public function setFilter($filter)
H A DListLogEntriesRequest.php26 public $filter; variable in Google\\Service\\Logging\\ListLogEntriesRequest
51 public function setFilter($filter)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAutoscalingPolicyCustomMetricUtilization.php25 public $filter; variable in Google\\Service\\Compute\\AutoscalingPolicyCustomMetricUtilization
40 public function setFilter($filter)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequest.php27 public $filter; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest
58 public function setFilter($filter)
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest.php27 public $filter; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest
58 public function setFilter($filter)
/plugin/authremoteuser/
H A Dauth.php267 public function getUserCount($filter = array()) {
293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
428 protected function _constructPattern($filter) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DNotification.php25 public $filter; variable in Google\\Service\\CloudBuild\\Notification
40 public function setFilter($filter)
/plugin/authimap2/
H A Dauth.php287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) {
321 public function getUserCount($filter = array()) {
493 protected function _constructPattern($filter) {
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php534 function getUserCount($filter=array()) {
559 function retrieveUsers($start=0,$limit=0,$filter=array()) {
632 function _constructPattern($filter) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGroupAssetsRequest.php29 public $filter; variable in Google\\Service\\SecurityCommandCenter\\GroupAssetsRequest
64 public function setFilter($filter)
H A DGroupFindingsRequest.php29 public $filter; variable in Google\\Service\\SecurityCommandCenter\\GroupFindingsRequest
64 public function setFilter($filter)
/plugin/authvk/
H A Dauth.php270 public function getUserCount($filter = array()) {
296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
431 protected function _constructPattern($filter) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DQueryDriveActivityRequest.php31 public $filter; variable in Google\\Service\\DriveActivity\\QueryDriveActivityRequest
76 public function setFilter($filter)
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php97 public function addFilter(Filter $filter, Matcher $matcher) argument
105 public function prependFilter(Filter $filter, Matcher $matcher) argument
113 public function addTypeFilter(TypeFilter $filter, TypeMatcher $matcher) argument
[all...]

1234567891011