Home
last modified time | relevance | path

Searched refs:abbr (Results 176 – 200 of 6932) sorted by relevance

12345678910>>...278

/dports/lang/rust/rustc-1.58.1-src/vendor/unic-char-property/tests/
H A Denum_property_macro.rs18 abbr => "mp";
25 abbr => V1,
32 abbr => V2,
38 abbr => V3,
44 pub mod abbr_names for abbr;
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-char-property-0.9.0/tests/
H A Denum_property_macro.rs18 abbr => "mp";
25 abbr => V1,
32 abbr => V2,
38 abbr => V3,
44 pub mod abbr_names for abbr;
/dports/www/zola/zola-0.15.2/cargo-crates/unic-char-property-0.9.0/tests/
H A Denum_property_macro.rs18 abbr => "mp";
25 abbr => V1,
32 abbr => V2,
38 abbr => V3,
44 pub mod abbr_names for abbr;
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-char-property-0.9.0/tests/
H A Denum_property_macro.rs18 abbr => "mp";
25 abbr => V1,
32 abbr => V2,
38 abbr => V3,
44 pub mod abbr_names for abbr;
/dports/textproc/py-feedparser/feedparser-6.0.8/docs/
H A Dreference-feed-rights.rst8 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
12 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
14 value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
H A Dreference-entry-title.rst8 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
12 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
14 value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
H A Dreference-feed-info.rst10 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
14 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
16 value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
H A Dreference-feed-subtitle.rst8 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
12 If this contains :abbr:`HTML (HyperText Markup Language)` or :abbr:`XHTML
14 value may contain relative :abbr:`URI (Uniform Resource Identifier)`s. If so,
H A Dhtml-sanitization.rst6 Most feeds embed :abbr:`HTML (HyperText Markup Language)` markup within feed
7 elements. Some feeds even embed other types of markup, such as :abbr:`SVG
8 (Scalable Vector Graphics)` or :abbr:`MathML (Mathematical Markup Language)`.
36 :abbr:`HTML (HyperText Markup Language)` Sanitization
46 * abbr
152 * abbr
296 :abbr:`SVG (Scalable Vector Graphics)` Sanitization
491 :abbr:`MathML (Mathematical Markup Language)` Sanitization
655 :abbr:`CSS (Cascading Style Sheets)` Sanitization
725 :abbr:`HTML (HyperText Markup Language)` and :abbr:`CSS (Cascading Style
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-char-property/tests/
H A Denum_property_macro.rs18 abbr => "mp";
25 abbr => V1,
32 abbr => V2,
38 abbr => V3,
44 pub mod abbr_names for abbr;
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MetaBar/Collector/Renderer/
H A DAbstractMetaBarItemRenderer.php78 $abbr = strtoupper(substr($item->getTitle(), 0, 1));
80 $abbr = strtoupper(substr(uniqid('', true), -1));
83 … $this->ui->factory()->symbol()->icon()->standard($abbr, $abbr, 'small', true)->withAbbreviation($
/dports/astro/celestia-gtk/celestia-1.6.1/src/celutil/
H A Dutf8.cpp776 const std::string& abbr = Greek::instance->abbrevs[i]; in ReplaceGreekLetterAbbr() local
777 if (str.compare(0, abbr.length(), abbr) == 0 && in ReplaceGreekLetterAbbr()
778 (str[abbr.length()] == ' ' || isdigit(str[abbr.length()]))) in ReplaceGreekLetterAbbr()
781 if (str.length() > abbr.length()) in ReplaceGreekLetterAbbr()
783 if (str[abbr.length()] == '1') in ReplaceGreekLetterAbbr()
785 else if (str[abbr.length()] == '2') in ReplaceGreekLetterAbbr()
787 else if (str[abbr.length()] == '3') in ReplaceGreekLetterAbbr()
798 str.substr(abbr.length() + 1); in ReplaceGreekLetterAbbr()
825 const char* abbr = canonicalAbbrevs[i]; in ReplaceGreekLetterAbbr() local
827 while (abbr[j] == src[j] && abbr[j] != '\0' && src[j] != '\0') in ReplaceGreekLetterAbbr()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celutil/
H A Dutf8.cpp776 const std::string& abbr = Greek::instance->abbrevs[i]; in ReplaceGreekLetterAbbr() local
777 if (str.compare(0, abbr.length(), abbr) == 0 && in ReplaceGreekLetterAbbr()
778 (str[abbr.length()] == ' ' || isdigit(str[abbr.length()]))) in ReplaceGreekLetterAbbr()
781 if (str.length() > abbr.length()) in ReplaceGreekLetterAbbr()
783 if (str[abbr.length()] == '1') in ReplaceGreekLetterAbbr()
785 else if (str[abbr.length()] == '2') in ReplaceGreekLetterAbbr()
787 else if (str[abbr.length()] == '3') in ReplaceGreekLetterAbbr()
798 str.substr(abbr.length() + 1); in ReplaceGreekLetterAbbr()
825 const char* abbr = canonicalAbbrevs[i]; in ReplaceGreekLetterAbbr() local
827 while (abbr[j] == src[j] && abbr[j] != '\0' && src[j] != '\0') in ReplaceGreekLetterAbbr()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/util/
H A Dunits.cpp151 abbr(), in Unit()
160 Glib::ustring abbr, in Unit() argument
166 , abbr(std::move(abbr)) in Unit()
215 char const *astr = abbr.c_str(); in svgUnit()
270 _unit_map[make_unit_code(u.abbr.c_str())] = new Unit(u); in addUnit()
272 _primary_unit[u.type] = u.abbr; in addUnit()
276 Unit const *UnitTable::getUnit(char const *abbr) const in getUnit()
341 Glib::ustring abbr; in parseQuantity() local
344 abbr = match_info.fetch(0); in parseQuantity()
347 Quantity qty(value, abbr); in parseQuantity()
[all …]
/dports/mail/mboxstats/mboxstats-3.1/
H A Dmain.cpp256 char abbr=0; in main() local
328 abbr = 1; in main()
1258 fprintf(fh, " <total-size>%s</total-size>\n", b2kb(total_bytes, abbr)); in main()
1259 fprintf(fh, " <avg-size>%s</avg-size>\n", b2kb(total_bytes / total, abbr)); in main()
1261 fprintf(fh, " <att-size>%s</att-size>\n", b2kb(total_att_size, abbr)); in main()
1266 bd.getstring(0), bd.getcounter(0, 0), b2kb(bd.getcounter(0, 1), abbr)); in main()
1269 bd.getstring(0), bd.getcounter(0, 0), b2kb(bd.getcounter(0, 1), abbr)); in main()
1315 fprintf(fh, "Total size: %s\n", b2kb(total_bytes, abbr)); in main()
1316 fprintf(fh, "Average size: %s\n", b2kb(total_bytes / total, abbr)); in main()
2032 b2kb(from.getcounter(loop, 1), abbr), in main()
[all …]
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/ext/
H A Dfontconfig.py27 unicodes, common_name, abbr = Extension.get_orth_charset(ext)
34 native_name='', abbreviation=abbr,
35 … short_name=unicodedata.normalize('NFKD', u'fontconfig-{}'.format(abbr))))
88 name, abbr, ng = Extension.get_string_glyphlist(include, content)
100 name, abbr, glyphlist = Extension.get_string_glyphlist(orthfile, content)
105 return Extension.convert_to_list_of_unicodes(glyphlist), name, abbr
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_comparisons.py14 from ll.xist.ns import html, abbr, ul4
68 assert abbr.html() == abbr.html()
69 assert abbr.sgml() != abbr.html()
74 assert abbr.html() == plainentity
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A Dparam.pl17 …my ($param,$abbr,$name,$unit) = ($p->get_grib_parameter, $p->get_mars_abbreviation,$p->get_long_na…
19 $abbr = "-" unless($abbr);
30 print OUT join(" ",$param,lc($abbr),$name,"($unit)"), "\n";
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/
H A Dparam.pl17 …my ($param,$abbr,$name,$unit) = ($p->get_grib_parameter, $p->get_mars_abbreviation,$p->get_long_na…
19 $abbr = "-" unless($abbr);
30 print OUT join(" ",$param,lc($abbr),$name,"($unit)"), "\n";
/dports/devel/gitlist/gitlist/vendor/symfony/twig-bridge/Tests/Extension/
H A DCodeExtensionTest.php30 public function testGettingClassAbbreviation($class, $abbr) argument
32 $this->assertEquals($this->getExtension()->abbrClass($class), $abbr);
38 public function testGettingMethodAbbreviation($method, $abbr) argument
40 $this->assertEquals($this->getExtension()->abbrMethod($method), $abbr);
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/
H A Dmodel.py149 self.backspace = abbr.backspace
150 self.ignoreCase = abbr.ignoreCase
151 self.immediate = abbr.immediate
161 def add_abbreviation(self, abbr): argument
162 self.abbreviations.append(abbr)
182 return any(self.__checkInput(buffer, abbr) for abbr in self.abbreviations)
185 for abbr in self.abbreviations:
187 return abbr
191 def __checkInput(self, buffer, abbr): argument
229 if abbr:
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_abbr_old.fish11 __fish_print_help abbr
30 printf ( _ "%s: invalid option -- %s\n" ) abbr $argv[1] >&2
79 printf ( _ "%s: option requires an argument -- %s\n" ) abbr $mode_flag >&2
85 printf ( _ "%s: Unexpected argument -- %s\n" ) abbr $argv[1] >&2
98 # Bail out early if the exact abbr is already in
108 printf ( _ "%s: abbreviation cannot have spaces in the key\n" ) abbr >&2
112 printf ( _ "%s: abbreviation must have a value\n" ) abbr >&2
139 printf ( _ "%s: abbreviation cannot have spaces in the key\n" ) abbr >&2
145 printf ( _ "%s: no such abbreviation '%s'\n" ) abbr $old_name >&2
158 printf ( _ "%s: no such abbreviation '%s'\n" ) abbr $mode_arg >&2
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/html-lib/html/
H A Dhtml-spec.rkt10 …((div center blockquote ins del dd li th td iframe noframes noscript) a abbr acronym address apple…
18 … strong dfn code samp kbd var cite abbr acronym sub sup span bdo font p h1 h2 h3 h4 h5 h6 q dt leg…
20 …((button) abbr acronym address applet b basefont bdo big blockquote br center cite code dfn dir di…
21 …((fieldset) a abbr acronym address applet b basefont bdo big blockquote br button center cite code…
24 …((label) a abbr acronym applet b basefont bdo big br button cite code dfn em font i iframe img inp…
25 …((form) a abbr acronym address applet b basefont bdo big blockquote br button center cite code dfn…
28 …((pre) a abbr acronym b bdo br button cite code dfn em i iframe input kbd label map pcdata q s sam…
29 …((object applet) a abbr acronym address applet b basefont bdo big blockquote br button center cite…
31 …((a) abbr acronym applet b basefont bdo big br button cite code dfn em font i iframe img input kbd…
32 …((address) a abbr acronym applet b basefont bdo big br button cite code dfn em font i iframe img i…
[all …]
/dports/math/geogebra/GeoGebra-Linux-Portable-5-0-625-0/jre1.8.0_121-x86_64/jre/lib/
H A Dcalendars.properties34 name=Meiji,abbr=M,since=-3218832000000; \
35 name=Taisho,abbr=T,since=-1812153600000; \
36 name=Showa,abbr=S,since=-1357603200000; \
37 name=Heisei,abbr=H,since=600220800000
51 name=BuddhistEra,abbr=B.E.,since=-79302585600000
/dports/math/geogebra/GeoGebra-Linux-Portable-5-0-625-0/jre1.8.0_121-i686/jre/lib/
H A Dcalendars.properties34 name=Meiji,abbr=M,since=-3218832000000; \
35 name=Taisho,abbr=T,since=-1812153600000; \
36 name=Showa,abbr=S,since=-1357603200000; \
37 name=Heisei,abbr=H,since=600220800000
51 name=BuddhistEra,abbr=B.E.,since=-79302585600000

12345678910>>...278