Home
last modified time | relevance | path

Searched refs:tagline (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/dports/editors/vim/vim-8.2.3745/runtime/tools/
H A Dpltags.pl54 my $tagline = ""; # Tag file line
65 my $tagline = ""; # Created tag line
76 $tagline = "$tag\t$file\t/^$line\$/";
81 $tagline .= ";\"\t$type"
87 push (@tags, $tagline);
290 foreach $tagline (sort @tags)
292 print OUT "$tagline\n";
/dports/finance/ledger/ledger-3.2.1/contrib/non-profit-audit-reports/ooolib2/
H A D__init__.py519 style_list.append(tagline)
526 tagline = ['tagline', 'style:table-row-properties']
534 style_list.append(tagline)
549 style_list.append(tagline)
564 tagline = ['tag', 'style:table-cell-properties']
591 tagline.append(tagadd)
593 style_list.append(tagline)
611 if tagline_valid: style_list.append(tagline)
615 tagline = ['tagline', 'style:text-properties']
627 tagline.append(['element', 'fo:color', value])
[all …]
/dports/devel/global/global-6.6.7/libutil/
H A Dgtagsop.c564 const char *tagline; in gtags_delete() local
583 for (tagline = dbop_first(gtop->dbop, NULL, NULL, 0); tagline; tagline = dbop_next(gtop->dbop)) { in gtags_delete()
587 fid = atoi(tagline); in gtags_delete()
697 const char *tagline; in gtags_first() local
809 tagline != NULL; in gtags_first()
810 tagline = dbop_next(gtop->dbop)) in gtags_first()
821 cp = gpath_fid2path(tagline, NULL); in gtags_first()
883 tagline != NULL; in gtags_first()
884 tagline = dbop_next(gtop->dbop)) in gtags_first()
889 if (tagline == NULL) { in gtags_first()
[all …]
/dports/dns/dog/dog-0.1.0/
H A Dbuild.rs30 let tagline = "dog \\1;32m●\\0m command-line DNS client"; in main() localVariable
34 …format!("{}\nv{} [{}] built on {} \\1;31m(pre-release!)\\0m\n\\1;4;34m{}\\0m", tagline, cargo_vers… in main()
37 format!("{}\nv{}\n\\1;4;34m{}\\0m", tagline, cargo_version(), url) in main()
56 write!(f, "{}\n\n{}", tagline.replace("\\", "\x1B["), usage.replace("\\", "\x1B["))?; in main()
60 …write!(f, "{}\n\n{}", control_code.replace_all(tagline, ""), control_code.replace_all(usage, ""))?; in main()
/dports/news/mmail/mmail-0.52/interfac/
H A Dtagline.cc15 const char *p = (*((tagline **) a))->text; in tnamecmp()
16 const char *q = (*((tagline **) b))->text; in tnamecmp()
25 tagline::tagline(const char *tag) in tagline() function in tagline
203 curr->next = new tagline(newtagline); in EnterTagline()
278 curr->next = new tagline(newtag); in ReadFile()
308 taglist = new tagline *[NumOfTaglines + 1]; in MakeChain()
311 tagactive = new tagline *[NumOfTaglines + 1]; in MakeChain()
328 qsort(tagactive, NumOfActive, sizeof(tagline *), tnamecmp); in MakeChain()
379 curr->next = new tagline(*p); in Init()
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/new/
H A Dbook-parts.ly22 %% Page footer: add a different part-tagline at part last page
30 %% Part tagline header field only on each part last page.
35 \if \on-last-page \fromproperty #'header:tagline
45 parttagline = "Part tagline"
46 tagline = "Book tagline"
/dports/mail/gensig/gensig-2.3/
H A Dgensig.c166 char *tagline; in main() local
306 tagline = get_random_tagline(0); in main()
307 printf(get_sigformat(), tagline?tagline:""); in main()
421 tagline = get_random_tagline(1); in main()
425 siglen = sprintf(signature, get_sigformat(), tagline?tagline:""); in main()
H A Dsigfifo.c118 char *tagline; in reset_fifo() local
175 tagline = get_random_tagline(1); in reset_fifo()
177 sprintf(signature, get_sigformat(), tagline?tagline:""); in reset_fifo()
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/
H A Dbook-parts.ly28 %% Page footer: add a different part-tagline at part last page
36 %% Part tagline header field only on each part last page.
41 \on-the-fly #last-page \fromproperty #'header:tagline
51 parttagline = "Part tagline"
52 tagline = "Book tagline"
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dbook-parts.ly30 %% Page footer: add a different part-tagline at part last page
38 %% Part tagline header field only on each part last page.
43 \if \on-last-page \fromproperty #'header:tagline
53 parttagline = "Part tagline"
54 tagline = "Book tagline"
/dports/deskutils/zim/zim-0.74.3/
H A Dmakeman.py32 tagline = lines[0][6:].strip()
35 return tagline, about
41 tagline, about = get_about()
49 manpage.write('.SH NAME\nzim \\- %s\n\n' % tagline)
/dports/ftp/wzdftpd/wzdftpd-0.8.3/backends/sqlite/
H A Dsqlite_tables_create.sql7 tagline TEXT DEFAULT NULL, field
22 tagline TEXT default NULL, field
65 gref, gid, groupname,defaultpath,tagline
73 uref, uid, username, userpass, rootpath, tagline, flags,
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_firewall/
H A Dactions.lib.lua15 for tagline, text in data:gmatch("<([^>]+)>([^<]*)") do
16 if tagline:sub(-1,-1) == "/" then
17 tagline = tagline:sub(1, -2);
20 if tagline:sub(1,1) == "/" then
23 local name, attr = tagline:match("^(%S*)%s*(.*)$");
/dports/sysutils/exa/exa-0.10.1/
H A Dbuild.rs25 let tagline = "exa - list files on the command-line";
30 …format!("{}\nv{} \\1;31m(pre-release debug build!)\\0m\n\\1;4;34m{}\\0m", tagline, version_string(…
33 …format!("{}\nv{} [{}] built on {} \\1;31m(pre-release!)\\0m\n\\1;4;34m{}\\0m", tagline, version_st…
36 format!("{}\nv{}\n\\1;4;34m{}\\0m", tagline, version_string(), url)
/dports/www/gohugo/hugo-0.91.2/docs/content/en/
H A D_index.md7 tagline: What's modern about waiting for your site to build?
12 tagline: Flexibility rules. Hugo is a content strategist's dream.
17 tagline: Hugo's shortcodes are Markdown's hidden superpower.
22 tagline: Hugo has common patterns to get your work done quickly.
27 tagline: Polyglot baked in.
32 tagline: HTML not enough?
/dports/devel/py-oci/oci-2.53.1/src/oci/marketplace/models/
H A Dlisting_summary.py231 def tagline(self): member in ListingSummary
242 @tagline.setter
243 def tagline(self, tagline): argument
252 self._tagline = tagline
/dports/ftp/wzdftpd/wzdftpd-0.8.3/backends/pgsql/
H A Dpgsql_tables_create.sql11 tagline varchar(255) DEFAULT NULL, field
24 INSERT INTO groups (groupname,gid,defaultpath,tagline) VALUES ('admin',nextval('groups_gid_seq'),'/…
36 tagline varchar(255) default NULL, field
55 INSERT INTO users (username,rootpath,tagline,uid,flags,perms) VALUES ('wzdftpd','/','local admin',n…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PlusDomains/
H A DPerson.php51 public $tagline; variable in Google_Service_PlusDomains_Person
285 public function setTagline($tagline) argument
287 $this->tagline = $tagline;
291 return $this->tagline;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PlusDomains/
H A DPerson.php51 public $tagline; variable in Google_Service_PlusDomains_Person
285 public function setTagline($tagline) argument
287 $this->tagline = $tagline;
291 return $this->tagline;
/dports/textproc/p5-XML-Atom/XML-Atom-0.43/t/
H A D17-renames.t8 is $f->tagline, $f->subtitle;
17 $f->tagline("Hello");
19 is $f->tagline, "Hello";
/dports/www/gohugo/hugo-0.91.2/docs/content/zh/
H A D_index.md7 tagline: What's modern about waiting for your site to build?
12 tagline: Flexibility rules. Hugo is a content strategist's dream.
17 tagline: Hugo's shortcodes are Markdown's hidden superpower.
22 tagline: Hugo has common patterns to get your work done quickly.
27 tagline: Polyglot baked in.
32 tagline: HTML not enough?
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Plus/
H A DPerson.php54 public $tagline; variable in Google_Service_Plus_Person
310 public function setTagline($tagline) argument
312 $this->tagline = $tagline;
316 return $this->tagline;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Plus/
H A DPerson.php54 public $tagline; variable in Google_Service_Plus_Person
310 public function setTagline($tagline) argument
312 $this->tagline = $tagline;
316 return $this->tagline;
/dports/www/p5-Catalyst-View-XML-Feed/Catalyst-View-XML-Feed-0.09/t/lib/
H A DMyFeed.pm26 sub tagline { subroutine
28 if (@_) { $self->{tagline} = shift }
29 return $self->{tagline};
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgsrchmgr.cpp41 where.tagline = false; in search_item()
67 where.tagline = a.where.tagline; in operator =()

12345678910>>...50