Home
last modified time | relevance | path

Searched refs:pht (Results 326 – 350 of 1645) sorted by relevance

1...<<11121314151617181920>>...66

/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistCoverWorkflow.php34 'help' => pht('Cover changes since a specific revision.'),
40 'svn' => pht('cover does not currently support %s in svn.', '--rev'),
81 pht("You're covered, you didn't change anything."));
121 $line_noun = pht(
129 echo pht(
H A DArcanistInspectWorkflow.php11 $help = pht(<<<EOTEXT
17 ->setSynopsis(pht('Show internal object information.'))
18 ->addExample(pht('**inspect** [__options__] -- __object__'))
25 ->setHelp(pht('Load all object hardpoints.')),
44 pht('Choose an object to inspect:'));
63 pht(
74 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistInspectWorkflow.php11 $help = pht(<<<EOTEXT
17 ->setSynopsis(pht('Show internal object information.'))
18 ->addExample(pht('**inspect** [__options__] -- __object__'))
25 ->setHelp(pht('Load all object hardpoints.')),
44 pht('Choose an object to inspect:'));
63 pht(
74 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistImplicitVisibilityXHPASTLinterRule.php9 return pht('Implicit Method Visibility');
47 pht('Methods should have their visibility declared explicitly.'),
68 pht(
83 pht('Properties should have their visibility declared explicitly.'),
H A DArcanistCallParenthesesXHPASTLinterRule.php9 return pht('Call Formatting');
46 pht("Unexpected node of type '%s'!", $node->getTypeName()));
58 pht('Convention: no spaces before opening parentheses.'),
85 pht('Convention: no spaces before closing parentheses.'),
H A DArcanistArraySeparatorXHPASTLinterRule.php9 return pht('Array Separator');
52 pht('Multi-lined arrays should have trailing commas.'),
60 pht('Closing parenthesis should be on a new line.'),
66 pht('Single lined arrays should not have a trailing comma.'),
H A DArcanistUnsafeDynamicStringXHPASTLinterRule.php12 return pht('Unsafe Usage of Dynamic String');
23 'help' => pht(
29 'help' => pht(
96 pht(
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistImplicitVisibilityXHPASTLinterRule.php9 return pht('Implicit Method Visibility');
47 pht('Methods should have their visibility declared explicitly.'),
68 pht(
83 pht('Properties should have their visibility declared explicitly.'),
H A DArcanistCallParenthesesXHPASTLinterRule.php9 return pht('Call Formatting');
46 pht("Unexpected node of type '%s'!", $node->getTypeName()));
58 pht('Convention: no spaces before opening parentheses.'),
85 pht('Convention: no spaces before closing parentheses.'),
H A DArcanistArraySeparatorXHPASTLinterRule.php9 return pht('Array Separator');
52 pht('Multi-lined arrays should have trailing commas.'),
60 pht('Closing parenthesis should be on a new line.'),
66 pht('Single lined arrays should not have a trailing comma.'),
H A DArcanistUnsafeDynamicStringXHPASTLinterRule.php12 return pht('Unsafe Usage of Dynamic String');
23 'help' => pht(
29 'help' => pht(
96 pht(
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/module/i386/
H A Delf_module.c32 char *pht = NULL; in load_segments() local
48 pht = malloc(elf_hdr->e_phnum * elf_hdr->e_phentsize); in load_segments()
49 if (!pht) in load_segments()
52 image_read(pht, elf_hdr->e_phnum * elf_hdr->e_phentsize, module); in load_segments()
56 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments()
113 cr_pht = (Elf32_Phdr*)(pht + i * elf_hdr->e_phentsize); in load_segments()
185 if (pht != NULL) in load_segments()
186 free(pht); in load_segments()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/parser/
H A DArcanistMercurialParser.php38 pht(
72 pht(
80 throw new Exception(pht("Unknown Mercurial status '%s'.", $code));
184 pht("Unknown Mercurial log field '%s'!", $name));
227 pht(
/dports/devel/arcanist/arcanist-b2e715f/src/repository/parser/
H A DArcanistMercurialParser.php38 pht(
72 pht(
80 throw new Exception(pht("Unknown Mercurial status '%s'.", $code));
184 pht("Unknown Mercurial log field '%s'!", $name));
227 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistLinter.php236 pht(
384 return pht('Unknown lint message!');
498 'help' => pht(
504 'help' => pht(
510 'help' => pht('The coding standard(s) to apply.'),
535 pht(
555 pht(
562 pht(
590 throw new Exception(pht('Incomplete implementation: %s!', $key));
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistLinter.php236 pht(
384 return pht('Unknown lint message!');
498 'help' => pht(
504 'help' => pht(
510 'help' => pht('The coding standard(s) to apply.'),
535 pht(
555 pht(
562 pht(
590 throw new Exception(pht('Incomplete implementation: %s!', $key));
/dports/devel/arcanist/arcanist-b2e715f/src/upload/
H A DArcanistFileUploader.php61 pht(
145 pht(
176 pht(
189 pht(
234 pht(
240 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/upload/
H A DArcanistFileUploader.php61 pht(
145 pht(
176 pht(
189 pht(
234 pht(
240 pht(
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/double-quote/
H A Ddouble-quote.lint-test9 pht(
12 pht(
26 pht(
29 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/double-quote/
H A Ddouble-quote.lint-test9 pht(
12 pht(
26 pht(
29 pht(
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_plugin_manager.c91 GHashTable *pht; in init_settings_cache() local
102 if (!(pht = g_hash_table_lookup(encrypted_settings_cache, plugin->name))) { in init_settings_cache()
103 pht = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); in init_settings_cache()
104 g_hash_table_insert(encrypted_settings_cache, g_strdup(plugin->name), pht); in init_settings_cache()
110 g_hash_table_insert(pht, g_strdup("ssh_tunnel_password"), (gpointer)TRUE); in init_settings_cache()
111 g_hash_table_insert(pht, g_strdup("ssh_tunnel_passphrase"), (gpointer)TRUE); in init_settings_cache()
115 g_hash_table_insert(pht, g_strdup("ssh_password"), (gpointer)TRUE); in init_settings_cache()
123 …g_hash_table_insert(pht, g_strdup(remmina_plugin_manager_get_canonical_setting_name(setting_iter))… in init_settings_cache()
564 GHashTable *pht; in remmina_plugin_manager_is_encrypted_setting() local
569 if (!(pht = g_hash_table_lookup(encrypted_settings_cache, pp->name))) in remmina_plugin_manager_is_encrypted_setting()
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/utils/
H A Dutf8.php448 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
461 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
466 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
558 pht(
684 pht(
690 pht(
705 pht(
720 $message = idx($message, 'message', pht('Unknown error.'));
723 pht(
946 pht(
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/utils/
H A Dutf8.php448 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
461 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
466 pht('Invalid UTF-8 string passed to %s.', __FUNCTION__));
558 pht(
684 pht(
690 pht(
705 pht(
720 $message = idx($message, 'message', pht('Unknown error.'));
723 pht(
946 pht(
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/support/lib/
H A Dextract-symbols.php12 $args->setTagline(pht('identify symbols in a PHP source file'));
40 'help' => pht(
45 'help' => pht('Do not prettify JSON output.'),
50 'help' => pht('PHP Source file to analyze.'),
56 throw new Exception(pht('Specify exactly one path!'));
84 phutil_fail_on_unsupported_feature($namespace, $path, pht('namespaces'));
90 $namespace, $path, pht('namespace `%s` statements', 'use'));
99 phutil_fail_on_unsupported_feature($possible_trait, $path, pht('traits'));
500 pht(
/dports/devel/arcanist/arcanist-b2e715f/support/lib/
H A Dextract-symbols.php12 $args->setTagline(pht('identify symbols in a PHP source file'));
40 'help' => pht(
45 'help' => pht('Do not prettify JSON output.'),
50 'help' => pht('PHP Source file to analyze.'),
56 throw new Exception(pht('Specify exactly one path!'));
84 phutil_fail_on_unsupported_feature($namespace, $path, pht('namespaces'));
90 $namespace, $path, pht('namespace `%s` statements', 'use'));
99 phutil_fail_on_unsupported_feature($possible_trait, $path, pht('traits'));
500 pht(

1...<<11121314151617181920>>...66