- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 378 for Brown (0.23 sec)
-
docs/plugins/highlight/css/brown-paper.css
/* Brown Paper style from goldblog.com.ua (c) Zaripov Yura <******@****.***> */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background:#b7a68e url(./brown-papersq.png); } .hljs-keyword, .hljs-selector-tag, .hljs-literal { color:#005599; font-weight:bold; } .hljs, .hljs-subst { color: #363c69; } .hljs-string, .hljs-title, .hljs-section, .hljs-type,
CSS - Registered: 2023-02-02 22:19 - Last Modified: 2019-09-11 08:02 - 842 bytes - Viewed (0) -
docs/_includes/snippets/customized.html
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700'); // Set your brand colors $purple: #8A4D76; $pink: #FA7C91; $brown: #757763; $beige-light: #D0D1CD; $beige-lighter: #EFF0EB; // Update Bulma's global variables $family-sans-serif: "Nunito", sans-serif; $grey-dark: $brown; $grey-light: $beige-light; $primary: $purple; $link: $pink; // Update some of Bulma's component variables
HTML - Registered: 2023-01-31 09:01 - Last Modified: 2018-07-14 17:38 - 606 bytes - Viewed (0) -
test/unit/attributes.html
HTML - Registered: 2023-02-03 07:34 - Last Modified: 2018-04-26 22:43 - 12.8K bytes - Viewed (0) -
strings/is_pangram.py
def is_pangram_faster( input_str: str = "The quick brown fox jumps over the lazy dog", ) -> bool: """ >>> is_pangram_faster("The quick brown fox jumps over the lazy dog") True >>> is_pangram_faster("Waltz, bad nymph, for quick jigs vex.") True >>> is_pangram_faster("Jived fox nymph grabs quick waltz.") True >>> is_pangram_faster("The quick brown fox jumps over the la_y dog") False
Python - Registered: 2023-02-02 19:18 - Last Modified: 2022-10-23 16:00 - 2.7K bytes - Viewed (0) -
enterprise/backend/test/metabase_enterprise/enhancements/integrations/ldap_test.clj
Others - Registered: 2023-02-03 12:00 - Last Modified: 2023-01-11 14:48 - 13.2K bytes - Viewed (0) -
docs/plugins/highlight/blueprints.yaml
default: default options: default: Default monokai: Monokai learn: Grav Learn railscasts: Railscasts arta: Arta ascetic: Ascetic brown-paper: Brown Paper atelier-dune.dark: Atelier Dune Dark atelier-dune.light: Atelier Dune Light atelier-forest.dark: Atelier Forest Dark atelier-forest.light: Atelier Forest Light
Others - Registered: 2023-02-02 22:19 - Last Modified: 2019-09-11 08:02 - 2.5K bytes - Viewed (0) -
tpl/internal/go_templates/htmltemplate/js_test.go
for i := 0; i < b.N; i++ { jsValEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") } } func BenchmarkJSValEscaperWithStrNoSpecials(b *testing.B) { for i := 0; i < b.N; i++ { jsValEscaper("The quick, brown fox jumps over the lazy dog") } } func BenchmarkJSValEscaperWithObj(b *testing.B) { o := struct {
Go - Registered: 2023-02-03 10:01 - Last Modified: 2022-11-14 21:31 - 11.8K bytes - Viewed (0) -
tpl/internal/go_templates/htmltemplate/html_test.go
for i := 0; i < b.N; i++ { htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>") } } func BenchmarkHTMLNospaceEscaperNoSpecials(b *testing.B) { for i := 0; i < b.N; i++ { htmlNospaceEscaper("The_quick,_brown_fox_jumps_over_the_lazy_dog.") } } func BenchmarkStripTags(b *testing.B) { for i := 0; i < b.N; i++ {
Go - Registered: 2023-02-03 10:01 - Last Modified: 2022-03-16 07:54 - 2.9K bytes - Viewed (0) -
tpl/internal/go_templates/htmltemplate/css_test.go
{`\"`, `"`}, {`\'`, `'`}, {`\.`, `.`}, {`\. .`, `. .`}, { `The \3c i\3equick\3c/i\3e,\d\A\3cspan style=\27 color:brown\27\3e brown\3c/span\3e fox jumps\2028over the \3c canine class=\22lazy\22 \3e dog\3c/canine\3e`, "The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>", }, } for _, test := range tests {
Go - Registered: 2023-02-03 10:01 - Last Modified: 2022-03-16 07:54 - 7K bytes - Viewed (0) -
packages/vuetify/types/colors.d.ts
blue: Color lightBlue: Color cyan: Color teal: Color green: Color lightGreen: Color lime: Color yellow: Color amber: Color orange: Color deepOrange: Color brown: BaseColor blueGrey: BaseColor grey: BaseColor shades: Shade } const colors: Colors export default colors } declare module 'vuetify/lib/util/colors' { interface BaseColor {
Plain Text - Registered: 2022-12-12 06:45 - Last Modified: 2019-02-15 14:52 - 2.1K bytes - Viewed (0)