Searched refs:notes (Results 26 - 50 of 132) sorted by relevance

123456

/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_etag.c84 apr_table_setn(r->notes, "no-etag", "omit");
H A Dhttp_protocol.c863 const char *notes, *result; local
865 if ((notes = apr_table_get(r->notes, key)) == NULL) {
869 result = apr_pstrcat(r->pool, prefix, notes, suffix, NULL);
921 "error-notes",
959 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
974 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
978 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1010 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1030 return add_optional_notes(r, s1, "error-notes", "</
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dconnection.c165 if (apr_table_get(c->notes, "short-lingering-close")) {
/macosx-10.9.5/cctools-845/ar/
H A DMakefile29 INSTALL_FILES = $(CFILES) $(HFILES) $(MAN1) $(MAN5) Makefile notes
/macosx-10.9.5/cctools-845/cbtlibs/
H A DMakefile18 INSTALL_FILES = $(CFILES) Makefile notes
/macosx-10.9.5/cctools-845/gprof/
H A DMakefile26 INSTALL_FILES = $(CFILES) $(HFILES) gprof.flat gprof.callg Makefile notes
/macosx-10.9.5/cctools-845/man/
H A DMakefile30 $(MANL3) $(DYLD_MAN1) $(DYLD_MAN3) $(DYLD_MANL3) $(EFI1) notes
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/
H A D01.sql.t14 =for notes
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D01.sql.t14 =for notes
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_userdir.c328 apr_table_setn(r->notes, "mod_userdir_user", w);
342 const char *username = apr_table_get(r->notes, "mod_userdir_user");
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A DMakefile92 ti README WHATSNEW notes todo | list
98 ti README WHATSNEW notes todo | list
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A DFILES9 /* General stuff */ COPYRIGHT - Copyright info. MODES.DES - A description of the features of the different modes of DES. FILES - This file. INSTALL - How to make things compile. Imakefile - For use with kerberos. README - What this package is. VERSION - Which version this is and what was changed. KERBEROS - Kerberos version 4 notes. Makefile.PL - An old makefile to build with perl5, not current. Makefile.ssl - The SSLeay makefil (…)
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authz_groupfile.c194 filegroup = apr_table_get(r->notes, AUTHZ_GROUP_NOTE);
H A Dmod_authz_owner.c188 apr_table_setn(r->notes, AUTHZ_GROUP_NOTE, group);
/macosx-10.9.5/cctools-845/as/
H A Dfixes.c45 fixP = (struct fix *)obstack_alloc(&notes, sizeof(struct fix));
98 * fix_new() creates a fixS in obstack 'notes'.
/macosx-10.9.5/cctools-845/efitools/
H A DMakefile28 INSTALL_FILES = $(CFILES) Makefile notes
/macosx-10.9.5/cctools-845/otool/
H A DMakefile47 INSTALL_FILES = $(CFILES) $(HFILES) Makefile notes
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfootnote.el560 (notes (length footnote-pointer-marker-alist))
562 (while (< i notes)
659 (notes (length footnote-pointer-marker-alist))
661 (while (< i notes)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py136 def notes(self): function
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py136 def notes(self): function
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_usertrack.c152 apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf)); /* log first time */
237 apr_table_setn(r->notes, "cookie", cookieval);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markdown.rb663 @parser.notes = true
680 @parser.notes = true
699 @parser.notes = true
714 @parser.notes = false
722 @parser.notes = true
726 with inline notes^[like this]
736 "with inline notes{*2}[rdoc-label:foottext-2:footmark-2]\n" +
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_kernel.c77 apr_table_setn(r->notes, "error-notes",
253 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
888 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
909 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
947 (apr_table_get(r->notes, "ssl-access-forbidden")))
1042 (apr_table_get(r->notes, "ssl-access-forbidden")))
1165 apr_table_setn(r->notes, "ssl-secure-reneg",
H A Dssl_engine_io.c1069 const char *hostname_note = apr_table_get(c->notes,
1108 apr_table_set(c->notes, "SSL_connect_rv", "err");
1126 apr_table_set(c->notes, "SSL_connect_rv", "err");
1137 apr_table_unset(c->notes, "proxy-request-hostname");
1145 apr_table_set(c->notes, "SSL_connect_rv", "err");
1150 apr_table_set(c->notes, "SSL_connect_rv", "ok");
/macosx-10.9.5/apache-786.1/httpd/modules/experimental/
H A Dmod_example.c326 * request via the notes mechanism. Otherwise, the trace gets added
329 * Note that the r->notes table is only for storing strings; if you need to
354 if ((trace_copy = apr_table_get(r->notes, TRACE_NOTE)) == NULL) {
426 apr_table_set(r->notes, TRACE_NOTE, trace_copy);
577 ap_rprintf(r, " <OL>\n%s </OL>\n", apr_table_get(r->notes, TRACE_NOTE));

Completed in 392 milliseconds

123456