| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingMultichoice.php | 44 $option = $plugin->getLang($this->key . '_o_' . $choice); 45 if (!$option && isset($this->lang[$this->key . '_o_' . $choice])) { 46 $option = $this->lang[$this->key . '_o_' . $choice]; 48 if (!$option) $option = $choice; 51 $option = htmlspecialchars($option); 52 … $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n";
|
| /dokuwiki/_test/tests/Form/ |
| H A D | DropdownElementTest.php | 43 $option = $pq->find('option[selected=selected]'); 44 $this->assertTrue($option->count() == 1); 45 $this->assertEquals('first', $option->attr('value')); 46 $this->assertEquals('A first Label', $option->text()); 83 $option = $pq->find('option#theID'); 84 $this->assertEquals(1, $option->count()); 85 $this->assertEquals('first', $option->attr('value')); 86 $this->assertEquals('the label', $option->text()); 87 $this->assertEquals('bar', $option->attr('data-foo')); 88 $this->assertTrue($option->hasClass('two')); [all …]
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 130 foreach ($options as $key => $option) { 135 $searchForm->addHTML($option['label']); 137 … $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']); 240 foreach ($options as $key => $option) { 241 if ($this->parsedQuery['and'] === $option['and']) { 263 foreach ($options as $key => $option) { 268 $searchForm->addHTML($option['label']); 271 ->withFragments($option['and'], $option['not']) 272 ->getSearchLink($option['label']); 405 foreach ($options as $key => $option) { [all …]
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreatorOptions.php | 131 * @param string $option The name of the option 135 public function get($option, $default = null) argument 137 return $this->options[$option] ?? $default;
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Options.php | 318 * @param mixed $option 322 public function getOpt($option = null, $default = false) argument 324 if ($option === null) { 328 if (isset($this->options[$option])) { 329 return $this->options[$option];
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 411 * @param int $option 415 private function _stream_metadata($path, $option, $var) argument 425 switch ($option) { 705 * @param int $option 710 private function _stream_set_option($option, $arg1, $arg2) argument
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | idna_convert.class.php | 125 function set_parameter($option, $value = false) argument 127 if (!is_array($option)) { 128 $option = array($option => $value); 130 foreach ($option as $k => $v) { 963 function setParams($option, $param = false) argument 965 return $this->IC->set_parameters($option, $param);
|
| H A D | LICENCE | 159 and you may at your option offer warranty protection in exchange for a 224 This option is useful when you wish to copy part of the code of 420 "any later version", you have the option of following the terms and 479 version 2.1 of the License, or (at your option) any later version.
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ASN1.php | 538 foreach ($mapping['children'] as $key => $option) { 540 … case isset($option['constant']) && $option['constant'] == $decoded['constant']: 541 case !isset($option['constant']) && $option['type'] == $decoded['type']: 542 $value = self::asn1map($decoded, $option, $special); 544 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE: 545 $v = self::asn1map($decoded, $option, $special);
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _modal.css | 74 /* media option wizard (opens when inserting media in the media popup)
|
| H A D | basic.less | 354 option, 376 option { 380 option:checked { 463 option[disabled],
|
| H A D | _diff.css | 138 .dokuwiki .diffnav select option[selected] {
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Enclosure.php | 886 foreach ($options as $option) { 887 $opt = explode(':', $option, 2);
|
| /dokuwiki/inc/ |
| H A D | media.php | 866 foreach ($content[1] as $option) { 868 if ($checked == $option) { 873 $lang['media_' . $group . '_' . $option] 874 )->val($option)->id($content[0] . '__' . $option)->addClass($option);
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 7 - **option parsing** 64 - ``$options->registerOption()`` adds an option
|
| /dokuwiki/lib/plugins/authad/adLDAP/ |
| H A D | adLDAP.php | 581 throw new adLDAPException('[domain_controllers] option must be an array');
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 3845 foreach($node['option']->stack(1) as $option) { 3846 $option = pq($option, $this->getDocumentID()); 3850 $selected = is_null($option->attr('value')) 3851 ? in_array($option->markup(), $_val) 3852 : in_array($option->attr('value'), $_val); 3862 $option->attr('selected', 'selected'); 3864 $option->removeAttr('selected');
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 88 you may at your option offer warranty protection in exchange for a fee. 244 later version", you have the option of following the terms and conditions 299 (at your option) any later version.
|
| /dokuwiki/ |
| H A D | COPYING | 88 you may at your option offer warranty protection in exchange for a fee. 244 later version", you have the option of following the terms and conditions 299 (at your option) any later version.
|
| /dokuwiki/conf/ |
| H A D | mysql.conf.php.example | 31 /* This option enables debug messages in the mysql plugin. It is
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 159 and you may at your option offer warranty protection in exchange for a 224 This option is useful when you wish to copy part of the code of 420 "any later version", you have the option of following the terms and
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …option=!!xe.lastChild;var ke={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgrou… property
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 395 When you convey a copy of a covered work, you may at your option 614 option of following the terms and conditions either of that numbered
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
|