Home
last modified time | relevance | path

Searched refs:abbr (Results 151 – 175 of 6932) sorted by relevance

12345678910>>...278

/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_time_tz.rb495 def initialize(name, abbr, offset) argument
497 @abbr = abbr
509 def abbr(t) method in TestTimeTZ.TZ
588 Marshal.dump({offset: utc_offset, zone: abbr})[3..-1],
602 def make_timezone(tzname, abbr, utc_offset) argument
608 ZONES.each_pair do |tzname, (abbr, utc_offset)|
610 tz = make_timezone(tzname, abbr, utc_offset)
620 ZONES.each_pair do |tzname, (abbr, utc_offset)|
623 __send__(subtest, time_class, tzname, abbr, utc_offset)
640 def self.make_timezone(tzname, abbr, utc_offset) argument
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A Dabbr.fish1 function abbr --description "Manage abbreviations"
6 argparse -n abbr $options -- $argv
10 __fish_print_help abbr
66 printf ( _ "%s: Could not figure out what to do!\n" ) abbr >&2
82 printf $msg abbr --add $escaped_abbr_name >&2
107 printf $msg abbr --erase $escaped_name >&2
132 printf $msg abbr --rename $escaped_old_name >&2
137 printf $msg abbr --rename $escaped_new_name >&2
201 printf 'abbr -a %s -- %s %s\n' -l $abbr_name $abbr_val
204 printf 'abbr -a %s -- %s %s\n' -g $abbr_name $abbr_val
[all …]
/dports/textproc/py-fingerprints/fingerprints-1.0.1/tools/
H A Dgenerate.py20 abbr = stringify(row.get('Abbreviation'))
21 if name is None or abbr is None:
23 if name in types and types[name] != abbr:
24 print(name, types[name], abbr)
25 types[name] = abbr
/dports/net/tinyfugue/tf-50b8/tf-lib/
H A Dactivity_status.tf71 /let abbr=$[status_abbr_hook(n, {*})]%; \
72 /if (abbr !~ "") /result abbr%; /endif%; \
74 /let abbr=%; \
75 /test abbr:=status_abbr__$[textencode({*})]%; \
76 /if (abbr !~ "") /result abbr%; /endif%; \
80 ;; /set_status_abbr <world> <abbr>
81 ;; <abbr> may contain @{} attributes
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/
H A Dactivity_status.tf71 /let abbr=$[status_abbr_hook(n, {*})]%; \
72 /if (abbr !~ "") /result abbr%; /endif%; \
74 /let abbr=%; \
75 /test abbr:=status_abbr__$[textencode({*})]%; \
76 /if (abbr !~ "") /result abbr%; /endif%; \
80 ;; /set_status_abbr <world> <abbr>
81 ;; <abbr> may contain @{} attributes
/dports/misc/vifm/vifm-0.11/tests/cmds/
H A Dcommand_name.c23 { .name = "", .abbr = NULL, .id = -1, .descr = "descr",
26 { .name = "delete", .abbr = "d", .id = -1, .descr = "descr",
29 { .name = "shell", .abbr = "sh", .id = -1, .descr = "descr",
32 { .name = "substitute", .abbr = "s", .id = -1, .descr = "descr",
35 { .name = "tr", .abbr = NULL, .id = -1, .descr = "descr",
75 .name = "", .abbr = NULL, .id = -1, .descr = "descr", in TEST()
185 .name = "<USERCMD>", .abbr = NULL, .id = -1, .descr = "descr", in TEST()
196 .name = "tr", .abbr = NULL, .id = -1, .descr = "descr", in TEST()
/dports/devel/R-cran-lubridate/lubridate/R/
H A Daccessors-month.r32 month <- function(x, label = FALSE, abbr = TRUE, locale = Sys.getlocale("LC_TIME")) argument
36 month.default <- function(x, label = FALSE, abbr = TRUE, locale = Sys.getlocale("LC_TIME")) argument
37 month(as.POSIXlt(x, tz = tz(x))$mon + 1, label, abbr, locale = locale)
40 month.numeric <- function(x, label = FALSE, abbr = TRUE, locale = Sys.getlocale("LC_TIME")) { argument
49 labels <- if (abbr) names$abr else names$full
55 month.Period <- function(x, label = FALSE, abbr = TRUE, locale = Sys.getlocale("LC_TIME")) argument
/dports/devel/R-cran-tibble/tibble/R/
H A Dtbl_sum.R27 abbr <- class(x)[[1]] functionVar
28 if (abbr == "tbl_df") {
29 abbr <- "tibble"
31 abbr
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dmake_snapshot.pl16 my ($abbr,$sha1,$tstamp);
35 ($sha1, $abbr,$tstamp)= split /\s+/, `git log --pretty='format:%H %h %ct' -1 $sha1`
37 chomp($sha1,$abbr,$tstamp);
44 my $prefix= "perl-$abbr/";
78 print "ok\tperl-$abbr.tar.gz\t$path/$gz_file", -t STDOUT ? "\n" :"";
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dmake_snapshot.pl16 my ($abbr,$sha1,$tstamp);
35 ($sha1, $abbr,$tstamp)= split /\s+/, `git log --pretty='format:%H %h %ct' -1 $sha1`
37 chomp($sha1,$abbr,$tstamp);
44 my $prefix= "perl-$abbr/";
78 print "ok\tperl-$abbr.tar.gz\t$path/$gz_file", -t STDOUT ? "\n" :"";
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dmake_snapshot.pl16 my ($abbr,$sha1,$tstamp);
35 ($sha1, $abbr,$tstamp)= split /\s+/, `git log --pretty='format:%H %h %ct' -1 $sha1`
37 chomp($sha1,$abbr,$tstamp);
44 my $prefix= "perl-$abbr/";
78 print "ok\tperl-$abbr.tar.gz\t$path/$gz_file", -t STDOUT ? "\n" :"";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dmake_snapshot.pl16 my ($abbr,$sha1,$tstamp);
35 ($sha1, $abbr,$tstamp)= split /\s+/, `git log --pretty='format:%H %h %ct' -1 $sha1`
37 chomp($sha1,$abbr,$tstamp);
44 my $prefix= "perl-$abbr/";
78 print "ok\tperl-$abbr.tar.gz\t$path/$gz_file", -t STDOUT ? "\n" :"";
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSOrganisation.php37 protected $abbr; variable in ilECSOrganisation
69 $this->abbr = $a_json->abbr;
87 return $this->abbr;
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSOrganisation.php37 protected $abbr; variable in ilECSOrganisation
69 $this->abbr = $a_json->abbr;
87 return $this->abbr;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Census/
H A DAbstractCensusColumn.php39 private $abbr; variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
48 * @param string $abbr - The abbreviated on-screen name "BiC"
51 public function __construct(CensusInterface $census, string $abbr, string $title) argument
54 $this->abbr = $abbr;
65 return $this->abbr;
/dports/textproc/py-feedparser/feedparser-6.0.8/docs/
H A Dchanges-early.rst18 - entity-decode inline :abbr:`XML (Extensible Markup Language)` properly
20 - added support for inline <xhtml:body> and <xhtml:div> as used in some :abbr:`RSS (Rich Site Summa…
34abbr:`HTTP (Hypertext Transfer Protocol)` headers (as ``result['url']``, ``result['status']``, and…
36 - added the latest namespace-of-the-week for :abbr:`RSS (Rich Site Summary)` 2.0
100 - fixed namespace processing on prefixed :abbr:`RSS (Rich Site Summary)` 2.0 elements
109abbr:`RSS (Rich Site Summary)` parser. Now that I'm experimenting with a homegrown :abbr:`RSS (Ric…
111abbr:`RSS (Rich Site Summary)` 1.0, but nobody actually uses it (except Aaron), few news aggregato…
H A Dreference-feed-cloud.rst4 No one really knows what a cloud is. It is vaguely documented in `:abbr:`SOAP
5 (Simple Object Access Protocol)` meets :abbr:`RSS (Rich Site Summary)`
15 http:// protocol. All clouds are presumed to operate over :abbr:`HTTP
17 secure clouds over :abbr:`HTTPS`, nor can clouds operate over other protocols.
34 The :abbr:`URL (Uniform Resource Locator)` path of the cloud.
55 to use. soap refers to :abbr:`SOAP (Simple Object Access Protocol)` 1.1; the
56 cloud interface does not support :abbr:`SOAP (Simple Object Access Protocol)`
H A Dreference-feed-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,
/dports/devel/liteide/gocode-cfcb188102ae/
H A Dformatters.go34 abbr := fmt.Sprintf("%s %s %s", c.Class, c.Name, c.Type)
36 abbr = fmt.Sprintf("%s %s%s", c.Class, c.Name, c.Type[len("func"):])
38 fmt.Printf(" %s\n", abbr)
68 abbr := fmt.Sprintf("%s %s %s", c.Class, c.Name, c.Type)
70 abbr = fmt.Sprintf("%s %s%s", c.Class, c.Name, c.Type[len("func"):])
72 fmt.Printf("{'word': '%s', 'abbr': '%s', 'info': '%s'}", word, abbr, abbr)
/dports/math/sc/sc-7.16/
H A Dabbrev.c62 (void) fprintf(f, "%-15s %s\n", a->abbr, a->exp); in add_abbr()
92 error("abbrev \"%s %s\"", a->abbr, a->exp); in add_abbr()
103 a->abbr = string; in add_abbr()
136 scxfree((char *)(a->abbr)); in del_abbr()
153 if ((cmp = strncmp(abbrev, a->abbr, len)) > 0) in find_abbr()
157 if (!exact || strlen(a->abbr) == len) in find_abbr()
171 (void) fprintf(f, "abbrev \"%s\" \"%s\"\n", a->abbr, a->exp); in write_abbrevs()
/dports/security/oidentd/oidentd-2.5.1/doc/book/
H A D_index.md15 oidentd is a configurable, {{< abbr "RFC" "Request for Comments" >}} 1413
20 {{< abbr "IRC" "Internet Relay Chat" >}} to detect and prevent abuse and to
34 [{{< abbr "NAT" "Network Address Translation" >}} connections][nat]
36 * Both {{< abbr "IPv4" "Internet Protocol, Version 4" >}} and
37 {{< abbr "IPv6" "Internet Protocol, Version 6" >}} are supported.
39 {{< abbr "GNU" "GNU's Not Unix" >}}
40 {{< abbr "GPLv2" "General Public License, Version 2" >}}.
/dports/devel/grex/grex-1.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/devel/grcov/grcov-0.8.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/devel/tokei/tokei-12.1.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/mail/sympa/sympa-6.2.62/doc/samples/families/sample-auto/
H A Dconfig.tt25 cto = { title=>"chief technical officer", abbr=>"CHIEF TECH OFF" },
6 coo = { title=>"chief operating officer", abbr=>"CHIEF OPER OFF" },
7 cio = { title=>"chief information officer", abbr=>"CHIEF INFO OFF" },
16 custom_subject [[% occupations.${tokens.0}.abbr %] OF [% tokens.1 %]]
25 filter (&(objectClass=inetOrgPerson)(employeeType=[% occupations.${tokens.0}.abbr %])(personAge=[% …

12345678910>>...278