Searched refs:then (Results 151 - 175 of 428) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcolortest.vim6 " edit this file, then do ":source %", and check if the colors match
H A Desqlc.vim36 syntax keyword esqlcKeyword successful synonym table then to trigger uid
H A Deiffel.vim66 syn keyword eiffelStatement when then
68 syn match eiffelAssertion "\<ensure\(\s\+then\)\=\>"
80 syn match eiffelOperator "\<and\(\s\+then\)\=\>"
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm606 If you call the function with multiple arguments then the output will
611 pass multiple arguments or references to arrays of hashes then the
619 If dump() is called in void context, then the dump is printed on
620 STDERR and then "\n" terminated. You might find this useful for quick
634 output. If a non-scalar argument is provided then it's just stringified
671 Setting it to "| " makes for nice visuals even if the dump output then fails to
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp266 // If the driver wants to know about idle sleep after a specific amount of time, then set the timer to tell them at that time.
267 // If idleSleepDelayTime == 0xffffffff then don't ever tell the driver about going idle
1306 AbsoluteTime now, then; local
1309 then = nextTimerFire;
1311 if (CMP_ABSOLUTETIME(&then, &now)) {
1312 SUB_ABSOLUTETIME(&then, &now);
1313 absolutetime_to_nanoseconds(then, &nanos);
1322 SUB_ABSOLUTETIME(&now, &then);
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c644 time_t then; local
652 then = KI_PROC(k)->p_starttime.tv_sec;
653 tp = localtime(&then);
671 time_t then; local
675 then = KI_PROC(k)->p_starttime.tv_sec;
676 (void)strftime(buf, sizeof(buf) -1, "%c", localtime(&then));
789 long psecs; /* "parts" of a second. first micro, then centi */
849 long psecs; /* "parts" of a second. first micro, then centi */
886 long psecs; /* "parts" of a second. first micro, then centi */
/macosx-10.10.1/vim-55/runtime/indent/
H A Dvhdl.vim18 setlocal indentkeys+==~if,=~then,=~elsif,=~else
251 " keyword: "then"
255 if curs =~? '^\s*\<then\>' && prevs =~? s:NC.'\%(\<elsif\>\|'.s:NE.'\<if\>\)'
297 " keyword: "generate", "is", "then", "=>"
300 if prevs =~? s:NC.'\%(\<begin\>\|'.s:NE.'\<\%(loop\|record\|units\)\>\)' || prevs =~? '^\s*\%(component\|else\|for\)\>' || prevs =~? s:NC.'\%('.s:NE.'\<generate\|\<\%(is\|then\)\|=>\)'.s:ES
H A Dsqlanywhere.vim255 " If the previous line is a comment, then return -1
310 " instead of part of an if (ie if (....) then) which should
357 " If the line ends in a ), then reduce the indent
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm2096 ## If error from last read not yet reported then do it now.
3469 perl5.004 and later) then IO::Socket::INET is used as a base class,
3562 If the I<$host> argument is given then the object is opened by
3636 If I<$mode> is C<1> then binmode is I<on> and newline translation is
3639 If I<$mode> is C<0> then binmode is I<off> and newline translation is
3803 If I<$mode> is C<0> then the command output returned from cmd() has no
3804 lines removed. If I<$mode> is a positive integer, then the first
3878 then an error message is printed to standard error and the program
3881 When mode is C<"return"> then the method generating the error places
3886 When mode is a I<coderef>, then whe
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm495 then the message chunks are passed unmodified to the appender as an
596 then Log4perl will set the appender's C<appender> attribute to the
640 messages until a certain trigger condition is met and then forward a bulk
648 and then save its content to your composite appender's message buffer
675 correctly. The cache will then contain a correctly rendered message, according
/macosx-10.10.1/CPANInternal-159.1/Readonly-1.03/
H A DReadonly.pm115 } if $] >= 5.006; # couldn't do "exists" on arrays before then
436 references, then those functions recurse over the data structures,
566 variables that should not be changed, and then remove it for
595 If C<$value> is a reference to a scalar, array, or hash, then this
613 then this function will mark the scalar, array, or hash it points to as
635 If any of the values is a reference to a scalar, array, or hash, then
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm464 [% msg = "It printed '$greeting' and then dumped core\n" %]
472 itself. If you want to operate on a copy of the string then simply
561 to modify the string then simply take a copy first.
574 to update the string but not print the new value then use C<CALL>.
618 If the length of the string is less than C<$pad> then the string is left
709 If C<$suffix> is specified then it will be appended to the truncated
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_service.c658 float now, then, interval; local
671 then = ((float)to->tv.tv_sec) + (((float)to->tv.tv_usec) / 1000000.0);
672 if( then != 0.0 )
676 if( (now - then) >= interval )
678 if( cs->dh != 0L ) (*(cs->dh))("handle_timeout: %d - %f %f %f", dbus_timeout_get_interval(to->to), then, now, interval);
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm858 then the C<$self> hash will obligingly--and silently!--create a new entry
859 in the hash, with the key C<'naem'>, then assign the new name to it. But
866 is misspelled then you're attempting to refer to an entirely different
900 then stored in C<$new_object>.
911 obtained from the object reference itself, and then used to access a
1071 then you need to call C<Class::Std::initialize()> first.
1176 class can then each have an attribute of exactly the same name, which
1188 distinct sets, each uniquely named, and which are then passed to the
1361 filehandles, decrementing allocation counts, etc.) then you may need to
1397 methods, then th
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl322 and check the "Pass build settings in environment" checkbox. You then can control everything with the build settings. If you make this
326 should point to the "Info.plist" of the project to copy onto the dmg. buildDMG is then able to automatically generate the dmg and
328 are then replaced by an underscore ('_')
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DIterator.pm85 # If there is no target data, or the data is an empty set, then undef
150 # then subsequent get_next() calls are made, storing each returned
318 If the object provides an C<as_list()> method then the L<Template::Iterator>
333 This is then functionally equivalent to:
446 You can then style the C<tr.odd> and C<tr.even> elements using CSS:
H A DView.pm142 # Cloning method which takes a copy of $self and then applies to it any
188 # (default: 'present'), then the method will be called passing a reference
190 # to view_item()). If the presenter method isn't implemented, then the
195 # any configuration updates, and control is then delegated to it.
201 # if final config hash is specified then create a clone and delegate to it
287 # then the method will default to any 'notfound' template, if defined
400 # include('foo', ...). If that fails then the entire method name will
634 object reference and it supports the method (default: 'present') then
636 can then make callbacks against the view to present itself.
666 If no map entry or default is provided then th
[all...]
H A DPlugin.pm43 # method is then called against the class name (class method) or
109 # from Template::Base. Raises a "deprecated function" warning and then
209 name. The calling context then uses this class name to call the C<new()>
277 object instance. In this case, L<new()> and L<error()> are then called as
H A DPlugins.pm72 # class/object which is then cached for subsequent use. A reference
75 # then called against the factory class name or prototype object to
356 The L<new()|Template::Plugin#new()> method is then called as a class or object
361 serve the request. If C<TOLERANT> is set then all errors will be
387 hash then the L<PLUGIN_BASE|Template::Manual::Config#PLUGIN_BASE> is used to
410 L<PLUGIN_BASE|Template::Manual::Config#PLUGIN_BASE> approaches then,
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME62 This first builds the program csv_code, which it then run, with the file
64 csv_local.c and csv_local.h. Those two files are then used as part of
79 You can then query the database:
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef53 IDHWrite() notification function, then 'event' is the address of the IDHParameterBlock
92 callback. The client then writes his data into the buffer and returns
93 control to the IDH component. The data is then written to the device.
/macosx-10.10.1/vim-55/runtime/macros/life/
H A Dlife.vim76 " 'g'o: 'I'nitialize and then 'R'un 'C'ompute recursively (used by the human)
107 map ,o oPut 'X's in the left box, then hit 'C' or 'R'
206 " line, and then run the edit command. (used by work out square).
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm101 hash from the constructor. It then looks up the class's own name (i.e.
141 then C<%base_args> would be initialized to:
/macosx-10.10.1/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm27 #### If no requested block size then we will return the values in bytes
278 if there is more space being used then you have available to you.
284 the filesystem has 10% of its space reserved for the superuser, then
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm273 which then won't trigger a call to C<time()>, but use the value
286 then a signal handler will be installed, setting the object's variable

Completed in 313 milliseconds

1234567891011>>