Home
last modified time | relevance | path

Searched refs:abbr (Results 201 – 225 of 6932) sorted by relevance

12345678910>>...278

/dports/textproc/py-feedparser/feedparser-6.0.8/docs/
H A Dhttp-other.rst1 Other :abbr:`HTTP (Hypertext Transfer Protocol)` Headers
4 You can specify additional :abbr:`HTTP (Hypertext Transfer Protocol)` request
7 :abbr:`HTTP (Hypertext Transfer Protocol)` response headers as a dictionary.
12 Sending custom :abbr:`HTTP (Hypertext Transfer Protocol)` request headers
22 Accessing other :abbr:`HTTP (Hypertext Transfer Protocol)` response headers
H A Dchanges-30.rst48 - better textinput and image tracking in illformed :abbr:`RSS (Rich Site Summary)` 1.0 feeds
66 - work around embedded illformed :abbr:`HTML (HyperText Markup Language)` with half a DOCTYPE
84 - added :abbr:`CDF (Channel Definition Format)` support
112 - fixed support for :abbr:`RSS (Rich Site Summary)` 0.90 (broken in b15)
119 - fixed bug capturing author and contributor :abbr:`URI (Uniform Resource Identifier)`
121 - fixed bug resolving relative links in author and contributor :abbr:`URI (Uniform Resource Identif…
123 - fixed bug resolving relative links in generator :abbr:`URI (Uniform Resource Identifier)`
125 - added support for recognizing :abbr:`RSS (Rich Site Summary)` 1.0
139 …ty :abbr:`HTML (HyperText Markup Language)` tags (br, hr, img, etc.) in embedded markup, in either…
150 - better sanitizing of dangerous :abbr:`HTML (HyperText Markup Language)` elements with end tags (s…
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/
H A DCodeExtensionTest.php29 public function testGettingClassAbbreviation($class, $abbr) argument
31 $this->assertEquals($this->getExtension()->abbrClass($class), $abbr);
37 public function testGettingMethodAbbreviation($method, $abbr) argument
39 $this->assertEquals($this->getExtension()->abbrMethod($method), $abbr);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/
H A DCodeExtensionTest.php29 public function testGettingClassAbbreviation($class, $abbr) argument
31 $this->assertEquals($this->getExtension()->abbrClass($class), $abbr);
37 public function testGettingMethodAbbreviation($method, $abbr) argument
39 $this->assertEquals($this->getExtension()->abbrMethod($method), $abbr);
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dbiblio.c134 biblioElem *newHarvardCite(char *cite,char *full,char* abbr,char *year) in newHarvardCite() argument
139 newCite->biblioAbbr = abbr; in newHarvardCite()
146 biblioElem *newNatBibCite(char *cite,char *full,char* abbr,char *year,char *n) in newNatBibCite() argument
151 newCite->biblioAbbr = abbr; in newNatBibCite()
183 char *abbr = getBraceParam(); in CmdAuxHarvardCite() local
186 if (NULL == newHarvardCite(key,full,abbr,year)) { in CmdAuxHarvardCite()
/dports/www/validator/markup-validator-validator-1_3-release/share/templates/en_US/
H A Diana_charset_blurb.tmpl2 <a href="http://www.iana.org/"><abbr
3 title="Internet Assigned Numbers Authority">IANA</abbr></a>
6 names for character sets</a> and the <abbr
7 title="Web Design Group">WDG</abbr> has some <a
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dcmdline.c116 private int find_string(char *s, boolean *abbr);
261 boolean abbr; in cl_search() local
273 int arg_type = find_string(arg + 1, &abbr); in cl_search()
286 (abbr && *(arg + 1) == name[0]))) { in cl_search()
292 (abbr && *(arg + 1) == name[0]))) in cl_search()
363 private int find_string(char *s, boolean *abbr) in find_string() argument
367 *abbr = FALSE; in find_string()
414 if (found_it) *abbr = TRUE; in find_string()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logDecorators.cpp30 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, argument
36 #define DECORATOR(name, abbr) #name, argument
42 #define DECORATOR(name, abbr) #abbr, argument
95 const char* abbr = LogDecorators::abbreviation(decorator); in TEST() local
96 EXPECT_STREQ(decorator_abbr_array[i], abbr); in TEST()
98 LogDecorators::Decorator decorator2 = LogDecorators::from_string(abbr); in TEST()
102 char* abbr_cpy = strdup(abbr); in TEST()
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/xml/
H A Dhtml40s.vim5 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img',…
8 \ 'abbr': [
9 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
13 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
17 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
25 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
33 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
37 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
57 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
169 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
[all …]
H A Dhtml401s.vim5 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img',…
8 \ 'abbr': [
9 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
13 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
17 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
25 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
33 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
37 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
57 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
169 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/autoload/xml/
H A Dhtml40s.vim5 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img',…
8 \ 'abbr': [
9 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
13 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
17 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
25 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
33 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
37 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
57 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
169 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
[all …]
H A Dhtml401s.vim5 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'img',…
8 \ 'abbr': [
9 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
13 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
17 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
25 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
33 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
37 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
57 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
169 …', 'small', 'em', 'strong', 'dfn', 'code', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'a', '…
[all …]
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Collector/Renderer/
H A DBaseTypeRenderer.php96 $abbr = strtoupper(mb_substr($item->getTitle(), 0, 1));
98 $abbr = strtoupper(substr($item->getTitle(), 0, 1));
101 $abbr = strtoupper(substr(uniqid('', true), -1));
104 …urn $this->ui_factory->symbol()->icon()->standard($abbr, $abbr, 'small', true)->withAbbreviation($
/dports/devel/getoptions/getoptions-3.3.0/examples/
H A Dsubcmd.sh10 setup REST help:usage abbr:true -- \
26 setup REST help:usage abbr:true -- \
36 setup REST help:usage abbr:true -- \
46 setup REST help:usage abbr:true -- \
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_proto_expert.c54 const gchar* abbr = wslua_checkstring_only(L,WSLUA_ARG_ProtoExpert_new_ABBR); in ProtoExpert_new() local
59 if (!abbr[0]) { in ProtoExpert_new()
64 if (proto_check_field_name(abbr)) { in ProtoExpert_new()
69 if (proto_registrar_get_byname(abbr)) { in ProtoExpert_new()
116 pe->abbrev = g_strdup(abbr); in ProtoExpert_new()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_proto_expert.c54 const gchar* abbr = wslua_checkstring_only(L,WSLUA_ARG_ProtoExpert_new_ABBR);
59 if (!abbr[0]) {
64 if (proto_check_field_name(abbr)) {
69 if (proto_registrar_get_byname(abbr)) {
116 pe->abbrev = g_strdup(abbr);
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_proto_expert.c54 const gchar* abbr = wslua_checkstring_only(L,WSLUA_ARG_ProtoExpert_new_ABBR); in ProtoExpert_new() local
59 if (!abbr[0]) { in ProtoExpert_new()
64 if (proto_check_field_name(abbr)) { in ProtoExpert_new()
69 if (proto_registrar_get_byname(abbr)) { in ProtoExpert_new()
116 pe->abbrev = g_strdup(abbr); in ProtoExpert_new()
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_proto_expert.c54 const gchar* abbr = wslua_checkstring_only(L,WSLUA_ARG_ProtoExpert_new_ABBR); in ProtoExpert_new() local
59 if (!abbr[0]) { in ProtoExpert_new()
64 if (proto_check_field_name(abbr)) { in ProtoExpert_new()
69 if (proto_registrar_get_byname(abbr)) { in ProtoExpert_new()
116 pe->abbrev = g_strdup(abbr); in ProtoExpert_new()

12345678910>>...278