Searched refs:sv (Results 126 - 150 of 189) sorted by relevance

12345678

/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dsv.pm11 # This file was generated from the source file sv.xml
19 package DateTime::Locale::sv;
362 DateTime::Locale::sv
368 my $dt = DateTime->now( locale => 'sv' );
H A Dsv_FI.pm25 use base 'DateTime::Locale::sv';
80 This locale inherits from the L<DateTime::Locale::sv> locale.
H A Dsv_SE.pm25 use base 'DateTime::Locale::sv';
80 This locale inherits from the L<DateTime::Locale::sv> locale.
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl214 button .sv -command SavePoints -text {Save Points}
232 grid .sv -row 0 -column 5 -sticky wen
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabel.vim111 syn match abelConstant "\.sv[2-9]\."
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c1666 struct servent sv;
1717 if (getservbyport_r(nfs_port, NULL, &sv, buf, 256) == &sv &&
1718 strcmp(sv.s_name, "nfsd") == 0)
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h367 struct source_version_command *sv,
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Doptions.c736 char *sv; local
864 sv = strdup(*argv);
865 if (sv == NULL)
867 *(char **)(opt->addr) = sv;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dplaylist.tcl80 pack [scale .panel.sv -show no -orient horiz -command {snack::audio play_gain}\
H A Dsnamp.tcl80 pack [scale .panel.sv -show no -orient horiz -command {snack::audio play_gain}\
H A DtomAmp.tcl102 scale .panel.sv -show no -orient vert -width 10 -command {snack::audio play_gain}\
106 grid .panel.sv -column 0 -row 0 -rowspan 3 -sticky ns
107 balloon .panel.sv "Adjust the playback level"
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs196 get_type(SV* sv)
200 if (SvTYPE(sv) == SVt_PVGV) {
203 if (!SvOK(sv)) {
206 if (!SvROK(sv)) {
210 switch (SvTYPE(SvRV(sv))) {
249 if (sv_isobject(sv)) return type | OBJECT;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el833 (let ((sv (get symbol 'standard-value)))
834 (unless (and sv
835 (equal (eval (car sv)) (symbol-value symbol)))
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirwrite.c342 uint16 sv; local
343 (*getFieldFn)(tif, fip->field_tag, &sv);
345 TIFFInsertData(tif, dir->tdir_type, sv);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dm.c541 Tcl_Obj* sv; local
548 sv = rde_param_query_sv (p->p);
549 if (!sv) {
550 sv = Tcl_NewObj ();
553 Tcl_SetObjResult (interp, sv);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl562 -yscrollcommand "$f.sv set" -xscrollcommand "$f.sh set"
563 $::scrollbarCmd $f.sv -orient vertical -command "$f.t yview"
570 grid configure $f.sv -row 0 -column 1 -sticky ns
757 $::scrollbarCmd $f.sv -orient vertical -command "$f.t yview"
758 # $f.t configure -yscrollcommand "$f.sv set"
759 $f.t notify bind $f.sv <Scroll-y> { sbset %W %l %u }
760 bind $f.sv <ButtonPress-1> "focus $f.t"
769 grid configure $f.sv -row 0 -column 1 -sticky ns
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java1300 short[] sv = new short[size];
1302 sv[i] = (short) readInt(items[readUnsignedShort(v)]);
1305 av.visit(name, sv);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dmethods.c2406 Tcl_Obj* sv = g_ms_serialize (interp, objv[0], g, objc-2, objv+2);
2408 if (!sv) {
2411 Tcl_SetObjResult (interp, sv);
2352 Tcl_Obj* sv = g_ms_serialize (interp, objv[0], g, objc-2, objv+2); local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c593 uint16 sv; local
594 TIFFGetField(tif, fip->field_tag, &sv);
596 TIFFInsertData(tif, dir->tdir_type, sv);
/macosx-10.9.5/tcl-102/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl75 1d sv 041d sv_SE 081d sv_FI
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c3629 socketpair_internal(int af, int type, int protocol, SOCKET *sv) argument
3673 sv[0] = (SOCKET)INVALID_HANDLE_VALUE;
3674 sv[1] = (SOCKET)INVALID_HANDLE_VALUE;
3709 sv[0] = r;
3710 sv[1] = w;
3721 rb_w32_socketpair(int af, int type, int protocol, int *sv) argument
3727 sv[0] = rb_w32_open_osfhandle(pair[0], O_RDWR|O_BINARY|O_NOINHERIT);
3728 if (sv[0] == -1) {
3733 sv[1] = rb_w32_open_osfhandle(pair[1], O_RDWR|O_BINARY|O_NOINHERIT);
3734 if (sv[
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocmap.c602 ILCID_POSIX_SUBTABLE(sv) {
603 {0x1d, "sv"},
846 ILCID_POSIX_MAP(sv), /* sv Swedish 0x1d */
/macosx-10.9.5/ICU-511.35/icuSources/data/coll/
H A Dcolfiles.mk123 sr_Latn.txt sv.txt ta.txt te.txt th.txt\
/macosx-10.9.5/ICU-511.35/icuSources/data/curr/
H A Dresfiles.mk109 sr_Latn.txt sv.txt sw.txt sw_UG.txt swc.txt\
/macosx-10.9.5/ICU-511.35/icuSources/data/lang/
H A Dresfiles.mk87 sq.txt sr.txt sr_Cyrl.txt sr_Latn.txt sv.txt\

Completed in 346 milliseconds

12345678