Searched refs:column (Results 151 - 175 of 575) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A Dtdp.h104 unsigned int column, unsigned int width, unsigned int closeLine,
107 unsigned int column, unsigned int width, unsigned int closeLine,
H A Ddom.c186 unsigned int column,
193 nodePtr->startColumn = column;
201 unsigned int column,
208 nodePtr->endColumn = column;
184 Tdp_SetStartLocation(Tdp_Node node, unsigned int line, unsigned int column, unsigned int width, unsigned int endLine, unsigned int endColumn) argument
199 Tdp_SetEndLocation(Tdp_Node node, unsigned int line, unsigned int column, unsigned int width, unsigned int endLine, unsigned int endColumn) argument
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbitmaps.tcl22 $T column create -itembackground {gray90 {}} -tags C0
51 $T column configure C0 -itemstyle $S
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dlabelframe.tcl43 grid $w.f -row 0 -column 0 -pady 2m -padx 2m
69 grid $w.f2 -row 0 -column 1 -pady 2m -padx 2m
H A Dmenubu.tcl27 grid $w.body.below -row 0 -column 1 -sticky n
37 grid $w.body.right -row 1 -column 0 -sticky w
38 grid $w.body.center -row 1 -column 1 -sticky news
39 grid $w.body.left -row 1 -column 2 -sticky e
44 grid $w.body.above -row 2 -column 1 -sticky s
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dtreeview.test54 } -returnCodes 1 -result "Invalid column index d"
302 } -returnCodes 1 -result "Display column #0 cannot be set"
317 list [.tv column #1 -id] [.tv column #2 -id] [.tv column #3 -id]
320 test treeview-5.10 "cannot set column -id" -body {
321 .tv column #1 -id X
487 # get list of column IDs from list of display column ids.
493 lappend result [$tv column
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl663 grid $w.prgtitle -row 0 -column 0 -sticky e
664 grid $w.enctitle -row 1 -column 0 -sticky e
665 grid $w.prgname -row 0 -column 1 -sticky we -pady 4 -padx 2 -columnspan 2
666 grid $w.browse -row 0 -column 3 -sticky w -pady 4 -padx 4
667 grid $w.encname -row 1 -column 1 -sticky we -pady 4 -padx 2
668 grid $w.rbf -row 1 -column 2 -sticky w -padx 2
672 grid $w.local -row 2 -column 1 -sticky w -padx 4 -pady 4
734 grid $w.prgtitle -row 0 -column 0 -sticky w
735 grid $w.prgname -row 0 -column 1 -sticky we -pady 4
839 grid $w.lv_l -row 0 -column
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/
H A DMakefile.PL24 the value for the 'title' column will be stored internally in
35 0.91 - on_setting() trigger point replaced by new individual column
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.h55 // line and column are in base 0 e.g. the first line is line 0.
57 int column() const { return m_position.m_column.zeroBasedInt(); } function in class:JSC::DebuggerCallFrame
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DConsoleMessage.h55 ConsoleMessage(MessageSource, MessageType, MessageLevel, const String& message, const String& url, unsigned line, unsigned column, JSC::ExecState* = nullptr, unsigned long requestIdentifier = 0);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCDwarf.h81 // Column - the column position.
101 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, argument
103 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
135 void setColumn(unsigned column) { Column = column; } argument
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_hash.c187 * (e.g., from Caps.filtered) computes the hash-value of a specified column and
243 int column = 0; local
255 /* The first argument is the column-number (starting with 0).
259 || (column = atoi(argv[1])) <= 0
260 || (column >= MAX_COLUMNS)
265 fprintf(stderr, "usage: make_hash column root_name bigstring\n");
280 name_table[n].nte_name = strdup(list[column]);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dradio3.rb31 msg.grid(:row=>0, :column=>0, :columnspan=>3, :sticky=>'nsew')
62 TkGrid(frame, :row=>3, :column=>0, :columnspan=>3, :sticky=>'nsew')
72 f_left .grid('column'=>0, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c', 'rowspan'=>2)
73 f_mid .grid('column'=>1, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c', 'rowspan'=>2)
74 f_right.grid('column'=>2, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c')
78 grid('column'=>2, 'row'=>2, 'pady'=>'.5c', 'padx'=>'.5c')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dradio3.rb33 msg.grid(:row=>0, :column=>0, :columnspan=>3, :sticky=>'nsew')
64 TkGrid(frame, :row=>3, :column=>0, :columnspan=>3, :sticky=>'nsew')
74 f_left .grid('column'=>0, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c', 'rowspan'=>2)
75 f_mid .grid('column'=>1, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c', 'rowspan'=>2)
76 f_right.grid('column'=>2, 'row'=>1, 'pady'=>'.5c', 'padx'=>'.5c')
80 grid('column'=>2, 'row'=>2, 'pady'=>'.5c', 'padx'=>'.5c')
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dentryfield.itk256 grid $itk_component(efchildsite) -row 0 -column 0 -sticky ew
257 grid $itk_component(entry) -row 1 -column 0 -sticky nsew
266 grid $itk_component(efchildsite) -row 0 -column 1 -sticky ns
267 grid $itk_component(entry) -row 0 -column 0 -sticky nsew
276 grid $itk_component(efchildsite) -row 1 -column 0 -sticky ew
277 grid $itk_component(entry) -row 0 -column 0 -sticky nsew
286 grid $itk_component(efchildsite) -row 0 -column 0 -sticky ns
287 grid $itk_component(entry) -row 0 -column 1 -sticky nsew
H A Dfeedback.itk135 grid $itk_component(trough) -row 1 -column 0 -sticky sew -padx 2 -pady 2
136 grid $itk_component(percentage) -row 2 -column 0 -sticky nsew -padx 2 -pady 2
H A Dcanvasprintbox.itk470 grid $itk_component(canvasframe) -row 0 -column 0 -rowspan 4 -sticky nsew
471 grid $itk_component(propsframe) -row 0 -column 1 -sticky nsew
472 grid $itk_component(outputom) -row 1 -column 1 -sticky nsew
473 grid $itk_component(orientom) -row 2 -column 1 -sticky nsew
477 grid $itk_component(printerrb) -row 0 -column 0 -sticky nsw
478 grid $itk_component(printeref) -row 0 -column 1 -sticky nsw
479 grid $itk_component(filerb) -row 1 -column 0 -sticky nsw
480 grid $itk_component(fileef) -row 1 -column 1 -sticky nsw
484 grid $itk_component(paperom) -row 0 -column 0 -columnspan 2 -sticky nsw
485 grid $itk_component(stretchcb) -row 1 -column
[all...]
H A Dfinddialog.itk148 grid $itk_component(pattern) -row 0 -column 0 \
150 grid $itk_component(all) -row 1 -column 0
151 grid $itk_component(case) -row 1 -column 1
152 grid $itk_component(regexp) -row 1 -column 2
153 grid $itk_component(backwards) -row 1 -column 3
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.h67 * fill-column: 78
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A DradioMatrix.tcl204 grid $win.buttons.cb$index -row $rowNum -column $i
247 grid $win.buttons.cb$index -row $i -column $colNum
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dexplorer.rb100 # column 1: text
105 # column 2: text
110 # column 3: text
204 {:column=>c, :dictionary=>true})
208 {:column=>c, :dictionary=>true})
214 {:column=>c, :integer=>true},
215 {:column=>'name', :dictionary=>true})
221 {:column=>c, :dictionary=>true},
222 {:column=>'name', :dictionary=>true})
228 {:column
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl60 grid $w.oc -columnspan 4 -row 2 -column 0 -sticky ew -columnspan 4
129 grid $w.$x.list -row 0 -column 0 -sticky nesw
130 grid $w.$x.scrolly -row 0 -column 1 -sticky ns
131 grid $w.$x.scrollx -row 1 -column 0 -sticky ew
159 grid $w.heading1 -row 0 -column 0 -sticky ew -padx {3 0} -pady 3
160 grid $w.heading2 -row 0 -column 2 -sticky ew -padx {0 3} -pady 3
161 grid $w.list1 -row 1 -column 0 -sticky nesw -padx {3 0}
162 grid $w.lr -row 1 -column 1 -padx 7
163 grid $w.list2 -row 1 -column 2 -sticky nesw -padx {0 3}
165 grid $w.ud -row 1 -column
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpascal.vim42 " Line 0 always goes at column 0
58 " Compiler directives should always go in column zero.
64 " go on column 0. Make sure that the ^\s* is followed by \( to make
73 " These items may have text after them, and go on column 0 (in most
82 " goes in column 0
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharScanner.hpp153 inputState->column++;
297 /// Get the column the scanner currently is in (starts at 1)
300 return inputState->column;
302 /// set the column number
305 inputState->column = c;
343 inputState->tokenStartColumn = inputState->column;
358 inputState->column = 1;
361 /** Advance the current column number by an appropriate amount according
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c94 apr_dbd_column_t *column; local
127 column = apr_palloc(pool, sizeof(apr_dbd_column_t));
128 row->columns[i] = column;
129 /* copy column name once only */
134 column->name = (*results)->col_names[i];
135 column->size = sqlite3_column_bytes(stmt, i);
136 column->type = sqlite3_column_type(stmt, i);
137 column->value = NULL;
138 switch (column->type) {
144 column
244 apr_dbd_column_t *column; local
[all...]

Completed in 372 milliseconds

1234567891011>>