Searched refs:Times (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtxn007.tcl39 if { [string equal $txt {Times log written}] == 1 } {
42 if { [string equal $txt {Times log flushed to disk}] == 1 } {
/macosx-10.10.1/cups-408/cups/data/
H A Dfont.defs46 #font Times-Bold Standard "(1.05)" Standard ROM
47 #font Times-BoldItalic Standard "(1.05)" Standard ROM
48 #font Times-Italic Standard "(1.05)" Standard ROM
49 #font Times-Roman Standard "(1.05)" Standard ROM
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsText.tcl49 $c create text 3.0i 3.0i -text "Southeast Times 10" \
50 -anchor se -tags text -font {Times 10} -stipple $stipple
52 $c create text 3.0i 3.5i -text "South Times Italic 24" \
53 -anchor s -tags text -font {Times 24 italic} -stipple $stipple
55 $c create text 3.0i 4.0i -text "Southwest Times Bold 18" \
56 -anchor sw -tags text -font {Times 18 bold} -stipple $stipple
58 $c create text 3.0i 4.5i -text "West Times Bold Italic 24"\
59 -anchor w -tags text -font {Times 24 {bold italic}} -stipple $stipple
63 -font {Times 18 bold} -stipple $stipple \
67 -font {Times 1
[all...]
H A Dvisual_bb.test51 message .msg -font {Times 18} -relief raised -width 4i \
H A Dconstraints.tcl192 text .t -width 80 -height 20 -font {Times -14} -bd 1
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsText.tcl49 $c create text 3.0i 3.0i -text "Southeast Times 10" \
50 -anchor se -tags text -font {Times 10} -stipple $stipple
52 $c create text 3.0i 3.5i -text "South Times Italic 24" \
53 -anchor s -tags text -font {Times 24 italic} -stipple $stipple
55 $c create text 3.0i 4.0i -text "Southwest Times Bold 18" \
56 -anchor sw -tags text -font {Times 18 bold} -stipple $stipple
58 $c create text 3.0i 4.5i -text "West Times Bold Italic 24"\
59 -anchor w -tags text -font {Times 24 {bold italic}} -stipple $stipple
63 -font {Times 18 bold} -stipple $stipple \
67 -font {Times 1
[all...]
H A Dvisual_bb.test56 message .msg -font {Times 18} -relief raised -width 4i \
H A Dconstraints.tcl151 text .t -width 80 -height 20 -font {Times -14} -bd 1
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dobsolete.tcl66 option add *Dialog.msg.font {Times 12} 21; # TkCaptionFont
67 option add *Dialog.dtl.font {Times 10} 21; # TkCaptionFont
68 option add *ErrorDialog*Label.font {Times -18} 21; # TkCaptionFont
/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Ddiy-fp.h73 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:WTF::double_conversion::DiyFp
H A Dfast-dtoa.cc640 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
646 DiyFp scaled_w = DiyFp::Times(w, ten_mk);
654 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk);
655 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk);
699 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
705 DiyFp scaled_w = DiyFp::Times(w, ten_mk);
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTwoSourceEffect.tcl50 -scrollin 1 -scrollout 1 -font {Times 24 italic}
52 -scrollin 1 -scrollout 1 -scrollreverse 1 -font {Times 24 italic}
/macosx-10.10.1/groff-38/groff/font/devps/generate/
H A DMakefile29 # Either long names (eg Times-Roman.afm) or short names (eg timesr.afm)
56 `$(AFMNAME) $(afmdir)/Times-Roman.afm` $(TEXTMAP) $@
60 `$(AFMNAME) $(afmdir)/Times-Bold.afm` $(TEXTMAP) $@
64 `$(AFMNAME) $(afmdir)/Times-Italic.afm` $(TEXTMAP) $@
68 `$(AFMNAME) $(afmdir)/Times-BoldItalic.afm` $(TEXTMAP) $@
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dctext.tcl84 -text {Text Position} -anchor s -font {Times 24} -fill brown
96 -text {Justification} -anchor s -font {Times 24} -fill brown
H A Dgoldberg.tcl341 -tag I0 -font {{Times Roman} 12 italic bold}
752 set font {{Times Roman} 8}
991 -font {{Times Roman} 12 bold}
994 -font {{Times Roman} 12 bold}
1589 -justify center -font {{Times Roman} 18 bold}
1593 $w.c itemconfig I24t -font [list {Times Roman} [expr {18 + 6*$step}] bold]
1622 -text "click to continue" -font {{Times Roman} 24 bold}
1629 $w.c itemconfig I24t -font [list {Times Roman} [expr {30 - 6*$step}] bold]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dctext.tcl84 -text {Text Position} -anchor s -font {Times 24} -fill brown
96 -text {Justification} -anchor s -font {Times 24} -fill brown
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Ddialog.tcl99 option add *Dialog.msg.font {Times 12} widgetDefault
H A Dbgerror.tcl108 set messageFont {Times -18}
H A Dmsgbox.tcl287 option add *Dialog.msg.font {Times 14} widgetDefault
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl101 font create logger::msgfont -family {Times} -size 12
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dfont.tcl57 {Times New Roman} \
76 {Times New Roman} \
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h329 #define Times(a,b) (a*b) macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dasm.h145 #define Times(a,b) (a*b) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tests/
H A Ddefs.tcl200 text .t -width 80 -height 20 -font {Times -14} -bd 1
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/test/
H A Ddefs.tcl200 text .t -width 80 -height 20 -font {Times -14} -bd 1

Completed in 272 milliseconds

12