Home
last modified time | relevance | path

Searched refs:notimp (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/aegis/aegis-4.25.D510/script/
H A Dxaegis.in197 catch { destroy .notimp }
198 toplevel .notimp
199 wm title .notimp "Aegis"
200 wm iconname .notimp "Aegis"
202 message .notimp.msg \
205 pack .notimp.msg -side top -padx 10 -pady 10
207 button .notimp.button -text "Sigh" -command "destroy .notimp"
208 pack .notimp.button -side bottom -padx 10 -pady 10
209 bind .notimp <Return> "destroy .notimp"
210 focus .notimp
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dregsemos2.c29 static const char notimp[] = "not implemented"; variable
30 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregscreenos2.c36 static const char notimp[] = "not implemented"; variable
37 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregini.c798 strcpy(result->strptr, notimp); in rxfunc()
799 result->strlength = sizeof(notimp)-1; in rxfunc()
939 strcpy(result->strptr, notimp); in rxfunc()
940 result->strlength = sizeof(notimp)-1; in rxfunc()
1012 strcpy(result->strptr, notimp); in rxfunc()
1013 result->strlength = sizeof(notimp)-1; in rxfunc()
1021 strcpy(result->strptr, notimp); in rxfunc()
1022 result->strlength = sizeof(notimp)-1; in rxfunc()
1141 strcpy(result->strptr, notimp); in rxfunc()
1152 strcpy(result->strptr, notimp); in rxfunc()
[all …]
H A Dregsem.c29 static const char notimp[] = "not implemented"; variable
30 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregscreenux.c73 static const char notimp[] = "not implemented"; variable
74 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregmacrospace.c166 static const char notimp[] = "Macrospace Functions are not compiled. Add -DMACROSPACE to CFLAGS and… variable
168 #define STUB(x) rxfunc(x) { result->strlength = sizeof(notimp) - 1; memcpy(result->strptr, notimp, …
H A Dregsemux.c99 static const char notimp[] = "not implemented"; variable
100 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
/dports/lang/rexx-regutil/regutil/
H A Dregscreenux.c49 static const char notimp[] = "not implemented"; variable
50 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregini.c53 static const char notimp[] = "not implemented", variable
699 strcpy(result->strptr, notimp); in rxfunc()
700 result->strlength = sizeof(notimp)-1; in rxfunc()
832 strcpy(result->strptr, notimp); in rxfunc()
833 result->strlength = sizeof(notimp)-1; in rxfunc()
905 strcpy(result->strptr, notimp); in rxfunc()
906 result->strlength = sizeof(notimp)-1; in rxfunc()
965 strcpy(result->strptr, notimp); in rxfunc()
966 result->strlength = sizeof(notimp)-1; in rxfunc()
973 strcpy(result->strptr, notimp); in rxfunc()
[all …]
H A Dregsem.c29 static const char notimp[] = "not implemented"; variable
30 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
H A Dregmacrospace.c166 static const char notimp[] = "Macrospace Functions are not compiled. Add -DMACROSPACE to CFLAGS and… variable
168 #define STUB(x) rxfunc(x) { result->strlength = sizeof(notimp) - 1; memcpy(result->strptr, notimp, …
H A Dregsemux.c97 static const char notimp[] = "not implemented"; variable
98 #define what() memcpy(result->strptr, notimp, sizeof(notimp)-1), result->strlength = sizeof(notimp)…
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/mcscf/
H A Ddmet_cas.py109 notimp = numpy.asarray([i for i in range(nao) if i not in baslst])
114 occb, ub = scipy.linalg.eigh(dm[notimp[:,None],notimp])
155 dump_mat.dump_rec(mol.stdout, ub[:,:nb], label=[label[i] for i in notimp],
158 mob = numpy.dot(corth[:,notimp], ub[:,:nb4cas])
160 mo_env = numpy.dot(corth[:,notimp], ub[:,idxenv])
/dports/science/py-pyscf/pyscf-2.0.1/examples/mcscf/33-make_init_guess/
H A D18-dmet_cas_for_feporph.py58 notimp = numpy.asarray([i for i in range(nao) if i not in implst])
60 occb, ub = scipy.linalg.eigh(-dm[notimp][:,notimp])
61 bathorb = numpy.dot(corth[:,notimp], ub)
/dports/science/py-pyscf/pyscf-2.0.1/examples/1-advanced/
H A D018-dmrg_casscf_for_feporph.py65 notimp = numpy.asarray([i for i in range(nao) if i not in implst])
67 occb, ub = scipy.linalg.eigh(-dm[notimp][:,notimp])
68 bathorb = numpy.dot(corth[:,notimp], ub)
H A D018-dmet_cas_for_feporph.py58 notimp = numpy.asarray([i for i in range(nao) if i not in implst])
60 occb, ub = scipy.linalg.eigh(-dm[notimp][:,notimp])
61 bathorb = numpy.dot(corth[:,notimp], ub)
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Ddnspacket.h60 stats_t notimp; member
/dports/dns/gdnsd2/gdnsd-2.4.3/t/004misc/
H A D019bad.t131 notimp => 1,
161 notimp => 1,
/dports/dns/gdnsd2/gdnsd-2.4.3/t/003complex/
H A D009broken.t47 _GDT->stats_inc(qw/tcp_reqs notimp/);
59 stats => [qw/udp_reqs notimp/],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dinet_res.erl69 notimp | refused | badvers | timeout.
825 E =:= notimp;
896 E =:= notimp;
1074 ?NOTIMP -> {error,{notimp,Msg}};
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dinet_res.erl70 notimp | refused | badvers | timeout.
833 E =:= notimp;
904 E =:= notimp;
1087 ?NOTIMP -> {error,{notimp,Msg}};
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dinet_res.erl65 notimp | refused | badvers | timeout.
802 E =:= notimp;
844 E =:= notimp;
1003 ?NOTIMP -> {error,{notimp,Msg}};
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dinet_res.erl70 notimp | refused | badvers | timeout.
833 E =:= notimp;
904 E =:= notimp;
1087 ?NOTIMP -> {error,{notimp,Msg}};
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dinet_res.erl70 notimp | refused | badvers | timeout.
833 E =:= notimp;
904 E =:= notimp;
1087 ?NOTIMP -> {error,{notimp,Msg}};

123