Searched +refs:extended +refs:loop (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dada.vim107 " Ada-specific extended matching with the % key.
113 \ '\%(\<while\>.*\|\<for\>.*\|'.s:notend.'\)\<loop\>:\<end\>\s\+\<loop\>,' .
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim62 let last = search('X\(loop\|path\)INIT\|Xloop\>', "bW")
65 if theline =~ 'X\(loop\|path\)INIT'
70 ?X\(loop\|path\)INIT?
98 let loops = input("Number of iterations in previous loop? ")
150 " execution of a loop. Permitted values are 2^0 to 2^30, so that 31 execution
166 " - Use XloopINIT before the loop.
169 " - factor for computing a new Xnext value when reexecuting a loop
171 " n is the number of Xloop commands inside the loop.
175 " - Use Xloop inside the loop:
179 " should be 2^(n-1) for the nth Xloop command inside the loop
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Drandom.rb14 t.configure(:itemheight=>height, :selectmode=>:extended,
81 loop {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dwidget601 def self.extended(mod)
1074 loop do
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex264 discuss how to handle sign or handle the dividend's decreasing magnitude in the main loop (\textit{step \#3}).
784 the loop would not iterate. By contrast if the ``downto'' keyword were used in place of ``to'' the loop would iterate
806 portable fashion you have to actually assign the value. The for loop (line 30) performs this required
844 The logic behind the algorithm is extended by marking cleared mp\_int structures so that subsequent calls to this
862 The digits of the mp\_int are cleared by the for loop (line 27) which assigns a zero to every digit. Similar to mp\_init()
1085 As can be expected this algorithm is very simple. The loop on step one is expected to iterate only once or twice at
1191 simplify the inner loop that copies the digits from $a$ to $b$, two aliases $tmpa$ and $tmpb$ point directly at the digits
1197 fact the alias for $b$ is carried through into the second ``for'' loop to clear the excess digits. This optimization
1202 number of pointer dereferencing operations required to access data. For example, a for loop ma
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dwidget658 def self.extended(mod)
1110 loop do
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim233 syn keyword lispFunc cis loop speed
234 syn keyword lispFunc class loop-finish sqrt
369 syn keyword lispFunc extended-char parse-namestring with-compilation-unit
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsqlcomplete.vim161 " break from the loop, since we do not also want to pickup
566 " to catch extended accented characters
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm15 SOAP::Transport - an abstract class extended by more specialized transport modules
370 When invoked, this method enters into the typical accept loop in which it waits for a request on the socket that the daemon object maintains and deals with the content of the request. When all requests from the connection returned by the accept method of the HTTP::Daemon object have been processed, this method returns.
682 The handle method in this server implementation isn't designed to be called once with each new request. Rather, it is called with no arguments, at which time it enters into an infinite loop of waiting for a connection, reading the request, routing the request and sending back the serialized response. This continues until the process itself is interrupted by an untrapped signal or similar means.
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dmulti-tk.rb625 loop do
656 loop do
670 loop do
897 loop do
943 loop {
2065 def self.extended(mod) singleton method in class:MultiTkIp.cb_eval.cb_eval.cb_eval.MultiTkIp_PseudoToplevel_Evaluable
2477 # event loop
2478 # all master/slave IPs are controled by only one event-loop
2814 loop do
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex1828 % (inside @code that is), therefore an endless loop.
2010 % does not work for cmbx10 and other extended/shrunken fonts.
3864 \loop
6206 \def\loop{%
6209 \ifnum \count 1<256 \loop \fi
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex1828 % (inside @code that is), therefore an endless loop.
2010 % does not work for cmbx10 and other extended/shrunken fonts.
3864 \loop
6206 \def\loop{%
6209 \ifnum \count 1<256 \loop \fi
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex2390 % (inside @code that is), therefore an endless loop.
2594 % does not work for cmbx10 and other extended/shrunken fonts.
4508 \loop
6936 \def\loop{%
6939 \ifnum \count1<256 \loop \fi
7459 \loop\ifnum\count255<256
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex2390 % (inside @code that is), therefore an endless loop.
2594 % does not work for cmbx10 and other extended/shrunken fonts.
4505 \loop
6938 \def\loop{%
6941 \ifnum \count1<256 \loop \fi
7461 \loop\ifnum\count255<256

Completed in 225 milliseconds