Home
last modified time | relevance | path

Searched refs:SPEC (Results 1 – 25 of 2537) sorted by relevance

12345678910>>...102

/dports/editors/uemacs/uemacs-4.0/src/
H A Dkeyboard.c39 return(SPEC | c - 0x3A + '0');
43 return(SPEC | '0');
47 return(SPEC | SHFT | c - 0x53 + '0');
49 return(SPEC | SHFT | '0');
53 return(SPEC | CTRL | c - 0x5D + '0');
55 return(SPEC | CTRL | '0');
59 return(SPEC | ALTD | c - 0x67 + '0');
61 return(SPEC | ALTD | '0');
109 case 0x47: return(SPEC | '<'); /* home */
113 case 0x4C: return(SPEC | 'L'); /* NP 5 */
[all …]
H A Dtcap.c107 "k1", SPEC | '1', "", /* function key 1 */
108 "k2", SPEC | '2', "", /* function key 2 */
109 "k3", SPEC | '3', "", /* function key 3 */
121 "kd", SPEC | 'N', "", /* down cursor */
125 "kh", SPEC | '<', "", /* home */
128 "kl", SPEC | 'B', "", /* left cursor */
129 "kN", SPEC | 'V', "", /* next page */
130 "kP", SPEC | 'Z', "", /* previous page */
132 "kr", SPEC | 'F', "", /* right cursor */
133 "ku", SPEC | 'P', "", /* up cursor */
[all …]
H A Damigados.c119 /* 0x4c,*/ SPEC|'P', SHFT|SPEC|'P', CTRL|SPEC|'P',
120 /* 0x4d,*/ SPEC|'N', SHFT|SPEC|'N', CTRL|SPEC|'N',
121 /* 0x4e,*/ SPEC|'F', SHFT|SPEC|'F', CTRL|SPEC|'F',
122 /* 0x4f,*/ SPEC|'B', SHFT|SPEC|'B', CTRL|SPEC|'B',
123 /* 0x50,*/ SPEC|'1', SHFT|SPEC|'1', CTRL|SPEC|'1',
124 /* 0x51,*/ SPEC|'2', SHFT|SPEC|'2', CTRL|SPEC|'2',
125 /* 0x52,*/ SPEC|'3', SHFT|SPEC|'3', CTRL|SPEC|'3',
126 /* 0x53,*/ SPEC|'4', SHFT|SPEC|'4', CTRL|SPEC|'4',
127 /* 0x54,*/ SPEC|'5', SHFT|SPEC|'5', CTRL|SPEC|'5',
128 /* 0x55,*/ SPEC|'6', SHFT|SPEC|'6', CTRL|SPEC|'6',
[all …]
H A Dos2.c480 return(SPEC | c - 58 + '0'); in extcode()
484 return(SPEC | '0'); in extcode()
488 return(SPEC | SHFT | c - 83 + '0'); in extcode()
490 return(SPEC | SHFT | '0'); in extcode()
494 return(SPEC | CTRL | c - 93 + '0'); in extcode()
496 return(SPEC | CTRL | '0'); in extcode()
500 return(SPEC | ALTD | c - 103 + '0'); in extcode()
502 return(SPEC | ALTD | '0'); in extcode()
544 case 71: return(SPEC | '<'); /* HOME */ in extcode()
549 case 79: return(SPEC | '>'); /* end */ in extcode()
[all …]
H A Dnt.c460 return(SPEC | c - 58 + '0'); in extcode()
464 return(SPEC | '0'); in extcode()
468 return(SPEC | SHFT | c - 83 + '0'); in extcode()
470 return(SPEC | SHFT | '0'); in extcode()
474 return(SPEC | CTRL | c - 93 + '0'); in extcode()
476 return(SPEC | CTRL | '0'); in extcode()
480 return(SPEC | ALTD | c - 103 + '0'); in extcode()
482 return(SPEC | ALTD | '0'); in extcode()
524 case 71: return(SPEC | '<'); /* HOME */ in extcode()
529 case 79: return(SPEC | '>'); /* end */ in extcode()
[all …]
H A Dxvt.c297 code = SPEC | '1'; break;
299 code = SPEC | '2'; break;
301 code = SPEC | '3'; break;
303 code = SPEC | '4'; break;
305 code = SPEC | '5'; break;
307 code = SPEC | '6'; break;
309 code = SPEC | '7'; break;
311 code = SPEC | '8'; break;
322 code = SPEC | ''; break;
324 code = SPEC | ''; break;
[all …]
H A Dsmg.c771 smgaddkey(SMG$K_KEY_F1, SPEC | '1'); in smgcap()
772 smgaddkey(SMG$K_KEY_F2, SPEC | '2'); in smgcap()
773 smgaddkey(SMG$K_KEY_F3, SPEC | '3'); in smgcap()
774 smgaddkey(SMG$K_KEY_F4, SPEC | '4'); in smgcap()
775 smgaddkey(SMG$K_KEY_F5, SPEC | '5'); in smgcap()
776 smgaddkey(SMG$K_KEY_F6, SPEC | '6'); in smgcap()
777 smgaddkey(SMG$K_KEY_F7, SPEC | '7'); in smgcap()
778 smgaddkey(SMG$K_KEY_F8, SPEC | '8'); in smgcap()
779 smgaddkey(SMG$K_KEY_F9, SPEC | '9'); in smgcap()
780 smgaddkey(SMG$K_KEY_F10, SPEC | '0'); in smgcap()
[all …]
/dports/editors/uemacs/uemacs-4.0/h/
H A Debind.h232 {SPEC|32, BINDFNC, backline},
233 {SPEC|33, BINDFNC, forwline},
234 {SPEC|35, BINDFNC, backchar},
236 {SPEC|44, BINDFNC, gotobob},
242 {SPEC|65, BINDFNC, forwdel},
243 {SPEC|64, BINDFNC, ctlxe},
244 {SPEC|67, BINDFNC, refresh},
246 {SPEC|83, BINDFNC, help},
247 {SPEC|81, BINDFNC, deskey},
255 {SPEC|0x43, BINDFNC, help},
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/rpm/
H A DMakefile41 --quiet -ba $(SPEC)
43 $(SPEC): $(TMP)
57 echo '' >> $(SPEC)
58 echo '%prep' >> $(SPEC)
59 echo '' >> $(SPEC)
61 echo '' >> $(SPEC)
62 echo '#%build' >> $(SPEC)
63 echo '' >> $(SPEC)
64 echo '%install' >> $(SPEC)
66 echo '' >> $(SPEC)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/rpm/
H A DMakefile41 --quiet -ba $(SPEC)
43 $(SPEC): $(TMP)
57 echo '' >> $(SPEC)
58 echo '%prep' >> $(SPEC)
59 echo '' >> $(SPEC)
61 echo '' >> $(SPEC)
62 echo '#%build' >> $(SPEC)
63 echo '' >> $(SPEC)
64 echo '%install' >> $(SPEC)
66 echo '' >> $(SPEC)
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/rpm/
H A DMakefile41 --quiet -ba $(SPEC)
43 $(SPEC): $(TMP)
57 echo '' >> $(SPEC)
58 echo '%prep' >> $(SPEC)
59 echo '' >> $(SPEC)
61 echo '' >> $(SPEC)
62 echo '#%build' >> $(SPEC)
63 echo '' >> $(SPEC)
64 echo '%install' >> $(SPEC)
66 echo '' >> $(SPEC)
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dtype_data.h166 #define SPEC(L,R,T) \
173 SPEC(int,long,long);
174 SPEC(int,float,float);
175 SPEC(int,double,double);
179 SPEC(long,float,float);
180 SPEC(long,double,double);
184 SPEC(float,double,double);
195 SPEC(int,long long,long long);
198 SPEC(long long,float,float);
199 SPEC(long long,double,double);
[all …]
/dports/textproc/zorba/zorba-2.7.0/test/
H A Dapitest_spec37 SPEC=$1; shift
38 test -f $SPEC || SPEC=$DIR/rbkt/Queries/$SPEC.spec
39 test -f "$SPEC" && ARGS=`egrep ^Args: $SPEC | cut -f2- -d: | sed -e 's#$RBKT_SRC_DIR#'"$DIR/rbkt"'#…
42 test -f "$SPEC" && { echo "Spec file: $SPEC"; cat $SPEC; }
44 echo Command: $VG $DIR/zorbatest/build/test/apitest `echo $ARGS` $* `dirname $SPEC`/`basename $SPEC
46 time -p $VG $DIR/zorbatest/build/test/apitest `echo $ARGS` $* `dirname $SPEC`/`basename $SPEC .spec…
/dports/print/gtklp/gtklp-1.3.4/
H A Dbuiltall300 echo "" >>$SPEC
301 echo "%prep" >>$SPEC
302 echo "%setup" >>$SPEC
303 echo "" >>$SPEC
304 echo "%build" >>$SPEC
306 echo "make" >>$SPEC
307 echo "" >>$SPEC
314 echo "" >>$SPEC
315 echo "%clean" >>$SPEC
317 echo "" >>$SPEC
[all …]
H A Dbuiltall.SLACK305 echo "" >>$SPEC
306 echo "%prep" >>$SPEC
307 echo "%setup" >>$SPEC
308 echo "" >>$SPEC
309 echo "%build" >>$SPEC
311 echo "make" >>$SPEC
312 echo "" >>$SPEC
319 echo "" >>$SPEC
322 echo "" >>$SPEC
326 echo "" >>$SPEC
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/nordic/tests/data/
H A Ddos-file.sfile6 SPEC AVERAGE MO 14.0 ST 27.7 OM 1.7 f0 4.28 R0.3118 AL 2.84 WI 9.9 MW 3.3 3
7 SPEC SD MO 0.4 ST 39.1 OM 0.9 f0 1.07 R0.0721 AL WI MW 0.2 3
10 SPEC MOR8S Z MO 13.6 ST 7.9 OM 0.9 f0 4.52 R0.2788 AL 3.41 WI 5.6 MW 3.0 3
11 SPEC MOR8S Z T 03310 K 0.000 GD 651 VP 6.20 DE 3.00 Q0440.0 QA 0.70 VS 3.60 3
12 SPEC TRONS N MO 13.9 ST 15.8 OM 1.5 f0 4.52 R0.2788 AL 2.55 WI 6.6 MW 3.2 3
13 SPEC TRONS N T 03233 K 0.000 GD 329 VP 6.20 DE 3.00 Q0440.0 QA 0.70 VS 3.60 3
14 SPEC TRO S Z MO 13.8 ST 4.2 OM 0.9 f0 3.13 R0.4026 AL 2.23 WI 11.0 MW 3.1 3
15 SPEC TRO S Z T 03356 K 0.000 GD 1050 VP 6.20 DE 3.00 Q0440.0 QA 0.70 VS 3.60 3
16 SPEC NSS S Z MO 13.7 ST 8.5 OM 1.2 f0 4.17 R0.3022 AL 2.95 WI 11.5 MW 3.1 3
17 SPEC NSS S Z T 03246 K 0.000 GD 451 VP 6.20 DE 3.00 Q0440.0 QA 0.70 VS 3.60 3
[all …]
/dports/devel/p5-Class-Generate/Class-Generate-1.18/t/
H A Dparam_styles.t11 use constant SPEC => { type => "\$", readonly => 1, required => 1 };
25 class KV_Class => { map( ( $_ => SPEC ), qw(m1 m2 m3) ) };
27 map( ( $_ => SPEC ), qw(m1 m2 m3) ),
31 map( ( $_ => SPEC ), qw(m1 m2 m3 m4) ),
46 KV_Subclass => { map( ( $_ => SPEC ), qw(m4) ) },
54 { map( ( $_ => SPEC ), qw(m5 m6) ), new => { style => 'mix m5' } },
74 { map( ( $_ => SPEC ), qw(m4) ), new => { style => 'mix' } },
86 m1 => SPEC,
87 m2 => SPEC,
100 class Own_Parent => { m1 => SPEC };
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/curl_stats/
H A Dcurl_stats.c120 SPEC(total_time, "TotalTime", dispatch_gauge, "duration",
124 SPEC(connect_time, "ConnectTime", dispatch_gauge, "duration",
128 SPEC(size_upload, "SizeUpload", dispatch_gauge, "bytes",
130 SPEC(size_download, "SizeDownload", dispatch_gauge, "bytes",
134 SPEC(speed_upload, "SpeedUpload", dispatch_speed, "bitrate",
136 SPEC(header_size, "HeaderSize", dispatch_size, "bytes",
138 SPEC(request_size, "RequestSize", dispatch_size, "bytes",
146 SPEC(redirect_time, "RedirectTime", dispatch_gauge, "duration",
148 SPEC(redirect_count, "RedirectCount", dispatch_size, "count",
150 SPEC(num_connects, "NumConnects", dispatch_size, "count",
[all …]
/dports/www/wwwoffle/wwwoffle-2.9j/doc/de/
H A DCHANGES.CONF83 [<URL-SPEC>] compress-age = (Alter)
165 outgoing = [!]URL-SPEC <URL-SPEC> list-outgoing = yes|no
166 latest = [!]URL-SPEC <URL-SPEC> list-latest = yes|no
167 monitor = [!]URL-SPEC <URL-SPEC> list-monitor = yes|no
168 host = [!]URL-SPEC <URL-SPEC> list-host = yes|no
169 [!]URL-SPEC <URL-SPEC> list-any = yes|no
196 [!]URL-SPEC [= URL] [!]URL-SPEC
197 <URL-SPEC> replacement = (URL)
202 [!] URL-SPEC <URL-SPEC> get-recursive = yes|no
237 URL-SPEC = (host[:port]) <URL-SPEC> proxy = (host[:port])
[all …]
/dports/mail/mdpop3d/mdpop3d-0.97/
H A DMakefile26 SPEC = $(NAME).spec macro
28 DISTFILES = $(NAME).c $(NAME).8 pop3.pamd $(SPEC) Makefile
62 @sed 's|^Version: .*|Version: $(VERSION)|' $(SPEC) > $(SPEC).tmp
63 @if cmp -s $(SPEC).tmp $(SPEC) ; then \
64 rm -f $(SPEC).tmp ; \
65 else echo "Updating $(SPEC)"; mv $(SPEC).tmp $(SPEC) ; \
/dports/graphics/jogamp-jogl/gluegen/test/native/cross-android-armv7-tst1/
H A Darm-gcc-test.sh4 SPEC=androideabi.armv7-a
7 . ./android.ndk.env-4.4.3-${SPEC}.sh
11 $NDK_GCC $NDK_INCLUDE $NDK_CFLAGS $NDK_LDFLAGS -o build/native/${TEST_APP}-${SPEC} ${TEST_APP}.c
12 $NDK_READELF -a build/native/${TEST_APP}-${SPEC} > build/native/${TEST_APP}-${SPEC}.txt
13 adb push build/native/${TEST_APP}-${SPEC} /projects/native-tst
14 adb shell /projects/native-tst/${TEST_APP}-${SPEC}
H A Dhello-fp.sh4 SPEC=androideabi.armv7-a
7 . ./android.ndk.env-4.4.3-${SPEC}.sh
11 $NDK_GCC $NDK_INCLUDE $NDK_CFLAGS $NDK_LDFLAGS -o build/native/${TEST_APP}-${SPEC} ${TEST_APP}.c
12 $NDK_READELF -a build/native/${TEST_APP}-${SPEC} > build/native/${TEST_APP}-${SPEC}.txt
13 adb push build/native/${TEST_APP}-${SPEC} /projects/native-tst
14 adb shell /projects/native-tst/${TEST_APP}-${SPEC}
H A Dhello-java.sh4 SPEC=androideabi.armv7-a
7 . ./android.ndk.env-4.4.3-${SPEC}.sh
20 $NDK_GCC $NDK_INCLUDE $JAVA_INCLUDE $NDK_CFLAGS $NDK_LDFLAGS -o build/native/${TEST_APP}-${SPEC} ${…
21 $NDK_READELF -a build/native/${TEST_APP}-${SPEC} > build/native/${TEST_APP}-${SPEC}.txt
22 adb push build/native/${TEST_APP}-${SPEC} /projects/native-tst
23 adb shell "cd /projects/native-tst ; ./${TEST_APP}-${SPEC}"
/dports/www/wwwoffle/wwwoffle-2.9j/doc/
H A DCHANGES.CONF40 [<URL-SPEC>] pass-url-unchanged = yes | no
69 [<URL-SPEC>] disable-iframe = yes | no
152 [<URL-SPEC>] disable-marquee = yes | no
167 [<URL-SPEC>] keep-cache-if-not-found = no
189 [<URL-SPEC>] pragma-no-cache = yes | no
206 [<URL-SPEC>] icon-images = yes | no
229 [<URL-SPEC>] force-user-agent = yes | no
361 [<URL-SPEC>] disable-applet = yes | no
362 [<URL-SPEC>] disable-style = yes | no
410 [<URL-SPEC>] compress-age = (age)
[all …]
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/
H A DMakefile.am27 SPEC = $(PACKAGE_NAME).spec macro
60 $(pkgconfig_DATA).in $(SPEC).in
96 dist-hook: gen-ChangeLog $(SPEC)
98 rm -f $(distdir)/$(SPEC) && \
99 cp $(top_srcdir)/$(SPEC) $(distdir)/$(SPEC)
112 $(SPEC): $(SPEC).in
175 $(MAKE) $(SPEC) $(TARFILES)
176 rpmbuild $(RPMBUILDOPTS) --nodeps -bs $(SPEC)
179 $(MAKE) $(SPEC) $(TARFILES)
180 rpmbuild $(RPMBUILDOPTS) -ba $(SPEC)
[all …]

12345678910>>...102