/dokuwiki/vendor/splitbrain/php-cli/src/ |
D | Options.php | 377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN); 383 $text .= $this->colors->wrap(' ' . $command, Colors::C_PURPLE); 388 $text .= ' ' . $this->colors->wrap('<OPTIONS>', Colors::C_GREEN); 392 $text .= ' ' . $this->colors->wrap('<COMMAND> ...', Colors::C_PURPLE); 396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN); 418 $text .= $this->colors->wrap('OPTIONS:', Colors::C_BROWN); 449 $text .= $this->colors->wrap('ARGUMENTS:', Colors::C_BROWN); 466 $text .= $this->colors->wrap('COMMANDS:', Colors::C_BROWN);
|
D | Colors.php | 130 public function wrap($text, $color) function in splitbrain\\phpcli\\Colors
|
D | Base.php | 166 …'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Color…
|
D | TableFormatter.php | 216 $chunk = $this->colors->wrap($chunk, $colors[$col]);
|
/dokuwiki/bin/ |
D | plugin.php | 65 echo $this->colors->wrap('AVAILABLE PLUGINS:', Colors::C_BROWN); 71 … echo $this->colors->wrap(" No plugins providing CLI components available\n", Colors::C_RED);
|
/dokuwiki/lib/plugins/logviewer/ |
D | script.js | 23 $filter.wrap('<label></label>');
|
/dokuwiki/lib/scripts/ |
D | editor.js | 89 wrap = $textarea.attr('wrap'); 91 (wrap && wrap.toLowerCase() == 'off') ? 'soft' : 'off');
|
D | page.js | 67 …jQuery('a.wikilink1, a.wikilink2').filter('[data-wiki-id="'+JSINFO.id+'"]').wrap('<span class="cur…
|
/dokuwiki/lib/plugins/extension/ |
D | Extension.php | 157 * @param bool $wrap If true, the id is wrapped in backticks 160 public function getId($wrap = false) argument 167 if ($wrap) $id = "`$id`";
|
D | cli.php | 330 $this->colors->wrap($ext->getAuthor(), Colors::C_PURPLE)
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | usertools.less | 17 flex-wrap: nowrap;
|
D | design.less | 207 word-wrap: break-word; 304 word-wrap: break-word; 310 overflow-wrap: break-word;
|
D | _edit.css | 70 /* size and wrap controls */
|
D | print.css | 75 white-space: pre-wrap;
|
D | basic.less | 283 word-wrap: normal;
|
/dokuwiki/lib/plugins/styling/ |
D | script.js | 67 }).wrap('<p></p>');
|
/dokuwiki/inc/ |
D | Mailer.class.php | 200 * @param bool $wrap wrap the HTML in the default header/Footer 202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) argument 215 if ($wrap) {
|
D | template.php | 1620 * @param bool $wrap wrap in div with class="license"? 1625 function tpl_license($img = 'badge', $imgonly = false, $return = false, $wrap = true) argument 1636 if ($wrap) $out .= '<div class="license">'; 1650 if ($wrap) $out .= '</div>';
|
/dokuwiki/vendor/splitbrain/php-cli/ |
D | README.md | 96 …ring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …wrap(t),i[0]!==n&&!V.contains(i[0],n)||V(n).trigger("focus"),t=i.parent(),"static"===i.css("positi…
|
D | jquery.min.js | 2 …tion(){var e=ce(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=v… method
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 2662 public function wrap($wrapper) { function in phpQueryObject
|