Searched refs:notes (Results 1 - 25 of 132) sorted by relevance

123456

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_s60/
H A DMakefile3 BUILD= intro.html notes.html
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_wince/
H A DMakefile3 BUILD= intro.html notes.html
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A Dnote.tcl18 variable notes
22 set notes($k) $tags
26 foreach k [array names notes] {
27 puts $f [list $k $notes($k)]
34 variable notes
40 foreach k [lsort -dict [array names notes]] {
41 M add row [linsert $k end $notes($k)]
49 variable notes
50 array set notes {}
60 set notes(
[all...]
H A Dcmd.tcl26 set notes [lrange $argv 2 end]
28 sak::note::run $m $p $notes
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_vxworks/
H A DMakefile3 BUILD= faq.html intro.html intro6x.html introae.html notes.html
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_win/
H A DMakefile3 BUILD= faq.html intro.html notes.html small.html test.html
/macosx-10.9.5/zsh-60/zsh/StartupFiles/
H A Dzlogin22 cat notes
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/build_unix/
H A DMakefile4 intro.html irix.html linux.html macosx.html notes.html osf1.html \
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-help.el222 (notes "")
234 (setq notes (substring prompts (1+ (match-beginning 0)))
255 (if (equal notes "") ""
256 (format " (?=notes %s)" notes)))
259 (if (equal notes "")
260 (message "No notes for this command")
261 (while (string-match "," notes)
262 (aset notes (match-beginning 0) ? ))
263 (setq notes (sor
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DCD.pm60 { proxy => [ qw/notes/ ] },
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DcvtEOL.tcl20 *.in *.notes *.terms all defs \
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_dir.c133 r->notes = apr_table_overlay(r->pool, r->notes, rr->notes);
262 r->notes = apr_table_overlay(r->pool, r->notes, rr->notes);
H A Dmod_speling.c410 apr_table_t *notes; local
418 notes = r->notes;
422 notes = r->main->notes;
498 apr_table_setn(notes, "variant-list", apr_array_pstrcat(p, t, 0));
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_task_with_arguments.rb72 notes = []
74 notes << :a
77 notes << :b
80 notes << :c
84 notes << :d
89 assert_equal [:a, :b, :c, :d], notes
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudcb-bbdb.el69 (notes (cdr (assq 'notes query)))
71 (list name company net notes phone)))
143 '(firstname lastname aka company phones addresses net notes)))
155 ((memq attr '(firstname lastname aka company net notes))
H A Deudc-export.el59 bbdb-notes
69 bbdb-notes (eudc-parse-spec (cdr (assq 'notes conversion-alist)) record nil))
81 (setq bbdb-notes (append (list (and bbdb-notes (cons 'notes bbdb-notes)))
85 '(name company net address phone notes)))
89 (setq bbdb-notes (delq nil bbdb-notes))
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth_basic.c222 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, AUTHN_DEFAULT_PROVIDER);
226 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name);
232 apr_table_unset(r->notes, AUTHN_PROVIDER_NAME_NOTE);
H A Dmod_authn_alias.c52 const char *provider_name = apr_table_get(r->notes, AUTHN_PROVIDER_NAME_NOTE);
84 const char *provider_name = apr_table_get(r->notes, AUTHN_PROVIDER_NAME_NOTE);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl44 struct::matrix NEW ; NEW add columns 4 ; # module, package, version, notes
45 struct::matrix CHG ; CHG add columns 5 ; # module, package, old/new version, notes
46 struct::matrix ICH ; ICH add columns 5 ; # module, package, old/new version, notes
332 variable notes
333 #parray notes
336 if {[info exists notes($k)]} {
337 return [join $notes($k) { }]
352 variable notes
353 array set notes {}
363 set notes(
[all...]
/macosx-10.9.5/groff-38/groff/contrib/mm/
H A DNOTES7 Implementation notes. (Or how to make your own national mm)
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/
H A D02.syntax.t17 =for notes
/macosx-10.9.5/cctools-845/as/
H A Dsymbols.c42 struct obstack notes = { 0 }; variable in typeref:struct:obstack
301 symbol_decode = obstack_alloc (&notes, strlen (MESSAGE_FORMAT) + 30);
345 obstack_grow(&notes,name,name_length);
346 p=obstack_finish(&notes);
347 /* obstack_1done( &notes, name, name_length, &p ); */
349 p=obstack_alloc(&notes,sizeof(struct symbol));
350 /* obstack_1blank( &notes, sizeof(struct symbol), &p ); */
731 obstack_grow(&notes, name, name_length);
732 p = obstack_finish(&notes);
734 p = obstack_alloc(&notes, sizeo
[all...]
H A Dsymbols.h24 extern struct obstack notes;
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D02.syntax.t17 =for notes
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_request.c195 if ((error_notes = apr_table_get(r->notes,
196 "error-notes")) != NULL) {
390 new->notes = apr_table_make(r->pool, 5);
493 r->notes = apr_table_overlay(r->pool, rr->notes, r->notes);

Completed in 217 milliseconds

123456