Home
last modified time | relevance | path

Searched refs:name_template (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstpadtemplate.c317 "name", pad_template->name_template, in gst_static_pad_template_get()
318 "name-template", pad_template->name_template, in gst_static_pad_template_get()
353 "name", pad_template->name_template, in gst_pad_template_new_from_static_pad_template_with_gtype()
354 "name-template", pad_template->name_template, in gst_pad_template_new_from_static_pad_template_with_gtype()
377 gst_pad_template_new (const gchar * name_template, in gst_pad_template_new() argument
382 g_return_val_if_fail (name_template != NULL, NULL); in gst_pad_template_new()
389 if (!name_is_valid (name_template, presence)) { in gst_pad_template_new()
394 "name", name_template, "name-template", name_template, in gst_pad_template_new()
422 g_return_val_if_fail (name_template != NULL, NULL); in gst_pad_template_new_with_gtype()
430 if (!name_is_valid (name_template, presence)) { in gst_pad_template_new_with_gtype()
[all …]
H A Dgstpadtemplate.h71 #define GST_PAD_TEMPLATE_NAME_TEMPLATE(templ) (((GstPadTemplate *)(templ))->name_template)
134 gchar *name_template; member
168 const gchar *name_template; member
207 GstPadTemplate* gst_pad_template_new (const gchar *name_template,
211 GstPadTemplate* gst_pad_template_new_with_gtype (const gchar *name_template,
/dports/devel/ninja/ninja-1.10.2/src/
H A Dtest.cc42 extern char* mkdtemp(char* name_template);
52 char* mkdtemp(char* name_template) { in mkdtemp() argument
53 int err = _mktemp_s(name_template, strlen(name_template) + 1); in mkdtemp()
59 err = _mkdir(name_template); in mkdtemp()
65 return name_template; in mkdtemp()
207 char name_template[1024]; in CreateAndEnter() local
208 strcpy(name_template, name.c_str()); in CreateAndEnter()
209 strcat(name_template, "-XXXXXX"); in CreateAndEnter()
210 char* tempname = mkdtemp(name_template); in CreateAndEnter()
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/gobuffalo/packr/
H A D.goreleaser.yml6 name_template: '{{.Tag}}'
29 name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
42 name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
46 name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
49 name_template: SNAPSHOT-{{ .Commit }}
51 name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/src/
H A Dtest.cc50 char* mkdtemp(char* name_template) { in mkdtemp() argument
51 int err = _mktemp_s(name_template); in mkdtemp()
57 err = _mkdir(name_template); in mkdtemp()
63 return name_template; in mkdtemp()
205 char name_template[1024]; in CreateAndEnter() local
206 strcpy(name_template, name.c_str()); in CreateAndEnter()
207 strcat(name_template, "-XXXXXX"); in CreateAndEnter()
208 char* tempname = mkdtemp(name_template); in CreateAndEnter()
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nkeys/
H A D.goreleaser.yml6 name_template: '{{.Tag}}'
23 name_template: '{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm
28 name_template: '{{ .ProjectName }}-v{{ .Version }}-checksums.txt'
31 name_template: 'dev'
/dports/devel/p5-local-lib/local-lib-2.000028/t/lib/
H A DTempDir.pm46 my $name_template = _template(shift);
49 $name_template,
64 my $name_template = _template(shift);
67 $name_template,
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/golang-migrate/migrate/v4/
H A D.goreleaser.yml66 - name_template: 'migrate/migrate:{{ .Tag }}'
70 - name_template: 'migrate/migrate:{{ .Major }}'
74 - name_template: 'migrate/migrate:latest'
79 - name_template: "{{ .ProjectName }}.{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
84 name_template: 'sha256sum.txt'
102 name_template: "{{ .Tag }}-next"
/dports/audio/ardour6/Ardour-6.8.0/tools/
H A Dreadtest.c59 char const * name_template = 0; in main() local
102 name_template = argv[optind]; in main()
111 snprintf (path, sizeof (path), name_template, n+1); in main()
125 fprintf (stderr, "No matching files found for %s\n", name_template); in main()
130 printf ("# Discovered %d files using %s\n", n, name_template); in main()
150 snprintf (path, sizeof (path), name_template, n+1); in main()
H A Dsfrtest.cc62 char const * name_template = 0; in main() local
87 name_template = argv[optind]; in main()
97 snprintf (path, sizeof (path), name_template, n); in main()
133 cout << "Discovered " << sndfiles.size() << " files using " << name_template << endl; in main()
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/
H A D.goreleaser.yml41 name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
50 name_template: SNAPSHOT-{{.Commit}}
53 name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
60 name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A DNewPage.py45 parent_page=u'', name_template=u'%s'): argument
63 self.nametemplate = name_template
97 parent_page=u'', name_template=u'%s'): argument
99 return NewPage(macro, template, button_label, parent_page, name_template).renderInPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/task_manager/providers/arc/
H A Darc_process_task.cc42 int name_template = IDS_TASK_MANAGER_ARC_PREFIX; in MakeTitle() local
46 name_template = IDS_TASK_MANAGER_ARC_SYSTEM; in MakeTitle()
54 name_template = IDS_TASK_MANAGER_ARC_PREFIX_BACKGROUND_SERVICE; in MakeTitle()
57 name_template = IDS_TASK_MANAGER_ARC_PREFIX_RECEIVER; in MakeTitle()
63 name_template, base::UTF8ToUTF16(arc_process.process_name())); in MakeTitle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/custom/gtest/internal/custom/
H A Dgtest_port_wrapper.cc55 std::string name_template = temp_dir + "gtest_captured_stream.XXXXXX"; in CapturedStream() local
63 const int captured_fd = ::mkstemp(const_cast<char*>(name_template.data())); in CapturedStream()
65 << "Failed to create tmp file " << name_template in CapturedStream()
67 filename_ = std::move(name_template); in CapturedStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/googletest/custom/gtest/internal/custom/
H A Dgtest_port_wrapper.cc55 std::string name_template = temp_dir + "gtest_captured_stream.XXXXXX"; in CapturedStream() local
63 const int captured_fd = ::mkstemp(const_cast<char*>(name_template.data())); in CapturedStream()
65 << "Failed to create tmp file " << name_template in CapturedStream()
67 filename_ = std::move(name_template); in CapturedStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/googletest/custom/gtest/internal/custom/
H A Dgtest_port_wrapper.cc55 std::string name_template = temp_dir + "gtest_captured_stream.XXXXXX"; in CapturedStream() local
63 const int captured_fd = ::mkstemp(const_cast<char*>(name_template.data())); in CapturedStream()
65 << "Failed to create tmp file " << name_template in CapturedStream()
67 filename_ = std::move(name_template); in CapturedStream()
/dports/net-im/matterircd/matterircd-0.25.0/
H A D.goreleaser.yml3 name_template: "{{.ProjectName}} v{{.Version}}"
29name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }…
38 name_template: 'checksums.txt'
/dports/net-im/matterbridge/matterbridge-1.22.3/
H A D.goreleaser.yml3 name_template: "{{.ProjectName}} v{{.Version}}"
29name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }…
38 name_template: 'checksums.txt'
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/misspell/
H A Dgoreleaser.yml26 name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35 name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
38 name_template: "SNAPSHOT-{{.Commit}}"
/dports/security/vault/vault-1.8.2/vendor/github.com/client9/misspell/
H A Dgoreleaser.yml26 name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35 name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
38 name_template: "SNAPSHOT-{{.Commit}}"
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/misspell/
H A Dgoreleaser.yml26 name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35 name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
38 name_template: "SNAPSHOT-{{.Commit}}"
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/misspell/
H A Dgoreleaser.yml26 name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35 name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
38 name_template: "SNAPSHOT-{{.Commit}}"
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/
H A D.goreleaser.yml54 name_template: "s2-cmds_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
70 name_template: 'checksums.txt'
72 name_template: "s2-cmds_{{ .Tag }}-next"
85 name_template: "s2-cmds_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/
H A D.goreleaser.yml54 name_template: "s2-cmds_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
70 name_template: 'checksums.txt'
72 name_template: "s2-cmds_{{ .Tag }}-next"
85 name_template: "s2-cmds_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
/dports/security/gopass/gopass-1.13.0/
H A D.goreleaser.yml43 name_template: "{{.Binary}}-{{.Version}}-{{.Os}}-{{.Arch}}{{ if .Arm }}v{{.Arm }}{{ end }}"
79 name_template: "{{.ProjectName}}-{{.Version}}"
82 name_template: "{{.ProjectName}}_{{.Version}}_SHA256SUMS"
91 name_template: "{{ .Major }}.{{ .Minor }}.{{ .Patch }}"

12345678910>>...35