Searched refs:words (Results 276 - 300 of 367) sorted by relevance

<<1112131415

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dada.vim44 " There are 72 reserved words in total in Ada2005. Some keywords are
H A Dmush.vim86 syntax keyword mushFunction contained vunit wait where width wipe wordpos words
H A Dsas.vim7 " Added words to cases that didn't fit anywhere.
H A Dsisu.vim103 "single words bold italicise etc. "workon
H A Dnasm.vim71 " Labels can be dereferenced with '$' to destinguish them from reserved words
H A Dtcl.vim120 " These words are dual purpose.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DBase.pm141 deferrable. In other words, the user may request that the constraint be ignored
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DRR.pm906 words, you can rest assured that the above sorting function will only
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DString.pm569 string content. In other words, a directive like:
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DString.pm569 string content. In other words, a directive like:
/macosx-10.9.5/bash-92/bash-3.2/
H A Dprint_cmd.c406 /* A function to print the words of a simple command when set -x is on. */
781 /* A function to print the words of an arithmetic command when set -x is on. */
800 command_print_word_list (simple_command->words, " ");
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dtcl.h1124 int words[1]; /* Multiple integer words for key. The actual member in union:Tcl_HashEntry::__anon12707
1997 * words after substitution is complete.
2046 int numWords; /* Total number of words in command. May be
2049 * words of the command. Initially points to
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dtcl.h1180 int words[1]; /* Multiple integer words for key.
2154 int numWords; /* Total number of words in command. May
2157 * the words of the command. Initially
1177 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon12788
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dexec.c2302 /* These describe the type of expansions that need to be done on the words
3804 char **words = spacesplit(buf, 0, 1, 0); local
3806 while (*words) {
3808 shtokenize(*words);
3809 addlinknode(ret, *words++);
H A Dhashtable.c997 /* hash table containing the reserved words */
1002 /* Build the hash table containing zsh's reserved words. */
1332 zfree(he->words, he->nwords*2*sizeof(short));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js13716 var words = [];
13719 words.unshift(session.getTextRange(range));
13723 words.unshift(words.pop());
13725 words.push(words.shift());
13730 session.replace(range, words[i]);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_init.c2016 char *val, **values, **words, *c; local
2035 /* Isolate how many words there are */
2044 words = (char **)ch_malloc( count * sizeof(char *) );
2047 words[i] = c;
2051 /* Work through the asserted value's words, to see if at least some
2052 * of the words are there, in the same order. */
2062 /* Single letter words need to at least match one word's initial */
2064 if( !strncasecmp( assertv->bv_val + nextchunk, words[i], 1 )) {
2075 /* See if this phonetic chunk is in the remaining words of *value */
2095 /* If some of the words wer
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el2335 single words, but you can say: I *really* *mean* *this*.
3862 between words."
7012 (let* ((words (org-split-string string "[ \t\n]+"))
7013 (maxword (apply 'max (mapcar 'org-string-width words)))
7016 (org-do-wrap words (max maxword width)))
7019 (setq ll (org-do-wrap words maxword))
7022 (setq ll words)
7025 (setq ll (org-do-wrap words w)))
7030 (defun org-do-wrap (words width)
7033 (while words
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex507 Variable names are single digits or whole words.
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el2021 (while (re-search-forward (regexp-opt keywords 'words) nil t)
2031 (while (re-search-forward (regexp-opt rcirc-bright-nicks 'words) nil t)
2480 ;; When using M-x flyspell-mode, only check words after the prompt
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPInt.cpp97 // Calculate the number of words to copy
98 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local
99 // Copy the words from bigVal to pVal
100 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE);
135 // assume case where both are single words is already handled
208 /// In other words, if y > x then this function returns 1, otherwise 0.
298 // Split x into high and low words
536 // Otherwise, compare all words
766 /// non-overlapping, of Words words, by Shift, which must be less than 64.
894 // extract the high 52 bits from the correct words i
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim424 call append("$", "spellfile\tfile that \"zg\" adds good words to")
842 call append("$", "cinwords\tlist of words that cause more C-indent")
1258 call append("$", "sessionoptions\tlist of words that specifies what to put in a session file")
1260 call append("$", "viewoptions\tlist of words that specifies what to save for :mkview")
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dparameter.c1069 h = he->node.nam + he->words[iw * 2];
1070 e = he->node.nam + he->words[iw * 2 + 1];
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c244 /* without -n, the words of the current line are assigned to the given
2796 * get the words we have to expand. */
3391 /* And add the resulting words. */
3629 * (from a parameter or a list of words). */
3710 * get the words we have to expand. */
3736 /* And add the resulting words as matches. */
3766 h = he->node.nam + he->words[iwords*2];
3767 e = he->node.nam + he->words[iwords*2+1];
3800 /* Add reserved words */
3892 /* So we restrict the words
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm2252 offset string ("+0630"), or the words "floating" or "local". See the
3672 In other, words the "yyyyy" pattern will format year -1234 as "-1234", not
3827 locale. In other words, this is equivalent to either "h{1,2}" or
3846 The millisecond of the day, based on the current time. In other words,

Completed in 692 milliseconds

<<1112131415