Home
last modified time | relevance | path

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

/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DadventureEngine.py153 def helpDescription(): member in Command
170 def helpDescription(): member in MoveCommand
196 def helpDescription(): member in TakeCommand
218 def helpDescription(): member in DropCommand
235 def helpDescription(): member in InventoryCommand
246 def helpDescription(): member in LookCommand
257 def helpDescription(): member in DoorsCommand
287 def helpDescription(): member in UseCommand
307 def helpDescription(): member in OpenCommand
330 def helpDescription(): member in CloseCommand
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DadventureEngine.py162 def helpDescription(): member in Command
179 def helpDescription(): member in MoveCommand
205 def helpDescription(): member in TakeCommand
227 def helpDescription(): member in DropCommand
245 def helpDescription(): member in InventoryCommand
257 def helpDescription(): member in LookCommand
269 def helpDescription(): member in DoorsCommand
303 def helpDescription(): member in UseCommand
324 def helpDescription(): member in OpenCommand
348 def helpDescription(): member in CloseCommand
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dzabbix_web_service.go59 helpDescription = "Display this help message"
66 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
67 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dzabbix_web_service.go59 helpDescription = "Display this help message"
66 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
67 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dzabbix_web_service.go59 helpDescription = "Display this help message"
66 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
67 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dzabbix_web_service.go59 helpDescription = "Display this help message"
66 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
67 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dzabbix_web_service.go59 helpDescription = "Display this help message"
66 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
67 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dtikihelplib.php48 $desc = $crumb->helpDescription;
H A Dbreadcrumblib.php25 public $helpDescription; variable in Breadcrumb
45 $this->helpDescription = $helpdesc;
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DHelp.hs91 helpDescription :: String
92 helpDescription = "Display help about darcs and darcs commands." function
124 , commandDescription = helpDescription
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin.php140 $helpDescription = $description = ''; variable
562 $helpDescription = tr("Help on %0 Config", $admintitle); variable
598 $crumbs[] = new Breadcrumb($admintitle, $description, $url, $helpUrl, $helpDescription);
/dports/www/tikiwiki/tiki-21.2/lib/test/language/fixtures/
H A Dtest_collecting_strings.php71 $helpDescription = "Help on $admintitle Config"; //get_strings tra("Help on $admintitle Config") variable
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go239 helpDescription = "Display this help message"
241 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
242 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go239 helpDescription = "Display this help message"
241 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
242 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go239 helpDescription = "Display this help message"
241 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
242 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go239 helpDescription = "Display this help message"
241 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
242 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go239 helpDescription = "Display this help message"
241 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
242 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go242 helpDescription = "Display this help message"
244 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
245 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go242 helpDescription = "Display this help message"
244 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
245 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go242 helpDescription = "Display this help message"
244 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
245 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go242 helpDescription = "Display this help message"
244 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
245 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/cmd/zabbix_agent2/
H A Dzabbix_agent2.go242 helpDescription = "Display this help message"
244 flag.BoolVar(&helpFlag, "help", helpDefault, helpDescription)
245 flag.BoolVar(&helpFlag, "h", helpDefault, helpDescription+" (shorthand)")
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/
H A DSpeakerNPC.java863 public void addHelp(final String helpDescription) { in addHelp() argument
864 addReply(ConversationPhrases.HELP_MESSAGES, helpDescription); in addHelp()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DDFSUtil.java1518 String helpDescription, PrintStream out, boolean printGenericCommandUsage) {
1526 out.println(helpDescription + "\n");
/dports/www/jitsi-meet/jitsi-meet/libs/
H A Dapp.bundle.min.map1helpDescription","_overflowMenuVisible","_visible","_dialog","letter","_visibleButtons","rootClass…