Home
last modified time | relevance | path

Searched refs:play (Results 176 – 200 of 29589) sorted by relevance

12345678910>>...1184

/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/playbook/role/
H A Dtest_role.py181 i = RoleInclude.load('foo_tasks', play=mock_play, loader=fake_loader)
182 r = Role.load(i, play=mock_play)
222 r = Role.load(i, play=mock_play)
242 i = RoleInclude.load('foo_vars', play=mock_play, loader=fake_loader)
243 r = Role.load(i, play=mock_play)
264 r = Role.load(i, play=mock_play)
285 r = Role.load(i, play=mock_play)
308 r = Role.load(i, play=mock_play)
328 r = Role.load(i, play=mock_play)
375 r = Role.load(i, play=mock_play)
[all …]
H A Dtest_include_role.py105 def get_tasks_vars(self, play, tasks):
112 self.var_manager.get_vars(play=play, task=task))
120 play = Play.load(dict(
129 tasks = play.compile()
131 for role, task_vars in self.get_tasks_vars(play, tasks):
143 play = Play.load(dict(
150 tasks = play.compile()
169 play = Play.load(dict(
178 tasks = play.compile()
215 play = Play.load(dict(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/arc_support/
H A Dplaystore.css44 .large-view .play-contained {
50 .large-view .play-contained h1 {
56 .large-view .play-contained h2,
69 .play-contained {
81 .play-contained h1 {
90 .play-contained h2,
91 .play-contained strong {
100 .play-contained select {
114 .play-footer ul,
115 .play-header {
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/sdi/
H A D_drvwsh.sdi26 SID_SWITCHPAGE // ole : no, status : play rec
31 SID_SWITCHLAYER // ole : no, status : play rec
44 SID_PAGEMODE // ole : no, status : play rec
49 SID_LAYERMODE // ole : no, status : play rec
118 SID_MASTERPAGE // ole : no, status : play rec
311 FN_INSERT_SOFT_HYPHEN // status(final|play)
321 FN_INSERT_HARD_SPACE // status(final|play)
326 FN_INSERT_NNBSP // status(final|play)
1690 SID_RULER // ole : no, status : play rec
1934 SID_DASH // ole : no, status : play rec
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/game/
H A Dsavegame.cpp335 _GP(play).complete_overlay_on = 0; in DoBeforeRestore()
336 _GP(play).text_overlay_on = 0; in DoBeforeRestore()
372 _GP(play).FreeProperties(); in DoBeforeRestore()
444 _GP(play).want_speech = (-_GP(play).want_speech) - 1; in DoAfterRestore()
447 _GP(play).want_speech = (-_GP(play).want_speech) - 1; in DoAfterRestore()
451 _GP(play).debug_mode = 1; in DoAfterRestore()
492 int oldx1 = _GP(play).mboundx1, oldx2 = _GP(play).mboundx2; in DoAfterRestore()
493 int oldy1 = _GP(play).mboundy1, oldy2 = _GP(play).mboundy2; in DoAfterRestore()
497 _GP(play).music_queue_size = 0; in DoAfterRestore()
507 _GP(play).gscript_timer = gstimer; in DoAfterRestore()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/sdi/
H A D_drvwsh.sdi26 SID_SWITCHPAGE // ole : no, status : play rec
31 SID_SWITCHLAYER // ole : no, status : play rec
44 SID_PAGEMODE // ole : no, status : play rec
49 SID_LAYERMODE // ole : no, status : play rec
118 SID_MASTERPAGE // ole : no, status : play rec
310 FN_INSERT_SOFT_HYPHEN // status(final|play)
320 FN_INSERT_HARD_SPACE // status(final|play)
325 FN_INSERT_NNBSP // status(final|play)
1730 SID_RULER // ole : no, status : play rec
1966 SID_DASH // ole : no, status : play rec
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/examples/play-from-disk/
H A DREADME.md1 # play-from-disk
2 play-from-disk demonstrates how to send video and/or audio to your browser from flise saved to disk.
11 ### Download play-from-disk
14 go get github.com/pion/webrtc/v3/examples/play-from-disk
17 ### Open play-from-disk example page
20 ### Run play-from-disk with your browsers SessionDescription as stdin
24 Run `echo $BROWSER_SDP | play-from-disk`
27 1. Run `play-from-disk < my_file`
29 ### Input play-from-disk's SessionDescription into your browser
30 Copy the text that `play-from-disk` just emitted and copy into second text area
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libaf/
H A Daf_bs2b.c117 af->play = play_fbe; in control()
120 af->play = play_fle; in control()
123 af->play = play_s32be; in control()
126 af->play = play_u32be; in control()
129 af->play = play_s32le; in control()
132 af->play = play_u32le; in control()
135 af->play = play_s24be; in control()
138 af->play = play_u24be; in control()
159 af->play = play_s8; in control()
162 af->play = play_u8; in control()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libaf/
H A Daf_bs2b.c117 af->play = play_fbe; in control()
120 af->play = play_fle; in control()
123 af->play = play_s32be; in control()
126 af->play = play_u32be; in control()
129 af->play = play_s32le; in control()
132 af->play = play_u32le; in control()
135 af->play = play_s24be; in control()
138 af->play = play_u24be; in control()
159 af->play = play_s8; in control()
162 af->play = play_u8; in control()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/sdi/
H A Dfrmslots.sdi31 SID_NAVIGATOR // status(final|play)
36 SID_INFOBAR // status(final|play)
41 SID_SIDEBAR // status(final|play)
60 SID_SEARCH_DLG // ole(no) api(final/play/rec)
168 SID_UNDO // ole(no) api(final/play/rec)
173 SID_REDO // ole(no) api(final/play/rec)
178 SID_REPEAT // ole(no) api(final/play/rec)
205 SID_NEWWINDOW // ole(no) api(play/rec)
210 SID_EDITDOC // ole(?opt) api(play/rec)
215 SID_READONLYDOC // ole(?opt) api(play/rec)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/sdi/
H A Dfrmslots.sdi31 SID_NAVIGATOR // status(final|play)
36 SID_INFOBAR // status(final|play)
41 SID_SIDEBAR // status(final|play)
56 SID_SEARCH_DLG // ole(no) api(final/play/rec)
164 SID_UNDO // ole(no) api(final/play/rec)
169 SID_REDO // ole(no) api(final/play/rec)
174 SID_REPEAT // ole(no) api(final/play/rec)
201 SID_NEWWINDOW // ole(no) api(play/rec)
206 SID_EDITDOC // ole(?opt) api(play/rec)
211 SID_READONLYDOC // ole(?opt) api(play/rec)
[all …]
/dports/devel/p5-Test-Base/Test-Base-0.89/t/
H A Dlast.t7 is(shift()->test, 'all work and no play');
12 --- test: all work and no play
15 --- test: all work and no play
19 --- test: all work and no play
22 --- test: all work and no play
25 --- test: all work and no play
28 --- test: all work and no play
31 --- test: all work and no play
/dports/audio/xmp/xmp-4.1.0/src/
H A Dsound_netbsd.c72 ainfo.play.sample_rate = options->rate;
73 ainfo.play.channels = options->format & XMP_FORMAT_MONO ? 1 : 2;
76 ainfo.play.precision = 8;
77 ainfo.play.encoding = AUDIO_ENCODING_ULINEAR;
80 ainfo.play.precision = 16;
81 ainfo.play.encoding = AUDIO_ENCODING_SLINEAR;
85 ainfo.play.gain = gain;
86 ainfo.play.buffer_size = bsize;
97 static void play(void *b, int i)
139 play,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DMonitor.schelp10 { Out.ar(87, SinOsc.ar(MouseX.kr(240, 1000, 1) * [1, 2, 3], 0, 0.2)) }.play; // play three sine ton…
12 x.play(fromIndex: 87, fromNumChannels: 3, toIndex:0, toNumChannels:2); // play them back to the ste…
22 method::play
58 x.play(87, 3, 1, 2);
65 // multiple play
66 x.play(87, 1, 0, 2, multi:true);
67 x.play(88, 1, 0, 2, multi:true);
68 x.play(89, 1, 0, 2, multi:true);
137 x = Monitor.new.play(87, 3, 0, fadeTime: 3);
139 x.play;
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Overviews/
H A DEvent_types.schelp2 summary:: Different ways that an Event can "play"
7play:: message by evaluating ~play in the event, and the default behaviour of ~play is determined …
15 a = (play: { ~word.scramble.postln }, word: "hello word");
16 a.play;
19 a.play;
27 (type: \test, word: "annahme").play;
38 code::(degree: [0, 5, 7, 11]).play;::
47 a = (degree: 3, sustain: 40).play;
64 (type: \group, id: 2).play // create a group with nodeID 2
65 (type: \note, freq: 500, group: 2).play // play a synth in that group
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/HelpSource/Classes/
H A DGendy5.schelp26 {Pan2.ar(Gendy5.ar)}.play
34 play({
56 {Pan2.ar(Gendy5.ar(1,1,1.0,1.0,30,100,0.3,0.05,5))}.play
58 //play me
74 {Pan2.ar(Gendy5.ar(initCPs:1))}.play
77 {Pan2.ar(Gendy5.ar(initCPs:2))}.play
121 }.play
133 , 0.0)}.play
150 }.play
173 }.play
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dviewport.cpp23 extern GameState play;
35 if (offsetx + play.viewport.GetWidth() > roomWidth) in check_viewport_coords()
36 offsetx = roomWidth - play.viewport.GetWidth(); in check_viewport_coords()
37 if (offsety + play.viewport.GetHeight() > roomHeight) in check_viewport_coords()
38 offsety = roomHeight - play.viewport.GetHeight(); in check_viewport_coords()
45 if (play.offsets_locked == 0) { in update_viewport()
46 offsetx = multiply_up_coordinate(playerchar->x) - play.viewport.GetWidth()/2; in update_viewport()
47 offsety = multiply_up_coordinate(playerchar->y) - play.viewport.GetHeight()/2; in update_viewport()
H A Dcharacterinfo_engine.cpp33 extern GameState play;
280 if (play.speech_in_post_state || in update_character_animating()
281 (play.messagetime >= 0) && (play.messagetime < play.close_mouth_speech_time)) in update_character_animating()
326 (play.messagetime < play.close_mouth_speech_time))) { in update_character_animating()
400 x = play.entered_at_x; in update_character_follower()
401 y = play.entered_at_y; in update_character_follower()
419 y = play.entered_at_y; in update_character_follower()
423 y = play.entered_at_y; in update_character_follower()
427 x = play.entered_at_x; in update_character_follower()
431 x = play.entered_at_x; in update_character_follower()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/playbook/role/
H A Dtest_include_role.py105 def get_tasks_vars(self, play, tasks): argument
112 self.var_manager.get_vars(play=play, task=task))
120 play = Play.load(dict(
129 tasks = play.compile()
131 for role, task_vars in self.get_tasks_vars(play, tasks):
143 play = Play.load(dict(
150 tasks = play.compile()
169 play = Play.load(dict(
178 tasks = play.compile()
215 play = Play.load(dict(
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/playbook/role/
H A Dtest_include_role.py105 def get_tasks_vars(self, play, tasks): argument
115 self.var_manager.get_vars(play=play, task=task))
123 play = Play.load(dict(
132 tasks = play.compile()
134 for role, task_vars in self.get_tasks_vars(play, tasks):
146 play = Play.load(dict(
153 tasks = play.compile()
172 play = Play.load(dict(
181 tasks = play.compile()
218 play = Play.load(dict(
[all …]
/dports/games/freedink-engine/freedink-108.4/src/
H A Ddinkvar.c194 struct player_info play; variable
227 play.mouse = 0; in clear_talk()
1351 if (strlen (play.mapdat) > 0 && strlen (play.dinkdat) > 0) in load_game()
1603 fputc(play.item_magic, f); in save_game()
1634 memset(&play, 0, sizeof(play)); in kill_all_vars()
1668 if (play.item[i].active) in kill_item_script()
1708 if (play.mitem[i].active) in kill_mitem_script()
3951 strncpy(play.item[i].name, name, sizeof(play.item[i].name)); in add_item()
3952 play.item[i].name[sizeof(play.item[i].name)-1] = '\0'; in add_item()
3974 strncpy(play.mitem[i].name, name, sizeof(play.mitem[i].name)); in add_item()
[all …]
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/gtp/
H A DGtpSynchronizerTest.java45 play(BLACK, 3, 4); in testBasic()
49 play(BLACK, 4, 4); in testBasic()
50 play(WHITE, 5, 5); in testBasic()
51 play(BLACK, null); in testBasic()
62 play(WHITE, 5, 5); in testBasic()
63 play(BLACK, 4, 4); in testBasic()
82 play(BLACK, 3, 4); in testBasicFillPasses()
86 play(BLACK, 4, 4); in testBasicFillPasses()
87 play(WHITE, 5, 5); in testBasicFillPasses()
88 play(BLACK, null); in testBasicFillPasses()
[all …]
/dports/audio/madplay/madplay-0.15.2b/
H A Daudio_raw.c96 int play(struct audio_play *play) in play() function
101 len = audio_pcm(data, play->nsamples, play->samples[0], play->samples[1], in play()
102 play->mode, play->stats); in play()
142 return play(&control->play); in audio_raw()
/dports/games/quadra/quadra-1.3.0/source/
H A Dmenu_demo_central.cpp126 play = NULL; in Menu_demo_central()
133 if(play) in ~Menu_demo_central()
134 delete play; in ~Menu_demo_central()
148 if(play) { in clear_detail()
149 delete play; in clear_detail()
150 play = NULL; in clear_detail()
175 if(play->completed || !play->valid) { in drive_playback()
178 delete play; in drive_playback()
179 play = NULL; in drive_playback()
377 if(!play) { in step()
[all …]
/dports/audio/snd/snd-21.2/
H A Dsnd-forth-docs.fs14 ; :play #t with-sound drop
24 ; :play #t with-sound drop
32 ; :play #t with-sound drop
40 ; :play #t with-sound drop
48 ; :play #t with-sound drop
56 ; :play #t with-sound drop
64 ; :play #t with-sound drop
84 ; :play #t with-sound drop
105 ; :play #t with-sound drop
114 ; :play #t with-sound drop
[all …]

12345678910>>...1184