Home
last modified time | relevance | path

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

12345678910>>...42

/dports/textproc/google-translate-cli/translate-shell-0.9.6.12/include/Translators/
H A DGoogleTranslate.awk220 prettify("brief-translation", s(translation, tl))
269 r = r prettify("translation", s(translation, tl))
271 r = r prettify("prompt-message", s("(♂) ", hl))
273 r = r prettify("prompt-message", s("(♀) ", hl))
322 r = r prettify("languages", group[1])
324 r = r prettify("languages-sl", getDisplay(il))
326 r = r prettify("languages-sl", getName(il))
327 r = r prettify("languages", group[2])
329 r = r prettify("languages-tl", getDisplay(tl))
331 r = r prettify("languages-tl", getName(tl))
[all …]
H A DApertium.awk91 r = r prettify("original", s(text, il))
98 r = r prettify("translation", s(translation, tl))
108 r = r prettify("languages", group[1])
110 r = r prettify("languages-sl", getDisplay(il))
112 r = r prettify("languages-sl", getName(il))
113 r = r prettify("languages", group[2])
115 r = r prettify("languages-tl", getDisplay(tl))
117 r = r prettify("languages-tl", getName(tl))
118 r = r prettify("languages", group[3])
H A DBingTranslator.awk272 prettify("brief-translation-phonetics", join(phonetics, " ")) :
273 prettify("brief-translation", s(translation, tl))
305 r = r prettify("original", s(text, _sl))
314 r = r prettify("translation", s(translation, tl))
326 r = r prettify("languages", group[1])
328 r = r prettify("languages-sl", getDisplay(il))
330 r = r prettify("languages-sl", getName(il))
331 r = r prettify("languages", group[2])
333 r = r prettify("languages-tl", getDisplay(tl))
335 r = r prettify("languages-tl", getName(tl))
[all …]
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/
H A DVersion.hs48 binaryfilename progname = prettify $ splitAtElement '.' buildversion
50 prettify (major:minor:bugfix:patches:[]) =
63 prettify (major:minor:bugfix:[]) = prettify [major,minor,bugfix,"0"] function
64 prettify (major:minor:[]) = prettify [major,minor,"0","0"] function
65 prettify (major:[]) = prettify [major,"0","0","0"] function
66prettify [] = error' "VERSION is empty, please fix" -- PARTIAL: function
67prettify _ = error' "VERSION has too many components, please fix" function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/
H A DVersion.hs48 binaryfilename progname = prettify $ splitAtElement '.' buildversion
50 prettify (major:minor:bugfix:patches:[]) =
63 prettify (major:minor:bugfix:[]) = prettify [major,minor,bugfix,"0"] function
64 prettify (major:minor:[]) = prettify [major,minor,"0","0"] function
65 prettify (major:[]) = prettify [major,"0","0","0"] function
66prettify [] = error' "VERSION is empty, please fix" -- PARTIAL: function
67prettify _ = error' "VERSION has too many components, please fix" function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/
H A DVersion.hs48 binaryfilename progname = prettify $ splitAtElement '.' buildversion
50 prettify (major:minor:bugfix:patches:[]) =
63 prettify (major:minor:bugfix:[]) = prettify [major,minor,bugfix,"0"] function
64 prettify (major:minor:[]) = prettify [major,minor,"0","0"] function
65 prettify (major:[]) = prettify [major,"0","0","0"] function
66prettify [] = error' "VERSION is empty, please fix" -- PARTIAL: function
67prettify _ = error' "VERSION has too many components, please fix" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/contrib/
H A Dfloskell.coffee6 prettify = (args, text, workingDirectory, {onComplete, onFailure}) ->
32 prettify args, editor.getText(), workDir,
52 'floskell:prettify-none': ({target}) =>
54 'floskell:prettify-chris-done': ({target}) =>
56 'floskell:prettify-cramer': ({target}) =>
58 'floskell:prettify-gibiansky': ({target}) =>
60 'floskell:prettify-johan-tibell': ({target}) =>
66 {label: 'Default', command: 'floskell:prettify-none'}
67 {label: 'Cramer', command: 'floskell:prettify-cramer'}
68 {label: 'Chris Done', command: 'floskell:prettify-chris-done'}
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/site/dev/contrib/
H A Dstyle.md48 <!--?prettify?-->
61 <!--?prettify?-->
72 <!--?prettify?-->
88 <!--?prettify?-->
97 <!--?prettify?-->
112 <!--?prettify?-->
122 <!--?prettify?-->
132 <!--?prettify?-->
143 <!--?prettify?-->
152 <!--?prettify?-->
[all …]
/dports/converters/R-cran-jsonlite/jsonlite/man/
H A Dprettify.Rd2 % Please edit documentation in R/prettify.R
3 \name{prettify, minify}
4 \alias{prettify, minify}
5 \alias{prettify}
9 prettify(txt, indent = 4)
24 prettify(myjson)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/site/dev/contrib/
H A Dstyle.md41 <!--?prettify?-->
54 <!--?prettify?-->
65 <!--?prettify?-->
72 <!--?prettify?-->
82 <!--?prettify?-->
96 <!--?prettify?-->
106 <!--?prettify?-->
121 <!--?prettify?-->
129 <!--?prettify?-->
143 <!--?prettify?-->
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dthcoll.cpp167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary()
169 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary()
179 msg.append("key1: ").append(prettify(k1, str)).append("\n"); in TestDictionary()
180 msg.append("key2: ").append(prettify(k2, str)); in TestDictionary()
287 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray()
288 + " , " + IntlTest::prettify(s2, t2) in compareArray()
298 errln((UnicodeString)" key1: " + prettify(k1, t1) ); in compareArray()
299 errln((UnicodeString)" key2: " + prettify(k2, t2) ); in compareArray()
316 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray()
317 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dthcoll.cpp167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary()
169 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary()
179 msg.append("key1: ").append(prettify(k1, str)).append("\n"); in TestDictionary()
180 msg.append("key2: ").append(prettify(k2, str)); in TestDictionary()
287 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray()
288 + " , " + IntlTest::prettify(s2, t2) in compareArray()
298 errln((UnicodeString)" key1: " + prettify(k1, t1) ); in compareArray()
299 errln((UnicodeString)" key2: " + prettify(k2, t2) ); in compareArray()
316 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray()
317 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+
203 " Got: " + prettify(destStr));
215 fail("Did not get expected output. Expected: "+ prettify(src)+
216 " Got: " + prettify(destStr));
227 fail("Did not get expected output. Expected: "+ prettify(src)+
228 " Got: " + prettify(destStr));
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+
248 " Got: "+ prettify(output.toString()) );
263 private static String prettify(String s) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/net/idn/
H A DTestStringPrep.java202 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
203 " Got: " + prettify(destStr)); in TestCSPrep()
215 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
216 " Got: " + prettify(destStr)); in TestCSPrep()
227 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
228 " Got: " + prettify(destStr)); in TestCSPrep()
247 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
248 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
263 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/idn/
H A DTestStringPrep.java199 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
200 " Got: " + prettify(destStr)); in TestCSPrep()
212 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
213 " Got: " + prettify(destStr)); in TestCSPrep()
224 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
225 " Got: " + prettify(destStr)); in TestCSPrep()
243 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
244 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
259 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/idn/
H A DTestStringPrep.java199 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
200 " Got: " + prettify(destStr)); in TestCSPrep()
212 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
213 " Got: " + prettify(destStr)); in TestCSPrep()
224 fail("Did not get expected output. Expected: "+ prettify(src)+ in TestCSPrep()
225 " Got: " + prettify(destStr)); in TestCSPrep()
243 fail("Did not get the expected output. Expected: " + prettify(testCase.output)+ in TestNamePrepConformance()
244 " Got: "+ prettify(output.toString()) ); in TestNamePrepConformance()
259 private static String prettify(String s) { in prettify() method in TestStringPrep
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/site/dev/testing/
H A Dtests.md10 <!--?prettify lang=sh?-->
23 <!--?prettify lang=cc?-->
44 <!--?prettify lang=sh?-->
56 <!--?prettify lang=cc?-->
76 <!--?prettify lang=sh?-->
83 <!--?prettify lang=sh?-->
95 <!--?prettify lang=cc?-->
126 <!--?prettify lang=sh?-->
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/site/dev/testing/
H A Dtests.md10 <!--?prettify lang=sh?-->
23 <!--?prettify lang=cc?-->
44 <!--?prettify lang=sh?-->
56 <!--?prettify lang=cc?-->
76 <!--?prettify lang=sh?-->
83 <!--?prettify lang=sh?-->
95 <!--?prettify lang=cc?-->
126 <!--?prettify lang=sh?-->
/dports/converters/p5-Encode-Locale/Encode-Locale-1.05/t/
H A Darg.t24 "chars(" . prettify($chars[$i]) .
25 ") octets(" . prettify($octets[$i]) .
26 ") argv(" . prettify($ARGV[$i]) . ")";
30 sub prettify {

12345678910>>...42