/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
D | Options.php | 47 foreach ($options as $option) { 48 $this->options[] = $option instanceof Option ? $option : new Option($option); 61 foreach ($options as $i => $option) { 62 if ($option instanceof Option) { 63 $this->options[] = $option; 65 $this->options[] = new Option($option); 73 * @param string|Option $option 76 public function has($option): bool argument 78 $option = $option instanceof Option ? $option : new Option($option); 81 if ($opt->equals($option)) { [all …]
|
D | Option.php | 31 protected $option; variable in FreeDSx\\Ldap\\Entry\\Option 39 * @param string $option 41 public function __construct(string $option) argument 43 $this->option = $option; 74 preg_match(self::MATCH_RANGE, $this->option, $match); 90 preg_match(self::MATCH_RANGE, $this->option, $match); 96 * @param string $option 99 public function startsWith(string $option): bool argument 102 $this->lcOption = strtolower($this->option); 104 $option = strtolower($option); [all …]
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
D | WebDriverSelect.php | 45 foreach ($this->getOptions() as $option) { 46 if ($option->isSelected()) { 47 $selected_options[] = $option; 60 foreach ($this->getOptions() as $option) { 61 if ($option->isSelected()) { 62 return $option; 71 foreach ($this->getOptions() as $option) { 72 if ($option->getAttribute('index') === (string) $index) { 73 $this->selectOption($option); 88 foreach ($options as $option) { [all …]
|
/plugin/prolog/ |
D | attribute_options.php | 33 foreach($exValues as $option) 35 $option = trim($option); 36 if(!empty($option)) 37 array_push($options, $option); 44 * @param string $option 47 function isAuthorizedOption($option) argument 49 if($this->authorizedOption == $option) 57 * @param string $option 59 function authorizeOption($option) argument 61 if($this->isAllowedOption($option)) [all …]
|
/plugin/mikioplugin/syntax/ |
D | quizitem.php | 53 foreach($options as $key => $option) { 54 …$option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '… 65 foreach($options as $key => $option) { 68 if($inGroup === false && substr($option, 0, 1) === '[') { 70 $option = substr($option, 1); 71 } else if($inGroup === true && substr($option, -1) === ']') { 73 $option = substr($option, 0, -1); 77 …$option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '… 79 …$option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '…
|
/plugin/farmsync/script/ |
D | jquery.chosen.js | 33 var group_position, option, _i, _len, _ref, _results; 47 option = _ref[_i]; 48 _results.push(this.add_option(option, group_position, group.disabled)); 53 SelectParser.prototype.add_option = function(option, group_position, group_disabled) { argument 54 if (option.nodeName.toUpperCase() === "OPTION") { 55 if (option.text !== "") { 62 value: option.value, 63 text: option.text, 64 html: option.innerHTML, 65 title: option.title ? option.title : void 0, [all …]
|
/plugin/farmer/script/ |
D | jquery.chosen.js | 33 var group_position, option, _i, _len, _ref, _results; 47 option = _ref[_i]; 48 _results.push(this.add_option(option, group_position, group.disabled)); 53 SelectParser.prototype.add_option = function(option, group_position, group_disabled) { argument 54 if (option.nodeName.toUpperCase() === "OPTION") { 55 if (option.text !== "") { 62 value: option.value, 63 text: option.text, 64 html: option.innerHTML, 65 title: option.title ? option.title : void 0, [all …]
|
/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
D | options.js | 125 .option('backend', { 130 .option('doctype', { 135 .option('out-file', { 140 .option('safe-mode', { 145 .option('embedded', { 150 .option('no-header-footer', { 155 .option('section-numbers', { 161 .option('base-dir', { 167 .option('destination-dir', { 173 .option('failure-level', { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
D | Command.php | 281 foreach ($this->options[0] as $option) { 282 switch ($option[0]) { 284 … $this->arguments['colors'] = $option[1] ?: PHPUnit_TextUI_ResultPrinter::COLOR_AUTO; 288 $this->arguments['bootstrap'] = $option[1]; 292 if (is_numeric($option[1])) { 293 $this->arguments['columns'] = (int) $option[1]; 294 } elseif ($option[1] == 'max') { 301 $this->arguments['configuration'] = $option[1]; 305 $this->arguments['coverageClover'] = $option[1]; 309 $this->arguments['coverageCrap4J'] = $option[1]; [all …]
|
/plugin/asciidocjs/node_modules/core-js/build/ |
D | Gruntfile.ls | 12 files: '<%=grunt.option("path")%>.min.js': '<%=grunt.option("path")%>.js' 60 blacklist: (grunt.option(\blacklist) || '')split \, 61 library: grunt.option(\library) in <[yes on true]> 62 umd: grunt.option(\umd) not in <[no off false]> 65 grunt.option(\path) || grunt.option(\path, './custom') 66 fs.writeFile grunt.option(\path) + '.js', it, done 71 grunt.option \library '' 72 grunt.option \path './client/core' 75 grunt.option \library 'true' 76 grunt.option \path './client/library' [all …]
|
/plugin/bez/lib/jquery.datepair/ |
D | jquery.datepair.js | 17 jQuery.fn.datepair = function(option) { argument 22 var options = typeof option === 'object' && option; 29 if (option === 'remove') { 34 if (typeof option === 'string') { 35 out = data[option]();
|
/plugin/asciidocjs/node_modules/commander/ |
D | index.js | 438 const option = new Option(flags, description); 439 const oname = option.name(); 440 const name = option.attributeName(); 441 option.mandatory = !!config.mandatory; 460 if (option.negate || option.optional || option.required || typeof defaultValue === 'boolean') { 462 if (option.negate) { 463 const positiveLongFlag = option.long.replace(/^--no-/, '--'); 469 option.defaultValue = defaultValue; 474 this.options.push(option); 488 this._setOptionValue(name, option.negate [all …]
|
D | Readme.md | 16 - [Common option types, boolean and value](#common-option-types-boolean-and-value) 17 - [Default option value](#default-option-value) 18 …- [Other option types, negatable boolean and flag|value](#other-option-types-negatable-boolean-and… 19 - [Custom option processing](#custom-option-processing) 20 - [Required option](#required-option) 21 - [Version option](#version-option) 37 - [Avoiding option name clashes](#avoiding-option-name-clashes) 74 Options are defined with the `.option()` method, also serving as documentation for the options. Eac… 76 …ngine` etc. See also optional new behaviour to [avoid name clashes](#avoiding-option-name-clashes). 87 ### Common option types, boolean and value [all …]
|
/plugin/searchpattern/ |
D | syntax.php | 270 foreach($options_list as $optid => $option){ //going through the options to clean and pretreat 271 if($option == ""){ //remove empty ones... 274 if($option[0] == "+"){ //if a limiting option is used 278 foreach($options_list as $option){ //going through the options to treat them 279 $optact = $option[0]; //action is defined by first character 283 if(substr($option,1) == ""){ //if nothing more, we will output all matches 287 $params['regex_output_matches'] = explode( ',', substr($option,1) ); 291 if(substr($option,1) == ""){ //no plugin defined 294 $params['call_plugin_handler'] = substr($option,1); 298 if(substr($option,1) == ""){ //if nothing more [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/ |
D | Suffix.php | 29 public $option; variable in Google\\Service\\FirebaseDynamicLinks\\Suffix 48 public function setOption($option) argument 50 $this->option = $option; 57 return $this->option;
|
/plugin/emoji/script/ |
D | jquery.textcomplete.js | 35 $.fn.textcomplete = function (strategies, option) { argument 42 option || (option = {}); 43 option._oid = id++; // unique object id 44 completer = new $.fn.textcomplete.Completer(this, option); 60 completer.option[name] = obj[name]; 142 function Completer(element, option) { argument 147 this.option = $.extend({}, Completer.defaults, option); 163 …if ((!this.option.adapter || this.option.adapter == 'CKEditor') && typeof CKEDITOR != 'undefined' … 172 if (!self.option.adapter) { 173 self.option.adapter = $.fn.textcomplete['CKEditor']; [all …]
|
/plugin/struct/script/ |
D | vanilla-combobox.js | 270 .map(option => option.textContent) 295 selectedOptions.forEach(option => { 296 if (!inputTexts.includes(option.textContent)) { 297 option.selected = false; 321 option => option.textContent.toLowerCase().includes(query.toLowerCase()) 330 filteredOptions.forEach(option => { 331 … if (this.#multiple && option.value === '') return; // Ignore empty options in multiple mode 334 div.textContent = option.textContent; 340 div.addEventListener('click', () => this.#selectOption(option)); 383 #selectOption(option) { argument [all …]
|
/plugin/todo/syntax/ |
D | todo.php | 181 foreach($options as $option) { 182 $option = trim($option); 183 if(empty($option)) continue; 184 if($option[0] == '@') { 185 $data['todousers'][] = substr($option, 1); //fill todousers array 186 …if(!isset($data['todouser'])) $data['todouser'] = substr($option, 1); //set the first/main todouser 188 elseif($option[0] == '#') { 190 @list($completeduser, $completeddate) = explode(':', $option, 2); 196 elseif($option[0] == '!') { 197 $plen = strlen($option); [all …]
|
/plugin/asciidocjs/node_modules/nunjucks/bin/ |
D | precompile | 18 .option('-f, --force', 'Force compilation to continue on error') 19 ….option('-a, --filters <filters>', 'Give the compiler a comma-delimited list of asynchronous filte… 20 .option('-n, --name <name>', 'Specify the template name when compiling a single file') 21 ….option('-i, --include <regex>', 'Include a file or folder which match the regex but would otherwi… 22 ….option('-x, --exclude <regex>', 'Exclude a file or folder which match the regex but would otherwi… 23 ….option('-w, --wrapper <wrapper>', 'Load a external plugin to change the output format of the prec…
|
/plugin/wikicalendar/ |
D | syntax.php | 343 $out .= '<option value="'.$i.'" selected="selected">'.$i.'</option>' . DOKU_LF; 345 $out .= '<option value="'.$i.'">'.$i.'</option>' . DOKU_LF; 358 … $out .= '<option value="'.$i.'" selected="selected">'.$this->langMonth[$i].'</option>' . DOKU_LF; 360 $out .= '<option value="'.$i.'">'.$this->langMonth[$i].'</option>' . DOKU_LF;
|
/plugin/asciidocjs/node_modules/yargs/build/lib/ |
D | middleware.js | 31 addCoerceMiddleware(callback, option) { argument 34 const toCheck = [...(aliases[option] || []), option]; 35 if (!m.option) 38 return !toCheck.includes(m.option); 40 callback.option = option;
|
/plugin/translator/ |
D | script.js | 20 for ( var option in options) { 21 if ( option === null ) { continue; } 22 ajax.setVar(option, options[option]);
|
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/ |
D | Stream.php | 112 * @param int $option One of the following: 122 public function stream_metadata($path, $option, $value); argument 185 * @param int $option One of: 212 public function stream_set_option($option, $arg1, $arg2); argument
|
/plugin/phosphor/ |
D | phblock.php | 55 $option = array( 'class' => 'phosphor' ); 63 $option['phwrapper_width'] = $w1; 67 $option['class'] .= ' ' . trim($v); 72 $option[$v] = trim($n); 75 return array('phosphor__start', $option, $pos);
|
/plugin/structcombolookup/ |
D | script.js | 4 option = $narowingSelect.children("option:selected").val(), 9 if (option === '') { 15 $targetSelect.find("option[data-parent!='"+option+"']").hide(); 54 ui.item.option.selected = true; 56 item: ui.item.option 105 option: this
|