Searched refs:alt (Results 51 - 75 of 179) sorted by relevance

12345678

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dttk.tcl132 alt altTheme.tcl
H A DaltTheme.tcl7 namespace eval ttk::theme::alt {
21 ttk::style theme settings alt {
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_ripencc.c298 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt,
300 short rpt_0x4A_2 (TSIPPKT *rpt, float *alt, float *dummy,
341 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt,
356 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt,
361 double *lon, double *alt, double vel_enu[], double *time_of_fix,
1505 double lat, lon, alt; local
1554 alt = bGetDouble(&buf[58]);
1591 lat_deg, lat_min, north_south, lon_deg, lon_min, east_west, alt,
2079 float *alt,
2082 /* position in lat-lon-alt, singl
2076 rpt_0x4A(TSIPPKT *rpt, float *lat, float *lon, float *alt, float *clock_bias, float *time_of_fix) argument
2096 rpt_0x4A_2(TSIPPKT *rpt, float *alt, float *dummy , unsigned char *alt_flag) argument
2571 rpt_0x84(TSIPPKT *rpt, double *lat, double *lon, double *alt, double *clock_bias, float *time_of_fix) argument
2645 rpt_0x8F0B(TSIPPKT *rpt, unsigned short *event, double *tow, unsigned char *date, unsigned char *month, short *year, unsigned char *dim_mode, short *utc_offset, double *bias, double *drift, float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, char sv_id[8]) argument
2726 rpt_0x8F20(TSIPPKT *rpt, unsigned char *info, double *lat, double *lon, double *alt, double vel_enu[], double *time_of_fix, short *week_num, unsigned char *nsvs, unsigned char sv_prn[], short sv_IODC[], short *datum_index) argument
3286 alt, clock_bias, time_of_fix; local
3330 alt, dummy; local
3993 alt, clock_bias; local
4149 alt, local
4337 lat, lon, alt, time_of_fix; local
[all...]
H A Drefclock_mx4200.c427 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
437 /* dynamic: solve for pos, alt, time, while moving */
440 /* static: solve for pos, alt, time, while stationary */
492 double minute, lat, lon, alt; local
577 alt = up->avg_alt;
593 alt, /* Altitude */
598 lats, nsc, lons, ewc, alt );
1244 double mtime, lat, lon, alt, geoid, vele, veln; local
1256 &alt, &geoid, &vele, &veln, &mode);
1324 up->avg_alt = (up->N_fixes * up->avg_alt) + alt;
[all...]
H A Drefclock_palisade.c499 double lat, lon, alt; local
502 alt = getdbl((u_char *) &mb(58));
505 up->unit, lat,lon,alt);
637 double lat, lon, alt; local
640 alt = getdbl((u_char *) &mb(52));
643 up->unit, lat,lon,alt);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf2ps.el4442 (let ((alt (ebnf-node-list alternative))
4445 alt-height alt-entry)
4446 (while alt
4447 (ps-output (ebnf-format-float (- entry (ebnf-node-entry (car alt))))
4449 (setq entry (- entry (ebnf-node-height (car alt)) ebnf-vertical-space)
4451 alt (cdr alt)))
4455 (setq alt (ebnf-node-list alternative))
4456 (when alt
[all...]
H A Debnf-otz.el692 (defun ebnf-create-alternative (alt)
693 (if (> (length alt) 1)
694 (ebnf-make-alternative alt)
695 (car alt)))
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-start.el201 (const alt) (const hyper)
205 (const alt) (const hyper)
209 (const alt) (const hyper)
214 (const alt) (const hyper)
H A Dmwheel.el125 (const alt) (const control) (const hyper)
134 (const alt) (const control) (const hyper)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_html.tcl145 proc img {tag alt img} {
146 proc $tag {} [list return "\1<img alt=\"$alt\" src=\"$img\"\1>"]
149 proc imagelink {alt img} {
150 return [markup "<img alt=\"$alt\" src=\"$img\">"]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dssearch.cpp192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1102 UnicodeString alt; local
1142 alt.append(*string);
1147 const CEList altCEs(coll, alt, status);
1150 return alternate.append(alt);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityNodeObject.cpp1216 // Images should use alt as long as the attribute is present, even if empty.
1218 const AtomicString& alt = getAttribute(altAttr); local
1219 if (!alt.isNull())
1220 textOrder.append(AccessibilityText(alt, AlternativeText));
1421 // Images should use alt as long as the attribute is present, even if empty.
1423 const AtomicString& alt = getAttribute(altAttr); local
1424 if (!alt.isNull())
1425 return alt;
1754 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
1755 if (!alt
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLInputElement.cpp829 String alt = fastGetAttribute(altAttr); local
831 if (alt.isNull())
832 alt = getAttribute(titleAttr);
833 if (alt.isNull())
834 alt = getAttribute(valueAttr);
835 if (alt.isEmpty())
836 alt = inputElementAltText();
837 return alt;
1305 String HTMLInputElement::alt() const function in class:WebCore::HTMLInputElement
H A DHTMLInputElement.idl24 [Reflect] attribute DOMString alt;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmxfmt.c107 int alt; local
153 alt = 0;
171 alt = c;
323 switch (alt)
/macosx-10.9.5/ruby-104/ruby/lib/cgi/
H A Dhtml.rb448 # is the input name. +alt+ is the alternative text for the image.
460 def image_button(src = "", name = nil, alt = nil)
463 "ALT" => alt }
475 # +src+ is the URL of the image. +alt+ is the alternative text for
481 # img("src", "alt", 100, 50)
482 # # <IMG SRC="src" ALT="alt" WIDTH="100" HEIGHT="50">
484 # img("SRC" => "src", "ALT" => "alt", "WIDTH" => 100, "HEIGHT" => 50)
485 # # <IMG SRC="src" ALT="alt" WIDTH="100" HEIGHT="50">
486 def img(src = "", alt = "", width = nil, height = nil)
488 { "SRC" => src, "ALT" => alt }
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim144 let areaprop = ['accessKey', 'alt', 'coords', 'hash', 'host', 'hostname', 'href', 'id',
200 let imagprop = ['align', 'alt', 'border', 'complete', 'height', 'hspace', 'id', 'isMap', 'longDesc',
211 let checprop = ['accept', 'accessKey', 'align', 'alt', 'checked', 'defaultChecked',
217 let fileprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
234 let radiprop = ['accept', 'accessKey', 'align', 'alt', 'checked', 'defaultChecked',
240 let reseprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
246 let submprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
252 let textprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DLOC.pm110 my ($alt, $size, $horiz_pre, $vert_pre) = ($13, $15, $17, $19);
132 $self->{"altitude"} = $alt * 100 + $reference_alt;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.c907 el_action_t *map, *alt; local
912 alt = el->el_map.alt;
933 key_clear(el, alt, old);
934 alt[UC(old[0])] = dalt[UC(old[0])];
935 key_clear(el, alt, new);
936 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Di386-dis.c3732 int alt = 0;
3742 alt = 0;
3744 alt += 1;
3746 alt += 2;
3747 while (alt != 0)
3761 alt--;
3765 alt = 1;
3789 if (intel_syntax && !alt)
3944 if (intel_syntax && !alt)
4042 alt
3731 int alt = 0; local
5596 const char *alt; local
5666 const char *alt; local
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dtty.c941 el_action_t *map, *alt; local
946 alt = el->el_map.alt;
967 keymacro_clear(el, alt, old);
968 alt[UC(old[0])] = dalt[UC(old[0])];
969 keymacro_clear(el, alt, new);
970 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.c867 el_action_t *map, *alt; local
872 alt = el->el_map.alt;
893 key_clear(el, alt, (char *)old);
894 alt[old[0]] = dalt[old[0]];
895 key_clear(el, alt, (char *)new);
896 alt[new[0]] = tp->bind[el->el_map.type + 1];
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dsearch.php9 </style><title>Search engine</title></head><body xmlns="http://www.w3.org/1999/xhtml" bgcolor="#8b7765" text="#000000" link="#a06060" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="120" rowspan="1" colspan="1"><a href="http://swpat.ffii.org/" shape="rect"><img src="epatents.png" alt="Action against software patents"/></a></td><td width="180" rowspan="1" colspan="1"><a href="http://www.gnome.org/" shape="rect"><img src="gnome2.png" alt="GNOME2 Logo"/></a><a href="http://www.w3.org/Status" shape="rect"><img src="w3c.png" alt="W3C logo"/></a><a href="http://www.redhat.com" shape="rect"><img src="redhat.gif" alt="Red Hat Logo"/></a><div align="left"><a href="http://xmlsoft.org/XSLT/" shape="rect"><img src="Libxslt-Logo-180x168.gif" alt="Made with Libxslt Logo"/></a></div></td><td rowspan="1" colspan="1"><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td rowspan="1" colspan="1"><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center" rowspan="1" colspan="1"><h1>The XSLT C library for GNOME</h1><h2>Search engine</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765" rowspan="1" colspan="1"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765" rowspan="1" colspan="1"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td rowspan="1" colspan="1"><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center" rowspan="1"><center><b>Main Menu</b></center></td></tr><tr><td bgcolor="#fffacd" rowspan="1" colspan="1"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value=""/><input name="submit" type="submit" value="Search ..."/></form><ul><li><a href="index.html" shape="rect">Home</a></li><li><a href="intro.html" shape="rect">Introduction</a></li><li><a href="docs.html" shape="rect">Documentation</a></li><li><a href="bugs.html" shape="rect">Reporting bugs and getting help</a></li><li><a href="help.html" shape="rect">How to help</a></li><li><a href="downloads.html" shape="rect">Downloads</a></li><li><a href="FAQ.html" shape="rect">FAQ</a></li><li><a href="news.html" shape="rect">News</a></li><li><a href="xsltproc2.html" shape="rect">The xsltproc tool</a></li><li><a href="docbook.html" shape="rect">DocBook</a></li><li><a href="API.html" shape="rect">The programming API</a></li><li><a href="python.html" shape="rect">Python and bindings</a></li><li><a href="internals.html" shape="rect">Library internals</a></li><li><a href="extensions.html" shape="rect">Writing extensions</a></li><li><a href="contribs.html" shape="rect">Contributions</a></li><li><a href="EXSLT/index.html" style="font-weight:bold" shape="rect">libexslt</a></li><li><a href="xslt.html" shape="rect">flat page</a>, <a href="site.xsl" shape="rect">stylesheet</a></li><li><a href="html/index.html" style="font-weight:bold" shape="rect">API Menu</a></li><li><a href="ChangeLog.html" shape="rect">ChangeLog</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center" rowspan="1"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd" rowspan="1" colspan="1"><ul><li><a href="tutorial/libxslttutorial.html" shape="rect">Tutorial</a>,
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A Dregress-209067.js197 s += '<a href="#ContentArea"><img src="http://i.cnn.net/cnn/images/1.gif" alt="Click here to skip to main content." width="10" height="1" border="0" align="right"></a>';
206 s += '[[div]][[img src="http://i.cnn.net/cnn/images/1.gif" alt="" width="1" height="2" border="0"]][[/div]]';
211 s += ' <td width="229" style="speak: normal"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/logo/cnn.gif" alt="CNN.com" width="229" height="52" border="0"></td>';
221 s += '<noscript><a href="http://ar.atwola.com/link/93103287/aol" target="_top"><img src="http://ar.atwola.com/image/93103287/aol" alt="Click Here" width="468" height="60" border="0"></a></noscript> ';
228 s += ' <tr><td colspan="3"><img src="http://i.cnn.net/cnn/images/1.gif" alt="" width="1" height="2"></td></tr>';
233 s += ' <tr><td colspan="3" bgcolor="#CC0000"><img src="http://i.cnn.net/cnn/images/1.gif" alt="" width="1" height="3"></td></tr>';
241 s += ' <tr><td colspan="4"><img src="http://i.cnn.net/cnn/images/1.gif" alt="" width="1" height="1" border="0"></td></tr>';
242 s += ' <tr><td colspan="4" bgcolor="#003366"><img src="http://i.cnn.net/cnn/images/1.gif" alt="" width="1" height="3" border="0"></td></tr>';
244 s += ' <td rowspan="2"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/searchbar/bar.search.gif" alt="SEARCH" width="110" height="27" border="0"></td>';
245 s += ' <td colspan="2"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/searchbar/bar.top.bevel.gif" alt
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_o.c867 STACK_OF(GENERAL_NAME) *alt;
870 alt = X509V3_EXT_d2i(ex);
871 if (alt) {
882 n = sk_GENERAL_NAME_num(alt);
886 gn = sk_GENERAL_NAME_value(alt, i);
928 GENERAL_NAMES_free(alt);

Completed in 436 milliseconds

12345678