Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
DOptions.php251 $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/
Dmedia.js179 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 …]
Dedit.js170 jQuery.each(opts, function (_, opt) { argument
172 var str = "\n" + opt,
/dokuwiki/inc/Feed/
DFeedMediaProcessor.php16 $opt = [
23 $opt = [
31 $opt = [
38 $opt = [
47 return media_managerURL($opt, '&', true);
DFeedPageProcessor.php26 $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/
DEnclosure.php887 $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/
Dintro.txt5 You are encouraged to repeat this step from time to time, or even better to opt for an automated mo…
/dokuwiki/lib/plugins/acl/
Dadmin.php148 foreach ($acl as $where => $opt) {
149 foreach ($opt as $who => $perm) {
/dokuwiki/inc/
Dform.php1131 foreach ($attrs['_options'] as $opt) {
1132 @list($value, $text, $select, $disabled) = $opt;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DX509.php1183 foreach ($opts as $opt) {
1184 if ($opt['accessMethod'] == 'id-ad-caIssuers') {
1188 if (isset($opt['accessLocation']['uniformResourceIdentifier'])) {
1189 $url = $opt['accessLocation']['uniformResourceIdentifier'];
/dokuwiki/
Dcomposer.lock726 …"description": "Easy command line scripts for PHP with opt parsing and color output. No dependenci…
/dokuwiki/vendor/openpsa/universalfeedcreator/
DLICENSE211 3. You may opt to apply the terms of the ordinary GNU General Public
/dokuwiki/vendor/simplepie/simplepie/idn/
DLICENCE211 3. You may opt to apply the terms of the ordinary GNU General Public