Home
last modified time | relevance | path

Searched refs:defhash (Results 1 – 25 of 31) sorted by relevance

12

/dports/japanese/w3m/w3m-2b59b9e/
H A Dhash.h7 #define defhash(keytype,type,sym) \ macro
21 defhash(char *, int, si)
22 defhash(char *, char *, ss)
23 defhash(char *, void *, sv)
24 defhash(int, void *, iv)
H A Dmktable.c12 defhash(HashItem_ss *, int, hss_i) in defhash() function
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dhash.h7 #define defhash(keytype,type,sym) \ macro
21 defhash(char *, int, si)
22 defhash(char *, char *, ss)
23 defhash(char *, void *, sv)
24 defhash(int, void *, iv)
H A Dmktable.c12 defhash(HashItem_ss *, int, hss_i) in defhash() function
/dports/www/w3m-img/w3m-2b59b9e/
H A Dhash.h7 #define defhash(keytype,type,sym) \ macro
21 defhash(char *, int, si)
22 defhash(char *, char *, ss)
23 defhash(char *, void *, sv)
24 defhash(int, void *, iv)
H A Dmktable.c12 defhash(HashItem_ss *, int, hss_i) in defhash() function
/dports/www/w3m/w3m-2b59b9e/
H A Dhash.h7 #define defhash(keytype,type,sym) \ macro
21 defhash(char *, int, si)
22 defhash(char *, char *, ss)
23 defhash(char *, void *, sv)
24 defhash(int, void *, iv)
H A Dmktable.c12 defhash(HashItem_ss *, int, hss_i) in defhash() function
/dports/devel/p5-DefHash/DefHash-2.0.0/lib/
H A DDefHash.pod71 =item * B<defhash>
74 (as it is called in PHP), or object (as it is called in JavaScript). A defhash
94 The above defhash defines two properties: C<prop1> and C<prop2>. C<prop1> has
104 Property value can be anything. It can contain another defhash for defining
107 argument specification. Each argument specification is a defhash.
126 writes a defhash (metadata) for a function, it contains properties to describe
149 =head2 Why write definitions in a defhash?
162 B<... instead of a regular or nested hash?> Well, defhash is a regular hash. It
176 This specifies the version of specification that the defhash is following.
233 Each tag can also be a defhash for more detailed specification:
[all …]
/dports/devel/p5-AppConfig/AppConfig-1.71/lib/AppConfig/
H A DState.pm619 my $defhash = $self->{ DEFAULT }->{ $variable };
621 { ref $defhash eq 'HASH' ? %$defhash : () };
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dpasswd.c37 static const char *defhash[] = { variable
257 hashes = (char **)defhash; in passwd_extop()
583 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dpasswd.c37 static const char *defhash[] = { variable
257 hashes = (char **)defhash; in passwd_extop()
583 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Denumitem.sty.ltxml235 my $defhash = $kv->getKeyVals;
236 foreach my $key (keys %$defhash) {
237 $$hash{$key} = $$defhash{$key}; } } }
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dpasswd.c40 static const char *defhash[] = { variable
265 hashes = (char **)defhash; in passwd_extop()
588 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dpasswd.c40 static const char *defhash[] = { variable
265 hashes = (char **)defhash; in passwd_extop()
588 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dpasswd.c40 static const char *defhash[] = { variable
265 hashes = (char **)defhash; in passwd_extop()
588 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dpasswd.c40 static const char *defhash[] = { variable
265 hashes = (char **)defhash; in passwd_extop()
588 hash = (char *)defhash[0]; in slap_passwd_hash()
/dports/devel/p5-DefHash/DefHash-2.0.0/
H A DChanges86 - Specify that each tag in 'tags' can also be a defhash (this is already
/dports/security/signify/outils-0.10/src/bin/md5/
H A Dmd5.c526 digest_filelist(const char *file, struct hash_function *defhash, int selcount, in digest_filelist() argument
631 if ((hf = defhash) == NULL) in digest_filelist()
/dports/devel/p5-Rinci/Rinci-1.1.98/lib/
H A DRinci.pod53 B<Metadata> is a defhash (see L<DefHash>). Each specification will specify what
66 Since defhash can contain keys that are ignored (those that start with
350 LINKS sections in documentation. Each link is a defhash with the following keys:
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dmake_func.y1120 #define defhash(str) (whashstr((str), 12) % MAKE_FUNC_DEFHASH) macro
1272 i = defhash(name); in add_define()
1297 h = defhash(s); in lookup_define()
/dports/devel/p5-Sah/Sah-0.9.50/lib/Sah/
H A DType.pod500 Value: array of (non-hash values|defhash)
508 assumed as a defhash (with the actual value in the C<value> property). So if
519 Value: array of (non-hash values|defhash)
/dports/devel/p5-Sah/Sah-0.9.50/lib/
H A DSah.pod207 A clause set is a defhash (see L<DefHash>) containing a mapping of clause name
209 properties map to Sah clauses, while defhash property attributes map to Sah
/dports/devel/p5-Rinci/Rinci-1.1.98/lib/Rinci/
H A Dfunction.pod51 not need to return anything. META is called result metadata, a defhash
274 Hash. Specify arguments. Property value is defhash of argument names and
919 DefHash. Specify function return value. It is a defhash containing keys:
1038 Each example is a defhash, it specifies what arguments are used, what the
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A DChangeLog1466 * tests.lisp (run-all-tests): enable defhash tests unconditionally
1470 * defhash.tst: STRING-EQUAL is incompatible with SXHASH
2932 * tests.lisp (run-all-tests) [CLISP]: run defhash
2933 * defhash.tst: test DEFINE-HASH-TABLE-TEST

12