Home | History | Annotate | Download | only in static

Lines Matching refs:column

539      *     the sort column key is within, or 'none' if the sort column
550 * For a particular ImagePair, return the value of the column we are
554 * @param imagePair: imagePair to get a column value out of.
574 * @param imagePair: imagePair to get a column value out of.
845 * Returns a single "column slice" of a 2D array.
855 * @param column (numeric): index within each row array
857 $scope.columnSliceOf2DArray = function(array, column) {
861 slice.push(array[row][column]);