Searched refs:maps (Results 101 - 125 of 141) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm320 maps to the operating system's C<write()> function and makes sure that
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dccmap.c28 * dynamic single byte character code maps
620 static Map_t* maps; variable
662 for (map = maps; map; map = map->next)
675 map->next = maps;
676 maps = map;
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_smtpd.c159 #include <maps.h>
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dyp.h312 ypmaplist *maps; member in struct:ypresp_maplist
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME51 The DESCRIPTION file maps one-to-one to the fields in the csv file, and
/macosx-10.9.5/vim-53/runtime/macros/
H A Djustify.vim129 " Todo: Convert maps to the new script specific form
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcdrtoc.vim104 " TODO: Actually, language maps aren���t required by TocParser.g, but let���s keep
H A Dpine.vim206 syn keyword pineOption compose-maps-delete-key-to-ctrl-d
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js1927 var maps = cm.state.keyMaps.slice(0);
1928 maps.push(cm.options.keyMap);
1929 if (cm.options.extraKeys) maps.unshift(cm.options.extraKeys);
1930 return maps;
2693 var maps = this.state.keyMaps;
2694 for (var i = 0; i < maps.length; ++i)
2695 if ((typeof map == "string" ? maps[i].name : maps[i]) == map) {
2696 maps.splice(i, 1);
3306 function lookupKey(name, maps, handl
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c182 /* max line length (incl.\n) in text rewrite maps */
187 /* buffer length for prg rewrite maps */
225 const char *cachename; /* for cached maps (txt/rnd/dbm) */
227 apr_file_t *fpin; /* in file pointer for program maps */
228 apr_file_t *fpout; /* out file pointer for program maps */
229 apr_file_t *fperr; /* err file pointer for program maps */
230 char *(*func)(request_rec *, /* function pointer for internal maps */
312 apr_hash_t *maps; member in struct:cache
318 /* cached maps contain an mtime for the whole map and live in a subpool
984 map = apr_hash_get(cachep->maps, nam
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_check.c223 #include <maps.h>
275 * Pre-opened SMTP recipient maps so we can reject mail for unknown users.
592 * Pre-parse and pre-open the recipient maps.
930 MAPS *maps, const char *key,
935 if ((result = mail_addr_find(maps, key, ext)) != 0 || maps->error == 0)
937 if (maps->error == DICT_ERR_RETRY)
2287 * Unfortunately, maps must be declared ahead of time so they can be
2292 * XXX Don't use passwd files or address rewriting maps as access tables.
2297 msg_warn("do not specify lookup tables inside SMTPD access maps");
928 check_mail_addr_find(SMTPD_STATE *state, const char *reply_name, MAPS *maps, const char *key, char **ext) argument
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges433 + added function that maps classes to URI (maptype)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql20 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql19 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_milter.c2170 MAPS *maps, int propagate)
2176 MAPS *maps, int propagate)
2169 cleanup_map11_internal(CLEANUP_STATE *state, VSTRING *addr, MAPS *maps, int propagate) argument
2175 cleanup_map1n_internal(CLEANUP_STATE *state, const char *addr, MAPS *maps, int propagate) argument
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsqlcomplete.vim125 " Allow maps to specify what type of object completion they want
206 " Allow maps to specify what type of object completion they want
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges617 + added function that maps classes to URI (maptype)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges533 + added function that maps classes to URI (maptype)
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_proto.c143 #include <maps.h>
777 * XXX: We store only one session per lookup key. Ideally the the key maps
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c4753 * have been marked live. It adjust the counts and reference maps of symbols
5175 * Create the sections and section maps for the sections in the
5178 * and the offset in all the maps will be zero so that
5339 * Create the sections and section maps for the sections in the
5342 * and the offset in all the maps will be zero so that
8884 struct section_map *maps; local
8923 maps = merged_symbol_list->symbols[i]->
8930 maps[nlist->n_sect - 1].s->segname,
8931 maps[nlist->n_sect - 1].s->sectname);
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm54 See MAPPING, below, on how JSON::XS maps perl values to JSON values and
945 This section describes how JSON::XS maps Perl values to JSON values and
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm54 See MAPPING, below, on how JSON::XS maps perl values to JSON values and
950 This section describes how JSON::XS maps Perl values to JSON values and
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dproto.c385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm371 The constructor determines the scheme, maps this to an appropriate
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm721 Other encodings may be used if they have encoding maps in one of the

Completed in 346 milliseconds

123456