Searched +refs:array +refs:move +refs:one +refs:row (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim175 " one implementation would require many additional arguments
599 " In all properly managed projects it should be one item list, even if it
629 " As in GetClassName we can manage only one element if it exists
635 " And only one class location
1030 \ 'aggregate_info(': 'object object | array',
1031 \ 'aggregate_methods_by_list(': 'object object, string class_name, array methods_list [, bool exclude] | void',
1034 \ 'aggregate_properties_by_list(': 'object object, string class_name, array properties_list [, bool exclude] | void',
1039 \ 'apache_get_modules(': 'void | array',
1043 \ 'apache_request_headers(': 'void | array',
1045 \ 'apache_response_headers(': 'void | array',
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqr.vim12 " as one open string, not one terminated and one open)
84 syn keyword sqrCommand add array-add array-divide array-multiply
85 syn keyword sqrCommand array-subtract ask break call clear-array
87 syn keyword sqrCommand create-array create-color-palette date-time
92 syn keyword sqrCommand lowercase mbtosbs money-symbol move
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm676 # we pass. Used by copy() and move().
721 sub move { subroutine
723 $class->_carp("move() is deprecated. If you really need it, "
725 return $old_obj->_croak("Can't move to an unrelated class")
791 if (0 and $rows != 1) { # should always only update one row
792 $self->_croak("Can't update $self: row not found") if $rows == 0;
793 $self->_croak("Can't update $self: updated more than one row");
835 # just one
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex171 reason that $7$ times $6$ is $42$. However, $42$ has two digits of precision as opposed to one digit we started with.
276 The algorithms that are presented will always include at least one ``pseudo-code'' description followed
286 the integer $x \equiv \sum_{i=0}^{n-1} x_i\beta^i$. The elements of the array $x$ are said to be the radix $\beta$ digits
318 For the purposes of this text $x_j$ will refer to the $j$'th digit of a single precision array and $\hat x_j$ will refer to
319 the $j$'th digit of a double precision array. Whenever an expression is to be assigned to a double precision
334 distinction is important as scalars are often used as array indicies and various other counters.
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
464 LibTomMath was chosen as the case study of this text not only because the author of both projects is one and the same but
532 before implementing a modular exponentiation algorithm one would implement a modular reduction algorithm.
556 the source code. For example, one da
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el57 ;; above mentioned modes and write a sqlx-mode on top of this one. If
385 specified, its VALUE is treated as nil. FEATURE must be one of the
466 saved from one Emacs session to the next. If this variable is set,
483 one command. Multi-line commands are split into several commands when
924 "Compile-time generation of regexp matching any one of KEYWORDS."
1010 "array" "binary" "bit" "blob" "boolean" "char" "character" "clob"
1013 "real" "ref" "row" "scope" "smallint" "time" "timestamp" "varchar"
1068 "archivelog" "array" "as" "asc" "associate" "at" "attribute"
1107 "mode" "modify" "monitoring" "month" "mount" "move" "movement" "name"
1132 "rollback" "rollup" "row" "rowdependencie
[all...]

Completed in 110 milliseconds