Home
last modified time | relevance | path

Searched defs:controls (Results 1 – 25 of 28) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
DControlBag.php32 protected $controls; variable in FreeDSx\\Ldap\\Control\\ControlBag
38 public function __construct(Control ...$controls)
87 public function add(Control ...$controls)
102 public function set(Control ...$controls)
115 public function remove(...$controls)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
DRequestContext.php28 protected $controls; variable in FreeDSx\\Ldap\\Server\\RequestContext
39 public function __construct(ControlBag $controls, TokenInterface $token)
48 public function controls(): ControlBag function in FreeDSx\\Ldap\\Server\\RequestContext
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DLdapClient.php122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool
138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse
155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry
176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry
197 public function delete(string $entry, Control ...$controls): LdapMessageResponse
210 public function update(Entry $entry, Control ...$controls): LdapMessageResponse
253 public function search(SearchRequest $request, Control ...$controls): Entries
309 public function send(RequestInterface $request, Control ...$controls): ?LdapMessageResponse
324 …ublic function sendAndReceive(RequestInterface $request, Control ...$controls): LdapMessageResponse
392 public function controls(): ControlBag function in FreeDSx\\Ldap\\LdapClient
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DLdapMessage.php78 protected $controls; variable in FreeDSx\\Ldap\\Protocol\\LdapMessage
84 public function __construct(int $messageId, Control\Control ...$controls)
103 public function controls(): ControlBag function in FreeDSx\\Ldap\\Protocol\\LdapMessage
DClientProtocolHandler.php66 protected $controls; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
90 public function controls(): ControlBag function in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler
148 public function send(RequestInterface $request, Control ...$controls): ?LdapMessageResponse
DLdapMessageRequest.php36 public function __construct(int $messageId, RequestInterface $request, Control ...$controls)
DLdapMessageResponse.php37 public function __construct(int $messageId, ResponseInterface $response, Control ...$controls)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
DPagingRequest.php40 private $controls; variable in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
75 ControlBag $controls,
139 public function controls(): ControlBag function in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DServerProtocolHandlerFactory.php52 ControlBag $controls
83 ControlBag $controls
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
DClientProtocolContext.php59 protected $controls; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientProtocolContext
68 array $controls,
DMessageCreationTrait.php25 …protected function makeRequest(LdapQueue $queue, RequestInterface $request, array $controls): Ldap…
DClientSaslBindHandler.php46 protected $controls; variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientSaslBindHandler
/plugin/osm/
Dscript.js9 controls:[ property
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
DServerSearchTrait.php35 private function sendEntriesToClient(
/plugin/aichat/script/
DAIChatChat.js3 #controls = null; field in AIChatChat
/plugin/photogallery/lightGallery/js/
Dlg-autoplay.js144 Autoplay.prototype.controls = function() { method in Autoplay
Dlg-autoplay.min.js4 …s)};c.prototype.init=function(){var a=this;a.core.s.autoplayControls&&a.controls(),a.core.s.progre… method in c
Dlightgallery.js47 controls: true, property
Dlightgallery.min.js4 …,hideBarsDelay:6e3,useLeft:!1,closable:!0,loop:!0,escKey:!0,keyPress:!0,controls:!0,slideEndAnimat… property
/plugin/animation/scripts/
Djquery.scianimator.min.js8 …false,images:[],controlContainer:null,controlPosition:c.POSITION_BOTTOM,controls:c.CONTROLS_ALL,de… property
/plugin/eventline/
Dsyntax.php193 …function _script($filePath, $bubbleHeight, $bubbleWidth, $mouse, $center, $controls, $bandPos, $de…
/plugin/revealjs/css/
Dreveal.scss257 .reveal .controls { class
418 .reveal:not(.has-vertical-slides) .controls .navigate-left { class
424 .reveal:not(.has-vertical-slides) .controls .navigate-right { class
430 .reveal:not(.has-horizontal-slides) .controls .navigate-up { class
434 .reveal:not(.has-horizontal-slides) .controls .navigate-down { class
440 .reveal.has-dark-background .controls { class
443 .reveal.has-light-background .controls { class
448 .reveal.no-hover .controls .controls-arrow:hover, class
449 .reveal.no-hover .controls .controls-arrow:active { class
458 .reveal .controls[data-controls-layout="edges"] { class
[all …]
/plugin/revealjs/css/theme/template/
Dtheme.scss299 .reveal .controls { class
/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js76 function buildControls(opts, thees, controls) { argument
/plugin/schedule/lib/
DscheduleCitiesMap.js409 controls: ol.control.defaults ({ property

12