Searched refs:weight (Results 151 - 175 of 418) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl886 grid rowconfigure .helppopup 0 -weight 1
887 grid rowconfigure .helppopup 1 -weight 0
888 grid columnconfigure .helppopup 0 -weight 1
889 grid columnconfigure .helppopup 1 -weight 0
1134 set tkgetdir::font {-family lucida -size 14 -weight bold}
1643 grid rowconfigure .warnings 0 -weight 0
1644 grid rowconfigure .warnings 1 -weight 1
1645 grid rowconfigure .warnings 2 -weight 0
1646 grid rowconfigure .warnings 3 -weight 0
1647 grid columnconfigure .warnings 0 -weight
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl873 grid rowconfigure .helppopup 0 -weight 1
874 grid rowconfigure .helppopup 1 -weight 0
875 grid columnconfigure .helppopup 0 -weight 1
876 grid columnconfigure .helppopup 1 -weight 0
1121 set tkgetdir::font {-family lucida -size 14 -weight bold}
1630 grid rowconfigure .warnings 0 -weight 0
1631 grid rowconfigure .warnings 1 -weight 1
1632 grid rowconfigure .warnings 2 -weight 0
1633 grid rowconfigure .warnings 3 -weight 0
1634 grid columnconfigure .warnings 0 -weight
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileInfoLoaderPass.cpp135 double weight = ECs[ReadCount++]; local
136 if (weight != ProfileInfoLoader::Uncounted) {
141 EdgeInformation[getFunction(e)][e] += (double)weight;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dmclist.rb50 grid_columnconfigure(0, :weight=>1)
68 container.grid_columnconfigure(0, :weight=>1)
69 container.grid_rowconfigure(0, :weight=>1)
H A Dtree.rb51 grid_columnconfigure(0, :weight=>1)
118 container.grid_columnconfigure(0, :weight=>1)
119 container.grid_rowconfigure(0, :weight=>1)
H A Dwidget560 f.grid_columnconfig(1, :weight=>1)
561 f.grid_rowconfig(100, :weight=>1)
570 base.grid_columnconfig(0, :weight=>1)
571 base.grid_rowconfig(0, :weight=>1)
828 TkGrid.rowconfigure(f, 0, 'weight'=>1, 'minsize'=>0)
829 TkGrid.columnconfigure(f, 0, 'weight'=>1, 'minsize'=>0)
876 tf.grid_rowconfigure(0, :weight=>1)
877 tf.grid_columnconfigure(0, :weight=>1)
910 bf.grid_columnconfigure(1, :weight=>1)
914 $code_window.grid_columnconfigure(0, :weight
[all...]
H A Dlabelframe.rb95 TkGrid.columnconfigure(w, [0,1], :weight=>1)
H A Dunicodeout.rb70 grid_columnconfig(1, :weight=>1)
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dbgerror.tcl193 grid rowconfigure $dlg.top 1 -weight 1
194 grid columnconfigure $dlg.top 1 -weight 1
203 grid columnconfigure $dlg.bot $i -weight 1
H A Dmsgbox.tcl345 grid columnconfigure $w.top 1 -weight 1
348 grid rowconfigure $w.top 1 -weight 1
350 grid rowconfigure $w.top 0 -weight 1
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dbgerror.tcl213 grid rowconfigure .bgerrorDialog.top 1 -weight 1
214 grid columnconfigure .bgerrorDialog.top 1 -weight 1
230 grid columnconfigure .bgerrorDialog.bot $i -weight 1
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DStackSlotColoring.cpp125 // their weight.
128 return LHS->weight > RHS->weight;
157 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);
165 /// to a sorted (by weight) list.
189 // Sort them by weight.
271 SlotWeights[NewSS] += li->weight;
280 li->weight = SlotWeights[SS];
282 // Sort them by new weight.
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/ICONS/
H A DviewIcons.rb77 base.grid_columnconfigure(0, :weight=>1)
78 base.grid_columnconfigure(1, :weight=>0)
79 base.grid_rowconfigure(0, :weight=>1)
80 base.grid_rowconfigure(1, :weight=>0)
159 @boldfont = TkFont.new(@font, :weight=>:bold)
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl34 # give the entry weight, as we want it to be the one that expands
35 $sbar add $w -weight 1
168 grid columnconfigure $path 0 -weight 1
254 -weight 0 \
285 grid columnconfigure $sbar $cols -weight $opts(-weight)
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkPanedwindow.c37 * If reqSize == 0, use 0 for the weight as well. This ensures that
39 * their nominal -weight.
99 int weight; /* Pane -weight, for resizing */ member in struct:__anon13338
103 {TK_OPTION_INT, "-weight", "weight", "Weight", "0",
104 -1,Tk_Offset(Pane,weight), 0,0,GEOMETRY_CHANGED },
159 if (pane->weight < 0) {
160 Tcl_AppendResult(interp, "-weight must be nonnegative", NULL);
293 * to pane->weight
343 int weight = pane->weight * (pane->reqSize != 0); local
[all...]
/macosx-10.10.1/ruby-106/ruby/doc/rake/
H A Djamis.rb40 font-weight: bold;
52 font-weight: bold;
68 font-weight: bold;
109 font-weight: bold;
156 font-weight: bold;
165 font-weight: bold;
479 .ruby-constant { color: #4433aa; font-weight: bold; }
482 .ruby-keyword { color: #3333FF; font-weight: bold }
487 .kw { color: #3333FF; font-weight: bold }
522 font-weight
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl236 grid rowconfigure . 0 -weight 0
237 grid rowconfigure . 1 -weight 1
239 grid columnconfigure . 0 -weight 0
240 grid columnconfigure . 1 -weight 0
241 grid columnconfigure . 2 -weight 0
242 grid columnconfigure . 3 -weight 0
243 grid columnconfigure . 8 -weight 1
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dwidget44 font create boldFont {*}[font configure TkDefaultFont] -weight bold
45 font create titleFont {*}[font configure TkDefaultFont] -weight bold
54 font create boldFont -family Helvetica -size 12 -weight bold
55 font create titleFont -family Helvetica -size 18 -weight bold
445 grid columnconfigure $w 0 -weight 1
501 grid columnconfig $f 1 -weight 1
502 grid rowconfigure $f 100 -weight 1
503 grid columnconfig $b 0 -weight 1
504 grid rowconfigure $b 0 -weight 1
505 grid columnconfig $w 0 -weight
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c117 return aa->weight - bb->weight;
131 /* sort them by priority and weight */
135 * Fixup weight sorting too, assign a negative weight to elements
150 if (query->array[o].weight < 0)
152 if (rnd <= (uint32_t)query->array[o].weight) {
153 sum -= query->array[o].weight;
154 query->array[o].weight = count--;
157 rnd -= query->array[o].weight;
210 uint16_t priority, weight, port; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dgraph.c375 a->weight = axv[3];
376 Tcl_IncrRefCount (a->weight);
676 if (ao->weight) {
677 a->weight = ao->weight;
678 Tcl_IncrRefCount (a->weight);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.h89 * packet length, and x is either the weight of the flow, or the
91 * If we limit to max 1000 flows and a max weight of 100, then
109 * XXX With this scaling, max 1000 flows, max weight 100, 1Gbit/s, the
215 different flows), a weight (used to give different shares of the
336 int weight ; /* WFQ queue weight */ member in struct:dn_flow_set
355 int w_q ; /* queue weight (scaled) */
490 int weight ; /* WFQ queue weight */ member in struct:dn_flow_set_32
509 int w_q ; /* queue weight (scale
615 int weight ; /* WFQ queue weight */ member in struct:dn_flow_set_64
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dresolve.h134 unsigned weight; member in struct:rk_srv_record
/macosx-10.10.1/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp88 int weight; member in class:lj4_font
97 : font(nm), weight(0), style(0), proportional(0), typeface(0)
121 { "pclweight", &lj4_font::weight, -7, 7 },
298 psf->weight,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveInterval.h142 float weight; // weight of this interval
158 : reg(Reg), weight(Weight) {}
430 return weight != HUGE_VALF;
435 weight = HUGE_VALF;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dlabelframe.rb102 TkGrid.columnconfigure(w, [0,1], :weight=>1)

Completed in 406 milliseconds

1234567891011>>