Searched +refs:term +refs:extract +refs:string (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el142 ;; :type '(repeat string)
185 ;; (if (not (string= "" sql-server))
187 ;; (if (not (string= "" sql-database))
189 ;; (if (not (string= "" sql-password))
191 ;; (if (not (string= "" sql-user))
221 ;; Harald Maier <maierh@myself.com> -- sql-send-string
239 (defvar font-lock-string-face)
252 :type 'string
260 :type 'string
265 :type 'string
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
144 syn keyword ProgressOperator error-row event-t[ype] event[s] exclusive-id execute exp expand extended extent external extract fetch-selected-row fgc[olor] file file-name file-off[set] file-type
149 syn keyword ProgressOperator get-string get-tab-item get-text-height get-text-height-char[s] get-text-height-pixe[ls] get-text-width get-text-width-c[hars] get-text-width-pixel[s] get-unsigned-short
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert-b[acktab] insert-file insert-row insert-string insert-t[ab] int[eger] internal-entries is-lead-byte
168 syn keyword ProgressOperator publish put-double put-float put-long put-short put-string put-unsigned-short query-off-end question radio-buttons radio-set random raw raw-transfer read-file read-only
177 syn keyword ProgressOperator stored-proc[edure] string sub-ave[rage] sub-count sub-max[imum] sub-me[nu] sub-menu-help sub-min[imum] sub-total subscribe subst[itute] substr[ing] subtype sum super suppress-warning[s]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex291 The term ``mp\_int'' shall refer to a composite structure which contains the digits of the integer it represents, as well
296 member named ``item'' of the variable. For example, a string of characters may have a member ``length'' which would
297 evaluate to the number of characters in the string. If the string $a$ equals ``hello'' then it follows that
1808 subtraction is used instead. Note the use of the $\gamma$ variable to extract the carry (\textit{also known as the borrow}) within the subtraction
1809 loops. Under the assumption that two's complement single precision arithmetic is used this will successfully extract the desired carry.
1818 is needed is a single zero or one bit for the carry. Therefore a single logical shift right by $\gamma - 1$ positions is sufficient to extract the
1842 extraction requires two relatively cheap operations to extract the carry. The other method is to simply shift the
2318 variable is used to extract the upper $d$ bits to form the carry for the next iteration.
2337 extract th
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim618 call netrw#ErrorMsg(s:ERROR,"Unbalanced string in filename '". wholechoice ."'",3)
727 " Construct execution string (four lines) which will be passed through filter
848 " Construct execution string (four lines) which will be passed through filter
1031 call netrw#ErrorMsg(s:ERROR,"Unbalanced string in filename '". wholechoice ."'",13)
1130 " Construct execution string (three or more lines) which will be passed through filter
1215 " Construct execution string (four lines) which will be passed through filter
2193 " be unreliable for long-term storage
2236 call setline(1,"let g:netrw_bookmarklist= ".string(g:netrw_bookmarklist))
2249 " g:netrw_list_cmd has a string, USEPORT HOSTNAME, that needs to be substituted
2374 " On the Amiga, the empty string connote
[all...]

Completed in 212 milliseconds