Home
last modified time | relevance | path

Searched +defs:default +defs:output (Results 1 – 25 of 1718) sorted by relevance

12345678910>>...69

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/data/aws_credentials/
H A Dshared_config.ini1 [default] section
3 credential_process = aws-credential-process default argument
4 output = json key
6 [profile nondefault] argument
9 output = json key
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
102 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
238 public function askConfirmation(OutputInterface $output, $question, $default = true)
263 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false,
369 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
460 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
102 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
238 public function askConfirmation(OutputInterface $output, $question, $default = true)
263 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false,
369 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
460 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Helper/
H A DDialogHelper.php43 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
99 …public function ask(OutputInterface $output, $question, $default = null, array $autocomplete = nul…
234 public function askConfirmation(OutputInterface $output, $question, $default = true)
259 public function askHiddenResponse(OutputInterface $output, $question, $fallback = true)
336 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false,
366 …public function askHiddenResponseAndValidate(OutputInterface $output, $question, $validator, $atte…
457 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_config/
H A Dms_notification.php168 $default = 'checked'; variable
172 $default = ''; variable
191 $output = $mail->replace_value('require/mail/Templates/OCS_template.html', 'DEFAULT'); variable
197 $output = $mail->replace_value($mail->get_template_perso(), 'PERSO'); variable
199 $output = $l->g(8020); variable
/dports/deskutils/just/just-0.10.5/tests/
H A Dchoose.rs154 let output = Command::new(executable_path("just")) in status_error() localVariable
173 fn default() { in default() function
192 let output = Command::new(executable_path("just")) in default() localVariable
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/flask_restful/
H A Dfields.py33 def get_value(key, obj, default=None): argument
43 def _get_value_for_keys(keys, obj, default): argument
51 def _get_value_for_key(key, obj, default): argument
88 def __init__(self, default=None, attribute=None): argument
108 def output(self, key, obj): member in Raw
144 def output(self, key, obj): member in Nested
193 def output(self, key, data): member in List
224 def __init__(self, default=0, **kwargs): argument
273 def output(self, key, obj): member in FormattedString
300 def output(self, key, obj): member in Url
/dports/www/py-flask-restful/Flask-RESTful-0.3.9/flask_restful/
H A Dfields.py33 def get_value(key, obj, default=None): argument
43 def _get_value_for_keys(keys, obj, default): argument
51 def _get_value_for_key(key, obj, default): argument
88 def __init__(self, default=None, attribute=None): argument
108 def output(self, key, obj): member in Raw
144 def output(self, key, obj): member in Nested
193 def output(self, key, data): member in List
224 def __init__(self, default=0, **kwargs): argument
273 def output(self, key, obj): member in FormattedString
300 def output(self, key, obj): member in Url
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dquestions.py45 def output(s, unformatted=True, fd=sys.stdout): function
51 def expect(prompt, possibilities, recursed=False, default=None, argument
105 def something(prompt, default=None): argument
113 def yn(prompt, default=None): argument
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/
H A Denvironment.py41 def out(self, output, newline=True): argument
45 def err(self, output, newline=True): argument
49 def fmt(self, output, fmt=None): argument
59 def fout(self, output, newline=True): argument
68 def input(self, prompt, default=None, show_default=True): argument
72 def getpass(self, prompt, default=None): argument
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/
H A DSlotsHelper.php83 public function get($name, $default = false)
107 public function output($name, $default = false) function in Symfony\\Component\\Templating\\Helper\\SlotsHelper
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Templating/Helper/
H A DSlotsHelper.php83 public function get($name, $default = false)
107 public function output($name, $default = false) function in Symfony\\Component\\Templating\\Helper\\SlotsHelper
/dports/science/py-jupyter_jsmol/jupyter-jsmol-2021.3.0/jupyter_jsmol/nbextension/static/jsmol/php/
H A Djsmol.php69 function getValueSimple($json, $key, $default) {
101 $output = ""; variable
119 $output = "ERROR: \"$query\" not found"; variable
128 $output = substr($output, 0, 250); variable
130 $output = str_replace("\n",",",$output); variable
144 $output = "invalid url"; variable
154 $output = file_get_contents($query); variable
156 $output = $query."<br>".$output; variable
174 $output = $myerror; variable
177 $output = $imagedata; variable
[all …]
/dports/science/jmol/jmol-14.32.7/appletweb/old/examples/
H A Djmolcd2.php10 function getValueSimple($json, $key, $default) {
42 $output = ""; variable
54 $output = file_get_contents($restQueryUrl, false, $context); variable
57 $output = "ERROR: \"$query\" not found"; variable
66 $output = substr($output, 0, 250); variable
68 $output = str_replace("\n",",",$output); variable
109 $output = implode("\n",$result); variable
113 $output = implode("\n",$result); variable
124 $output = file_get_contents($query, false, $context); variable
126 $output = file_get_contents($query); variable
[all …]
/dports/www/phpbb3/phpBB3/phpbb/install/helper/iohandler/
H A Dcli_iohandler.php28 protected $output; variable in phpbb\\install\\helper\\iohandler\\cli_iohandler
51 public function set_style(OutputStyle $style, OutputInterface $output)
60 public function get_input($name, $default, $multibyte = false)
80 public function get_raw_input($name, $default)
99 public function get_server_variable($name, $default = '')
107 public function get_header_variable($name, $default = '')
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Cli/
H A DConsoleOutput.php43 protected $output; variable in TYPO3\\CMS\\Extbase\\Mvc\\Cli\\ConsoleOutput
91 public function output($text, array $arguments = []) function in TYPO3\\CMS\\Extbase\\Mvc\\Cli\\ConsoleOutput
157 …public function select($question, $choices, $default = null, $multiSelect = false, $attempts = nul…
176 public function ask($question, $default = null, array $autocomplete = null)
193 public function askConfirmation($question, $default = true)
232 …public function askAndValidate($question, $validator, $attempts = null, $default = null, array $au…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/saved_searches/
H A Dmodules.php105 protected function output() { function in Hm_Output_search_name_fld
115 protected function output() { function in Hm_Output_filter_saved_search_result
129 protected function output() { function in Hm_Output_update_search_icon
141 protected function output() { function in Hm_Output_delete_search_icon
155 protected function output() { function in Hm_Output_save_search_icon
168 protected function output() { function in Hm_Output_save_searches_form
182 protected function output() { function in Hm_Output_search_folders
232 public function get($name, $default=false) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/adhocore/cli/src/IO/
H A DInteractor.php175 public function __construct(string $input = null, string $output = null)
209 public function confirm(string $text, string $default = 'y'): bool
226 public function choice(string $text, array $choices, $default = null, bool $case = false)
247 public function choices(string $text, array $choices, $default = null, bool $case = false)
281 public function prompt(string $text, $default = null, callable $fn = null, int $retry = 3)
329 protected function listOptions(array $choices, $default = null, bool $multi = false): self
356 protected function promptOptions(array $choices, $default): self
/dports/www/moodle311/moodle/lib/classes/external/
H A Dexporter.php120 final public function export(renderer_base $output) {
250 protected function get_other_values(renderer_base $output) {
497 final public static function get_read_structure($required = VALUE_REQUIRED, $default = null) {
511 …tion get_read_structure_from_properties($properties, $required = VALUE_REQUIRED, $default = null) {
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/IO/
H A DConsoleIO.php33 protected $output; variable in Composer\\IO\\ConsoleIO
53 … public function __construct(InputInterface $input, OutputInterface $output, HelperSet $helperSet)
231 public function ask($question, $default = null)
243 public function askConfirmation($question, $default = true)
255 public function askAndValidate($question, $validator, $attempts = null, $default = null)
279 …public function select($question, $choices, $default, $attempts = false, $errorMessage = 'Value "%…
/dports/databases/arrow/apache-arrow-6.0.1/js/test/unit/ipc/reader/
H A Dstreams-node-tests.ts108 const { default: MultiStream } = await import('multistream'); constant
126 const output = reader constant
145 const { default: MultiStream } = await import('multistream'); constant
175 const { default: MultiStream } = await import('multistream'); constant
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Console/Concerns/
H A DInteractsWithIO.php30 protected $output; variable
131 public function confirm($question, $default = false)
143 public function ask($question, $default = null)
156 public function anticipate($question, $choices, $default = null)
169 public function askWithCompletion($question, $choices, $default = null)
206 …public function choice($question, array $choices, $default = null, $attempts = null, $multiple = f…
399 public function setOutput(OutputStyle $output)
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Package/
H A DPackageCommandHelper.php42 public static function renderAvailablePackagesTable($output, $packagesInfo)
95 public static function renderInstalledPackagesTable($output, $packagesInfo)
124 public static function getQuestion($question, $default = null, $character = ':')
/dports/math/dsdp/DSDP5.8/bin/
H A DMakefile2 default: target
33 output: target
/dports/emulators/mess/mame-mame0226/bgfx/chains/
H A Dcrt-geom-deluxe.json8 "default": 0.4, number
17 "default": 1.2, number
26 "default": 0.04, number
35 "default": 0.1, number
44 "default": 2.0, number
53 "default": 1.0, number
170 "output": "internal1" string
184 "output": "phosphor" string
197 "output": "internal2" string
210 "output": "blur" string
[all …]

12345678910>>...69