Searched refs:meta (Results 176 - 200 of 361) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Decd.vim7 " An ECD file contains meta-data for packages in the Embedix Linux distro.
H A Dmmp.vim2 " Language: Symbian meta-makefile definition (MMP)
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DParser.pm512 qq(\t<meta name="description" content="Pod documentation for ) . _htmlEscape( $self->{doctitle} ) . qq(" />\n)
513 . qq(\t<meta name="inputfile" content=") . _htmlEscape( $self->input_file ) . qq(" />\n)
514 . qq(\t<meta name="outputfile" content=") . _htmlEscape( $self->output_file ) . qq(" />\n)
515 . qq(\t<meta name="created" content=") . _htmlEscape( scalar(localtime) ) . qq(" />\n);
670 $self->addHeadText(qq|<meta http-equiv="Content-Type" content="text/html; charset=$charset" />\n|);
H A DIndexPage.pm41 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]" />
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DParser.pm512 qq(\t<meta name="description" content="Pod documentation for ) . _htmlEscape( $self->{doctitle} ) . qq(" />\n)
513 . qq(\t<meta name="inputfile" content=") . _htmlEscape( $self->input_file ) . qq(" />\n)
514 . qq(\t<meta name="outputfile" content=") . _htmlEscape( $self->output_file ) . qq(" />\n)
515 . qq(\t<meta name="created" content=") . _htmlEscape( scalar(localtime) ) . qq(" />\n);
670 $self->addHeadText(qq|<meta http-equiv="Content-Type" content="text/html; charset=$charset" />\n|);
H A DIndexPage.pm41 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]" />
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Ddefines.sh122 METACONF=$DATADIR/slapd-meta.conf
123 METACONF1=$DATADIR/slapd-meta-target1.conf
124 METACONF2=$DATADIR/slapd-meta-target2.conf
245 LDIFMETA=$DATADIR/test-meta.ldif
350 METAOUT=$DATADIR/meta.out
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-mode.el319 (define-key eshell-mode-map [(meta return)] 'eshell-queue-input)
320 (define-key eshell-mode-map [(meta control ?m)] 'eshell-queue-input)
321 (define-key eshell-mode-map [(meta control ?l)] 'eshell-show-output)
332 (if (eq (key-binding [(meta ?.)]) 'find-tag)
333 (define-key eshell-mode-map [(meta ?.)] 'eshell-find-tag))
334 (define-key eshell-command-map [(meta ?o)] 'eshell-mark-output)
335 (define-key eshell-command-map [(meta ?d)] 'eshell-toggle-direct-send)
H A Dem-rebind.el157 (define-key eshell-command-map [(meta ?l)] 'eshell-lock-local-map)))
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DGNUmakefile49 # meta targets
51 meta := all install embedded install-embedded clean distclean test macro
78 targets := $(foreach v,${meta},${$v})
312 .PHONY: ${meta} ${targets} ${PROJECT} build-${PROJECT} install-${PROJECT} \
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DMakefile49 # meta targets
51 meta := all install embedded install-embedded clean distclean test macro
78 targets := $(foreach v,${meta},${$v})
304 .PHONY: ${meta} ${targets} ${PROJECT} build-${PROJECT} install-${PROJECT} \
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_rec.c771 * Recovery function for setting the root page on the meta-data page.
786 BTMETA *meta; local
793 meta = NULL;
798 0, &meta)) != 0) {
806 cmp_n = LOG_COMPARE(lsnp, &LSN(meta));
807 cmp_p = LOG_COMPARE(&LSN(meta), &argp->meta_lsn);
808 CHECK_LSN(env, op, cmp_p, &LSN(meta), &argp->meta_lsn);
811 REC_DIRTY(mpf, ip, file_dbp->priority, &meta);
812 meta->root = argp->root_pgno;
813 meta
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_auto.h193 db_pgno_t meta; member in struct:___db_pg_sort_args
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/
H A DRandom.pm6 use namespace::clean -except => 'meta';
91 __PACKAGE__->meta->make_immutable;
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dudis86_decode.h197 const char *meta; member in struct:ud_lookup_table_list_entry
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp241 // Try to create the meta-file directory in our bundle.
247 string meta = metaPath(BUNDLEDISKREP_DIRECTORY); local
249 if (::mkdir(meta.c_str(), 0755) == 0) {
250 copyfile(cfStringRelease(copyCanonicalPath()).c_str(), meta.c_str(), NULL, COPYFILE_SECURITY);
251 mMetaPath = meta;
346 // exclude entire contents of meta directory
621 // a much higher level. If we're called, we write to a file in the Bundle's meta directory.
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp241 // Try to create the meta-file directory in our bundle.
247 string meta = metaPath(BUNDLEDISKREP_DIRECTORY); local
249 if (::mkdir(meta.c_str(), 0755) == 0) {
250 copyfile(cfStringRelease(copyCanonicalPath()).c_str(), meta.c_str(), NULL, COPYFILE_SECURITY);
251 mMetaPath = meta;
346 // exclude entire contents of meta directory
621 // a much higher level. If we're called, we write to a file in the Bundle's meta directory.
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp208 macro(meta, Meta) \
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m355 PyObjCFunc_New(PyObject* name, void* func, const char* signature, PyObject* doc, PyObject* meta)
368 result->methinfo= PyObjCMethodSignature_WithMetaData(signature, meta);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m364 PyObjCFunc_New(PyObject* name, void* func, const char* signature, PyObject* doc, PyObject* meta)
377 result->methinfo= PyObjCMethodSignature_WithMetaData(signature, meta, NO);
/macosx-10.9.5/ruby-104/ruby/doc/rake/
H A Djamis.rb195 <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
476 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
508 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
559 <meta http-equiv="Content-Type" content="text/html; charset=%charset%">
/macosx-10.9.5/ruby-104/ruby/test/cgi/
H A Dtest_cgi_tag_helper.rb280 assert_equal('<META>',cgi.meta)
281 assert_equal('<META>',cgi.meta('bar'))
282 assert_equal('<META>',cgi.meta{'foo'})
283 assert_equal('<META>',cgi.meta('bar'){'foo'})
/macosx-10.9.5/swig-10/Source/DOH/
H A Ddohint.h110 void *meta; /* Meta data */ member in struct:__anon12636
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dtdomhtml.tcl135 meta
/macosx-10.9.5/tcl-102/tcl/tcl/library/http1.0/
H A Dhttp.tcl96 meta {}
245 lappend state(meta) $key $value

Completed in 292 milliseconds

1234567891011>>