Home
last modified time | relevance | path

Searched refs:help (Results 1 – 20 of 20) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS4 I owe these people/groups my thanks for help with GeSHi. Thanks, guys!
7 a great help for making GeSHi even better. And
H A DCHANGELOG717 - Changed some regular expressions to possibly help with badly performing
947 help automate file highlighting (though the extension array at this time is quite bare)
H A DREADME.md28 you specialist help if you need it.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less252 cursor: help;
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php85 echo $options->help();
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md8 - **help page generation**
47 echo $options->help();
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
126 The table formatter is used for the automatic help screen accessible when calling your script with ``-h`` or ``--help``.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php151 * Add the default help, color and log options
156 'help',
157 'Display this help screen and exit immediately.',
181 if ($this->options->getOpt('help')) {
182 echo $this->options->help();
H A DOptions.php9 * commands and even generates a help text from this setup.
31 /** @var Colors for colored help output */
34 /** @var string newline used for spacing help texts */
55 'help' => '',
75 * Sets the help text for the tool itself
77 * @param string $help
79 public function setHelp($help) argument
81 $this->setup['']['help'] = $help;
85 * Sets the help tex
89 setCommandHelp($help) global() argument
115 registerArgument($arg, $help, $required = true, $command = '') global() argument
137 registerCommand($command, $help) global() argument
161 registerOption($long, $help, $short = null, $needsarg = false, $command = '') global() argument
363 public function help() global() function in splitbrain\\phpcli\\Options
[all...]
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
H A Ddokuwiki.txt58 2004-2020 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community
/dokuwiki/lib/plugins/extension/
H A Dcli.php105 echo $options->help();
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1222 .ui-icon-help { background-position: -48px -144px; }
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php18 private $help; variable in IXR\\Server\\IntrospectionServer
54 public function addCallback($method, $callback, $args, $help) argument
58 $this->help[$method] = $help;
169 return $this->help[$method];
/dokuwiki/bin/
H A Ddwpage.php41 'Utility to help command line Dokuwiki page editing, allow ' .
195 echo $options->help();
H A Dgittool.php91 echo $options->help();
H A Dplugin.php50 echo $options->help();
H A Dstriplangs.php59 echo $options->help();
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt8 Reading the [[doku>acl|official documentation on ACL]] might help you to fully understand how access control works in DokuWiki.
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt3 Use this page to control the settings of your DokuWiki installation. For help on individual settings refer to [[doku>config]]. For more details about this plugin see [[doku>plugin:config]].