Home
last modified time | relevance | path

Searched refs:xspec (Results 1 – 25 of 126) sorted by relevance

123456

/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dgzip24 local IFS=$'\n' xspec="*.@(gz|t[ag]z)"
25 [[ ${1##*/} == pigz ]] && xspec="*.@([gz]z|t[ag]z)"
28 [[ $prev == --@(decompress|list|test) ]] && xspec="!"$xspec
29 [[ $prev == --force ]] && xspec=
31 [[ $prev == -*[dlt]* ]] && xspec="!"$xspec
32 [[ $prev == -*f* ]] && xspec=
38 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur")
H A Dbzip225 local IFS=$'\n' xspec="*.?(t)bz2"
28 [[ $prev == --@(decompress|list|test) ]] && xspec="!"$xspec
29 [[ $prev == --compress ]] && xspec=
31 [[ $prev == -*[dt]* ]] && xspec="!"$xspec
32 [[ $prev == -*z* ]] && xspec=
38 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dlzma17 local IFS=$'\n' xspec="*.@(lzma|tlz)"
20 [[ $prev == --@(decompress|list|test) ]] && xspec="!"$xspec
21 [[ $prev == --compress ]] && xspec=
23 [[ $prev == -*[dt]* ]] && xspec="!"$xspec
24 [[ $prev == -*z* ]] && xspec=
30 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dlzop33 local xspec="*.?(t)lzo"
36 xspec="!"$xspec
39 xspec=
44 xspec=
47 xspec="!"$xspec
55 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dlz421 local args word xspec="*.?(t)lz4"
29 1) xspec="!"$xspec ;;
36 1) xspec= ;;
37 2) xspec="!"$xspec ;;
48 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dlrzip8 local xspec="*.lrz"
15 xspec="!"$xspec
48 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dxz8 local xspec="*.@(xz|lzma|txz|tlz)"
12 xspec="!"$xspec
52 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
H A Dzopfli23 local IFS=$'\n' xspec="*.@(gz|t[ag]z)"
25 COMPREPLY=($(compgen -f -X "$xspec" -- "$cur") $(compgen -d -- "$cur"))
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fastboot/
H A Dfastboot.bash131 local file xspec i j IFS=$'\n'
135 xspec=$2
140 if [[ "${xspec}" == "" ]]; then
144 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
151 if [[ "${xspec}" == "" ]]; then
154 files=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcolour.c747 spec = xspec; in a_colour_iso6429()
823 xspec[0] = '\033'; in a_colour_iso6429()
824 xspec[1] = '['; in a_colour_iso6429()
825 xspec += 2; in a_colour_iso6429()
836 xspec[0] = '3'; in a_colour_iso6429()
839 xspec += 2; in a_colour_iso6429()
842 xspec += 5; in a_colour_iso6429()
854 xspec += 2; in a_colour_iso6429()
857 xspec += 5; in a_colour_iso6429()
863 *xspec++ = 'm'; in a_colour_iso6429()
[all …]
/dports/sysutils/py-execnet/execnet-1.6.0/doc/example/
H A Dsvn-sync-repo.py116 xspec = "ssh=%s" % host
118 xspec += "//ssh_config=%s" % configfile
119 return execnet.makegateway(xspec)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/
H A Dadb.bash447 local file xspec i j IFS=$'\n'
451 xspec=$2
456 if [[ "${xspec}" == "" ]]; then
460 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
467 if [[ "${xspec}" == "" ]]; then
470 files=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplstripc.c35 char *xspec, *yspec, *labx, *laby, *labtop; member
66 c_plstripc( PLINT *id, PLCHAR_VECTOR xspec, PLCHAR_VECTOR yspec, in c_plstripc() argument
132 stripc->xspec = plstrdup( xspec ); // x axis specification in c_plstripc()
197 plbox( striploc->xspec, 0.0, 0, striploc->yspec, 0.0, 0 ); in plstrip_gen()
348 free( stripc->xspec ); in c_plstripd()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplstripc.c35 char *xspec, *yspec, *labx, *laby, *labtop; member
66 c_plstripc( PLINT *id, PLCHAR_VECTOR xspec, PLCHAR_VECTOR yspec, in c_plstripc() argument
132 stripc->xspec = plstrdup( xspec ); // x axis specification in c_plstripc()
197 plbox( striploc->xspec, 0.0, 0, striploc->yspec, 0.0, 0 ); in plstrip_gen()
348 free( stripc->xspec ); in c_plstripd()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplstripc.c36 char *xspec, *yspec, *labx, *laby, *labtop; member
67 c_plstripc( PLINT *id, char *xspec, char *yspec, in c_plstripc() argument
133 stripc->xspec = plstrdup(xspec); /* x axis specification */ in c_plstripc()
204 plbox(mystrip->xspec, 0.0, 0, mystrip->yspec, 0.0, 0); in plstrip_gen()
336 free(stripc->xspec); in c_plstripd()
/dports/sysutils/py-execnet/execnet-1.6.0/testing/
H A Dtest_xspec.py81 xspec = XSpec("popen//env:NAME=value1")
82 assert xspec.env['NAME'] == "value1"
98 xspec = XSpec("hello=3")
99 assert xspec.hello == '3'
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java94 String xspec = null, yspec = null; in init() local
99 xspec = getParameter("xaxis"); in init()
105 if (xspec == null) { in init()
106 xspec = "red"; in init()
111 DitherMethod xmethod = colorMethod(xspec, xvals); in init()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java94 String xspec = null, yspec = null; in init() local
99 xspec = getParameter("xaxis"); in init()
105 if (xspec == null) { in init()
106 xspec = "red"; in init()
111 DitherMethod xmethod = colorMethod(xspec, xvals); in init()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/mozilla/jcajce/
H A DJcaSignedPublicKeyAndChallenge.java67 X509EncodedKeySpec xspec = new X509EncodedKeySpec(subjectPublicKeyInfo.getEncoded()); in getPublicKey() local
74 return factory.generatePublic(xspec); in getPublicKey()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/internal/binres/
H A Dbinres_test.go553 xspec := xpkg.specs[i]
554 if spec.id != xspec.id {
557 if spec.entryCount != xspec.entryCount {
560 if len(spec.entries) != len(xspec.entries) {
564 xmask := xspec.entries[j]
569 if len(spec.types) != len(xspec.types) {
573 xtyp := xspec.types[j]
H A Dsdk.go96 for _, xspec := range pkg.specs[:4] {
97 for _, xtyp := range xspec.types {
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/jcajce/
H A DJcaPKCS10CertificationRequest.java76 X509EncodedKeySpec xspec = new X509EncodedKeySpec(keyInfo.getEncoded()); in getPublicKey() local
100 return kFact.generatePublic(xspec); in getPublicKey()
/dports/x11-toolkits/tix/Tix8.4.3/library/
H A DSWidget.tcl86 foreach xspec [lrange $value 1 end] {
87 case $xspec {
265 foreach xspec [lrange $data(-scrollbar) 1 end] {
266 case $xspec {
/dports/devel/py-qtbuilder/PyQt-builder-1.9.1/pyqtbuild/
H A Dbuilder.py93 xspec = self.qt_configuration['QMAKE_XSPEC']
96 if 'android' in xspec:
98 elif 'ios' in xspec:
100 elif 'macx' in xspec:
102 elif 'wasm' in xspec:
104 elif 'win32' in xspec:
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/mobile/internal/binres/
H A Dsdk.go96 for _, xspec := range pkg.specs[:4] {
97 for _, xtyp := range xspec.types {

123456