Searched refs:words (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyntax.c1211 /* Return the position across COUNT words from FROM.
1212 If that many words cannot be found before the end of the buffer, return 0.
1313 doc: /* Move point forward ARG words (backward if ARG is negative).
3238 DEFVAR_BOOL ("words-include-escapes", &words_include_escapes,
3239 doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h880 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon13369
H A Dtcl.h.orig880 int words[1]; /* Multiple integer words for key.
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dccomplete.vim70 " Split item in words, keep empty word after "." or "->".
410 " TODO: add more reserved words
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtexinfo.vim34 "marking words and phrases (chap. 9 in Texinfo manual)
163 "marking words and phrases (chap. 9 in Texinfo manual)
H A Dbtm.vim120 syn keyword btmBuiltInFunc contained words xms year
H A Dgtkrc.vim53 " Enums and engine words
H A Dpython.vim169 " 'False', 'True', and 'None' are also reserved words in Python 3.0
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm549 label. In other words, there is an implicit:
599 In other words, any whitespace immediately surrounding the separator
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbiapts.cpp1112 UnicodeString words = "one two three "; local
1113 rb2->setText(words);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsimula.el205 "virtual" "when" "while") 'words)
210 "long" "name" "real" "short" "text" "value" "ref") 'words)
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsqlanywhere.vim53 " These are typically words that start a line.
H A DGenericIndent.vim295 call DebugGenericIndent(expand("<sfile>").": "."Multiple words in line, checking if last is indent")
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_hist.c705 * fewer words than expected. The cursor location cs
731 s = he->node.nam + he->words[2*n-2];
732 t = he->node.nam + he->words[2*n-1];
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex383 \key{set mark {\it arg\/} {\bf words} away}{M-@}
496 \key{transpose {\bf words}}{M-t}
503 \metax{check spelling of all words in region}{M-x ispell-region}
H A Dpl-refcard.tex496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
680 %\key{transpose {\bf words}}{M-t}
692 %\metax{check spelling of all words in region}{M-x ispell-region}
H A Dsurvival.tex361 \mkey{M-x ispell-region} check spelling of all words in region
/macosx-10.9.5/CPANInternal-140/Class-Std/lib/Class/
H A DStd.pm840 hash: C<< $self->{name} >>. In other words, the name of a hash-based attribute
952 hashes, but now untended by any object. In other words, when an inside-
1981 coerced to a string. In other words, instead of:
2006 coerced to a number. In other words, instead of:
2031 coerced to a boolean value. In other words, instead of:
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm841 hash: C<< $self->{name} >>. In other words, the name of a hash-based attribute
953 hashes, but now untended by any object. In other words, when an inside-
1982 coerced to a string. In other words, instead of:
2007 coerced to a number. In other words, instead of:
2032 coerced to a boolean value. In other words, instead of:
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c2181 u_int16_t words; /*32bit count*/ member in struct:cbit
2213 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) >
2217 clen = ntohs(cbit.words) * sizeof(v);
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm586 label. In other words, there is an implicit:
642 In other words, any whitespace immediately surrounding the separator
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSOM.pm19 Objects from the SOAP::SOM class aren't generally instantiated directly by an application. Rather, they are handed back by the deserialization of a message. In other words, developers will almost never do this:
107 Retrieves the node set of values with deserialized headers from within the Header container. This is different from the earlier header method in that it returns the whole header as a single structure, and this returns the child elements as an array. In other words, the following expressions yield the same data structure:
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm189 In other words: Sub::Exporter installs a C<import> routine which, when called,
583 caller of C<setup_exporter>. In other words, if your package calls
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c686 /* Convert the 6 words into binary data */
688 char *words, unsigned char *bin, const EVP_MD *md)
702 strcpy(buf, words);
771 utils->log(NULL, SASL_LOG_DEBUG, "not enough words (%d)", i);
687 word2bin(const sasl_utils_t *utils, char *words, unsigned char *bin, const EVP_MD *md) argument
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtkpasswd179 if {0==[catch {open /usr/dict/words} file]} {

Completed in 319 milliseconds

<<1112131415