Searched refs:right (Results 176 - 200 of 1287) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py112 def compare(left, right, context):
114 right = CFTreeGetContext(right)
115 return -cmp(left, right)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py117 def compare(left, right, context):
119 right = CFTreeGetContext(right, None)
120 return -cmp(left, right)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_ibgeometry.py21 self.assertHasAttr(o, 'right')
25 self.assertIsInstance(o.right, float)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cftree.py122 def compare(left, right, context):
124 right = CFTreeGetContext(right, None)
125 return -cmp(left, right)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Doptobj_sample.rb55 pack(:side=>:right, :expand=>true, :fill=>:both)
59 yscrollbar(TkScrollbar.new(ff){pack(:fill=>:y, :side=>:right)})
H A Dtkmsgcat-load_tk.rb62 :command=>del_proc).pack(:side=>:right, :padx=>5)
70 }).pack(:side=>:right, :padx=>5)
87 :command=>proc{exit}).pack(:side=>:right, :padx=>5)
92 lbox.yscrollbar(TkScrollbar.new(f, :width=>12).pack(:side=>:right, :fill=>:y))
H A Dtkmsgcat-load_rb.rb57 :command=>del_proc).pack(:side=>:right, :padx=>5)
71 :command=>proc{exit}).pack(:side=>:right, :padx=>5)
76 lbox.yscrollbar(TkScrollbar.new(f, :width=>12).pack(:side=>:right, :fill=>:y))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl66 R pad 2 both " " ; R justify 2 right
67 R pad 3 both " " ; R justify 3 right
68 R pad 4 both " " ; R justify 4 right
69 R pad 5 both " " ; R justify 5 right
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos7.tcl45 ::Plotchart::plotconfig xyplot margin right 100
79 # Some data for the right axis
81 $r dataconfig right -type both -symbol circle -colour green
82 $r plot right 10.0 0.01
83 $r plot right 30.0 0.03
84 $r plot right 40.0 0.02
137 $s plot series1 {1.0 4.0 6.0 1.0 7.0} red left-right
138 $s plot series2 {0.0 3.0 7.0 9.3 2.0} green right-left
144 $s plot series1 {1.0 4.0 6.0 1.0 7.0} red left-right
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Drelirect.tcl76 foreach {left top right bottom} $value {}
78 $left $bottom $left $top $right $top
80 $right $top $right $bottom $left $bottom
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcecal.cpp65 CECalendar::operator=(const CECalendar& right) argument
67 Calendar::operator=(right);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js132 this.size.width - insets.left - insets.right,
218 WebInspector.EdgeInsets = function(top, right, bottom, left)
224 this.right = top;
229 this.right = right;
240 return (this.top === anotherInset.top && this.right === anotherInset.right &&
246 return new WebInspector.EdgeInsets(this.top, this.right, this.bottom, this.left);
261 new WebInspector.Point(quad[2], quad[3]), // top right
262 new WebInspector.Point(quad[4], quad[5]), // bottom right
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeOutline.css45 right: 3px;
59 right: 0;
135 padding-right: 2px;
152 margin-right: 1px;
H A DTimelineRecordBar.css52 border-top-right-radius: 0 !important;
53 border-bottom-right-radius: 0 !important;
54 border-right: none;
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/src/
H A Dtypography.css39 p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
98 .last { margin-right:0; padding-right:0; }
/macosx-10.10.1/net_snmp-143/
H A Dsnmpd.conf119 syslocation Right here, right now.
130 # system.sysLocation.0 = "Right here, right now."
391 # script in the right location. (its not installed by default))
/macosx-10.10.1/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp90 AuthorizationItem right = { EXECUTERIGHT, 0, NULL, 0 }; local
91 AuthorizationRights inRights = { 1, &right };
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinRegion.c92 rect_return->width = (short) (rect.right - rect.left);
183 rect.right = x+width;
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTree.c664 BlockDescriptor left, node, right; local
672 right.buffer = nil;
673 right.blockHeader = nil;
740 &left, &node, &right, &nodeNum, &index, &foundRecord);
759 // BTree nodes are always grabbed in left to right order.
777 // Before we stomp on "right", we'd better release it if needed
778 if (right.buffer != nil) {
779 err = ReleaseNode(btreePtr, &right);
782 right = node;
809 if (right
980 BlockDescriptor left, node, right; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DKernTable.cpp23 le_uint16 right; // right glyph of kern pair member in struct:PairInfo
29 #define SWAP_KEY(p) (((le_uint32) SWAPW((p)->left) << 16) | SWAPW((p)->right))
161 le_uint16 right = p->right;
164 if (left < 256 && right < 256) {
173 c = ids[right];
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css99 margin-right: 19px;
135 margin-right: 0;
136 padding-right: 0;
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dside.c166 char const *const *right)
182 if (sep == '|' && put_newline != (right[1][-1] == '\n'))
187 if (right)
189 put_newline |= right[1][-1] == '\n';
190 if (**right != '\n')
193 print_half_line (right, col, hw);
165 print_1sdiff_line(char const *const *left, char sep, char const *const *right) argument
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn.y101 /* The original eqn manual says that `left' is right associative. It's lying.
102 Consider `left ( ~ left ( ~ right ) right )'. */
104 %right LEFT
106 %right LPILE RPILE CPILE PILE TEXT QUOTED_TEXT MATRIX MARK LINEUP '^' '~' '\t' '{' SPLIT NOSPLIT
107 %right FROM TO
109 %right SUB SUP
110 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
111 %right BAR UNDER PRIME
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfld_def.c101 p->right = _nc_Make_Argument(typ->right, ap, err);
149 p->right = _nc_Copy_Argument(typ, argp->right, err);
191 _nc_Free_Argument(typ->right, argp->right);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_window.c114 /* left & right character in parent window coordinates */
115 int right = wp->_line[y].lastchar + wp->_parx; local
118 CHANGED_RANGE(line, left, right);
149 /* left and right character in child coordinates */
151 int right = pp->_line[win->_pary + y].lastchar - win->_parx; local
155 if (right > win->_maxx)
156 right = win->_maxx;
157 CHANGED_RANGE(line, left, right);

Completed in 183 milliseconds

1234567891011>>