Searched refs:column (Results 226 - 250 of 575) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c47 * Instance styles are created when a style is assigned to an item-column.
894 /* Now handle column justification */
2330 * the item-column(s) and inside the header/borders. */
2525 * the item-column(s) and inside the header/borders. */
3031 TreeItemColumn column, /* Item-column containing the element.
3064 args.create.column = column;
3087 args.config.column = column;
3027 Element_CreateAndConfig( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeElement masterElem, TreeElementType *type, CONST char *name, int objc, Tcl_Obj *CONST objv[] ) argument
3135 Style_CreateElem( TreeCtrl *tree, TreeItem item, TreeItemColumn column, IStyle *style, TreeElement masterElem, int *isNew) argument
3444 TreeItemColumn column; local
3681 TreeItemColumn column; local
3807 TreeItemColumn column; local
4032 Style_SetImageOrText( TreeCtrl *tree, TreeItem item, TreeItemColumn column, IStyle *style, TreeElementType *typePtr, CONST char *optionName, Tcl_Obj **optionNameObj, Tcl_Obj *valueObj ) argument
4108 TreeStyle_SetImage( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeStyle style_, Tcl_Obj *valueObj ) argument
4139 TreeStyle_SetText( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeStyle style_, Tcl_Obj *valueObj ) argument
4177 TreeItemColumn column; local
4385 TreeItemColumn column; member in struct:Iterate
4479 Tree_ElementChangedItself( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeElement elem, int flags, int csM ) argument
4628 TreeStyle_ElementCget( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeStyle style_, Tcl_Obj *elemObj, Tcl_Obj *optionNameObj ) argument
4689 TreeStyle_ElementConfigure( TreeCtrl *tree, TreeItem item, TreeItemColumn column, TreeStyle style_, Tcl_Obj *elemObj, int objc, Tcl_Obj **objv, int *eMask ) argument
6720 TreeItemColumn column; local
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebTextCompletionController.mm91 NSTableColumn *column = [[NSTableColumn alloc] init];
92 [column setWidth:tableFrame.size.width];
93 [column setEditable:NO];
97 [_tableView addTableColumn:column];
98 [column release];
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmake-mode.el175 (defcustom makefile-browser-leftmost-column 10
180 (defcustom makefile-browser-cursor-column 10
185 (defcustom makefile-backslash-column 48
774 `makefile-browser-leftmost-column':
777 `makefile-browser-cursor-column':
1246 (let ((column makefile-backslash-column)
1249 ;; Compute the smallest column number past the ends of all the lines.
1258 (setq column (max column (
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl128 grid $frame -row 0 -column 0 -sticky news
129 grid $separator -row 1 -column 0 -sticky ew
131 grid $buttonbox -row 2 -column 0 -sticky ew
165 grid $w -in $frame -row 0 -column 0 -sticky news
182 set col [lindex [grid size $buttonbox] 0]; # get last column
184 # ensure weighted 0 column
188 grid $w -row 0 -column $col -sticky ew -padx 4
H A Dscrollw.tcl140 grid $widget -in $win -row 1 -column 1 -sticky news
201 grid $sb(bar) -column $sb(col) -row $sb(row) \
242 grid $sb(bar) -column $sb(col) -row $sb(row) \
H A Dpanelframe.tcl125 grid $tframe -row 0 -column 0 -sticky ew
126 #grid $frame -row 1 -column 0 -sticky news
172 grid $w -in $win -row 1 -column 0 -sticky news
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex10 % At the moment this card works quite nicely in 3 column format and
45 % 1 column per page
92 column\if 1\ncolumns\else s\fi\space per page]}
97 % Note that the 1-column format is fontfamily-independent.
98 \if 1\ncolumns %one-column format uses normal size
163 %% in case we never use \columnb (two-column mode)
198 % newcolumn - force a new column. Use sparingly, probably only for
199 % the first column of a page, which should have a title anyway.
361 {\bf Row and column editing}
363 \key{move the current column lef
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duchar.c520 u_getUnicodeProperties(UChar32 c, int32_t column) { argument
521 U_ASSERT(column>=0);
522 if(column>=propsVectorsColumns) {
526 return propsVectors[vecIndex+column];
531 uprv_getMaxValues(int32_t column) { argument
532 switch(column) {
H A Duprops.h224 u_getUnicodeProperties(UChar32 c, int32_t column);
228 * Use the same column numbers as for u_getUnicodeProperties().
235 * For other column numbers, this function will return 0.
240 uprv_getMaxValues(int32_t column);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtkterm230 grid $::sb -column 0 -row 0 -sticky ns
235 grid $term -column 1 -row 0 -sticky nsew
290 $term insert $i.$column $blanks
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtimeentry.itk119 grid $itk_component(iconbutton) -row 0 -column 0 -sticky ns
307 grid $itk_component(watch) -row 0 -column 0
319 grid $itk_component(close) -row 1 -column 0 -sticky ew
H A Dradiobox.itk284 grid configure $itk_component($tag) -column 0 -row $row -sticky nw
293 grid configure $itk_component($tag) -column $col -row 0 -sticky nw
H A Dscrolledwidget.itk8 # is used and the vertical scrollbar is in row 0, column 2 and the
9 # horizontal scrollbar in row 2, column 0.
270 grid $itk_component(vertsb) -row 0 -column 2 -sticky ns
298 grid $itk_component(horizsb) -row 2 -column 0 -sticky ew
H A Dscrolledhtml.itk689 set _stack(column) {}
2059 _push column 0
2154 _pop column
2273 set column [_pop column]
2274 if {$column < 0} {
2275 set column 0
2277 while {[grid slaves $table -row $row -column $column] != ""} {
2278 incr column
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.cpp249 m_currentState.column = parseULEB128(offset);
311 dataLog(" file: ", info.file, " line: ", info.line, " column: ", info.column, " isa: ", info.isa, " ");
325 m_currentState.column = 0;
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_parser.rb102 assert_equal 0, @parser.mark.column
104 col_calls = @handler.marks.map(&:column).zip(@handler.calls.map(&:first))
114 assert_equal 0, @parser.mark.column
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dmlsupport.el99 (defun to-col (column)
100 (indent-to column 0))
148 (defun move-to-comment-column ()
149 (indent-to comment-column))
201 (let ((column (current-indentation)))
203 (indent-to column)))
211 (defun ml-current-column ()
212 (1+ (current-column)))
392 (move-to-column (1- x)))
/macosx-10.10.1/libffi-18.1/powerpc/
H A Dppc-darwin.S326 .byte 0x9f ; DW_CFA_offset, column 0x1f
328 .byte 0x9e ; DW_CFA_offset, column 0x1e
330 .byte 0x9d ; DW_CFA_offset, column 0x1d
332 .byte 0x9c ; DW_CFA_offset, column 0x1c
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin.S326 .byte 0x9f ; DW_CFA_offset, column 0x1f
328 .byte 0x9e ; DW_CFA_offset, column 0x1e
330 .byte 0x9d ; DW_CFA_offset, column 0x1d
332 .byte 0x9c ; DW_CFA_offset, column 0x1c
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin.S326 .byte 0x9f ; DW_CFA_offset, column 0x1f
328 .byte 0x9e ; DW_CFA_offset, column 0x1e
330 .byte 0x9d ; DW_CFA_offset, column 0x1d
332 .byte 0x9c ; DW_CFA_offset, column 0x1c
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/powerpc/
H A Dppc-darwin.S326 .byte 0x9f ; DW_CFA_offset, column 0x1f
328 .byte 0x9e ; DW_CFA_offset, column 0x1e
330 .byte 0x9d ; DW_CFA_offset, column 0x1d
332 .byte 0x9c ; DW_CFA_offset, column 0x1c
/macosx-10.10.1/ruby-106/ruby/test/matrix/
H A Dtest_matrix.rb228 assert_equal(Vector[1, 4], @m1.column(0))
229 assert_equal(Vector[2, 5], @m1.column(1))
230 assert_equal(Vector[3, 6], @m1.column(2))
231 a = []; @m1.column(0) {|x| a << x }
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl66 set column 0
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dcursors.tcl170 grid $w -row $r -column $c -sticky nswe
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm95 resulting objects with. By default this is the Essential column group
104 This will extend your 'WHERE' clause by adding a 'AND $column = ?' (or
105 whatever $match is, isntead of "=") for each column passed. If you have

Completed in 427 milliseconds

1234567891011>>