Home
last modified time | relevance | path

Searched refs:pht (Results 251 – 275 of 1645) sorted by relevance

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

/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistCSharpLinter.php30 'help' => pht('Provide a discovery map.'),
39 'help' => pht('Override default binary.'),
65 pht(
98 pht('Unable to find Mono and you are not on Windows!'));
108 throw new Exception(pht('Unable to locate %s.', 'cslint'));
118 pht(
127 pht(
134 pht(
H A DArcanistSpellingLinter.php18 return pht('Spellchecker');
22 return pht('Detects common misspellings of English words.');
37 'help' => pht('Pass in custom dictionaries.'),
100 self::LINT_SPELLING_EXACT => pht('Possible Spelling Mistake'),
101 self::LINT_SPELLING_PARTIAL => pht('Possible Spelling Mistake'),
139 pht(
161 pht(
H A DArcanistFilenameLinter.php11 return pht('Filename');
15 return pht(
34 self::LINT_BAD_FILENAME => pht('Bad Filename'),
42 pht(
H A DArcanistMergeConflictLinter.php11 return pht('Merge Conflicts');
15 return pht(
30 self::LINT_MERGECONFLICT => pht('Unresolved merge conflict'),
45 pht('This syntax indicates there is an unresolved merge conflict.'));
/dports/devel/arcanist/arcanist-b2e715f/src/config/
H A DArcanistConfigurationEngine.php119 pht(
129 pht(
145 pht(
157 pht(
190 pht(
201 pht(
210 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/config/
H A DArcanistConfigurationEngine.php119 pht(
129 pht(
145 pht(
157 pht(
190 pht(
201 pht(
210 pht(
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dcompare.c635 return fast_p(pht, x, y, k, ctx); in eP()
637 return slow_p(pht, x, y, k, ctx); in eP()
640 return fast_p(pht, x, y, k, ctx); in eP()
676 # define fast_tail_eP(pht, x, y, k, ctx) return eP(pht, x, y, k, ctx) argument
677 # define slow_tail_eP(pht, x, y, k, ctx) return eP(pht, x, y, k, ctx) argument
709 k = eP(pht, in fast_p()
756 k = eP(pht, xe, ye, k, ctx); in fast_p()
840 if (*pht == NULL) { in call_union_find()
843 return union_find(*pht, x, y, ctx); in call_union_find()
884 k = eP(pht, in slow_p()
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/parser/
H A DArcanistDiffParser.php277 pht(
342 $this->didFailParse(pht(
392 $this->didFailParse(pht("Expected 'Author:'."));
397 $this->didFailParse(pht("Expected 'Date:'."));
488 $this->didFailParse(pht(
496 $this->didFailParse(pht(
698 $this->didFailParse(pht(
863 pht(
914 $this->didFailParse(pht(
1015 pht(
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/
H A DArcanistDiffParser.php277 pht(
342 $this->didFailParse(pht(
392 $this->didFailParse(pht("Expected 'Author:'."));
397 $this->didFailParse(pht("Expected 'Date:'."));
488 $this->didFailParse(pht(
496 $this->didFailParse(pht(
698 $this->didFailParse(pht(
863 pht(
914 $this->didFailParse(pht(
1015 pht(
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistSpellingLinter.php18 return pht('Spellchecker');
22 return pht('Detects common misspellings of English words.');
37 'help' => pht('Pass in custom dictionaries.'),
100 self::LINT_SPELLING_EXACT => pht('Possible Spelling Mistake'),
101 self::LINT_SPELLING_PARTIAL => pht('Possible Spelling Mistake'),
139 pht(
161 pht(
H A DArcanistFilenameLinter.php11 return pht('Filename');
15 return pht(
34 self::LINT_BAD_FILENAME => pht('Bad Filename'),
42 pht(
H A DArcanistMergeConflictLinter.php11 return pht('Merge Conflicts');
15 return pht(
30 self::LINT_MERGECONFLICT => pht('Unresolved merge conflict'),
45 pht('This syntax indicates there is an unresolved merge conflict.'));
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistKeywordCasingXHPASTLinterRule.php9 return pht('Keyword Conventions');
100 pht(
116 pht(
142 pht(
168 pht('Magic constants should be uppercase.'),
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistKeywordCasingXHPASTLinterRule.php9 return pht('Keyword Conventions');
100 pht(
116 pht(
142 pht(
168 pht('Magic constants should be uppercase.'),
/dports/lang/mosh/mosh-0.2.7/src/
H A DEquivalent.cpp420 return slowP(pht, x, y, k); in eP()
423 return fastP(pht, x, y, k); in eP()
432 if (*pht == NULL) { in callUnionFind()
433 *pht = new EqHashTable; in callUnionFind()
435 return unionFind(*pht, x, y); in callUnionFind()
473 if (!callUnionFind(pht, x, y).isFalse()) { in slowP()
481 return eP(pht, x.cdr(), y.cdr(), k); in slowP()
502 k = eP(pht, in slowP()
602 k = eP(pht, x.car(), y.car(), k); in fastP()
606 return eP(pht, x.cdr(), y.cdr(), k); in fastP()
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/conduit/
H A DConduitClient.php30 pht("Conduit URI '%s' must include a valid host.", $uri));
262 pht('Unable to sign Conduit request with signing key.'));
280 pht(
290 pht(
299 pht(
308 pht(
335 pht(
341 pht(
346 pht(
409 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/conduit/
H A DConduitClient.php30 pht("Conduit URI '%s' must include a valid host.", $uri));
262 pht('Unable to sign Conduit request with signing key.'));
280 pht(
290 pht(
299 pht(
308 pht(
335 pht(
341 pht(
346 pht(
409 pht(
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistBranchesWorkflow.php15 $help = pht(<<<EOHELP
23 pht('Show an enhanced view of branches in the working copy.'))
24 ->addExample(pht('**branches**'))
34 pht(
H A DArcanistBookmarksWorkflow.php15 $help = pht(<<<EOHELP
23 pht('Show an enhanced view of bookmarks in the working copy.'))
24 ->addExample(pht('**bookmarks**'))
34 pht(
H A DArcanistAnoidWorkflow.php11 $help = pht(<<<EOTEXT
17 ->setSynopsis(pht('Pilot a probe from the vessel "Arcanoid".'))
18 ->addExample(pht('**anoid**'))
29 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistBranchesWorkflow.php15 $help = pht(<<<EOHELP
23 pht('Show an enhanced view of branches in the working copy.'))
24 ->addExample(pht('**branches**'))
34 pht(
H A DArcanistBookmarksWorkflow.php15 $help = pht(<<<EOHELP
23 pht('Show an enhanced view of bookmarks in the working copy.'))
24 ->addExample(pht('**bookmarks**'))
34 pht(
H A DArcanistAnoidWorkflow.php11 $help = pht(<<<EOTEXT
17 ->setSynopsis(pht('Pilot a probe from the vessel "Arcanoid".'))
18 ->addExample(pht('**anoid**'))
29 pht(
/dports/devel/arcanist-lib/arcanist-b2e715f/src/future/exec/
H A DExecFuture.php233 throw new Exception(pht('Writing to a closed pipe!'));
343 pht(
357 pht(
414 $message = pht(
600 pht(
608 pht(
658 pht(
672 pht(
680 pht(
804 $signal_info = pht(
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/future/exec/
H A DExecFuture.php233 throw new Exception(pht('Writing to a closed pipe!'));
343 pht(
357 pht(
414 $message = pht(
600 pht(
608 pht(
658 pht(
672 pht(
680 pht(
804 $signal_info = pht(
[all …]

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