Home
last modified time | relevance | path

Searched refs:abbr (Results 26 – 50 of 5268) sorted by relevance

12345678910>>...211

/dports/games/minetest/minetest-5.4.1/util/wireshark/
H A Dminetest.lua48 function minetest_field_helper(lentype, name, abbr)
50 local f_text = ProtoField.string(name, abbr)
68 local abbr = "minetest.client.init_"
150 local abbr = "minetest.client.playerpos_"
359 local abbr = "minetest.client.interact_"
451 local abbr = "minetest.client.client_ready_"
499 local abbr = "minetest.server.hello_"
505 local f_proto = ProtoField.uint16(abbr.."proto",
530 local abbr = "minetest.server.auth_accept_"
692 local abbr = "minetest.server.chat_message_"
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/unic-ucd-segment-0.9.0/src/
H A Dgrapheme_cluster_break.rs32 abbr => "GCB";
40 abbr => CR,
49 abbr => LF,
67 abbr => CN,
82 abbr => EX,
91 abbr => ZWJ,
107 abbr => RI,
118 abbr => PP,
177 abbr => L,
195 abbr => V,
[all …]
H A Dsentence_break.rs32 abbr => "SB";
40 abbr => CR,
49 abbr => LF,
71 abbr => SE,
82 abbr => FO,
94 abbr => SP,
104 abbr => LO,
114 abbr => UP,
128 abbr => LE,
137 abbr => NU,
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/unic-ucd-segment-0.9.0/src/
H A Dgrapheme_cluster_break.rs32 abbr => "GCB";
40 abbr => CR,
49 abbr => LF,
67 abbr => CN,
82 abbr => EX,
91 abbr => ZWJ,
107 abbr => RI,
118 abbr => PP,
177 abbr => L,
195 abbr => V,
[all …]
H A Dsentence_break.rs32 abbr => "SB";
40 abbr => CR,
49 abbr => LF,
71 abbr => SE,
82 abbr => FO,
94 abbr => SP,
104 abbr => LO,
114 abbr => UP,
128 abbr => LE,
137 abbr => NU,
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-ucd-segment-0.9.0/src/
H A Dgrapheme_cluster_break.rs32 abbr => "GCB";
40 abbr => CR,
49 abbr => LF,
67 abbr => CN,
82 abbr => EX,
91 abbr => ZWJ,
107 abbr => RI,
118 abbr => PP,
177 abbr => L,
195 abbr => V,
[all …]
H A Dsentence_break.rs32 abbr => "SB";
40 abbr => CR,
49 abbr => LF,
71 abbr => SE,
82 abbr => FO,
94 abbr => SP,
104 abbr => LO,
114 abbr => UP,
128 abbr => LE,
137 abbr => NU,
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-ucd-segment-0.9.0/src/
H A Dgrapheme_cluster_break.rs32 abbr => "GCB";
40 abbr => CR,
49 abbr => LF,
67 abbr => CN,
82 abbr => EX,
91 abbr => ZWJ,
107 abbr => RI,
118 abbr => PP,
177 abbr => L,
195 abbr => V,
[all …]
H A Dsentence_break.rs32 abbr => "SB";
40 abbr => CR,
49 abbr => LF,
71 abbr => SE,
82 abbr => FO,
94 abbr => SP,
104 abbr => LO,
114 abbr => UP,
128 abbr => LE,
137 abbr => NU,
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/unic-ucd-segment-0.9.0/src/
H A Dgrapheme_cluster_break.rs32 abbr => "GCB";
40 abbr => CR,
49 abbr => LF,
67 abbr => CN,
82 abbr => EX,
91 abbr => ZWJ,
107 abbr => RI,
118 abbr => PP,
177 abbr => L,
195 abbr => V,
[all …]
H A Dsentence_break.rs32 abbr => "SB";
40 abbr => CR,
49 abbr => LF,
71 abbr => SE,
82 abbr => FO,
94 abbr => SP,
104 abbr => LO,
114 abbr => UP,
128 abbr => LE,
137 abbr => NU,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/custom-elements/
H A Dpseudo-class-defined.html.ini71 [<abbr is=my-abbr> should not be :defined]
74 [createElement("abbr", { is: "my-abbr" }) should not be :defined]
77 …[createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should not be :defined]
80 [createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }) should be :defined]
83 [Upgraded createElement("abbr", { is: "my-abbr" }) should be :defined]
86 …[Upgraded createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr" }) should be :de…
89 [Without browsing context: createElement("abbr", { is: "my-abbr" }) should not be :defined]
92 …[Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "abbr", { is: "my-abbr"…
95 …[Without browsing context: createElementNS("http://www.w3.org/2000/svg", "abbr", { is: "my-abbr" }…
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/
H A Dgen-apt.pl58 my $abbr = shift;
59 my $skill = $ABBR_SKILL{$abbr};
60 die "Could not find skill corresponding to abbreviation: $abbr\n"
137 for my $abbr (@skill_abbrevs)
141 my $pos = index($headers, " $abbr");
143 $pos++ unless $abbr eq 'HP' || $abbr eq 'MP' || $abbr eq 'WL';
144 $pos-- if $abbr eq 'HP';
157 if ($abbr eq 'HP')
189 my $abbr = $1;
191 $SKILL_ABBR{$skill} = $abbr;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_fixed.cc118 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
120 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
121 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
122 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
123 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
124 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
125 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
126 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
127 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
131 return abbr; in FixedOffsetToAbbr()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/graphics/R-cran-s2/s2/src/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset);
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99
124 abbr.erase(0, prefix_len); // +99:99:99
125 abbr.erase(6, 1); // +99:9999
126 abbr.erase(3, 1); // +999999
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900
128 abbr.erase(5, 2); // +9999
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900
130 abbr.erase(3, 2); // +99
134 return abbr;
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
/dports/www/py-fastapi/fastapi-0.70.0/docs/ja/docs/
H A Dfeatures.md9 …これは、<abbr title="also known as: endpoints, routes">path</abbr> <abbr title="also known as HTTP met…
135 …stAPIには非常に使いやすく、非常に強力な<abbr title='also known as "components", "resources", "services", "providers…
154 * <abbr title = "自動的にテストされるコードの量">テストカバレッジ</abbr> 100%
155 * <abbr title = "Python型アノテーション。これにより、ユーザーはより良いエディターと外部ツールのサポート受けられる。">型アノテーション</abbr>100%のコードベース
182 データベースのために<abbr title = "Object-Relational Mapper">ORM</abbr>sや、<abbr title = "Object-Document Mapp…
193 * ユーザーの **<abbr title = "コードエディターに似た統合開発環境">IDE</abbr>/<abbr title = "コードエラーをチェックするプログラム">リンター</abb…
/dports/www/py-fastapi/fastapi-0.70.0/docs/zh/docs/
H A Dfeatures.md10 …penAPI</strong></a> 包含了<abbr title="也被叫做: endpoints, routes">路径</abbr><abbr title="也叫做HTTP方法, 例如 P…
142 FastAPI 有一个使用非常简单,但是非常强大的<abbr title='也叫做 "components", "resources", "services", "providers"'><stro…
159 * 100% <abbr title="自动测试的代码量">测试覆盖</abbr>。
160 * 代码库100% <abbr title="Python类型注解,有了这个你的编辑器和外部工具可以给你更好的支持">类型注释</abbr>。
184 兼容包括基于 Pydantic 的外部库, 例如用与数据库的 <abbr title="对象关系映射">ORM</abbr>s, <abbr title="对象文档映射">ODM</abbr>s。
195 * 和你 **<abbr title="集成开发环境,和代码编辑器类似">IDE</abbr>/<abbr title="一个检查代码错误的程序">linter</abbr>/brain** 适配:
/dports/textproc/py-feedparser/feedparser-6.0.8/docs/
H A Dcharacter-encoding.rst7 between :abbr:`XML (Extensible Markup Language)` and :abbr:`HTTP (Hypertext Transfer Protocol)`
8 as it relates to character encoding. :abbr:`XML (Extensible Markup Language)`
9 and :abbr:`HTTP (Hypertext Transfer Protocol)` have different ways of
18 In :abbr:`XML (Extensible Markup Language)`, the character encoding is optional
19 and may be given in the :abbr:`XML (Extensible Markup Language)` declaration in
26 If no encoding is given, :abbr:`XML (Extensible Markup Language)` supports the
36 :abbr:`HTTP (Hypertext Transfer Protocol)` uses :abbr:`MIME` to define a method
50 in the Content-Type :abbr:`HTTP (Hypertext Transfer Protocol)` header is
64 :abbr:`HTTP (Hypertext Transfer Protocol)` header is text/xml,
66 the encoding attribute of the :abbr:`XML (Extensible Markup Language)`
[all …]

12345678910>>...211