Home
last modified time | relevance | path

Searched refs:getargs (Results 1 – 25 of 1915) sorted by relevance

12345678910>>...77

/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A DMakefile.unix64 getargs.$(O) $(LDLIST)
72 getargs.$(O)
114 getargs.$(O) $(LDLIST)
139 getargs.$(O) $(LDLIST)
148 getargs.$(O) $(LDLIST)
166 getargs.$(O) $(LDLIST)
194 getargs.$(O) $(LDLIST)
203 getargs.$(O) $(LDLIST)
212 getargs.$(O) $(LDLIST)
285 getargs.$(O) : ../common/getargs.c ../common/getargs.h
[all …]
H A DMakefile.win62 cgns_info.exe : cgns_info.obj cgnsutil.obj getargs.obj
74 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
115 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
134 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
144 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
154 getargs.obj hash.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
164 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
182 cgns_to_vtk.exe : cgns_to_vtk.obj getargs.obj
183 $(LINK) $(LFLAGS) cgns_to_vtk.obj getargs.obj \
204 getargs.obj $(CGNSLIB) $(BUILDLIBS) $(CLIBS)
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A DMakefile.in24 cgnslist$(EXE) : cgnslist.$(O) getargs.$(O) $(CGNSLIB)
25 $(CC) $(COPTS) $(CEOUT)$@ cgnslist.$(O) getargs.$(O) $(LDLIBS) $(CLIBS)
26 cgnslist.$(O) : cgnslist.c getargs.h
33 cgnscheck.$(O) : cgnscheck.c getargs.h hash.h cgnames.h
38 cgnsconvert$(EXE) : cgnsconvert.$(O) getargs.$(O) $(CGNSLIB)
40 cgnsconvert.$(O) : cgnsconvert.c getargs.h
52 cgnsdiff$(EXE) : cgnsdiff.$(O) getargs.$(O) $(CGNSLIB)
53 $(CC) $(CFLAGS) $(CEOUT)$@ cgnsdiff.$(O) getargs.$(O) $(LDLIBS) $(CLIBS)
54 cgnsdiff.$(O) : cgnsdiff.c getargs.h
66 getargs.$(O) : getargs.c getargs.h
[all …]
/dports/x11/xkbset/xkbset-0.6/
H A DMakefile13 xkbset: getargs.o print.o usage.o main.o misc.o
14 …${CC} ${CFLAGS} ${LDFLAGS} ${INC_PATH} ${LIB_PATH} getargs.o print.o usage.o main.o misc.o -o $@ $…
16 getargs.o: getargs.c xkbset.h
17 ${CC} ${CPPFLAGS} ${CFLAGS} ${INC_PATH} -c getargs.c
31 getargs.c: create_getargs config_getargs
58 rm -f *.o getargs.c print.c usage.c *.core xkbset config_usage xkbset.1
/dports/devel/p5-Sentinel/Sentinel-0.06/t/
H A D04obj.t15 my @getargs;
16 sub value_get { @getargs = @_; return "Hello, world" }
28 is( scalar @getargs, 1, 'get callback passed 1 argument' );
29 is( refaddr $getargs[0], refaddr $obj, 'get callback arg[0] is obj' );
36 undef @getargs;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ("x",)
102 assert c2.getargs(var=True) == ("x", "y")
108 assert c3.getargs(var=True) == ("x", "z")
114 assert c4.getargs(var=True) == ("x", "y", "z")
122 assert fr1.getargs(var=True) == [("x", "a")]
128 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
134 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
140 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ("x",)
102 assert c2.getargs(var=True) == ("x", "y")
108 assert c3.getargs(var=True) == ("x", "z")
114 assert c4.getargs(var=True) == ("x", "y", "z")
122 assert fr1.getargs(var=True) == [("x", "a")]
128 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
134 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
140 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ("x",)
102 assert c2.getargs(var=True) == ("x", "y")
108 assert c3.getargs(var=True) == ("x", "z")
114 assert c4.getargs(var=True) == ("x", "y", "z")
122 assert fr1.getargs(var=True) == [("x", "a")]
128 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
134 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
140 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/devel/py-py/py-1.9.0/testing/code/
H A Dtest_code.py96 assert c1.getargs(var=True) == ('x',)
101 assert c2.getargs(var=True) == ('x', 'y')
106 assert c3.getargs(var=True) == ('x', 'z')
111 assert c4.getargs(var=True) == ('x', 'y', 'z')
118 assert fr1.getargs(var=True) == [('x', 'a')]
123 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
128 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
133 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfileset.py38 getargs = filesetlang.getargs variable
127 getargs(x, 0, 0, _(b"modified takes no arguments"))
136 getargs(x, 0, 0, _(b"added takes no arguments"))
145 getargs(x, 0, 0, _(b"removed takes no arguments"))
154 getargs(x, 0, 0, _(b"deleted takes no arguments"))
163 getargs(x, 0, 0, _(b"missing takes no arguments"))
172 getargs(x, 0, 0, _(b"unknown takes no arguments"))
181 getargs(x, 0, 0, _(b"ignored takes no arguments"))
190 getargs(x, 0, 0, _(b"clean takes no arguments"))
207 getargs(x, 0, 0, _(b"binary takes no arguments"))
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_code.py109 assert c1.getargs(var=True) == ('x',)
114 assert c2.getargs(var=True) == ('x', 'y')
119 assert c3.getargs(var=True) == ('x', 'z')
124 assert c4.getargs(var=True) == ('x', 'y', 'z')
131 assert fr1.getargs(var=True) == [('x', 'a')]
136 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
141 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
146 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/code/
H A Dtest_code.py111 assert c1.getargs(var=True) == ('x',)
116 assert c2.getargs(var=True) == ('x', 'y')
121 assert c3.getargs(var=True) == ('x', 'z')
126 assert c4.getargs(var=True) == ('x', 'y', 'z')
133 assert fr1.getargs(var=True) == [('x', 'a')]
138 assert fr2.getargs(var=True) == [('x', 'a'), ('y', ('b', 'c'))]
143 assert fr3.getargs(var=True) == [('x', 'a'), ('z', {'b': 'c'})]
148 assert fr4.getargs(var=True) == [('x', 'a'), ('y', ('b',)),
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/testing/code/
H A Dtest_code.py119 assert c1.getargs(var=True) == ("x",)
125 assert c2.getargs(var=True) == ("x", "y")
131 assert c3.getargs(var=True) == ("x", "z")
137 assert c4.getargs(var=True) == ("x", "y", "z")
146 assert fr1.getargs(var=True) == [("x", "a")]
152 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
158 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
164 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/code/
H A Dtest_code.py119 assert c1.getargs(var=True) == ("x",)
125 assert c2.getargs(var=True) == ("x", "y")
131 assert c3.getargs(var=True) == ("x", "z")
137 assert c4.getargs(var=True) == ("x", "y", "z")
146 assert fr1.getargs(var=True) == [("x", "a")]
152 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
158 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
164 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/devel/py-pytest/pytest-4.6.11/testing/code/
H A Dtest_code.py117 assert c1.getargs(var=True) == ("x",)
123 assert c2.getargs(var=True) == ("x", "y")
129 assert c3.getargs(var=True) == ("x", "z")
135 assert c4.getargs(var=True) == ("x", "y", "z")
143 assert fr1.getargs(var=True) == [("x", "a")]
149 assert fr2.getargs(var=True) == [("x", "a"), ("y", ("b", "c"))]
155 assert fr3.getargs(var=True) == [("x", "a"), ("z", {"b": "c"})]
161 assert fr4.getargs(var=True) == [("x", "a"), ("y", ("b",)), ("z", {"c": "d"})]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Command/
H A DKeySort.php47 $getargs = $sortParams['GET'];
49 if (is_array($getargs)) {
50 foreach ($getargs as $getarg) {
56 $query[] = $getargs;
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Command/
H A DKeySort.php47 $getargs = $sortParams['GET'];
49 if (is_array($getargs)) {
50 foreach ($getargs as $getarg) {
56 $query[] = $getargs;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Command/
H A DKeySort.php47 $getargs = $sortParams['GET'];
49 if (is_array($getargs)) {
50 foreach ($getargs as $getarg) {
56 $query[] = $getargs;

12345678910>>...77