Searched refs:weight (Results 76 - 100 of 418) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows_tile.tcl86 eval font create BoldFont [font actual [$tbl cget -font]] -weight bold
196 grid rowconfigure $f 0 -weight 1
197 grid columnconfigure $f 0 -weight 1
226 grid rowconfigure $f 0 -weight 1
227 grid columnconfigure $f 0 -weight 1
H A Dstyles.tcl106 grid rowconfigure .f {0 1 2 3} -weight 1
107 grid columnconfigure .f {0 1} -weight 1
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGrid.c77 int weight; /* The resize weight of this slot. (0) means member in struct:SlotInfo
114 int weight; /* Slot weight, controls resizing. */ member in struct:GridLayout
857 "-minsize", "-pad", "-uniform", "-weight", (char *) NULL };
921 int minsize = 0, pad = 0, weight = 0;
928 weight = slotPtr[slot].weight;
943 Tcl_NewStringObj("-weight", -1));
944 Tcl_ListObjAppendElement(interp, res, Tcl_NewIntObj(weight));
914 int minsize = 0, pad = 0, weight = 0; local
1290 int weight = 0; /* Sum of the weights so far. */ local
1720 int weight, minSize; local
1988 int weight; /* Cumulative weights of the columns in local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileDataLoaderPass.cpp1 //===- ProfileDataLoaderPass.cpp - Set branch weight metadata from prof ---===//
10 // This pass loads profiling data from a dump file and sets branch weight
45 /// This pass loads profiling data from a dump file and sets branch weight
98 unsigned weight = Counters[ReadCount]; local
99 assert(weight != ProfileDataLoader::Uncounted);
100 PB.addEdgeWeight(e, weight);
154 DEBUG(dbgs() << "---- Edge '" << edge << "' has weight "
158 // Set branch weight metadata. This will set branch probabilities of
161 // (it gives the unexectuted branch a weight of 1 for the purposes of
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb54 grid_columnconfigure(0, :weight=>1)
72 container.grid_columnconfigure(0, :weight=>1)
73 container.grid_rowconfigure(0, :weight=>1)
H A Dtree.rb52 grid_columnconfigure(0, :weight=>1)
119 container.grid_columnconfigure(0, :weight=>1)
120 container.grid_rowconfigure(0, :weight=>1)
H A Dtextpeer.rb56 TkGrid.rowconfigure(win, b2, :weight=>1)
82 TkGrid.columnconfigure(base_frame, 0, :weight=>1)
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl30 {-weight Int 1 0 "%d >= 0"}
142 set weight [Widget::getoption $path.f$num -weight]
143 lappend _panedw($path,weights) $weight
175 grid columnconfigure $path [expr {2*$num-1}] -weight 0
188 grid rowconfigure $path [expr {2*$num-1}] -weight 0
195 grid rowconfigure $path 0 -weight 1
197 grid columnconfigure $path 0 -weight 1
207 grid columnconfigure $path [expr {2*$num}] -weight $weight
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd86 grid rowconfigure $dlg 0 -weight 1
87 grid columnconfigure $dlg 0 -weight 1
208 grid rowconfigure . 4 -weight 1
209 grid columnconfigure . 3 -weight 1
210 grid rowconfigure .f1 0 -weight 1
211 grid columnconfigure .f1 0 -weight 1
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c127 int weight, slant, size, pxsize;
141 &weight) != XftResultMatch) {
142 weight = XFT_WEIGHT_MEDIUM;
150 printf("family %s size %d weight %d slant %d\n",
151 family, size, weight, slant);
156 faPtr->weight = (weight > XFT_WEIGHT_MEDIUM) ? TK_FW_BOLD : TK_FW_NORMAL;
389 int weight, slant;
394 faPtr->size, faPtr->weight, faPtr->slant);
407 switch (faPtr->weight) {
124 int weight, slant, size, pxsize; local
381 int weight, slant; local
[all...]
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dmanual-print.css34 font-weight: normal;
42 font-weight: bold;
50 font-weight: normal;
131 font-weight: bold;
143 font-weight: bold;
170 font-weight: bold;
180 font-weight: bold;
264 font-weight: bold;
398 font-weight: bold;
524 font-weight
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttknote.rb34 grid_columnconfigure(0, :weight=>1)
72 f_msg.grid_rowconfigure(1, :weight=>1)
73 f_msg.grid_columnconfigure([0, 1], :weight=>1, :uniform=>1)
H A Dtextpeer.rb50 TkGrid.rowconfigure(win, b2, :weight=>1)
76 TkGrid.columnconfigure(base_frame, 0, :weight=>1)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGrid.c79 int weight; /* The resize weight of this slot. (0) means member in struct:SlotInfo
114 int weight; /* Slot weight, controls resizing. */ member in struct:GridLayout
148 * grid without weight should be placed. */
943 "-minsize", "-pad", "-uniform", "-weight", NULL
1009 int minsize = 0, pad = 0, weight = 0;
1016 weight = slotPtr[slot].weight;
1031 Tcl_NewStringObj("-weight",
1001 int minsize = 0, pad = 0, weight = 0; local
1458 int weight; /* Sum of the weights so far. */ local
1887 int weight, minSize; local
2165 int weight; /* Cumulative weights of the columns in this local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableAccessData.h172 void vote(unsigned ballot, float weight = 1)
175 m_votes[ballot] += weight;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.h69 Rule(const std::string &pattern, Weight weight, uint32_t flags);
74 const Weight weight; member in class:Security::CodeSigning::ResourceBuilder::Rule
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.h69 Rule(const std::string &pattern, Weight weight, uint32_t flags);
74 const Weight weight; member in class:Security::CodeSigning::ResourceBuilder::Rule
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb149 Tk.root.grid_columnconfigure(0, :weight=>1)
150 Tk.root.grid_columnconfigure(1, :weight=>0)
151 Tk.root.grid_rowconfigure(0, :weight=>1)
152 Tk.root.grid_rowconfigure(1, :weight=>0)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddynarows.rb78 Tk.root.grid_columnconfig(0, :weight=>1)
79 Tk.root.grid_rowconfig(1, :weight=>1)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtest_case.rb120 # Shortcut for RDoc::Markup::Rule.new with +weight+
122 def rule weight
123 @RM::Rule.new weight
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dradiobox.itk116 grid columnconfigure $itk_component(childsite) 0 -weight 1
285 grid rowconfigure $itk_component(childsite) $row -weight 0
289 -weight 1
294 grid columnconfigure $itk_component(childsite) $col -weight 1
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dcommand.tcl78 grid columnconfig . 1 -weight 1
79 grid rowconfig . 2 -weight 1
H A Ddynarows.tcl73 grid columnconfig . 0 -weight 1
74 grid rowconfig . 1 -weight 1
H A Dmaxsize.tcl57 grid columnconfig . 0 -weight 1
58 grid rowconfig . 1 -weight 1
H A Dvalid.tcl91 grid columnconfig . 0 -weight 1
92 grid rowconfig . 1 -weight 1

Completed in 634 milliseconds

1234567891011>>