Searched refs:right (Results 51 - 75 of 1408) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.idl31 readonly attribute unrestricted float right;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeDataGrid.css27 border-right: none;
H A DFindBanner.css32 right: 0;
35 text-align: right;
73 margin-right: 8px !important;
101 padding-right: 6px;
149 border-top-right-radius: 0;
150 border-bottom-right-radius: 0;
152 margin-right: 0;
155 padding-right: 6px;
172 .find-banner > button.segmented.right {
179 padding-right
[all...]
H A DTimelineOverview.css29 right: 0;
50 right: 0;
58 right: 0;
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstrdefs.h83 extern string_t strconcat( string_t left, string_t right );
84 extern string_t strphrase( string_t left, string_t right );
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dmsgbox.tcl30 frame $w.right
31 pack $w.left $w.right -side left -expand yes -fill y -pady .5c -padx .5c
45 label $w.right.label -text "Type"
46 frame $w.right.sep -relief ridge -bd 1 -height 2
47 pack $w.right.label -side top
48 pack $w.right.sep -side top -fill x -expand no
52 radiobutton $w.right.$t -text $t -variable msgboxType \
54 pack $w.right.$t -side top -pady 2 -anchor w -fill x
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dmsgbox.tcl30 frame $w.right
31 pack $w.left $w.right -side left -expand yes -fill y -pady .5c -padx .5c
45 label $w.right.label -text "Type"
46 frame $w.right.sep -relief ridge -bd 1 -height 2
47 pack $w.right.label -side top
48 pack $w.right.sep -side top -fill x -expand no
52 radiobutton $w.right.$t -text $t -variable msgboxType \
54 pack $w.right.$t -side top -pady 2 -anchor w -fill x
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationcompare.h28 static UCollationResult compareUpToQuaternary(CollationIterator &left, CollationIterator &right,
/macosx-10.10/Libc-1044.1.2/regex/FreeBSD/
H A Dcname.h120 {L"right-brace", L'}'},
121 {L"right-curly-bracket", L'}'},
122 {L"right-parenthesis", L')'},
123 {L"right-square-bracket", L']'},
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DIntRectWin.cpp35 : m_location(IntPoint(r.left, r.top)), m_size(IntSize(r.right-r.left, r.bottom-r.top))
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnamtbpvt.h114 struct NAMETABLE_n_t *right; /* Subtree with names greater */ member in struct:NAMETABLE_n_t
H A Dnamdump.c186 if (node->right != NULL) {
188 node->right, /* The address of the right child */
189 node->right->id); /* The id string of r. child */
218 * then the right subtree, resulting in an alphabetical dump.
241 if (node->right != NULL) {
242 NAMETABLE_dump_nodes (node->right);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dlevelmeter.tcl13 pack [snack::levelMeter .a.right -width 20 -length 200 \
17 pack [snack::levelMeter .b.right -width 20 -length 200 \
29 .a.right configure -level $r
31 .b.right configure -level $r
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCellSort.c52 char *right));
140 DictionaryCompare(left, right)
141 char *left, *right; /* The strings to compare */
147 if (isdigit(UCHAR(*right)) && isdigit(UCHAR(*left))) {
157 while ((*right == '0') && (isdigit(UCHAR(right[1])))) {
158 right++;
179 diff = UCHAR(*left) - UCHAR(*right);
181 right++;
183 if (!isdigit(UCHAR(*right))) {
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_notify.h86 ipc_port_t right);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.h52 LengthBox(Length top, Length right, Length bottom, Length left) argument
54 , m_right(WTF::move(right))
60 LengthBox(int top, int right, int bottom, int left) argument
62 , m_right(Length(right, Fixed))
69 const Length& right() const { return m_right; } function in struct:WebCore::LengthBox
H A DPODRedBlackTree.h282 Node* right() const { return m_right; } function in class:WebCore::PODRedBlackTree::Node
305 // given node based on the values in the left and right children. It
308 // in the left and right children. This method should return true if
335 current = current->right();
349 return treeSearchFullComparisons(current->right(), data);
353 // We may need to traverse both the left and right subtrees.
356 result = treeSearchFullComparisons(current->right(), data);
369 x = x->right();
386 if (x->right())
387 return treeMinimum(x->right());
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dtests-results.css47 margin-right: 10pt;
55 margin-right: 20pt;
61 margin-right: 40pt;
66 margin-right: 40pt;
71 margin-right: 40pt;
80 margin-right: auto;
97 text-align: right;
101 text-align: right;
106 text-align: right;
124 margin-right
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dtransform.rb63 (@left.resolveSettings(settings).value and @right.resolveSettings(settings).value).asNode
69 (@left.resolveSettings(settings).value or @right.resolveSettings(settings).value).asNode
300 @right = @right.fold
302 return self unless @right.is_a? Immediate
303 Immediate.new(codeOrigin, @left.value + @right.value)
310 @right = @right.fold
312 return self unless @right.is_a? Immediate
313 Immediate.new(codeOrigin, @left.value - @right
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_NSDecimal.m37 static PyObject* decimal_add(PyObject* left, PyObject* right);
38 static PyObject* decimal_subtract(PyObject* left, PyObject* right);
39 static PyObject* decimal_multiply(PyObject* left, PyObject* right);
40 static PyObject* decimal_divide(PyObject* left, PyObject* right);
41 static PyObject* decimal_power(PyObject* left, PyObject* right, PyObject* power);
44 static PyObject* decimal_inplace_add(PyObject* left, PyObject* right);
45 static PyObject* decimal_inplace_subtract(PyObject* left, PyObject* right);
46 static PyObject* decimal_inplace_multiply(PyObject* left, PyObject* right);
47 static PyObject* decimal_inplace_divide(PyObject* left, PyObject* right);
461 PyObject* right __attribute_
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_NSDecimal.m32 static PyObject* decimal_add(PyObject* left, PyObject* right);
33 static PyObject* decimal_subtract(PyObject* left, PyObject* right);
34 static PyObject* decimal_multiply(PyObject* left, PyObject* right);
35 static PyObject* decimal_divide(PyObject* left, PyObject* right);
36 static PyObject* decimal_power(PyObject* left, PyObject* right, PyObject* power);
39 static PyObject* decimal_inplace_add(PyObject* left, PyObject* right);
40 static PyObject* decimal_inplace_subtract(PyObject* left, PyObject* right);
41 static PyObject* decimal_inplace_multiply(PyObject* left, PyObject* right);
42 static PyObject* decimal_inplace_divide(PyObject* left, PyObject* right);
474 PyObject* right __attribute_
[all...]
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dmain.c40 CheckVolumeHeaders(HFSPlusVolumeHeader *left, HFSPlusVolumeHeader *right) argument
42 if (left->signature != right->signature ||
43 left->version != right->version ||
44 left->modifyDate != right->modifyDate ||
45 left->fileCount != right->fileCount ||
46 left->folderCount != right->folderCount ||
47 left->nextAllocation != right->nextAllocation ||
48 left->nextCatalogID != right->nextCatalogID ||
49 left->writeCount != right->writeCount)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DBaseAST.hpp88 while (tmp->right)
89 tmp = tmp->right;
90 tmp->right = c;
109 return RefAST(right);
138 right = static_cast<BaseAST*>(static_cast<AST*>(n));
175 RefBaseAST right; member in class:antlr::BaseAST
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dclosebrackets.js57 for (var i = 0; i < pairs.length; i += 2) (function(left, right) {
58 if (left != right) closingBrackets += right;
69 else if (left == right && next == right) {
74 } else if (left == right && cur.ch > 1 &&
78 else if (left == right && CodeMirror.isWordChar(next))
97 sels[i] = left + sels[i] + right;
100 cm.replaceSelection(left + right, null);
108 if (left != right) ma
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Modules/
H A D_Foundation_NSDecimal.m32 static PyObject* decimal_add(PyObject* left, PyObject* right);
33 static PyObject* decimal_subtract(PyObject* left, PyObject* right);
34 static PyObject* decimal_multiply(PyObject* left, PyObject* right);
35 static PyObject* decimal_divide(PyObject* left, PyObject* right);
36 static PyObject* decimal_floordivide(PyObject* left, PyObject* right);
37 static PyObject* decimal_power(PyObject* left, PyObject* right, PyObject* power);
40 static PyObject* decimal_inplace_add(PyObject* left, PyObject* right);
41 static PyObject* decimal_inplace_subtract(PyObject* left, PyObject* right);
42 static PyObject* decimal_inplace_multiply(PyObject* left, PyObject* right);
43 static PyObject* decimal_inplace_floordivide(PyObject* left, PyObject* right);
[all...]

Completed in 412 milliseconds

1234567891011>>