/plugin/botbouncer/admin/ |
H A D | clean.php | 17 var $_filter = array(); // user selection filter(s) variable in admin_plugin_botbouncer_clean 95 $this->_filter = $this->_retrieveFilter(); 108 …user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filter) : -1; 126 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
|
/plugin/groupmanager/ |
H A D | syntax.php | 61 var $_filter = array(); // user selection filter(s) variable in syntax_plugin_groupmanager 336 $this->_filter = $this->_retrieveFilter(); 822 if (empty($this->_filter)) return ''; 823 return (isset($this->_filter[$key]) ? hsc($this->_filter[$key]) : ''); 831 foreach ($this->_filter as $key => $filter) { 863 $this->_filter = array(); 871 if (!empty($user)) $this->_filter['user'] = str_replace(' ', '_', $user); 872 if (!empty($name)) $this->_filter['name'] = $name; 873 if (!empty($mail)) $this->_filter['mail'] = $mail; 874 if (!empty($grps)) $this->_filter['grps'] = str_replace(' ', '_', join('|', $grps)); [all …]
|
/plugin/authg2fa/ |
H A D | admin.php | 24 protected $_filter = array(); variable in admin_plugin_authg2fa 75 $this->_filter = $this->_retrieveFilter(); 86 …user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filter) : -1; 103 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter); 226 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
|
/plugin/diagramsnet/lib/mxgraph/css/ |
H A D | explorer.css | 10 _filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4,
|
/plugin/authremoteuser/ |
H A D | auth.php | 277 $count += $this->_filter($user, $info); 305 if($this->_filter($user, $info)) { 410 protected function _filter($user, $info) { function in auth_plugin_authremoteuser
|
/plugin/authvk/ |
H A D | auth.php | 280 $count += $this->_filter($user, $info); 308 if($this->_filter($user, $info)) { 413 protected function _filter($user, $info) { function in auth_plugin_authvk
|
/plugin/authimap2/ |
H A D | auth.php | 299 if($this->_filter($user, $info)) { 331 $count += $this->_filter($user, $info); 475 protected function _filter($user, $info) { function in auth_plugin_authimap2
|
/plugin/shibbolethauth/files/ |
H A D | shibboleth.class.php | 544 $count += $this->_filter($user, $info); 571 if ($this->_filter($user, $info)) { 618 function _filter($user, $info) { function in auth_shibboleth
|
/plugin/authplaincas/ |
H A D | auth.php | 616 $count += $this->_filter($user, $info); 642 if ($this->_filter($user, $info)) { 670 function _filter($user, $info) { function in auth_plugin_authplaincas
|
/plugin/authshibboleth/plugin/authshibboleth/ |
H A D | auth.php | 185 protected function _filter($user, $info) { function in auth_plugin_authshibboleth 253 $count += $this->_filter($user, $info); 276 if($this->_filter($user, $info)) {
|
/plugin/authldaplocal/ |
H A D | auth.php | 491 $count += $this->_filter($user, $info); 517 if($this->_filter($user, $info)) { 664 protected function _filter($user, $info) { function in auth_plugin_authldaplocal
|
/plugin/authyubikey/ |
H A D | auth.php.org | 254 $count += $this->_filter($user, $info); 282 if($this->_filter($user, $info)) { 387 protected function _filter($user, $info) {
|
/plugin/diagramsnet/lib/styles/ |
H A D | grapheditor.css | 271 _filter:none !important; 341 _filter:alpha(opacity=60); 412 _filter:alpha(opacity=50); 416 _filter:alpha(opacity=100); 445 …_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d5d5d5', Positive='tr… 508 …_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d5d5d5', Positive='tr… 522 _filter:alpha(opacity=50);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 2375 function MappingPromiseArray(promises, fn, limit, _filter) { argument 2380 this._preservedValues = _filter === INTERNAL 2460 this._filter(values, preservedValues); 2480 MappingPromiseArray.prototype._filter = function (booleans, values) { method in MappingPromiseArray 2495 function map(promises, fn, options, _filter) { argument 2517 return new MappingPromiseArray(promises, fn, limit, _filter).promise(); 2524 Promise.map = function (promises, fn, options, _filter) { argument 2525 return map(promises, fn, options, _filter); 12920 tasks = _filter(tasks, config, item_id); 12941 function _filter(options, config, item_id) { function
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
H A D | firebug.css | 146 _filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color="#55404040");
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …_filter","map_to","tmpDom","newOptions","onselect","replaceChild","DurationControl","getFormatter"…
|
H A D | dhtmlxgantt.js | 13 …_filter(n,s):this._resolve(n),!0)},h.prototype._drainQueue=function(){for(var t=this._queue,e=this…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …_filter) {\n this.tree = tree;\n this.keyboardNavigationLabelProvider = keyboardNavi…
|