Searched refs:post (Results 51 - 75 of 254) sorted by relevance

1234567891011

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp269 int32_t post; // position of post context marker '}' in text member in class:RuleHalf
278 // output text. The length of the ante and post context is
346 post = -1;
718 if (post >= 0) {
721 post = buf.length();
779 // post < 0 ? text.length() : post);
780 if (post >= 0) {
781 text.remove(post);
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_assignment.rb582 star = post = nil
584 if post
585 post << e
588 post = []
601 post.map! {|e| extract_single_element(e) } if post
607 if post
608 if rv.length < post.length
609 until post.empty?
610 emu_assign_single(post
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dmbox.tcl193 set phase post
199 MMDF/post {
232 MMDF/post
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bench/
H A Dlibbench.tcl177 # -post script to run after main timed body
187 # that prefix/post operation are executed, yet not timed themselves.
203 # -post script
211 -post {}
221 -po* { set opts(-post) [lindex $args 1] }
272 # pre/post execution per iteration. We catch and
273 # handle problems in the pre/post code as if
327 if {($opts(-post) != "") && [catch {uplevel \#0 $opts(-post)} err] \
329 return -code error "post cod
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd014.tcl240 diff(initial,post-recover2):diff($init_file,$dir/$dbfile) \
363 diff(initial,post-recover1):diff($init_file,$dir/$dbfile) \
397 diff(initial,post-recover1):diff($init_file,$dir/$dbfile) \
435 diff(initial,post-recover2):diff($init_file,$dir/$dbfile) \
/macosx-10.9.5/CPAN-52/
H A DMakefile48 @echo ================ post-install fixups ================
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DManageDsaIT.pm80 Please report any bugs, or post any suggestions, to the perl-ldap
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Extension/
H A DWhoAmI.pm70 Please report any bugs, or post any suggestions, to the perl-ldap
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dextvars.h38 extern bool captures, searching_pv, post, time_exit, time_failure;
H A Dsjeng.c52 bool captures, searching_pv, post, time_exit, time_failure; variable
594 else if (!strcmp (input, "post")) {
595 toggle_bool (&post);
597 post = TRUE;
600 post = FALSE;
951 printf ("post: toggles thinking output\n");
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_setopt.c333 struct curl_httppost *post)
339 ret = curl_easy_setopt(curl, tag, post);
340 if(!post)
348 DECL1("struct curl_httppost *post%d;", i);
349 DATA1("post%d = NULL;", i);
350 CLEAN1("curl_formfree(post%d);", i);
351 CLEAN1("post%d = NULL;", i);
355 for(p=post; p; p=p->next) {
356 DATA1("curl_formadd(&post%d, &postend,", i);
398 CODE2("curl_easy_setopt(hnd, %s, post
331 tool_setopt_httppost(CURL *curl, struct Configurable *config, const char *name, CURLoption tag, struct curl_httppost *post) argument
[all...]
/macosx-10.9.5/groff-38/
H A DMakefile56 $(LN) $(DSTROOT)$(MANDIR)/man1/grohtml.1 $(DSTROOT)$(MANDIR)/man1/post-grohtml.1
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdmainct.c10 * post-processor; it holds downsampled data in the JPEG colorspace.
367 (*cinfo->post->post_process_data) (cinfo, main->buffer,
408 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
430 (*cinfo->post->post_process_data) (cinfo, main->xbuffer[main->whichptr],
463 (*cinfo->post->post_process_data) (cinfo, (JSAMPIMAGE) NULL,
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtearoff.tcl88 $menu post $x $y
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dmenubutton.tcl9 # Popdown: Click menubutton to post menu
10 # Keyboard: <Key-space> or accelerator key to post menu
30 # I'm not sure what the hell is going on here. [$menu post] apparently
91 # post menu atop menubutton.
132 $menu post $x $y
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtearoff.tcl82 $menu post $x $y
/macosx-10.9.5/apache-786.1/
H A DMakefile40 post-install strip-modules
79 post-install:
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregguts.h299 struct state *post; /* post-final state */ member in struct:nfa
329 int post; /* teardown state number */ member in struct:cnfa
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregguts.h322 struct state *post; /* post-final state */ member in struct:nfa
352 int post; /* teardown state number */ member in struct:cnfa
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcpp.vim3 " Maintainer: Ken Shan <ccshan@post.harvard.edu>
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcontrols.c1391 #define READMSG(post, msg) \
1392 ( post ? "postread control: " msg : "preread control: " msg )
1399 int post )
1405 if ( ( post && op->o_postread != SLAP_CONTROL_NONE ) ||
1406 ( !post && op->o_preread != SLAP_CONTROL_NONE ) )
1408 rs->sr_text = READMSG( post, "specified multiple times" );
1413 rs->sr_text = READMSG( post, "value is absent" );
1418 rs->sr_text = READMSG( post, "value is empty" );
1424 rs->sr_text = READMSG( post, "cannot perform in transaction" );
1431 rs->sr_text = READMSG( post, "interna
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dwebmail.el69 (paranoid agent cookie post)
85 (paranoid agent cookie post)
102 (paranoid cookie post)
122 (paranoid cookie post agent)
142 (paranoid cookie post)
157 post-process paranoid trash-url))
183 (defvar webmail-post-process nil)
244 ((eq (car xurl) 'post)
305 (url-confirmation-func (if (memq 'post webmail-paranoid)
349 (if webmail-post
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/t/
H A D12_Tree_Simple_exceptions_test.t278 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
283 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t278 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
283 } qr/^Incorrect Object Type \: post traversal function is not a function/, '... this should die';
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MailDemo/MailDemoSimple/
H A DMyController.rb177 // See this post for more info:

Completed in 354 milliseconds

1234567891011