Searched refs:left (Results 1 - 25 of 2210) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec_bin.c43 int left; local
49 left = atoi(argv[1]);
51 left--;
53 if (left <= 0) {
57 (void) sprintf(buffer, "%d", left);
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn_bin.c47 int left; local
54 left = atoi(argv[1]);
56 left--;
58 if (left <= 0) {
62 (void) sprintf(buffer, "%d", left);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DContentView.css29 left: 50%;
34 margin-left: -16px;
H A DApplicationCacheFrameContentView.css29 left: 0;
H A DClusterContentView.css29 left: 0;
H A DCookieStorageContentView.css29 left: 0;
H A DDatabaseTableContentView.css29 left: 0;
H A DScriptContentView.css29 left: 0;
H A DTextContentView.css29 left: 0;
H A DTextResourceContentView.css29 left: 0;
H A DSidebar.css48 left: 0;
75 left: -3px;
78 .sidebar.left > .resizer {
83 left: -5px;
86 .sidebar.collapsed.left > .resizer {
90 .sidebar.left {
95 border-left: 1px solid rgb(179, 179, 179);
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/rtl/
H A Dscreen.css4 * Mirrors Blueprint for left-to-right languages
14 margin-left: 10px;
17 body .last { margin-left: 0; }
18 body table .last { padding-left: 0; }
20 body .append-1 { padding-right: 0; padding-left: 40px; }
21 body .append-2 { padding-right: 0; padding-left: 80px; }
22 body .append-3 { padding-right: 0; padding-left: 120px; }
23 body .append-4 { padding-right: 0; padding-left: 160px; }
24 body .append-5 { padding-right: 0; padding-left: 200px; }
25 body .append-6 { padding-right: 0; padding-left
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLEntitySearch.cpp33 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) argument
35 return &left[(right - left) / 2];
58 const HTMLEntityTableEntry* left = m_first; local
60 if (left == right)
61 return left;
62 CompareResult result = compare(left, nextCharacter);
64 return left;
67 while (left + 1 < right) {
68 const HTMLEntityTableEntry* probe = halfway(left, righ
83 const HTMLEntityTableEntry* left = m_first; local
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dlabel.tcl21 label $w.msg -font $font -wraplength 4i -justify left -text "Five labels are displayed below: three textual ones on the left, and a bitmap label and a text label on the right. Labels are pretty boring because you can't do anything with them."
28 frame $w.left
30 pack $w.left $w.right -side left -expand yes -padx 10 -pady 10 -fill both
32 label $w.left.l1 -text "First label"
33 label $w.left.l2 -text "Second label, raised" -relief raised
34 label $w.left.l3 -text "Third label, sunken" -relief sunken
35 pack $w.left.l1 $w.left
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Drealpath.c49 * in which case the path which caused trouble is left in (resolved).
59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
69 left_len = strlcpy(left, path + 1, sizeof(left));
76 left_len = strlcpy(left, path, sizeof(left));
78 if (left_len >= sizeof(left) || resolved_len >= PATH_MAX) {
84 * Iterate over path components in `left'.
88 * Extract the next path component and adjust `left'
91 p = strchr(left, '/');
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator2.tcl9 set left(generator) [snack::filter generator 440 20000 0.0 sine -1]
10 set leftFilter [snack::filter compose $left(generator) $leftMap]
18 pack [button .fb.a -bitmap snackPlay -command Play] -side left
19 pack [button .fb.b -bitmap snackStop -command "snack::audio stop"] -side left
21 set left(freq) 1000.0
22 set left(ampl) 20000
26 pack [frame .left] -expand yes -fill both -side top
27 pack [label .left.l -text "Left channel "] -side left
28 pack [scale .left
[all...]
H A DmapChan.tcl17 pack [label .f.l -text Out] -side left
18 pack [frame .f.f] -side left
21 pack [label .f.f.t.l -text L] -side left
22 pack [checkbutton .f.f.t.a -var v(0) -command Config] -side left
23 pack [checkbutton .f.f.t.b -var v(1) -command Config] -side left
24 pack [label .f.f.b.l -text R] -side left
25 pack [checkbutton .f.f.b.a -var v(2) -command Config] -side left
26 pack [checkbutton .f.f.b.b -var v(3) -command Config] -side left
29 pack [button .fb.a -image snackOpen -command Load] -side left
30 pack [button .fb.b -bitmap snackPlay -command Play] -side left
[all...]
H A Dnotescale.tcl19 pack [button .b1 -text C4 -command [list Beep 261.6]] -side left
20 pack [button .b2 -text D4 -command [list Beep 293.7]] -side left
21 pack [button .b3 -text E4 -command [list Beep 329.7]] -side left
22 pack [button .b4 -text F4 -command [list Beep 349.3]] -side left
23 pack [button .b5 -text G4 -command [list Beep 392.1]] -side left
24 pack [button .b6 -text A4 -command [list Beep 440.0]] -side left
25 pack [button .b7 -text B4 -command [list Beep 493.9]] -side left
26 pack [button .b8 -text C5 -command [list Beep 523.3]] -side left
H A Dwidget.tcl59 pack .f0.bp .f0.bu .f0.bs .f0.br .f0.bl .f0.ba .f0.time -side left
90 pack [label .f1.l -text "Waveform examples:" -wi 27 -anchor w] -side left
91 pack [button .f1.b1 -text "Simple" -command {Run MinWave.tcl}] -side left
92 pack [button .f1.b2 -text "See Code" -command {Browse MinWave.tcl}] -side left
93 pack [button .f1.b3 -text "Fancy" -command {Run Waveform.tcl}] -side left
94 pack [button .f1.b4 -text "See Code" -command {Browse Waveform.tcl}] -side left
96 pack [label .f2.l -text "Spectrogram examples:" -wi 27 -anchor w] -side left
97 pack [button .f2.b1 -text "Simple" -command {Run MinSpeg.tcl}] -side left
98 pack [button .f2.b2 -text "See Code" -command {Browse MinSpeg.tcl}] -side left
99 pack [button .f2.b3 -text "Fancy" -command {Run Spectrogram.tcl}] -side left
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
53 , m_left(left)
66 int left() const { return m_left; } function in class:WebCore::IntRectExtent
67 void setLeft(int left) { m_left = left; } argument
74 rect.move(-left(), -top());
75 rect.expand(left() + right(), top() + bottom());
79 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
92 && a.left() == b.left();
[all...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstring.c67 strconcat(string_t left, string_t right) argument
71 saved = malloc(strlen(left) + strlen(right) + 1);
73 fatal("strconcat('%s', '%s'): %s", left, right, strerror(errno));
74 return strcat(strcpy(saved, left), right);
78 strphrase(string_t left, string_t right) argument
84 llen = strlen(left);
87 fatal("strphrase('%s', '%s'): %s", left, right, strerror(errno));
88 strcpy(saved, left);
92 free(left);
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dlabel.tcl19 label $w.msg -font $font -wraplength 4i -justify left -text "Five labels are displayed below: three textual ones on the left, and a bitmap label and a text label on the right. Labels are pretty boring because you can't do anything with them."
26 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
28 frame $w.left
30 pack $w.left $w.right -side left -expand yes -padx 10 -pady 10 -fill both
32 label $w.left.l1 -text "First label"
33 label $w.left.l2 -text "Second label, raised" -relief raised
34 label $w.left.l3 -text "Third label, sunken" -relief sunken
35 pack $w.left
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dversion.c70 size_t left = sizeof(version); local
74 left -= len;
77 if(left > 1) {
78 len = Curl_ssl_version(ptr + 1, left - 1);
82 left -= ++len;
88 len = snprintf(ptr, left, " zlib/%s", zlibVersion());
89 left -= len;
94 len = snprintf(ptr, left, " c-ares/%s", ares_version(NULL));
95 left -= len;
100 len = snprintf(ptr, left, " libid
[all...]
/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/tcl-105/tk/tk/generic/
H A D._tkTextWind.c1 Mac OS X  2��ATTR:��O���com.apple.TextEncodingUTF-8;134217984This resource fork intentionally left blank (…)

Completed in 202 milliseconds

1234567891011>>