Home
last modified time | relevance | path

Searched refs:fullnames (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/ext/mypy/
H A Dnames.py163 check_type_id, fullnames = _lookup.get(mr.name, (None, None))
169 if fullnames is None:
172 return mr.fullname in fullnames
183 if fullnames is None:
186 return mr.fullname in fullnames
226 type_id, fullnames = _lookup.get(node.name, (None, None))
228 if type_id is None or fullnames is None:
230 elif node.fullname in fullnames:
240 type_id, fullnames = _lookup.get(immediate, (None, None))
242 if type_id is None or fullnames is None:
[all …]
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_fontselect.c238 if (info->fullnames) { in ass_font_provider_free_fontinfo()
241 free(info->fullnames); in ass_font_provider_free_fontinfo()
278 char *fullnames[MAX_FULLNAME]; in get_font_info() local
352 memcpy(info->fullnames, &fullnames, sizeof(char *) * num_fullname); in get_font_info()
363 free(fullnames[i]); in get_font_info()
366 free(info->fullnames); in get_font_info()
387 if (meta->fullnames) { in free_font_info()
390 free(meta->fullnames); in free_font_info()
521 info->fullnames[i] = strdup(meta->fullnames[i]); in ass_font_provider_add_font()
884 if (meta.fullnames != default_meta.fullnames) { in select_font()
[all …]
H A Dass_directwrite_info_template.h43 meta->fullnames = (char **) calloc(meta->n_fullname, sizeof(char *)); in NAME()
44 if (!meta->fullnames) { in NAME()
49 meta->fullnames[k] = get_utf8_name(fontNames, k); in NAME()
50 if (!meta->fullnames[k]) { in NAME()
H A Dass_fontconfig.c102 char *fullnames[MAX_NAME]; in scan_fonts() local
179 (FcChar8 **)&fullnames[meta.n_fullname]) == FcResultMatch) in scan_fonts()
181 meta.fullnames = fullnames; in scan_fonts()
291 meta->fullnames = calloc(MAX_NAME, sizeof(char *)); in get_substitutions()
292 if (!meta->fullnames) in get_substitutions()
303 meta->fullnames[meta->n_fullname] = alias; in get_substitutions()
/dports/www/flexget/Flexget-3.2.18/flexget/components/notify/notifiers/
H A Dtelegram.py337 fullnames = self._fullnames[:]
349 if fullnames:
378 if not (usernames or fullnames or groups):
425 len_ = len(fullnames)
426 for i, fullname in enumerate(reversed(fullnames)):
430 fullnames.pop(len_ - i - 1)
465 len_ = len(fullnames)
466 for i, fullname in enumerate(reversed(fullnames)):
476 fullnames.pop(len_ - i - 1)
503 fullnames = dict()
[all …]
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DchangedFiles.R32 fullnames <- names <- character(0) functionVar
36 if (full.names) fullnames <- names
37 else fullnames <- c(fullnames, file.path(path[i], newnames))
41 info <- file.info(fullnames)
48 info <- data.frame(info, md5sum = suppressWarnings(tools::md5sum(fullnames)),
52 info <- data.frame(info, digest = digest(fullnames), stringsAsFactors = FALSE)
101 fullnames <- if (after$full.names) common else file.path(after$path, common) functionVar
102 changes <- cbind(changes, Newer = file_test("-nt", fullnames, timestamp))
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DchangedFiles.R32 fullnames <- names <- character(0) functionVar
36 if (full.names) fullnames <- names
37 else fullnames <- c(fullnames, file.path(path[i], newnames))
41 info <- file.info(fullnames)
48 info <- data.frame(info, md5sum = suppressWarnings(tools::md5sum(fullnames)),
52 info <- data.frame(info, digest = digest(fullnames), stringsAsFactors = FALSE)
101 fullnames <- if (after$full.names) common else file.path(after$path, common) functionVar
102 changes <- cbind(changes, Newer = file_test("-nt", fullnames, timestamp))
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dstdciteformats.inc50 # author or editor, as fullnames, following the schemes above
51 …!authoredit {%fullnames:author%[[%fullnames:author%, ]][[{%fullnames:editor%[[%fullnames:editor%, …
63 …!insomething %fullnames:author%, %!quotetitle%, %B_in%{%fullbynames:editor%[[ %fullbynames:editor%…
65 …article %fullnames:author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number…
75 !theses %fullnames:author%, %title% (%!locinst%%year%){%note%[[. %note%]]}
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.cpp232 const std::vector<synfig::String> &fullnames, in make_short_filenames() argument
235 if (fullnames.size() == 1) in make_short_filenames()
238 shortnames[0] = etl::basename(fullnames[0]); in make_short_filenames()
242 const int count = (int)fullnames.size(); in make_short_filenames()
251 String fullname = fullnames[i]; in make_short_filenames()
321 vector<String> fullnames(App::get_recent_files().begin(), App::get_recent_files().end()); in on_recent_files_changed() local
323 make_short_filenames(fullnames, shortnames); in on_recent_files_changed()
327 for(int i = 0; i < (int)fullnames.size(); ++i) in on_recent_files_changed()
341 action_group->add( Gtk::Action::create(action_name, quoted, fullnames[i]), in on_recent_files_changed()
342 sigc::hide_return(sigc::bind(sigc::ptr_fun(&App::open),fullnames[i])) in on_recent_files_changed()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.cpp232 const std::vector<synfig::String> &fullnames, in make_short_filenames() argument
235 if (fullnames.size() == 1) in make_short_filenames()
238 shortnames[0] = etl::basename(fullnames[0]); in make_short_filenames()
242 const int count = (int)fullnames.size(); in make_short_filenames()
251 String fullname = fullnames[i]; in make_short_filenames()
321 vector<String> fullnames(App::get_recent_files().begin(), App::get_recent_files().end()); in on_recent_files_changed() local
323 make_short_filenames(fullnames, shortnames); in on_recent_files_changed()
327 for(int i = 0; i < (int)fullnames.size(); ++i) in on_recent_files_changed()
341 action_group->add( Gtk::Action::create(action_name, quoted, fullnames[i]), in on_recent_files_changed()
342 sigc::hide_return(sigc::bind(sigc::ptr_fun(&App::open),fullnames[i])) in on_recent_files_changed()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.cpp232 const std::vector<synfig::String> &fullnames, in make_short_filenames() argument
235 if (fullnames.size() == 1) in make_short_filenames()
238 shortnames[0] = etl::basename(fullnames[0]); in make_short_filenames()
242 const int count = (int)fullnames.size(); in make_short_filenames()
251 String fullname = fullnames[i]; in make_short_filenames()
321 vector<String> fullnames(App::get_recent_files().begin(), App::get_recent_files().end()); in on_recent_files_changed() local
323 make_short_filenames(fullnames, shortnames); in on_recent_files_changed()
327 for(int i = 0; i < (int)fullnames.size(); ++i) in on_recent_files_changed()
341 action_group->add( Gtk::Action::create(action_name, quoted, fullnames[i]), in on_recent_files_changed()
342 sigc::hide_return(sigc::bind(sigc::ptr_fun(&App::open),fullnames[i])) in on_recent_files_changed()
/dports/devel/p5-Devel-Symdump/Devel-Symdump-2.18/t/
H A Dsymdump.t198 my (@vars, @pax, @fullnames);
204 push(@fullnames, $_);
207 return @fullnames [
214 } 0 .. $#fullnames
/dports/devel/p5-CLI-Osprey/CLI-Osprey-0.08/lib/CLI/Osprey/
H A DRole.pm30 my %fullnames;
41 push @{ $fullnames{ $attributes{option} } }, $option;
44 for my $name (keys %fullnames) {
45 if (@{ $fullnames{$name} } > 1) {
46 croak "Multiple option attributes named $name: [@{ $fullnames{$name} }]";
69 push @{ $abbreviations{$abbreviated} }, $name unless exists $fullnames{$abbreviated};
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/scripts/
H A Dparse_llvm_test_report.py76 fullnames = alltests.get(shortname, [])
77 fullnames.append(fullname)
78 alltests[shortname] = fullnames
104 fullnames = alltests.get(shortname, [])
105 fullnames.append(fullname)
106 alltests[shortname] = fullnames
/dports/japanese/tiarra/tiarra-20100212/module/Channel/Join/
H A DConnect.pm29 my @fullnames = split(/\,/, $fullname);
31 for (my $i = 0; $i < @fullnames; $i++) {
32 my $ch_fullname = $fullnames[$i];
/dports/www/py-praw/praw-6.2.0/praw/
H A Dreddit.py445 def info(self, fullnames=None, url=None): argument
467 if bool(fullnames) == bool(url):
469 if fullnames:
470 if not isinstance(fullnames, list):
474 for position in range(0, len(fullnames), 100):
475 fullname_chunk = fullnames[position : position + 100]
/dports/mail/mailman/mailman-2.1.39/bin/
H A Dlist_members159 fullnames = False
178 fullnames = True
268 name = fullnames and mlist.getMemberName(addr) or ''
285 name = fullnames and mlist.getMemberName(addr) or ''
293 name = fullnames and mlist.getMemberName(addr) or ''
/dports/mail/mailman-postfix/mailman-2.1.39/bin/
H A Dlist_members159 fullnames = False
178 fullnames = True
268 name = fullnames and mlist.getMemberName(addr) or ''
285 name = fullnames and mlist.getMemberName(addr) or ''
293 name = fullnames and mlist.getMemberName(addr) or ''
/dports/mail/mailman-exim4/mailman-2.1.39/bin/
H A Dlist_members159 fullnames = False
178 fullnames = True
268 name = fullnames and mlist.getMemberName(addr) or ''
285 name = fullnames and mlist.getMemberName(addr) or ''
293 name = fullnames and mlist.getMemberName(addr) or ''
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DBasicHelp.pm519 my (@topics, @fullnames);
551 push @fullnames, $tp;
614 if (scalar(@fullnames) == 1)
624 for my $name (@fullnames)
/dports/mail/alpine/alpine-465e23b/pith/
H A Daddrbook.c138 int nicknames, fullnames, addresses, not_allauto; in parse_format() local
242 fullnames = 0; in parse_format()
256 fullnames++; in parse_format()
289 if(nicknames == 1 && fullnames == 1 && addresses == 1 && not_allauto == 0) in parse_format()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Daddrbook.c138 int nicknames, fullnames, addresses, not_allauto; in parse_format() local
242 fullnames = 0; in parse_format()
256 fullnames++; in parse_format()
289 if(nicknames == 1 && fullnames == 1 && addresses == 1 && not_allauto == 0) in parse_format()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/nls/
H A Dnlsinfo100 my $fullnames = 0;
101 $fullnames = 1 if (defined($opts{"f"}) || $mode eq "header");
176 if ($fullnames == 1) {
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Attributes/
H A DParameterizedTestFixtureTests.cs146 string[] fullnames = new string[fixture.Tests.Count]; in FixtureInstancesAreNamedCorrectly()
151 fullnames[index] = test.FullName; in FixtureInstancesAreNamedCorrectly()
157 Assert.That(fullnames, Is.EquivalentTo(new string[] { in FixtureInstancesAreNamedCorrectly()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.boalarm.inc.php124 function participants($event,$fullnames=True) argument
139 $participants[$uid] = $fullnames ? $GLOBALS['phpgw']->common->grab_owner_name($uid) : True;

12345678910>>...22