Searched refs:column (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DExpressionRangeInfo.h34 // Line and column values are encoded in 1 of 3 modes depending on the size
37 // 1. FatLine: 22-bit line, 8-bit column.
38 // 2. FatColumn: 8-bit line, 22-bit column.
39 // 3. FatLineAndColumn: 32-bit line, 32-bit column.
41 // For the first 2 modes, the line and column will be encoded in the 30-bit
44 // holds the FatPosition records with the full 32-bit line and column values.
54 uint32_t column; member in struct:JSC::ExpressionRangeInfo::FatPosition
75 void encodeFatLineMode(unsigned line, unsigned column) argument
78 ASSERT(column <= MaxFatLineModeColumn);
79 position = ((line & FatLineModeLineMask) << FatLineModeLineShift | (column
82 encodeFatColumnMode(unsigned line, unsigned column) argument
89 decodeFatLineMode(unsigned& line, unsigned& column) argument
95 decodeFatColumnMode(unsigned& line, unsigned& column) argument
[all...]
/macosx-10.10.1/text_cmds-88/expand/
H A Dexpand.c71 int c, column; local
112 column = 0;
119 column++;
120 } while (column & 07);
126 column++;
127 } while (((column - 1) % tabstops[0]) != (tabstops[0] - 1));
131 if (tabstops[n] > column)
135 column++;
138 while (column < tabstops[n]) {
140 column
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c27 * column in a TreeCtrl.
95 int id; /* unique column identifier */
434 * column description into a pointer to a Column.
499 * Tcl_Obj containing the string representation of the column.
558 * A column description must refer to a single column.
562 "column",
573 * A column description must refer to a single column.
578 "column",
644 TreeColumn column = clientData; local
807 TreeColumn column = *first; local
835 ColumnHasTag( TreeColumn column, Tk_Uid tag ) argument
1138 TreeColumn column = NULL; local
1266 TreeColumn column = TreeColumnList_Nth(columns, i); local
1622 TreeColumn column, column2 = NULL; local
1681 TreeColumn column; local
1760 TreeColumn column = tree->columns; local
1881 TreeColumn column, prev, next, last; local
2049 Column_Config( TreeColumn column, int objc, Tcl_Obj *CONST objv[], int createFlag ) argument
2345 TreeColumn column; local
2433 TreeColumn_SetDInfo( TreeColumn column, TreeColumnDInfo dInfo ) argument
2585 Column_UpdateTextLayout( TreeColumn column, int width ) argument
2653 Column_GetArrowSize( TreeColumn column, int *widthPtr, int *heightPtr ) argument
2749 Column_DoLayout( TreeColumn column, struct Layout *layout ) argument
3444 TreeColumn_BackgroundGC( TreeColumn column, int index ) argument
3502 TreeColumn_StyleDeleted( TreeColumn column, TreeStyle style ) argument
3641 TreeColumn column; local
3818 TreeColumn column; local
3852 TreeColumn column; local
3936 TreeColumn column, last = tree->columnLast; local
4224 TreeColumn column = tree->columns; local
4304 TreeColumn column; local
4325 TreeColumn column; local
4395 Column_DrawArrow( TreeColumn column, TreeDrawable td, int x, int y, struct Layout layout ) argument
4517 Column_Draw( TreeColumn column, TreeDrawable td, int x, int y, int visIndex, int dragImage ) argument
4720 TreeColumn column = tree->columnDrag.indColumn; local
4765 TreeColumn column = tree->columnLockLeft; local
4802 TreeColumn column = tree->columnLockRight; local
4856 TreeColumn column = tree->columns; local
5106 TreeColumn column; local
5146 TreeColumn column; local
5182 TreeColumn_Bbox( TreeColumn column, int *x, int *y, int *w, int *h ) argument
5251 TreeColumn column = tree->columns; local
5341 TreeColumn column; local
5613 TreeColumn column = tree->columnLockLeft; local
5660 TreeColumn column = tree->columnLockRight; local
5700 TreeColumn column; local
5738 TreeColumn column = tree->columns; local
[all...]
/macosx-10.10.1/text_cmds-88/colrm/
H A Dcolrm.c68 u_long column, start, stop; local
88 errx(1, "illegal column -- %s", argv[1]);
93 errx(1, "illegal column -- %s", argv[0]);
104 for (column = 0;;) {
110 if (column)
111 --column;
114 column = 0;
117 column = (column + TAB) & ~(TAB - 1);
121 column
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DAttribute.pm5 Class::DBI::Attribute - A value in a column.
9 my $column = Class::DBI::Attribute->new($column => $value);
13 This stores the row-value of a certain column in an object.
24 __PACKAGE__->mk_accessors(qw/column current_value known/);
33 column => $col, current_value => $val, known => 1,
H A DColumn.pm5 Class::DBI::Column - A column in a table
9 my $column = Class::DBI::Column->new($name);
11 my $name = $column->name;
13 my @groups = $column->groups;
16 if ($column->in_database) { ... }
42 my $column = Class::DBI::Column->new($column)
44 A new object for this column.
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyJavaScriptProfileView.css34 .profile-view .data-grid th.average-column {
38 .profile-view .data-grid td.average-column {
42 .profile-view .data-grid th.self-column {
46 .profile-view .data-grid td.self-column {
50 .profile-view .data-grid th.total-column {
54 .profile-view .data-grid td.total-column {
58 .profile-view .data-grid .calls-column {
H A DDOMStorageContentView.css34 .content-view.dom-storage > .data-grid tr.duplicate-key td.key-column,
35 .content-view.dom-storage > .data-grid tr.missing-key td.key-column,
36 .content-view.dom-storage > .data-grid tr.missing-value td.value-column {
40 .content-view.dom-storage > .data-grid:focus tr.selected.duplicate-key td.key-column,
41 .content-view.dom-storage > .data-grid:focus tr.selected.missing-key td.key-column,
42 .content-view.dom-storage > .data-grid:focus tr.selected.missing-value td.value-column {
H A DContentBrowser.css28 -webkit-flex-direction: column;
H A DConsoleMessage.js31 WebInspector.ConsoleMessage = function(source, level, url, line, column, repeatCount)
37 this.column = column || 0;
62 WebInspector.ConsoleMessage.create = function(source, level, message, type, url, line, column, repeatCount, parameters, stackTrace, request)
64 return new WebInspector.ConsoleMessageImpl(source, level, message, null, type, url, line, column, repeatCount, parameters, stackTrace, request);
H A DDOMTreeDataGrid.css32 .dom-tree-data-grid .name-column .icon {
H A DOverviewTimelineView.css51 .timeline-view.overview > .data-grid td.graph-column {
55 .timeline-view.overview > .data-grid td.graph-column > div {
60 .timeline-view.overview > .data-grid td.graph-column .timeline-record-bar {
64 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
68 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
72 .timeline-view.overview > .data-grid:focus tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
76 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
80 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
84 .timeline-view.overview > .data-grid:focus tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DRecognitionException.cpp18 , column(-1)
25 , column(-1)
35 , column(column_) function in namespace:antlr
53 if ( column != -1 )
54 fileLineColumnString = fileLineColumnString + ":" + column;
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DBreakpoint.h41 , column(0)
46 Breakpoint(SourceID sourceID, unsigned line, unsigned column, String condition, bool autoContinue) argument
50 , column(column)
60 , column(other.column)
69 unsigned column; member in struct:JSC::Breakpoint
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DLexerSharedInputState.hpp33 : column(1)
48 : column(1)
64 : column(1)
82 column = 1;
101 column = 1;
111 * @param column_ column number to be set
116 column = column_;
125 int column;
H A DRecognitionException.hpp25 int line, int column ); member in class:antlr::RecognitionException
44 * @return the column number that this exception happened on.
48 return column;
51 /// Return complete error message with line/column number info (if present)
54 /// See what file/line/column info is present and return it as a string
59 int column; // not used by treeparsers member in class:antlr::RecognitionException
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagedialog.itk123 grid $itk_component(image) -row 0 -column 0
124 grid $itk_component(message) -row 1 -column 0
127 grid $itk_component(message) -row 0 -column 0
128 grid $itk_component(image) -row 1 -column 0
131 grid $itk_component(message) -row 0 -column 0
132 grid $itk_component(image) -row 0 -column 1
135 grid $itk_component(image) -row 0 -column 0
136 grid $itk_component(message) -row 0 -column 1
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_scroll_test.tcl10 grid .t -row 0 -column 1
11 grid .x -column 1 -sticky we
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DActor.pm19 my ($class, $column) = @_;
20 return "set_" . $column->name;
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl221 # Return 1 if the given column should be resized by the left edge.
225 # column The column.
227 proc ::TreeCtrl::ColumnCanResizeLeft {w column} {
228 if {[$w column cget $column -lock] eq "right"} {
229 if {[$w column compare $column == "first visible lock right"]} {
232 if {[$w column compare $column
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberDocument.m118 id column = nil;
121 // NSTableColumn in an NSDictionary and use the column identifier as the
123 // and 2) allows us to easily look up the table column when it comes time to
141 // No, remove the table column.
142 column = [ table tableColumnWithIdentifier: kTableColumnIDString ];
143 [ invisibleTableColumns setObject: column forKey: kTableColumnIDString ];
144 [ table removeTableColumn: column ];
152 // No, remove the table column.
153 column = [ table tableColumnWithIdentifier: kTableColumnDescriptionString ];
154 [ invisibleTableColumns setObject: column forKe
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl30 $T column create -text Delete -textpadx $pad -justify center -tags delete
31 $T column create -text Bounce -textpadx $pad -justify center -tags bounce
32 $T column create -text Status -width 80 -textpadx $pad -tags status
33 $T column create -text Size -width 40 -textpadx $pad -justify right -tags size
34 $T column create -text From -width 140 -textpadx $pad -tags from
35 $T column create -text Subject -width 240 -textpadx $pad -tags subject
36 $T column create -text Received -textpadx $pad -arrow up -tags received
37 $T column create -text Attachments -textpadx $pad -tags attachments
133 if {[%T column compare %C == $SortColumn]} {
134 if {[%T column cge
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtabify.el47 column)
49 (setq column (current-column))
51 (indent-to column))))))
62 when this can be done without changing the column they end at.
70 ;; since otherwise it will throw off current-column.
79 (let ((end-col (current-column))
82 (current-column))))
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dmakedocset.c224 int column, /* Current column */ local
225 lines[3], /* Number of lines in each column */
226 min_column, /* Smallest column */
274 * lines in each column...
277 for (column = 0; column < 3; column ++)
279 columns[column] = cupsArrayNew((cups_array_func_t)compare_sections, NULL);
280 lines[column]
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dsyntax_error.rb6 attr_reader :file, :line, :column, :offset, :problem, :context
11 message = "(%s): %s at line %d column %d" % [filename, err, line, col]
15 @column = col

Completed in 217 milliseconds

1234567891011>>