/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Options.php | 39 foreach ($options as $option) { 40 $this->options[] = $option instanceof Option ? $option : new Option($option); 65 * @param string|Option $option 68 public function has($option): bool argument 70 $option = $option instanceof Option ? $option : new Option($option); 87 foreach ($options as $option) { 88 $option = $option instanceof Option ? $option : new Option($option); 108 return $option === false ? null : $option; 118 $option = end($this->options); 121 return $option === false ? null : $option; [all …]
|
H A D | Option.php | 25 protected $option; variable in FreeDSx\\Ldap\\Entry\\Option 33 * @param string $option 37 $this->option = $option; 88 * @param string $option 96 $option = \strtolower($option); 98 return \substr($this->lcOption, 0, \strlen($option)) === $option; 104 * @param Option $option 112 if ($option->lcOption === null) { 113 $option->lcOption = \strtolower($option->option); 133 return $this->option; [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]; 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/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/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/commonmark/vendor/league/commonmark/bin/ |
H A D | commonmark | 18 foreach ($options_raw as $option => $value) { 19 switch ($option) { 29 fail("Invalid value '$value' for option '$option'"); 33 $options[str_replace('-', '_', $option)] = $value; 55 $option = explode('=', $arg, 2)[0]; variable 56 if (!preg_match('/^--[^-]/', $option) 57 || !array_key_exists(ltrim($option, '-'), $options_raw)) {
|
/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/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/layeranimation/syntax/ |
H A D | animation.php | 46 $option = array( 'height' => '200' ); 49 $option['height'] = hsc($item); 51 $option['class'] .= ' ' . hsc($item); 54 return array('animation__start', $option, $pos);
|
/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>';
|
H A D | tasks.php | 193 foreach ($options as $option) { 194 if ($filter == $option) { 195 $selected = $option.' '; 197 $dropDownOptions [$option.' '] = $this->getLang('view_'.$option); 243 foreach ($options as $option) { 244 $ret .= '<option value="'.$option.'"'; 245 if ($filter == $option) $ret .= ' selected="selected"'; 246 $ret .= '>'.$this->getLang('view_'.$option).'</option>';
|
/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];
|
/plugin/todo/syntax/ |
H A D | todo.php | 187 foreach($options as $option) { 188 $option = trim($option); 189 if($option[0] == '@') { 190 $data['todousers'][] = substr($option, 1); //fill todousers array 191 …if(!isset($data['todouser'])) $data['todouser'] = substr($option, 1); //set the first/main todouser 193 elseif($option[0] == '#') { 195 @list($completeduser, $completeddate) = explode(':', $option, 2); 202 @list($key, $value) = explode(':', $option, 2);
|
/plugin/noticeboard/ |
H A D | syntax.php | 488 $out .= '<option value="'.$i.'" selected="selected">'.$i.'</option>'; 490 $out .= '<option value="'.$i.'">'.$i.'</option>'; 500 … $out .= '<option value="'.$i.'" selected="selected">'.$langMonth[$i].'</option>' . DOKU_LF; 502 $out .= '<option value="'.$i.'">'.$langMonth[$i].'</option>';
|