Searched refs:opt (Results 1 – 13 of 13) sorted by relevance
/dokuwiki/vendor/splitbrain/php-cli/src/ |
D | Options.php | 251 $opt = array_shift($arg); 254 if (!isset($this->setup[$this->command]['opts'][$opt])) { 255 throw new Exception("No such option '$opt'", Exception::E_UNKNOWN_OPT); 259 if ($this->setup[$this->command]['opts'][$opt]['needsarg']) { 264 throw new Exception("Option $opt requires an argument", 267 $this->options[$opt] = $val; 269 $this->options[$opt] = true; 276 $opt = substr($arg, 1); 277 if (!isset($this->setup[$this->command]['short'][$opt])) { 280 $opt = $this->setup[$this->command]['short'][$opt]; // store it under long name [all …]
|
/dokuwiki/lib/scripts/ |
D | media.js | 179 jQuery.each(opts, function (_, opt) { argument 182 .attr('id', 'media__' + opt.id); 189 .text(opt.label); 192 jQuery.each(opt.btns, function (i, text) { 196 .attr('id', "media__" + opt.id + "btn" + (i + 1)) 198 .on('click', bind(dw_mediamanager.setOpt, opt.id)); 201 .attr('src', DOKU_BASE + 'lib/images/media_' + opt.id + '_' + text + '.png'); 385 set_fileview_opt: function (opt, new_val) { argument 387 new_val = jQuery('form.options li.' + opt[1] + ' input') 395 if (new_val !== dw_mediamanager.view_opts[opt[0]]) { [all …]
|
D | edit.js | 170 jQuery.each(opts, function (_, opt) { argument 172 var str = "\n" + opt,
|
/dokuwiki/inc/Feed/ |
D | FeedMediaProcessor.php | 16 $opt = [ 23 $opt = [ 31 $opt = [ 38 $opt = [ 47 return media_managerURL($opt, '&', true);
|
D | FeedPageProcessor.php | 26 $opt = ['rev' => $this->getRev()]; 29 $opt = ['rev' => $this->getRev(), 'do' => 'revisions']; 32 $opt = []; 36 $opt = ['rev' => $this->getRev(), 'do' => 'diff']; 39 return wl($this->getId(), $opt, true, '&');
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Enclosure.php | 887 $opt = explode(':', $option, 2); 888 if (isset($opt[0], $opt[1])) { 889 $opt[0] = trim($opt[0]); 890 $opt[1] = trim($opt[1]); 891 switch ($opt[0]) { 893 $audio = $opt[1]; 897 $video = $opt[1]; 901 $alt = $opt[1]; 905 $altclass = $opt[1]; 909 $loop = $opt[1]; [all …]
|
/dokuwiki/lib/plugins/popularity/lang/en/ |
D | intro.txt | 5 You are encouraged to repeat this step from time to time, or even better to opt for an automated mo…
|
/dokuwiki/lib/plugins/acl/ |
D | admin.php | 148 foreach ($acl as $where => $opt) { 149 foreach ($opt as $who => $perm) {
|
/dokuwiki/inc/ |
D | form.php | 1131 foreach ($attrs['_options'] as $opt) { 1132 @list($value, $text, $select, $disabled) = $opt;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | X509.php | 1183 foreach ($opts as $opt) { 1184 if ($opt['accessMethod'] == 'id-ad-caIssuers') { 1188 if (isset($opt['accessLocation']['uniformResourceIdentifier'])) { 1189 $url = $opt['accessLocation']['uniformResourceIdentifier'];
|
/dokuwiki/ |
D | composer.lock | 726 …"description": "Easy command line scripts for PHP with opt parsing and color output. No dependenci…
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
D | LICENSE | 211 3. You may opt to apply the terms of the ordinary GNU General Public
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
D | LICENCE | 211 3. You may opt to apply the terms of the ordinary GNU General Public
|