| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
| H A D | MechanismSelector.php | 40 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) === 0) { [all …]
|
| H A D | Sasl.php | 94 * @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/ |
| D | select2-bootstrap.css | 20 .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 …]
|
| D | select2.css | 257 .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 .select2-search-field input { [all …]
|
| D | select2.js | 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.filter(".select2-highlighted")[0], choices.get()); 1504 if (index >= choices.length) index = choices.length - 1; 1509 choice = $(choices[index]); 1546 var choices = this.findHighlightableChoices(); 1547 this.highlight(choices.index(el)); 3032 choices = this.results.find(".select2-result"), [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
| D | MultipleChoiceQuestion.php | 26 public $choices; variable in Google\\Service\\Classroom\\MultipleChoiceQuestion 31 public function setChoices($choices) argument 33 $this->choices = $choices; 40 return $this->choices;
|
| /plugin/aichat/ |
| D | ModelSetting.php | 28 $choices = []; 36 $choices[] = "$namespace $model"; 39 sort($choices); 45 foreach ($choices as $choice) {
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | completion.js | 79 const choices = this.getPreviousArgChoices(args); 80 if (choices && choices.length > 0) { 81 completions.push(...choices); 99 Array.isArray(options.choices[previousArgKey])) { 100 … return options.choices[previousArgKey].filter(choice => !filter || choice.startsWith(filter)); 104 const choices = this.getPreviousArgChoices(args); 105 return choices !== undefined && choices.length > 0;
|
| D | validation.js | 144 if (!Object.keys(options.choices).length) 148 Object.prototype.hasOwnProperty.call(options.choices, key)) { 150 if (options.choices[key].indexOf(value) === -1 && 162 … %s', key, usage.stringifiedValues(invalid[key]), usage.stringifiedValues(options.choices[key]))}`;
|
| D | usage.js | 332 options.choices && options.choices[key] 333 ? `[${__('choices:')} ${self.stringifiedValues(options.choices[key])}]`
|
| /plugin/farmer/css/ |
| H A D | chosen.less | 217 .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 li.search-choice-focus { [all …]
|
| /plugin/tagfilter/ |
| D | style.css | 84 .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 li { [all …]
|
| /plugin/keywords/action/ |
| D | keywords.php | 129 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/ |
| D | action.php | 76 $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/ |
| D | syntax.php | 1059 $choices = array(); 1063 $choices = array_merge($choices, array_fill_keys($c, $nc)); 1067 $choices[$c] = $c; 1071 if (!isset($choices['']) && isset($p['default'])) { 1072 $choices[''] = $choices[$p['default']]; 1075 …$incorrect = array_diff($values, array_keys($choices)); // Find all values that are not a valid ch… 1077 unset($choices['']); 1082 …$propertyValues[$variable] = array_map(function($v) use ($choices) { return $choices[$v]; }, $valu…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
| D | options.js | 133 choices: ['article', 'book', 'manpage', 'inline'] property 143 choices: ['unsafe', 'safe', 'server', 'secure'] property 176 …choices: ['info', 'INFO', 'warn', 'WARN', 'warning', 'WARNING', 'error', 'ERROR', 'fatal', 'FATAL']
|
| /plugin/doodle2/ |
| D | README | 3 Let users vote for given choices, e.g. to schedule a meeting.
|
| D | plugin.info.txt | 6 desc Let users vote for given choices, e.g. to schedule a meeting.
|
| /plugin/doodle3/ |
| D | plugin.info.txt | 6 desc Let users vote for given choices, e.g. to schedule a meeting. Sequel of doodle2.
|
| /plugin/doodle4/ |
| D | plugin.info.txt | 6 desc Let users vote for given choices, e.g. to schedule a meeting. Sequel of doodle3.
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Node/ |
| D | Node.php | 276 $choices = explode(RS, $reach); 280 foreach ($choices as $choice) {
|
| /plugin/farmer/ |
| H A D | all.less | 6 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
|
| /plugin/condition/ |
| D | syntax.php | 134 function _preg_build_alternative($choices) { argument 136 return '('.implode('|', $choices).')';
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | controls.js | 267 updateChoices: function(choices) { argument 269 this.update.innerHTML = choices; 421 choices: 10, property 433 ret.length < instance.options.choices ; i++) { 462 ret = ret.concat(partial.slice(0, instance.options.choices - ret.length));
|
| /plugin/fckg/ |
| D | README | 19 If you are using 'safe' encoding and are still using Anteater, you have two choices.
|