Searched +refs:sentence +refs:end (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nmea/
H A Dnmea.tcl129 proc ::nmea::input {sentence} {
130 if {![string match "*,*" $sentence]} { set sentence [join $sentence ,] }
131 if {[string match {$*} $sentence]} {
132 ::nmea::parse_nmea $sentence
134 ::nmea::parse_nmea \$$sentence
157 set sentence [lindex $line 0]
158 set line [lrange $line 1 end]
159 if {[info exists ::nmea::dispatch($sentence)]} {
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
145 int32_t start,pos,end,to; local
173 sentence = ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status);
175 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status));
179 log_verbose("PASS: Successfully opened sentence breakiterator\n");
247 end=ubrk_last(word);
248 if(end!=49)
250 log_verbose("last (word = %d\n", (int32_t)end);
253 log_verbose("%d %d\n", end, pos);
298 log_verbose("\nTesting the functions for sentence\
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthingatpt.el27 ;; its beginning and end positions in the buffer.
29 ;; The function bounds-of-thing-at-point finds the beginning and end
30 ;; positions by moving first forward to the end of the "thing", and then
41 ;; end-op Function to call to skip to the end of a "thing".
56 "Move forward to the end of the Nth next THING."
67 "Determine the start and end buffer locations for the THING at point.
70 `word', `sentence', `whitespace', `line', `page' and others.
75 The value is a cons cell (START . END) giving the start and end positions
83 (funcall ;; First move to end
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddoxygen.vim22 " A brief description without '.' or '!' will cause the end comment
25 " A \link without an \endlink will cause an error highlight on the end-comment.
61 syn region doxygenComment start=+/\*\(\*/\)\@![*!]+ end=+\*/+ contains=doxygenSyncStart,doxygenStart,doxygenTODO keepend fold containedin=phpRegion
62 syn region doxygenCommentL start=+//[/!]<\@!+me=e-1 end=+$+ contains=doxygenStartL,@Spell keepend skipwhite skipnl nextgroup=doxygenComment2 fold containedin=phpRegion
63 syn region doxygenCommentL start=+//[/!]<+me=e-2 end=+$+ contains=doxygenStartL,@Spell keepend skipwhite skipnl fold containedin=phpRegion
64 syn region doxygenCommentL start=+//@\ze[{}]+ end=+$+ contains=doxygenGroupDefine,doxygenGroupDefineSpecial,@Spell fold containedin=phpRegion
67 syn region doxygenComment2 start=+/\*\(\*/\)\@![*!]+ end=+\*/+ contained contains=doxygenSyncStart2,doxygenStart2,doxygenTODO keepend fold
81 " Match the first sentence as a brief comment
86 exe 'syn region doxygenBrief contained start=+[\\@]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&<>#]\)\|[^ \t\\@*]+ start=+\(^\s*\)\@<!\*/\@!+ start=+\<\k+ skip=+'.doxygen_end_punctuation.'\S\@=+ end=+'.doxygen_end_punctuation.'+ end
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dvipcard.tex83 \def\bye{\par\vfill\supereject\end}
176 \end}
252 %**end of header
337 You can append a text at the end of a register (say \kbd{x}) by
347 \key{{\bf append} at end of line}{A}
391 \key{set mark at buffer end}{m >}
417 \key{end of line}{\$}
432 \key{{\bf end} of word}{e {\rm or} E}
437 \key{forward sentence}{)}
438 \key{backward sentence}{(}
[all...]
H A DviperCard.tex91 \def\bye{\par\vfill\supereject\end}
184 \end}
260 %**end of header
355 You can append a text at the end of a register (say \kbd{x}) by
365 \key{{\bf append} at end of line}{A}
410 \key{set mark at buffer end}{m >}
456 \key{end of line}{\$}
471 \key{{\bf end} of word}{e {\rm or} E}
476 \key{forward sentence}{)}
477 \key{backward sentence}{(}
[all...]
H A Drefcard.tex92 \def\bye{\par\vfill\supereject\end}
186 \end}
271 %**end of header
345 \threecol{go to line beginning (or end)}{C-a}{C-e}
346 \threecol{sentence}{M-a}{M-e}
351 \threecol{go to buffer beginning (or end)}{M-<}{M->}
366 \threecol{line (to end of)}{M-0 C-k}{C-k}
367 \threecol{sentence}{C-x DEL}{M-k}
556 \threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
621 \key{{\bf end} keyboar
[all...]
H A Dgnus-refcard.tex92 {\end{supertabular}\\}
104 \end{center}
125 \end{center}
173 \end{keys}
184 \end{keys}
207 \end{tabular}}
265 \end{tabular}
280 $>$ & Go to the end of the Group buffer.\\
332 \end{keys}
356 \end{key
[all...]
H A Dpl-refcard.tex104 \def\bye{\par\vfill\supereject\end}
190 \end}
310 %**end of header
426 %\threecol{go to line beginning (or end)}{C-a}{C-e}
427 %\threecol{sentence}{M-a}{M-e}
432 %\threecol{go to buffer beginning (or end)}{M-<}{M->}
465 %\threecol{line (to end of)}{M-0 C-k}{C-k}
466 %\threecol{sentence}{C-x DEL}{M-k}
786 %\threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
844 %\key{{\bf end} keyboar
[all...]
H A DTUTORIAL.pl1245 ;;; sentence-end-double-space: nil
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/
H A DWordDiff.pm201 =end comment
236 has two boundaries, one at the beginning and one at the end. So splitting on
242 expressions, this sentence, for example, would be split up into the following
253 'sentence, ',
518 This method is called at the end of a hunk. It should output any necessary
589 =end comment
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm224 has two boundaries, one at the beginning and one at the end. So splitting on
230 for punctuation and control characters, this sentence, for example, would be
246 "sentence",
515 This method is called at the end of a hunk. It should output any necessary
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex84 \let\ptexend=\end
204 % vertical list for the beginning and end of each change).
343 \egroup % end of \vbox\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
358 }% end of \shipout\vbox
359 }% end of group with \normalturnoffactive
416 % @end itemize @c foo
490 % actual body; @end closes the group after calling \Efoo. \envdef also
491 % defines \thisenv, so the current environment is known; @end checks
497 % implementation of @end take
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex84 \let\ptexend=\end
204 % vertical list for the beginning and end of each change).
343 \egroup % end of \vbox\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
358 }% end of \shipout\vbox
359 }% end of group with \normalturnoffactive
416 % @end itemize @c foo
490 % actual body; @end closes the group after calling \Efoo. \envdef also
491 % defines \thisenv, so the current environment is known; @end checks
497 % implementation of @end take
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex54 \let\ptexend=\end
66 % since \penalty is valid in vertical mode, we'd end up putting the
257 % @end itemize @c foo
288 %% These are used to keep @begin/@end levels from running away
305 % @end foo executes the definition of \Efoo.
307 \def\end{\parsearg\endxxx}
316 \errmessage{Undefined command `@end \endthing'}%
330 \errmessage{This `@end #1' doesn't have a matching `@#1'}%
333 % Define the control sequence \E#1 to give an unmatched @end error.
377 % @. is an end
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex84 \let\ptexend=\end
201 % vertical list for the beginning and end of each change).
340 \egroup % end of \vbox\bgroup
341 \hfil\egroup % end of (centering) \line\bgroup
355 }% end of \shipout\vbox
356 }% end of group with \normalturnoffactive
413 % @end itemize @c foo
487 % actual body; @end closes the group after calling \Efoo. \envdef also
488 % defines \thisenv, so the current environment is known; @end checks
494 % implementation of @end take
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex85 \let\ptexend=\end
290 \egroup % end of \vbox\bgroup
291 \hfil\egroup % end of (centering) \line\bgroup
305 }% end of \shipout\vbox
306 }% end of group with \normalturnoffactive
383 % @end itemize @c foo
414 %% These are used to keep @begin/@end levels from running away
431 % @end foo executes the definition of \Efoo.
433 \def\end{\parsearg\endxxx}
442 \errmessage{Undefined command `@end \endthin
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex79 \let\ptexend=\end
263 \egroup % end of \vbox\bgroup
264 \hfil\egroup % end of (centering) \line\bgroup
278 }% end of \shipout\vbox
279 }% end of group with \turnoffactive
356 % @end itemize @c foo
387 %% These are used to keep @begin/@end levels from running away
404 % @end foo executes the definition of \Efoo.
406 \def\end{\parsearg\endxxx}
415 \errmessage{Undefined command `@end \endthin
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex76 \let\ptexend=\end
250 \egroup % end of \vbox\bgroup
251 \hfil\egroup % end of (centering) \line\bgroup
265 }% end of \shipout\vbox
266 }% end of group with \turnoffactive
343 % @end itemize @c foo
374 %% These are used to keep @begin/@end levels from running away
391 % @end foo executes the definition of \Efoo.
393 \def\end{\parsearg\endxxx}
402 \errmessage{Undefined command `@end \endthin
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex76 \let\ptexend=\end
249 \egroup % end of \vbox\bgroup
250 \hfil\egroup % end of (centering) \line\bgroup
264 }% end of \shipout\vbox
265 }% end of group with \turnoffactive
342 % @end itemize @c foo
373 %% These are used to keep @begin/@end levels from running away
390 % @end foo executes the definition of \Efoo.
392 \def\end{\parsearg\endxxx}
401 \errmessage{Undefined command `@end \endthin
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex84 \let\ptexend=\end
206 % vertical list for the beginning and end of each change).
349 \egroup % end of \vbox\bgroup
350 \hfil\egroup % end of (centering) \line\bgroup
364 }% end of \shipout\vbox
365 }% end of group with \indexdummies
422 % @end itemize @c foo
495 % actual body; @end closes the group after calling \Efoo. \envdef also
496 % defines \thisenv, so the current environment is known; @end checks
502 % implementation of @end take
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex84 \let\ptexend=\end
206 % vertical list for the beginning and end of each change).
349 \egroup % end of \vbox\bgroup
350 \hfil\egroup % end of (centering) \line\bgroup
364 }% end of \shipout\vbox
365 }% end of group with \indexdummies
422 % @end itemize @c foo
495 % actual body; @end closes the group after calling \Efoo. \envdef also
496 % defines \thisenv, so the current environment is known; @end checks
502 % implementation of @end take
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm175 ($splice_end_array =~ /^splice\(\) offset past end of array at /);
354 # 'If OFFSET is negative then it start that far from the end of
373 warnings::warnif('misc', 'splice() offset past end of array')
382 # 'If LENGTH is negative, leave that many elements off the end of
1352 The delimiting byte to be used to mark the end of a
1355 fied, newlines (``\n'') are used to mark the end of
1359 The second sentence is wrong. In actual fact bval will only default to
1447 Pushes the elements of C<list> to the end of the array.
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim264 call append("$", "wrapscan\tsearch commands wrap around the end of the buffer")
362 call append("$", "list\tshow <Tab> as ^I and end-of-line as $")
427 call append("$", "spellcapcheck\tpattern to locate the end of a sentence")
948 call append("$", "endofline\tlast line in the file has an end-of-line")
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1203 \ 'chunk_split(': 'string body [, int chunklen [, string end]] | string',
1244 \ 'cpdf_arc(': 'int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] | bool',
1355 \ 'cybermut_creerreponsecm(': 'string sentence | string',
1600 \ 'end(': 'array &#38;array | mixed',

Completed in 248 milliseconds