Home
last modified time | relevance | path

Searched refs:known_class (Results 1 – 13 of 13) sorted by relevance

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Daddons.py609 def _object_without_soscf(mf, known_class, remove_df=False): argument
614 if cls in known_class:
615 obj = known_class[cls](mf.mol)
624 (mf.__class__.__mro__, known_class))
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Ddhcpd.c61 struct class known_class; variable
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Ddhcpd.c61 struct class known_class; variable
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Ddhcpd.c61 struct class known_class; variable
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/
H A DStorable.xs2314 static int known_class(pTHX_ in known_class() function
3952 if (!known_class(aTHX_ cxt, classname, len, &classnum)) { in store_hook()
4181 if (known_class(aTHX_ cxt, classname, len, &classnum)) { in store_blessed()
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/
H A DStorable.xs2320 static int known_class(pTHX_ in known_class() function
3964 if (!known_class(aTHX_ cxt, classname, len, &classnum)) { in store_hook()
4193 if (known_class(aTHX_ cxt, classname, len, &classnum)) { in store_blessed()
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/
H A DStorable.xs2318 static int known_class(pTHX_ in known_class() function
3962 if (!known_class(aTHX_ cxt, classname, len, &classnum)) { in store_hook()
4191 if (known_class(aTHX_ cxt, classname, len, &classnum)) { in store_blessed()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/
H A DStorable.xs2280 static int known_class(pTHX_ in known_class() function
3842 if (!known_class(aTHX_ cxt, classname, len, &classnum)) { in store_hook()
4071 if (known_class(aTHX_ cxt, classname, len, &classnum)) { in store_blessed()
/dports/devel/p5-Storable/Storable-3.25/
H A DStorable.xs2280 static int known_class(pTHX_ in known_class() function
3842 if (!known_class(aTHX_ cxt, classname, len, &classnum)) { in store_hook()
4071 if (known_class(aTHX_ cxt, classname, len, &classnum)) { in store_blessed()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h3238 extern struct class known_class;
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h3238 extern struct class known_class;
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h3238 extern struct class known_class;
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.346049 * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define to