Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 26) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php40 public function select(array $choices = [], array $options = []): MechanismInterface argument
42 $mechs = $this->getAvailableMechsFromChoices($choices, $options);
94 * @param string[] $choices
99 protected function getAvailableMechsFromChoices(array $choices, array $options): array argument
101 $available = $this->filterFromChoices($choices);
103 $this->throwException($choices);
108 $this->throwException($choices);
115 * @param string[] $choices
118 protected function filterFromChoices(array $choices): array argument
120 if (count($choices)
170 throwException(array $choices = []) global() argument
[all...]
H A DSasl.php94 * @param string[] $choices array of mechanisms by their name
99 public function select(array $choices = [], array $options = []): MechanismInterface argument
103 return $selector->select($choices, $options);
/plugin/tagfilter/script/select2/
H A Dselect2-bootstrap.css20 .form-control .select2-container.select2-dropdown-open .select2-choices {
24 .form-control.select2-container .select2-choices {
30 .control-group.warning .select2-container .select2-choices,
32 .control-group.warning .select2-container-active .select2-choices,
34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
35 .control-group.warning .select2-container-multi.select2-container-active .select2-choices {
45 .control-group.error .select2-container .select2-choices,
47 .control-group.error .select2-container-active .select2-choices,
49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
50 .control-group.error .select2-container-multi.select2-container-active .select2-choices {
[all...]
H A Dselect2.css257 .select2-container-active .select2-choices {
282 .select2-dropdown-open.select2-drop-above .select2-choices {
390 disabled look for disabled choices in the results dropdown
439 .select2-container-multi .select2-choices {
461 .select2-container-multi .select2-choices {
465 .select2-container-multi.select2-container-active .select2-choices {
472 .select2-container-multi .select2-choices li {
476 html[dir="rtl"] .select2-container-multi .select2-choices li
480 .select2-container-multi .select2-choices .select2-search-field {
486 .select2-container-multi .select2-choices
[all...]
H A Dselect2.js414 * results array of objects that will be used as choices
477 * an array of objects that will be used as choices. These objects must contain at least an 'id' key. The 'text'
479 * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract
597 * @param selection currently selected choices
987 // this is needed because inside val() we construct choices from options and there id is hardcoded
1481 var choices = this.findHighlightableChoices(),
1484 while (index > -1 && index < choices.length) {
1486 var choice = $(choices[index]);
1496 var choices = this.findHighlightableChoices(),
1501 return indexOf(choices
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DMultipleChoiceQuestion.php26 public $choices; variable in Google\\Service\\Classroom\\MultipleChoiceQuestion
31 public function setChoices($choices) argument
33 $this->choices = $choices;
40 return $this->choices;
/plugin/farmer/css/
H A Dchosen.less217 .chosen-container-multi .chosen-choices {
234 .chosen-container-multi .chosen-choices li {
238 .chosen-container-multi .chosen-choices li.search-field {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
257 .chosen-container-multi .chosen-choices li.search-choice {
278 .chosen-container-multi .chosen-choices li.search-choice span {
281 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
291 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
294 .chosen-container-multi .chosen-choices li.search-choice-disabled {
305 .chosen-container-multi .chosen-choices l
[all...]
/plugin/tagfilter/
H A Dstyle.css84 .select2-container-multi .select2-choices .select2-search-choice {
89 .select2-container-multi .select2-choices .select2-search-field input {
93 .select2-container-multi .select2-choices {
360 .select2-container-active .select2-choices {
385 .select2-dropdown-open.select2-drop-above .select2-choices {
493 disabled look for disabled choices in the results dropdown
542 .select2-container-multi .select2-choices {
564 .select2-container-multi .select2-choices {
568 .select2-container-multi.select2-container-active .select2-choices {
575 .select2-container-multi .select2-choices l
[all...]
/plugin/keywords/action/
H A Dkeywords.php129 if ( $data->choices[0]->message->function_call->name == "keywords_for_text" ) {
130 $arguments = json_decode( $data->choices[0]->message->function_call->arguments );
134 … Logger::debug( "INVALID Chat GPT response", $data->choices[0]->message, __FILE__, __LINE__ );
/plugin/overlay/
H A Daction.php76 $choices = explode(',',$tools);
77 … $action = tpl_action($choices[0], true, '', 1, '<span class = "oltools-left">', '</span>', '');
78 for($i = 1; $i<count($choices); $i++)
79 …$action .= tpl_action($choices[$i], true, '', 1, '<span class = "oltools-right">', '</span>', '');
/plugin/strata/helper/
H A Dsyntax.php949 * - choices: array of possible values, where the keys are the internally used values
962 * Either 'choices' or 'pattern' must be set (not both), all other values are optional.
967 * 'choices' => array('y' => array('yes', 'yeah'), 'n' => array('no', 'nay')),
1023 }, $p['choices']));
1054 } else if (isset($p['choices'])) { // Check whether the given property values are valid choices
1056 $choices = array();
1058 foreach ($p['choices'] as $nc => $c) {
1060 $choices = array_merge($choices, array_fill_key
[all...]
/plugin/doodle2/
H A DREADME3 Let users vote for given choices, e.g. to schedule a meeting.
H A Dplugin.info.txt6 desc Let users vote for given choices, e.g. to schedule a meeting.
/plugin/doodle3/
H A Dplugin.info.txt6 desc Let users vote for given choices, e.g. to schedule a meeting. Sequel of doodle2.
/plugin/doodle4/
H A Dplugin.info.txt6 desc Let users vote for given choices, e.g. to schedule a meeting. Sequel of doodle3.
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php276 $choices = explode(RS, $reach);
280 foreach ($choices as $choice) {
/plugin/farmer/
H A Dall.less6 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php126 return $response['choices'][0]['message']['content'];
/plugin/condition/
H A Dsyntax.php134 function _preg_build_alternative($choices) { argument
136 return '('.implode('|', $choices).')';
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js267 updateChoices: function(choices) { argument
269 this.update.innerHTML = choices;
421 choices: 10,
433 ret.length < instance.options.choices ; i++) {
462 ret = ret.concat(partial.slice(0, instance.options.choices - ret.length));
/plugin/fckg/
H A DREADME19 If you are using 'safe' encoding and are still using Anteater, you have two choices.
/plugin/codemirror/dist/
H A Dscripts.min.js8choices:["10","11","12","13","14","16","18","20","24"],callback:function(b){if(a){var c=a.getWrapp… property in AnonymousFunction3fb7904a21a00.d.fontsize
H A Dscripts.min.js.map1choices","requireKeyMap","linenumbers","matchbrackets","nativeeditor","JSINFO","plugin_codemirror"…
/plugin/edittable/lib/
H A Dhandsontable.full.js29174 source.call(this.cellProperties, query, function (choices) {
29175 _this3.rawChoices = choices;
29176 _this3.updateChoicesList(_this3.stripValuesIfNeeded(choices));
29186 AutocompleteEditor.prototype.updateChoicesList = function (choices) {
29206 for (var i = 0, choicesCount = choices.length; i < choicesCount; i++) {
29211 sorted.push(choices[orderByRelevance[i]]);
29213 sorted.push(choices[i]);
29218 choices = sorted;
29221 this.strippedChoices = choices;
29222 this.htEditor.loadData((0, _array.pivot)([choices]));
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md455 and still be able to reuse the choices by using the actions `draw.modes`,

12