Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
DOptions.php377 $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);
DColors.php130 public function wrap($text, $color) function in splitbrain\\phpcli\\Colors
DBase.php166 …'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Color…
DTableFormatter.php216 $chunk = $this->colors->wrap($chunk, $colors[$col]);
/dokuwiki/bin/
Dplugin.php65 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/
Dscript.js23 $filter.wrap('<label></label>');
/dokuwiki/lib/scripts/
Deditor.js89 wrap = $textarea.attr('wrap');
91 (wrap && wrap.toLowerCase() == 'off') ? 'soft' : 'off');
Dpage.js67 …jQuery('a.wikilink1, a.wikilink2').filter('[data-wiki-id="'+JSINFO.id+'"]').wrap('<span class="cur…
/dokuwiki/lib/plugins/extension/
DExtension.php157 * @param bool $wrap If true, the id is wrapped in backticks
160 public function getId($wrap = false) argument
167 if ($wrap) $id = "`$id`";
Dcli.php330 $this->colors->wrap($ext->getAuthor(), Colors::C_PURPLE)
/dokuwiki/lib/tpl/dokuwiki/css/
Dusertools.less17 flex-wrap: nowrap;
Ddesign.less207 word-wrap: break-word;
304 word-wrap: break-word;
310 overflow-wrap: break-word;
D_edit.css70 /* size and wrap controls */
Dprint.css75 white-space: pre-wrap;
Dbasic.less283 word-wrap: normal;
/dokuwiki/lib/plugins/styling/
Dscript.js67 }).wrap('<p></p>');
/dokuwiki/inc/
DMailer.class.php200 * @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) {
Dtemplate.php1620 * @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/
DREADME.md96 …ring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
/dokuwiki/lib/scripts/jquery/
Djquery-ui.min.js6wrap(t),i[0]!==n&&!V.contains(i[0],n)||V(n).trigger("focus"),t=i.parent(),"static"===i.css("positi…
Djquery.min.js2 …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/
DphpQuery-onefile.php2662 public function wrap($wrapper) { function in phpQueryObject