Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMultichoice.php44 $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 DDropdownElementTest.php43 $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 DSearch.php130 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 DFeedCreatorOptions.php131 * @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 DOptions.php318 * @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 DStream.php411 * @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 Didna_convert.class.php125 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 DLICENCE159 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 DASN1.php538 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.css74 /* media option wizard (opens when inserting media in the media popup)
H A Dbasic.less354 option,
376 option {
380 option:checked {
463 option[disabled],
H A D_diff.css138 .dokuwiki .diffnav select option[selected] {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php886 foreach ($options as $option) {
887 $opt = explode(':', $option, 2);
/dokuwiki/inc/
H A Dmedia.php866 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 DREADME.md7 - **option parsing**
64 - ``$options->registerOption()`` adds an option
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php581 throw new adLDAPException('[domain_controllers] option must be an array');
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3845 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 DLICENSE88 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 DCOPYING88 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 Dmysql.conf.php.example31 /* This option enables debug messages in the mysql plugin. It is
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE159 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 Djquery.min.js2option=!!xe.lastChild;var ke={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgrou… property
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE395 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 Dsyntax.txt270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].

12