Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 955) sorted by relevance

12345678910>>...39

/plugin/tagfilter/script/select2/
Dselect2-bootstrap.css1 .form-control .select2-choice {
6 .form-control .select2-choice .select2-arrow {
10 .form-control.select2-container {
15 .form-control.select2-container.select2-dropdown-open {
20 .form-control .select2-container.select2-dropdown-open .select2-choices {
24 .form-control.select2-container .select2-choices {
29 .control-group.warning .select2-container .select2-choice,
30 .control-group.warning .select2-container .select2-choices,
31 .control-group.warning .select2-container-active .select2-choice,
32 .control-group.warning .select2-container-active .select2-choices,
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php48 protected $control; variable in FreeDSx\\Ldap\\Search\\Vlv
193 return ($this->control !== null) ? $this->control->getOffset() : null;
203 return ($this->control !== null) ? $this->control->getCount() : null;
214 $control = $this->control;
215 $pos = $control === null ? null : $control->getOffset();
216 if ($control === null || $pos === null) {
221 return (int) round($pos / ((int) $control->getCount() / 100));
223 return $control->getOffset();
234 if ($this->control === null) {
238 $control = $this->control;
[all …]
H A DPaging.php34 protected $control; variable in FreeDSx\\Ldap\\Search\\Paging
97 $this->control = null;
136 return $this->control === null || !($this->control->getCookie() === '');
147 return ($this->control !== null) ? $this->control->getSize() : null;
157 $cookie = ($this->control !== null)
158 ? $this->control->getCookie()
165 $control = $message->controls()
168 if ($control !== null && !$control instanceof PagingControl) {
171 get_class($control)
176 if ($control === null && $size !== 0 && $this->isCritical) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php46 * @param string|Control $control
49 public function has($control): bool argument
51 if (is_string($control)) {
53 if ($ctrl->getTypeOid() === $control) {
61 return array_search($control, $this->controls, true) !== false;
72 foreach ($this->controls as $control) {
73 if ($oid === $control->getTypeOid()) {
74 return $control;
89 foreach ($controls as $control) {
90 $this->controls[] = $control;
[all …]
H A DControl.php203 * @param Control $control
208 protected static function mergeControlData(Control $control, AbstractType $type) argument
216 …[0 => $control->controlType, 1 => $control->criticality, 2 => $control->controlValue] = self::pars…
218 return $control;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php30 private $control; variable in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
73 PagingControl $control, argument
80 $this->control = $control;
105 return $this->control->getCriticality();
149 return $this->control->getCookie();
169 return $this->control->getSize();
179 return $this->control->getSize() === 0
180 && $this->control->getCookie() !== '';
194 return $this->control->getCookie() === ''
195 && $this->control->getSize() >= 0;
[all …]
H A DPagingRequestComparator.php140 $oldEncoded = array_map(function (Control $control) {
141 return $this->encoder->encode($control->toAsn1());
143 $newEncoded = array_map(function (Control $control) {
144 return $this->encoder->encode($control->toAsn1());
/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js29 function addEventHandler(thees, example, control) { argument
30 control.click(function (e) {
77 var controlList, example, control, tuple, t, groupClass, group, outer, tmpThis;
84 control = jQuery('<li><span>' + example.label + '</span></li>');
85 control.addClass(name + '_control');
87 control.addClass(example.styleClass);
90 control.children(":first").attr('title', example.altText);
91 addEventHandler(thees, example, control);
95 tuple.control = control;
123 group.append(t.control);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D17.17.js1control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["re…
D52.52.js1control","~@regexpctl":"regexp.escape.control","@default":"regexp"}}],{include:"@regexcontrol"}],r…
D66.66.js1control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["re…
D3.3.js1control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["re…
D17.17.js.map1control', 'regexp.escape.control', 'regexp.escape.control']\n ],\n [\n …
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php123 foreach ($this->controls->toArray() as $control) {
124 $controls->addChild($control->toAsn1());
166 foreach ($child->getChildren() as $control) {
167 …if (!($control instanceof SequenceType && $control->getChild(0) !== null && $control->getChild(0) …
170 switch ($control->getChild(0)->getValue()) {
172 $controls[] = Control\PagingControl::fromAsn1($control);
175 … $controls[] = Control\Sorting\SortingResponseControl::fromAsn1($control);
178 $controls[] = Control\Vlv\VlvResponseControl::fromAsn1($control);
181 $controls[] = Control\Ad\DirSyncResponseControl::fromAsn1($control);
184 $controls[] = Control\Control::fromAsn1($control);
/plugin/html5video2/
Dprint.css47 /* Fading sytles, used to fade control bar. */
60 /* The default control bar. Created by bar.js */
65 /* The default control bar. Created by bar.js */
71 div.dokuwiki .vjs-default-skin .vjs-control {
76 /* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
77 div.dokuwiki .vjs-default-skin .vjs-control-text { display: none; }
82 div.dokuwiki .vjs-default-skin .vjs-play-control { display: none; }
84 div.dokuwiki .vjs-default-skin.vjs-paused .vjs-play-control div { display: none; }
85 div.dokuwiki .vjs-default-skin.vjs-playing .vjs-play-control div { display: none; }
89 .vjs-default-skin .vjs-rewind-control { display: none; }
[all …]
Dstyle.css20 .vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .…
25 .vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big…
38 .vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
43 .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
47 .vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
52 .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
56 .vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
61 .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
65 .vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
70 .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
[all …]
/plugin/move/admin/
Dmain.php243 * @param string $control
246 protected function btn($control, $show = true) { argument
250 $label = $this->getLang('btn_' . $control);
251 $id = $control;
252 if($control == 'start') $control = 'continue';
253 if($control == 'retry') {
254 $control = 'continue';
264 $form->addHidden('ctl', $control);
266 …m->addElement(form_makeButton('submit', 'admin', $label, array('class' => 'btn ctl-' . $control)));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1CanaryEvaluation.php25 public $control; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CanaryEvaluation
60 public function setControl($control) argument
62 $this->control = $control;
69 return $this->control;
/plugin/animation/styles/
Dscianimator.css22 .scianimator .control {
51 .scianimator select.control,
56 .scianimator .control.box {
61 .scianimator .control.box .control {
66 .scianimator .box.control.navigator {
70 .scianimator .box a.control.navigator,
71 .scianimator .box a:hover.control.navigator {
/plugin/jsoneditor/
Dall.css22 .json-tabs .json-editor .form-control label {
27 .json-tabs .json-editor .form-control label+input,
28 .json-tabs .json-editor .form-control label+textarea,
29 .json-tabs .json-editor .form-control label+select {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExtendedDnControl.php91 $control = new self($useHexFormat);
92 $control->controlType = $oid;
93 $control->criticality = $criticality;
95 return $control;
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.materia.min.css12control{display:block;width:100%;height:calc(1.5em + 2rem);padding:1rem 0;font-size:0.8125rem;font…
/plugin/ol3/
Dstyle.css1control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dspaceless.rst39 For more information on whitespace control, read the
40 :ref:`dedicated section <templates-whitespace-control>` of the documentation and learn how
41 you can also use the whitespace control modifier on your tags.
/plugin/combo/ComboStrap/
H A DCarrouselTag.php100 $control = $tagAttributes->getValueAndRemoveIfPresent(CarrouselTag::CONTROL_ATTRIBUTE);
101 if ($control !== null) {
102 … $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::CONTROL_ATTRIBUTE, $control);

12345678910>>...39