Home
last modified time | relevance | path

Searched refs:tryit (Results 1 – 25 of 141) sorted by relevance

123456

/dports/audio/mp3stat/mp3stat-2.6.01/ui/gtk/
H A Dgtk2_ui.h7 extern void *tryit;
20 ((gtk2_ui*)(tryit))->clear_file_selector(); in fclear_file_selector()
23 ((gtk2_ui*)(tryit))->is_mp3(n,m); in fis_mp3()
27 return ((gtk2_ui*)(tryit))->expose_event(n,m,o); in fexpose_event()
30 ((gtk2_ui*)(tryit))->close_application(n); in fclose_application()
33 ((gtk2_ui*)(tryit))->create_file_select(n,m); in fcreate_file_select()
36 ((gtk2_ui*)(tryit))->detailed_info(n,m,o); in fdetailed_info()
39 ((gtk2_ui*)(tryit))->clear_detailed(n); in fclear_detailed()
/dports/databases/p5-GDBM/perl-5.14.2/t/lib/
H A Duniversal.t14 sub tryit { eval shift or warn \$@ }
15 tryit "&Internals::SvREADONLY($arg)";
16 tryit "&Internals::SvREFCNT($arg)";
17 tryit "&Internals::hv_clear_placeholders($arg)";
18 tryit "&Internals::HvREHASH($arg)";
/dports/astro/xtide/xtide-2.15.3/
H A DZoneIndex.cc52 ZInode *tryit = operator[](zone); in makezone() local
53 if (tryit) in makezone()
54 return *tryit; in makezone()
65 if ((tryit = operator[](smallzone))) in makezone()
70 if (tryit) in makezone()
71 (void) tryit->subzones[addzone]; in makezone()
/dports/devel/py-nose/nose-1.3.7/functional_tests/support/idp/
H A Dtests.py13 def tryit(i): function
17 yield tryit, i
32 def tryit(i): function
35 yield tryit, i
/dports/devel/py-pyxb/PyXB-1.2.6/examples/unicode_jp/
H A Dcheck.py19 def tryit (self, path): member in ExampleUnicode_JP
37 self.shift_jis = self.tryit('data/shift_jis/FG-GML-13-RailCL25000-20080331-0001.xml')
41 name = self.tryit('data/iso-2022-jp/FG-GML-13-RailCL25000-20080331-0001.xml')
46 name = self.tryit('data/euc-jp/FG-GML-13-RailCL25000-20080331-0001.xml')
51 name = self.tryit('data/utf-8/FG-GML-13-RailCL25000-20080331-0001.xml')
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/container/
H A Dopts_test.go122 arr, tryit := setupPlatformVolume([]string{`/tmp`}, []string{`c:\tmp`})
123 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
124 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
126 …t.Fatalf("Error parsing volume flags, %q is missing from volumes. Received %v", tryit, config.Volu…
130 arr, tryit = setupPlatformVolume([]string{`/tmp`, `/var`}, []string{`c:\tmp`, `c:\var`})
131 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
132 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
141 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
153 arr, tryit = setupPlatformVolume(
167 …arr, tryit = setupPlatformVolume([]string{`/hostTmp:/containerTmp:Z`, `/hostVar:/containerVar:z`},…
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/container/
H A Dopts_test.go189 arr, tryit := setupPlatformVolume([]string{`/tmp`}, []string{`c:\tmp`})
190 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
191 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
193 …t.Fatalf("Error parsing volume flags, %q is missing from volumes. Received %v", tryit, config.Volu…
197 arr, tryit = setupPlatformVolume([]string{`/tmp`, `/var`}, []string{`c:\tmp`, `c:\var`})
198 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
199 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
208 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
220 arr, tryit = setupPlatformVolume(
234 …arr, tryit = setupPlatformVolume([]string{`/hostTmp:/containerTmp:Z`, `/hostVar:/containerVar:z`},…
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/container/
H A Dopts_test.go189 arr, tryit := setupPlatformVolume([]string{`/tmp`}, []string{`c:\tmp`})
190 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
191 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
193 …t.Fatalf("Error parsing volume flags, %q is missing from volumes. Received %v", tryit, config.Volu…
197 arr, tryit = setupPlatformVolume([]string{`/tmp`, `/var`}, []string{`c:\tmp`, `c:\var`})
198 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
199 …t.Fatalf("Error parsing volume flags, %q should not mount-bind anything. Received %v", tryit, host…
208 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
220 arr, tryit = setupPlatformVolume(
234 …arr, tryit = setupPlatformVolume([]string{`/hostTmp:/containerTmp:Z`, `/hostVar:/containerVar:z`},…
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/lib/
H A Duniversal.t14 sub tryit { eval shift or warn \$@ }
15 tryit "&Internals::SvREADONLY($arg)";
16 tryit "&Internals::SvREFCNT($arg)";
17 tryit "&Internals::hv_clear_placeholders($arg)";
/dports/lang/perl5.30/perl-5.30.3/t/lib/
H A Duniversal.t14 sub tryit { eval shift or warn \$@ }
15 tryit "&Internals::SvREADONLY($arg)";
16 tryit "&Internals::SvREFCNT($arg)";
17 tryit "&Internals::hv_clear_placeholders($arg)";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/lib/
H A Duniversal.t14 sub tryit { eval shift or warn \$@ }
15 tryit "&Internals::SvREADONLY($arg)";
16 tryit "&Internals::SvREFCNT($arg)";
17 tryit "&Internals::hv_clear_placeholders($arg)";
/dports/lang/perl5.32/perl-5.32.1/t/lib/
H A Duniversal.t14 sub tryit { eval shift or warn \$@ }
15 tryit "&Internals::SvREADONLY($arg)";
16 tryit "&Internals::SvREFCNT($arg)";
17 tryit "&Internals::hv_clear_placeholders($arg)";
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue44344.go17 tryit := func() bool {
27 if tryit {
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/toolchain/
H A Deh_virtual_dtor.cc16 void tryit() { in tryit() function
28 tryit(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dfindmisopt102 function tryit {
136 if tryit "$switches" ; then
155 tryit "$final $switches"

123456