Home
last modified time | relevance | path

Searched refs:abbr (Results 251 – 275 of 6932) sorted by relevance

1...<<11121314151617181920>>...278

/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A DDateTimeZone_listAbbreviations_basic1.phpt10 $abbr = DateTimeZone::listAbbreviations();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dtimezone_abbreviations_list_basic1.phpt10 $abbr = timezone_abbreviations_list();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
H A DDateTimeZone_listAbbreviations_basic1.phpt10 $abbr = DateTimeZone::listAbbreviations();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dtimezone_abbreviations_list_basic1.phpt10 $abbr = timezone_abbreviations_list();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
H A DDateTimeZone_listAbbreviations_basic1.phpt10 $abbr = DateTimeZone::listAbbreviations();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
/dports/www/mod_php80/php-8.0.15/ext/date/tests/
H A Dtimezone_abbreviations_list_basic1.phpt10 $abbr = timezone_abbreviations_list();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
H A DDateTimeZone_listAbbreviations_basic1.phpt10 $abbr = DateTimeZone::listAbbreviations();
12 var_dump( gettype($abbr) );
13 var_dump( count($abbr) );
16 var_dump( $abbr["acst"] );
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dcall_trace_SUITE.erl38 -export([abbr/1,abbr/2]).
1215 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1230 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1247 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1262 [abbr(Message),abbr(Other)]),
1280 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1397 abbr(Term) -> function
1398 abbr(Term, 20).
1402 abbr(List, N) when is_list(List) -> function
1404 abbr(Term, _) -> Term. function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dcall_trace_SUITE.erl38 -export([abbr/1,abbr/2]).
1169 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1184 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1201 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1216 [abbr(Message),abbr(Other)]),
1234 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1351 abbr(Term) -> function
1352 abbr(Term, 20).
1356 abbr(List, N) when is_list(List) -> function
1358 abbr(Term, _) -> Term. function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dcall_trace_SUITE.erl38 -export([abbr/1,abbr/2]).
1169 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1184 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1201 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1216 [abbr(Message),abbr(Other)]),
1234 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1351 abbr(Term) -> function
1352 abbr(Term, 20).
1356 abbr(List, N) when is_list(List) -> function
1358 abbr(Term, _) -> Term. function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dcall_trace_SUITE.erl38 -export([abbr/1,abbr/2]).
1169 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1184 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1201 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1216 [abbr(Message),abbr(Other)]),
1234 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1351 abbr(Term) -> function
1352 abbr(Term, 20).
1356 abbr(List, N) when is_list(List) -> function
1358 abbr(Term, _) -> Term. function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dcall_trace_SUITE.erl38 -export([abbr/1,abbr/2]).
1169 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1184 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1201 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1216 [abbr(Message),abbr(Other)]),
1234 io:format("Expected ~p; got ~p", [abbr(Message),abbr(M)]),
1351 abbr(Term) -> function
1352 abbr(Term, 20).
1356 abbr(List, N) when is_list(List) -> function
1358 abbr(Term, _) -> Term. function
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dunit.cpp48 return unit->abbr; in param_getSVGValue()
54 return defunit->abbr; in param_getDefaultSVGValue()
79 return unit->abbr.c_str(); in get_abbreviation()
92 unit_menu->setUnit(unit->abbr); in param_newWidget()
/dports/www/py-fastapi/fastapi-0.70.0/docs/ja/docs/tutorial/
H A Drequest-forms.md28 <abbr title="仕様">仕様</abbr>では、フィールドの名前が`username`と`password`であることと、JSONではなくフォームフィールドとして送信されることを要求してい…
49 …ethods/POST" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">MDN</ab…
/dports/www/py-fastapi/fastapi-0.70.0/docs/zh/docs/tutorial/
H A Drequest-forms.md29 <abbr title="specification">该规范</abbr>要求字段必须命名为 `username` 和 `password`,并通过表单字段发送,不能用 JSON。
53 …ethods/POST" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">MDN</ab…
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/xml/
H A Dxhtml10t.vim5 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
8 \ 'abbr': [
9 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
13 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
17 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
29 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
41 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
45 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
65 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
73 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
[all …]
H A Dxhtml10f.vim5 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
8 \ 'abbr': [
9 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
13 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
17 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
29 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
41 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
45 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
65 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
73 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/autoload/xml/
H A Dxhtml10t.vim5 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
8 \ 'abbr': [
9 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
13 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
17 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
29 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
41 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
45 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
65 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
73 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
[all …]
H A Dxhtml10f.vim5 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
8 \ 'abbr': [
9 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
13 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
17 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
29 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
41 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
45 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
65 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
73 …font', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub',…
[all …]
/dports/math/octave-forge-bioinfo/bioinfo-0.1.2/inst/
H A Daminolookup.m56 data.abbr = {"Ala" "Arg" "Asn" "Asp" "Cys" "Gln" "Glu" "Gly" "His" \
153 newvalue((i-1)/3+1) = find (strcmp (value(i:i+2), data.abbr), 1);
172 result = strcat(data.abbr{newvalue});
190 result = sprintf ("%s %s", data.abbr{idx}, data.name{idx});
194 result = data.abbr;
196 idx = find (strcmpi (value, data.abbr));
204 result = sprintf ("%s %s", data.code(idx), data.abbr{idx});
214 %!shared code, abbr, ints
216 %! abbr = "MetTrpLysGlnAlaGluAspIleArgAspIleTyrAspPhe";
218 %!assert (aminolookup(code), abbr)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/geo/
H A Dalternative_state_name_map_test_utils.cc17 for (const auto& abbr : test_state_entry.abbreviations) in PopulateStateEntry() local
18 state_entry->add_abbreviations(abbr); in PopulateStateEntry()
41 for (const auto& abbr : test_state_entry.abbreviations) in PopulateAlternativeStateNameMapForTesting() local
43 AlternativeStateNameMap::StateName(base::ASCIIToUTF16(abbr))); in PopulateAlternativeStateNameMapForTesting()
/dports/www/py-fastapi/fastapi-0.70.0/docs/de/docs/
H A Dfeatures.md9 …on <abbr title="auch genannt: Endpunkte, Routen">Pfad</abbr> <abbr title="gemeint sind: HTTP-Metho…
139 …iges <abbr title='oft verwendet im Zusammenhang von: Komponenten, Resourcen, Diensten, Dienstanbie…
156 * 100% <abbr title="Die Anzahl an Code, die automatisch getestet wird">Testabdeckung</abbr>.
157 …100% <abbr title="Python Typ Annotationen, mit dennen Ihr Editor und andere exteren Werkezuge Sie …
182abbr title="Object-Relational Mapper (Abbildung von Objekten auf relationale Strukturen)">ORM</abb…
193abbr title="Integrierten Entwicklungsumgebung, ähnlich zu (Quellcode-)Editor">IDE</abbr>/<abbr tit…
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/lang/
H A Dhtdp-beginner-abbr-reader.rkt1 (module htdp-beginner-abbr-reader mzscheme
5 (define -read-syntax (make-read-syntax '(lib "htdp-beginner-abbr.ss" "lang")))
6 (define -read (make-read '(lib "htdp-beginner-abbr.ss" "lang"))))
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/style/names/
H A Dplain.py33 def format(self, person, abbr=False): argument
63 name_part(tie=True, abbr=abbr)[person.rich_first_names + person.rich_middle_names],
H A Dlastfirst.py33 def format(self, person, abbr=False): argument
62 name_part(before=', ', abbr=abbr) [person.rich_first_names + person.rich_middle_names],

1...<<11121314151617181920>>...278