Searched refs:Play (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/ext/
H A Dtest.tcl21 pack [button .b -text Play -command {s play}]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DCoolDialog.tcl12 button .bt1 -text {Play Me} -command {.m play}
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator.tcl18 pack [button .fb.a -bitmap snackPlay -command Play] -side left
52 proc Play {} { procedure
H A DmapChan.tcl30 pack [button .fb.b -bitmap snackPlay -command Play] -side left
38 proc Play {} { procedure
H A Decho.tcl40 pack [button .fb.b -bitmap snackPlay -command Play] -side left
48 proc Play {} { procedure
H A Dplaylist.tcl40 wm title . "Play list"
67 bind .frame.list <Double-ButtonPress-1> Play
74 pack [button .panel.bp -bitmap snackPlay -command Play] -side left
97 proc Play args { procedure
121 Play [expr int($p/100.0*[s length])]
152 after 100 Play
H A Dsnamp.tcl67 bind .frame.list <Double-ButtonPress-1> Play
74 pack [button .panel.bp -bitmap snackPlay -command Play] -side left
97 proc Play args { procedure
121 Play [expr int($p/100.0*[s length])]
147 after 10 Play
H A Dcompose.tcl61 pack [button .fb.b -bitmap snackPlay -command Play] -side left
74 proc Play {} { procedure
H A Dgenerator2.tcl18 pack [button .fb.a -bitmap snackPlay -command Play] -side left
72 proc Play {} { procedure
H A Drecord.tcl26 button .f1.bp -bitmap snackPlay -command Play
130 proc Play {} { procedure
H A DtomAmp.tcl72 balloon .panel.player.prev "Play previous in list"
73 pack [button .panel.player.bp -bitmap snackPlay -command Play] -side left
74 balloon .panel.player.bp "Play Selection"
89 balloon .panel.player.next "Play next in list"
148 $m add command -label "Play" -command {Play}
158 bind $LB <Double-ButtonPress-1> Play
240 foreach m {File Play-Lists Folders Settings Help} {
241 if {$m == "Play-Lists"} {
285 $Settings add check -label "Random Play"
603 proc Play {{offset 0}} { procedure
[all...]
H A Ddbrec.tcl55 button .f1.bp -bitmap snackPlay -width 40 -command Play -state disabled
73 grid [label .f1.f.g.lc -text <Space>=Play -relief raised -bd 3] -row 2 \
166 Play
343 proc Play {} { procedure
408 Play
482 bind . <space> Play
H A Dcool.tcl78 pack [button .f.pl -bitmap snackPlay -command {Play 0}] -side left
322 proc Play x { procedure
360 Play $v(pausex)
H A Dformant.tcl80 bind $w.c <ButtonPress-1> "vok4Move $w %x %y;Play"
164 proc Play {} { procedure
276 button .f1.b -bitmap snackPlay -command Play
H A Dxs.tcl270 snack::menuCommand Audio {Play range} PlayMark
271 snack::menuCommand Audio {Play All} PlayAll
272 snack::menuBind . p Audio {Play All}
273 snack::menuCommand Audio {Stop Play} StopPlay
425 bind .tb.play <Enter> {SetMsg "Play mark"}
2439 Play snd $start $end
2565 Play snd $start $end
2598 Play snd $start $end
2612 Play snd
2619 proc Play { procedure
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWebVideoFullscreenManagerProxy.mm135 m_page->send(Messages::WebVideoFullscreenManager::Play(), m_page->pageID());
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbasic.vim52 syn keyword basicStatement PEN pen Pen PLAY play Play
H A Dvb.vim190 syn keyword vbMethods PeekData Play Point PopulatePartial PopupMenu
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c259 void Play();
823 Play();
998 void Play(void) function
3023 "Play command already in progress.", // cclErr_PlayInProgress = -6013
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h719 void Play();
H A DoalSource.cpp597 mCalculateDistance = true; // change the distance next time the PreRender proc or a new Play() is called
614 mCalculateDistance = true; // change the velocity next time the PreRender proc or a new Play() is called
631 mCalculateDistance = true; // change the direction next time the PreRender proc or a new Play() is called
648 mCalculateDistance = true; // change the source relative next time the PreRender proc or a new Play() is called
1712 void OALSource::Play() function in class:OALSource
1715 DebugMessageN1("OALSource::Play called - OALSource = %ld\n", (long int) mSelfToken);
1718 DebugMessageN2("OALSource::Play called - OALSource:mState = %ld:%ld\n", (long int) mSelfToken, mState);
1740 DebugMessageN1("OALSource::Play (AL_PLAYING state) - kMQ_Retrigger added to MQ - OALSource = %ld", (long int) mSelfToken);
1753 DebugMessageN1("OALSource::Play (kTransitionToPause state) - kMQ_Resume added to MQ - OALSource = %ld", (long int) mSelfToken);
1765 DebugMessageN1("OALSource::Play (kTransitionToSto
[all...]
H A DoalImp.cpp2990 oalSource->Play(); // start playing the queue
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A Dsnack.tcl49 pack [scale .snackGainBox.s -label {Play volume} -orient horiz \

Completed in 143 milliseconds