Home
last modified time | relevance | path

Searched refs:abbr (Results 51 – 75 of 6292) sorted by relevance

12345678910>>...252

/dports/devel/bmake/bmake/unit-tests/
H A Dvarfind.exp2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
4 VarFind-aliases.to: abbr
6 VarFind-aliases.to: abbr VarFind-aliases.from
8 VarFind-aliases.to: abbr
10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
12 VarFind-aliases.to: abbr VarFind-aliases
14 VarFind-aliases.to: abbr VarFind-aliases.to
H A Dvarfind.mk19 @echo $@: abbr ${>:Q}
21 @echo $@: abbr ${!:Q}
23 @echo $@: abbr ${<:Q}
25 @echo $@: abbr ${%:Q}
27 @echo $@: abbr ${?:Q}
29 @echo $@: abbr ${*:Q}
31 @echo $@: abbr ${@:Q}
/dports/shells/fish/fish-3.3.1/doc_src/cmds/
H A Dabbr.rst1 .. _cmd-abbr:
3 abbr - manage fish abbreviations
11 abbr --add [SCOPE] WORD EXPANSION
12 abbr --erase WORD...
14 abbr --show
15 abbr --list
16 abbr --query WORD...
56 abbr -a -g gco git checkout
64 abbr -a -U l less
72 abbr -r gco gch
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/reference/src/
H A Ddynamically-sized-types.md6 [Slices] and [trait objects] are two examples of <abbr title="dynamically sized
7 types">DSTs</abbr>. Such types can only be used in certain cases:
9 * [Pointer types] to <abbr title="dynamically sized types">DSTs</abbr> are
13 * <abbr title="dynamically sized types">DSTs</abbr> can be provided as
17 * Traits may be implemented for <abbr title="dynamically sized
18 types">DSTs</abbr>.
20 * Structs may contain a <abbr title="dynamically sized type">DST</abbr> as the
22 <abbr title="dynamically sized type">DST</abbr>.
/dports/lang/racket/racket-8.3/share/pkgs/htdp-doc/scribblings/htdp-langs/
H A Dbeginner-abbr.scrbl5 @title[#:tag "beginner-abbr"]{Beginning Student with List Abbreviations}
9 @declare-exporting[lang/htdp-beginner-abbr]
47 @prim-nonterms[("beginner-abbr") define define-struct]
49 @prim-variables[("beginner-abbr") empty true false .. ... .... ..... ......]
55 @(beginner-abbr-forms quote quasiquote unquote unquote-splicing)
60 @section[#:tag "beginner-abbr-common-syntax"]{Common Syntaxes}
69 @prim-forms[("beginner-abbr")
92 @section[#:tag "beginner-abbr-pre-defined"]{Pre-defined Functions}
96 @(require (submod lang/htdp-beginner-abbr procedures))
97 @(render-sections (docs) #'here "htdp-beginner-abbr")
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/util/calendar/
H A DEra.java61 private final String abbr; field in Era
77 public Era(String name, String abbr, long since, boolean localTime) { in Era() argument
79 this.abbr = abbr; in Era()
97 return abbr; in getAbbreviation()
101 return abbr; in getDiaplayAbbreviation()
126 && abbr.equals(that.abbr) in equals()
135 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32) in hashCode()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DDictionary.cpp91 std::string abbr = value.substr(0, 2); in getDay() local
92 std::transform( abbr.begin(), abbr.end(), abbr.begin(), tolower ); in getDay()
93 if( abbr == "su" ) return 1; in getDay()
94 if( abbr == "mo" ) return 2; in getDay()
95 if( abbr == "tu" ) return 3; in getDay()
96 if( abbr == "we" ) return 4; in getDay()
97 if( abbr == "th" ) return 5; in getDay()
98 if( abbr == "fr" ) return 6; in getDay()
99 if( abbr == "sa" ) return 7; in getDay()
/dports/math/R-cran-recipes/recipes/R/
H A Ddate.R69 abbr = TRUE, argument
99 abbr = abbr,
111 function(terms, role, trained, features, abbr, label, ordinal, columns, argument
119 abbr = abbr,
147 abbr = x$abbr,
167 abbr = TRUE, argument
189 wday(dt, abbr = abbr, label = label)
196 month(dt, abbr = abbr, label = label)
227 abbr = object$abbr,
/dports/textproc/py-feedparser/feedparser-6.0.8/docs/
H A Dreference-entry-source.rst188 If this contains :abbr:`HTML (HyperText Markup Language)` or
189 :abbr:`XHTML (Extensible HyperText Markup Language)`, it is
192 If this contains :abbr:`HTML (HyperText Markup Language)` or
216 :abbr:`RSS (Rich Site Summary)`.
272 :abbr:`XHTML (Extensible HyperText Markup Language)`, it is
296 :abbr:`XHTML (Extensible HyperText Markup Language)`, it is
302 :abbr:`URI (Uniform Resource Identifier)`\s. If so,
323 :abbr:`RSS (Rich Site Summary)`.
376 :abbr:`XHTML (Extensible HyperText Markup Language)`, it is
424 :abbr:`RSS (Rich Site Summary)`.
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/plugins/m/test/abbr/
H A Dpage.rst1 m.abbr
4 .. role:: abbr-strong(abbr)
7 :abbr:`Text <Title>`. :abbr:`Text`. :abbr-strong:`Strong Abbr <STRONGG!>`.
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/
H A DInline HTML (Span).text1 <abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr>
3 <abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr>
H A DInline HTML (Span).xhtml1 <p><abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr></p>
3 <p><abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr></p>
/dports/textproc/p5-Text-Markdown/Text-Markdown-1.000031/t/PHP_Markdown-from-MDTest1.1.mdtest/
H A DInline_HTML_(Span).text1 <abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr>
3 <abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr>
H A DInline_HTML_(Span).xhtml1 <p><abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr></p>
3 <p><abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr></p>
/dports/textproc/p5-Text-Markdown/Text-Markdown-1.000031/t/docs-php-markdown-todo/
H A DInline_HTML_(Span).text1 <abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr>
3 <abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr>
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/
H A DInline HTML (Span).text1 <abbr title="` **Attribute Content Is Not A Code Span** `">ACINACS</abbr>
3 <abbr title="`first backtick!">SB</abbr>
4 <abbr title="`second backtick!">SB</abbr>

12345678910>>...252