/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A 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) 68 has($option) global() argument [all...] |
H A D | Option.php | 20 * Represents an attribute option. Described in RFC 4512, Section 2.5.2. 31 protected $option; 39 * @param string $option 41 public function __construct(string $option) 43 $this->option = $option; 63 * A convenience method to get the high value of a range option. 74 preg_match(self::MATCH_RANGE, $this->option, $match); 80 * A convenience method to get the low value of a range option. 90 preg_match(self::MATCH_RANGE, $this->option, 25 protected $option; global() variable in FreeDSx\\Ldap\\Entry\\Option 35 __construct(string $option) global() argument 91 startsWith(string $option) global() argument 107 equals(Option $option) global() argument [all...] |
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverSelect.php | 39 return $this->element->findElements(WebDriverBy::tagName('option')); 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); 228 selectOption(WebDriverElement $option) global() argument 239 deselectOption(WebDriverElement $option) global() argument [all...] |
/plugin/prolog/ |
H A 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 57 * @param string $option 59 function authorizeOption($option) argument 61 if($this->isAllowedOption($option)) 62 $this->authorizedOption = $option; 69 * @param string $option [all …]
|
/plugin/farmsync/script/ |
H A D | jquery.chosen.js | 33 var group_position, option, _i, _len, _ref, _results; 47 option = _ref[_i]; 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, 66 selected: option.selected, 70 classes: option.className, [all …]
|
/plugin/farmer/script/ |
H A 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 236 result_add_option(option) global() argument 489 include_option_in_results(option) global() argument [all...] |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | Command.php | 281 foreach ($this->options[0] as $option) { 282 switch ($option[0]) { 292 if (is_numeric($option[1])) { 294 } elseif ($option[1] == 'max') { 321 if ($option[1] === null) { 322 $option[1] = 'php://stdout'; 420 $option[1] 427 $option[1] 432 $includePath = $option[1]; 526 $option[1] [all …]
|
/plugin/bez/lib/jquery.datepair/ |
H A 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/commonmark/vendor/league/commonmark/bin/ |
H A D | commonmark |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/ |
H A 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/searchpattern/ |
H A D | syntax.php | 271 if($option == ""){ //remove empty ones... 274 if($option[0] == "+"){ //if a limiting option is used 279 $optact = $option[0]; //action is defined by first character 291 if(substr($option,1) == ""){ //no plugin defined 294 $params['call_plugin_handler'] = substr($option,1); 298 if(substr($option,1) == ""){ //if nothing more 301 elseif(substr($option,1) == ":"){ //if ':' 304 elseif($option[strlen($option)-1] == ":"){ //if parameter is a namespace 316 if(substr($option,1) == ""){ // if nothing more 319 elseif(substr($option,1) == ":"){ //if ':' [all …]
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 42 option || (option = {}); 147 this.option = $.extend({}, Completer.defaults, option); 172 if (!self.option.adapter) { 198 option: null, 226 if (this.option.adapter) { 427 this.option = option; 430 if (option.listPosition) { this.setPosition = option.listPosition; } 431 if (option.height) { this.$el.height(option.height); } 434 if (option[name] != null) { self[name] = option[name]; } 981 option: null, [all …]
|
/plugin/wikicalendar/ |
H A 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/translator/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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
|
/plugin/todo/syntax/ |
H A D | todo.php | 26 * do not forget the no-cache option 199 foreach($options as $option) { 200 $option = trim($option); 201 if(empty($option)) continue; 202 if($option[0] == '@') { 203 $data['todousers'][] = substr($option, 1); //fill todousers array 204 if(!isset($data['todouser'])) $data['todouser'] = substr($option, 1); //set the first/main todouser 206 elseif($option[0] == '#') { 208 @list($completeduser, $completeddate) = explode(':', $option, [all...] |
/plugin/osm/ |
H A D | syntax.php | 149 foreach ($options as $option => $value) { 150 …$query_params[] = (array_key_exists($option, $this->urlMappings) ? $this->urlMappings[$option] : $… 165 foreach ($options as $option => $value) { 166 $link_query[] = "$option=$value";
|
/plugin/katex/_assets/contrib/ |
H A D | mhchem.min.js | 1 …option);else{if(!a.actions[d.action_[m].type_])throw["MhchemBugA","mhchem bug A. Please report. ("…
|
/plugin/googlemaps3/ |
H A D | syntax.php | 200 foreach($options as $option) { 201 list($match, $key, $val) = $option; 229 foreach ($marker as $option => $value) { 230 if ($value) $markers[$mark][$option] = ltrim($markers[$mark][$option], $dlm); 231 if (!$value) $markers[$mark][$option] = $this->defaultMarkerOptions[$option];
|
/plugin/vote/ |
H A D | syntax.php | 53 foreach( $regex_result[1] as $option ) { 54 $options[] = htmlspecialchars( trim( $option ) ); 89 foreach( $options as $option ) { 91 if ( $vote == $option ) { 92 $vote_log[ 'results' ][ $option ] += 1; 153 foreach( $options as $option ) { 154 $vote_skelton[ 'results' ][ $option ] = 0;
|
/plugin/task/syntax/ |
H A D | task.php | 216 foreach ($options as $option) { 217 if ($status == $option) { 218 $selected = $option.' '; 220 $dropDownOptions [$option.' '] = $this->my->statusLabel($option); 249 foreach ($options as $option) { 250 $ret .= '<option value="'.$option.'"'; 251 if ($status == $option) $ret .= ' selected="selected"'; 252 $ret .= '>'.$this->my->statusLabel($option).'</option>';
|
/plugin/layeranimation/syntax/ |
H A D | animation.php | 46 $option = array( 'height' => '200' ); 54 $option['height'] = hsc($item); 56 $option['class'] .= ' ' . hsc($item); 60 return array('animation__start', $option, $pos);
|
/plugin/datepicker/ |
H A D | action.php | 93 $option= ''; 95 $option = '\\'; 99 $option = '#'; 109 …$found[$datecount_range+1]=str_replace($olddatestr,$option." ".$datestr." ",$found[$datecount_rang… 112 $found[$datecount_range+1]= $option." ".$datestr . $found[$datecount_range+1];
|