Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/plugin/upgrade/vendor/splitbrain/php-cli/src/
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...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc26 * <<Elasticsearch_Namespaces_CatNamespacehelp_help,`help()`>>
59 $params['help'] = (boolean) Return help information (Default = false)
81 $params['help'] = (boolean) Return help information (Default = false)
99 $params['help'] = (boolean) Return help information (Default = false)
118 $params['help'] = (boolean) Return help information (Default = false)
135 $params['help']
[all...]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection84 help="Don't actually make changes, but just simulate the behaviour",
88 help="How many times to check before exiting. -1 is infinite, which is the default",
95 help="Sleep time in seconds (default = 5)",
102 help="Threshold in bytes (default = 10737418240, which is 10GB)",
109 help="Minimum number of bytes to erase when the threshold is reached. " +
H A Dgooglecode_upload.py205 help='Short description of the file')
207 help='Google Code project name')
209 help='Your Google Code username')
211 help='Your Google Code password')
213 help='An optional list of comma-separated labels to attach '
/plugin/newpagetemplate/
H A Dadmin.php8 private $help = false; variable in admin_plugin_newpagetemplate
31 $this->help = false;
52 $this->help = true;
67 $this->help = true;
71 case 'help':
72 $this->help = true;
120 ptln('<input type="submit" name="cmd[help]" value="' . $this->getLang('btn_help') . '" /></div>');
127 if($this->help) {
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php25 $help = get_param("help", "h", "false"); variable
26 $help = (($help == "true") || ($help == "t")); variable
80 …, $linkFilter, $frameDepth, $viewerUrl, $doubleEncodeLink, $headlessPage, $help, $actualFrameDepth;
99 if ($help) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-args.phpt4 help
7 if ($argc > 0 && $argv[1] == 'help') {
/plugin/redirector/
H A DredirectURLs.txt.orig6 %^/help/index% /help
/plugin/glossary/syntax/
H A Ddiv.php49 $this->help ($renderer);
80 $this->help ($renderer);
105 function help (Doku_Renderer $renderer) { function in syntax_plugin_glossary_div
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php13 private $help; variable in IJR_IntrospectionServer
28 $this->addCallback($key['method'], $key['callback'], $key['args'], $key['help']);
/plugin/bez/
H A Dcli.php13 function help() { function
60 help();
/plugin/bibtex/OSBib/create/
H A Dindex.php105 $help = new HELPSTYLE(); variable
106 $pString = $help->display();
/plugin/advanced/admin/
H A Dconfig.php232 private function help($file) function in admin_plugin_advanced_config
373 $this->help('config');
377 $this->help('config/userstyle');
381 $this->help('config/hooks');
386 $this->help($file_info['help']);
/plugin/showsamples/
H A Dsyntax.php57 $this->help ($renderer);
82 function help (&$renderer) { function in syntax_plugin_showSamples
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards29 $help = <<<HI
42 fwrite(STDERR, $help);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards29 $help = <<<HI
42 fwrite(STDERR, $help);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards29 $help = <<<HI variable
42 fwrite(STDERR, $help);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards29 $help = <<<HI variable
42 fwrite(STDERR, $help);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards29 $help = <<<HI
42 fwrite(STDERR, $help);
/plugin/tindexmenu/
H A DCREDITS37 Great help in testing and finding bugs.
49 Context menu search function and great help in testing patches.
/plugin/tile/
H A Dsyntax.php54 if (preg_match_all ("#(\"[^\"]*\")*help(\"[^\"]*\")*#", $data, $dumy) > 0)
55 $this->help ($renderer);
97 function help (Doku_Renderer $renderer) { function in syntax_plugin_tile
102 ' <li>Syntax : <b>&lt;tile [help] [width=pp]&gt;</b><br/>'.
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md16 | Help | Display the help window.|
21 | Help | **Display the** help window.|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dtables.md16 | Help | Display the help window.|
21 | Help | **Display the** help window.|
/plugin/metadisplay/
H A DREADME.md27 -h, --help Display this help screen and exit immeadiately.
/plugin/indexmenu/
H A DCREDITS37 Great help in testing and finding bugs.
49 Context menu search function and great help in testing patches.

12345678910>>...20