Searched refs:once (Results 1 - 25 of 451) sorted by path

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c49 int ch, exitval, once, ret, verbose; local
69 exitval = once = verbose = 0;
76 once = 1;
122 if (once == 0 && kbytes == 0 && minutes == 0) {
160 (!once || ret == DB_VERSION_MISMATCH ||
192 if (once)
/macosx-10.10.1/BerkeleyDB-21/db/db_checkpoint/
H A Ddb_checkpoint.c35 int ch, exitval, once, ret, verbose; local
55 exitval = once = verbose = 0;
61 once = 1;
107 if (once == 0 && kbytes == 0 && minutes == 0) {
145 (!once || ret == DB_VERSION_MISMATCH ||
177 if (once)
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm119 which you can switch to once you get the hang of basic testing.
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm969 You cannot change the ordering once the database has been created. Thus
2153 malloced it. As Berkeley DB doesn't clear the memory once it has been
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm790 # enable this once new fixed DBD::SQLite is released:
2786 Essential group, and Class::DBI will load everything at once. If you
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm709 If the particular key appears more than once in the same section, it is
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm711 If the particular key appears more than once in the same section, it is
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DUnionFind.pm125 vertices once you have 'unioned' them. This means that if you
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DUnionFind.pm125 vertices once you have 'unioned' them. This means that if you
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm104 initisalisation tasks. It's called once in the filter lifetime.
114 It's called once per HTTP message handled by the filter, before data
130 It's called once per HTTP message handled by the filter, after all data
177 on to the following filter once the full message body has been received.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm104 initisalisation tasks. It's called once in the filter lifetime.
114 It's called once per HTTP message handled by the filter, before data
130 It's called once per HTTP message handled by the filter, after all data
177 on to the following filter once the full message body has been received.
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DKQueue.pm155 method twice - once with EVFILT_READ and once with EVFILT_WRITE - unlike
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm1946 (verify client once) to change the default.
2311 the same arguments once the socket is ready is until it succeeds.
/macosx-10.10.1/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm190 =item * Overkill for programs that only use their SQL statements once
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2292 This module will only attempt to parse the JSON text once it is sure it
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm708 JSON::XS will only attempt to parse the JSON text once it is sure it
885 # Exit the loop once we found and removed(!) the initial "[".
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm329 little code needed on your part, once the dispatching object has been
368 will only be applied to a given message once. If they do not return
538 will only be applied to a given message once. If they do not return
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm155 given or whether it stores them up and sends them all at once. The
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges569 to file_open(), running only once, not with every message.
625 * (ms) Fixed bug with initialized() -- checking once caused
986 * A warning is issued now (once) if init() hasn't been called or
H A DREADME154 create an object once and use the reference to it to call its methods.
396 Once the initialization shown above has happened once, typically in the
890 Initialize once and only once
891 It's important to realize that Log::Log4perl gets initialized once and
892 only once, typically at the start of a program or system. Calling
893 "init()" more than once will cause it to clobber the existing
1150 *once* when "Log::Log4perl::init()" is called, the conversion specifier
1333 $logger->more_logging($v); # inc logging level once for each -v in ARGV
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm787 once and use the reference to it to call its methods. However,
1044 Once the initialization shown above has happened once, typically in
1560 =head2 Initialize once and only once
1562 It's important to realize that Log::Log4perl gets initialized once and only
1563 once, typically at the start of a program or system. Calling C<init()>
1564 more than once will cause it to clobber the existing configuration and
1839 While the snippets above are run I<once>
2038 $logger->more_logging($v); # inc logging level once for each -v in ARGV
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm506 log statements and writes them all out at once. If your INSERT
H A DSocket.pm78 warn "Send to " . ref($self) . " failed ($@), retrying once...";
134 try to reconnect once. If it succeeds, the message will be sent.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm115 # So, we're parsing the "yyyy/MM" format once, replace it by, say
130 # This way, we're parsing the original format only once (during system
131 # startup) and during runtime all we do is call localtime *once* and
387 just call C<localtime()> and C<sprintf()> once to return the formatted
390 So, typically, you would initialize the formatter once and then reuse
H A DFAQ.pm280 you've set once via
789 What happened? The culprit is that once the logger C<Cat::Subcat>
1082 dump out a summary once they're exceeding a certain threshold?
1276 once at configuration time (not runtime!) and its return value is
1431 (only once!) to remind novice users to not forget to initialize
1624 in section L<Log::Log4perl/"Initialize once and only once">.

Completed in 289 milliseconds

1234567891011>>