Home
last modified time | relevance | path

Searched refs:pause (Results 126 – 150 of 18673) sorted by relevance

12345678910>>...747

/dports/audio/espeak/espeak-1.48.04-source/dictsource/
H A Deo_list168 ĝis $u+ $pause
169 inter $u+ $pause
178 pri $u+ $pause
180 post $u+ $pause
182 sen $u+ $pause
276 aŭ $u $pause
277 ĉar $u $pause
278 kaj $u $pause
280 nek $u $pause
281 se $u $pause
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/tests/unit_tests/
H A Dtf2ss.tst15 if sl.A<>-1/3 then pause,end
16 if sl.B*sl.C<>1/3 then pause,end
17 if sl.D<>0 then pause,end
18 if sl.X0<>0 then pause,end
19 if sl.dt<>"c" then pause,end
23 if sl.A<>-1/3 then pause,end
25 if sl.D<>0 then pause,end
26 if sl.X0<>0 then pause,end
27 if sl.dt<>"d" then pause,end
34 if sl1.X0<>0 then pause,end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/nonreg_tests/
H A Dbug_3567.tst21 if or(v <> ref_v) then pause,end
33 if or(ref_ind <> ind) then pause,end
34 if or(ref_v <> v) then pause,end
35 if or(ref_ind <> ind2) then pause,end
54 if or(values_1 <> values_2) then pause,end
78 if ierr <> 0 then pause,end
81 if ierr <> 999 then pause,end
84 if ierr <> 0 then pause,end
87 if ierr <> 999 then pause,end
90 if ierr <> 0 then pause,end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/tests/nonreg_tests/
H A Dbug_3407.tst34 l=myfun();if l(1)<>13 then pause,end
38 l=myfun2();if l(1)<>1 then pause,end
43 l=myfun2();if l(1)<>2 then pause,end
50 l=myfun2();if l(1)<>3 then pause,end
58 l=myfun2();if l(1)<>4 then pause,end
66 l=myfun2();if l(1)<>4 then pause,end
76 l=myfun2();if l(1)<>5 then pause,end
86 l=myfun2();if l(1)<>7 then pause,end
90 l=myfun2();if l(1)<>1 then pause,end
95 l=myfun2();if l(1)<>2 then pause,end
[all …]
H A Dbug_7805.tst23 // pause level must be 0 (-->)
27 pause
28 // pause level must be 1 (-1->)
30 pause
32 // pause level must be 2 (-2->)
39 if exists("c") == 1 then pause,end
42 if exists("b") == 0 then pause, end
43 if exists("a") == 0 then pause, end
46 // pause level must be 1 and b was defined in pause level 2
47 if exists("b") == 1 then pause, end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_4855.tst86 if f.visible <> svalue then pause; end;
105 if a.visible <> svalue then pause; end;
106 if a.filled <> svalue then pause; end;
108 if a.isoview <> svalue then pause; end;
113 if a.line_mode <> svalue then pause; end;
142 if e.visible <> svalue then pause; end;
143 if e.closed <> svalue then pause; end;
162 if e.visible <> svalue then pause; end;
180 if e.visible <> svalue then pause; end;
195 if e.visible <> svalue then pause; end;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/tests/unit_tests/
H A Dfunction.tst17 if foo(2)<>4 then pause,end
33 if foo()<>2 then pause,end
38 if foo()<>2 then pause,end
142 if z<>3 then pause,end
149 if z<>3 then pause,end
154 if z<>3 then pause,end
164 if z<>5 then pause,end
173 if z<>5 then pause,end
180 if z<>5 then pause,end
188 if z<>5 then pause,end
[all …]
H A Dgetversion.tst12 if execstr("getversion();","errcatch") <> 0 then pause, end
13 if execstr("[version,opts]=getversion()","errcatch") <> 0 then pause, end
29 if type(A) <> 10 then pause, end
33 if type(A) <> 10 then pause, end
34 if type(B) <> 10 then pause, end
38 if type(A) <> 1 then pause, end
39 if or( size(A) <> [1 4]) then pause, end
43 if type(A) <> 10 then pause, end
50 if type(A) <> 1 then pause, end
51 if type(B) <> 10 then pause, end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/tests/unit_tests/
H A Dlu.tst17 if L<>[]|U<>[] then pause,end
19 if L<>[]|U<>[]|E<>[] then pause,end
23 if Err(L*U-E*A) >200*%eps then pause,end
33 if Err(L*U-A) >200*%eps then pause,end
35 if Err(L*U-E*A) >200*%eps then pause,end
38 if Err(L*U-Ac) >200*%eps then pause,end
45 if Err(L*U-A) >200*%eps then pause,end
50 if Err(L*U-Ac) >200*%eps then pause,end
57 if Err(L*U-A) >200*%eps then pause,end
62 if Err(L*U-Ac) >200*%eps then pause,end
[all …]
H A Dspec.tst69 if S<>[] then pause,end
72 if al<>[] then pause,end
73 if be<>[] then pause,end
93 if Checktestmat1(3,5)>200*%eps then pause,end
95 if Err(U*S/U-testmat1(3,5))>200*%eps then pause,end
97 if Checktestmat2(3,5)>200*%eps then pause,end
99 if Err(U*S/U-testmat2(3,5))>200*%eps then pause,end
111 if Checktestmat1(3+2*%i,5)>200*%eps then pause,end
116 if Checktestmat2(3+2*%i,5)>200*%eps then pause,end
134 if Checktestmat1(3,50)>1000*%eps then pause,end
[all …]
H A Dhess.tst16 if hess([])<>[] then pause,end
18 if U<>[]|H<>[] then pause,end
30 if Err(H-H1)>200*%eps then pause,end
31 if Err(U'*U-eye()) >200*%eps then pause,end
32 if Err(U'*A*U-H1) >200*%eps then pause,end
37 if Err(H-H1)>200*%eps then pause,end
38 if Err(U'*U-eye()) >200*%eps then pause,end
39 if Err(U'*A*U-H1) >200*%eps then pause,end
44 if Err(H-H1)>200*%eps then pause,end
45 if Err(U'*U-eye()) >1000*%eps then pause,end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/io/tests/unit_tests/
H A Dfile.tst15 if a <> [] then pause,end;
16 if b <> [] then pause,end;
17 if c <> [] then pause,end;
18 if d <> [] then pause,end;
19 if e <> [] then pause,end;
23 if a <> [] then pause,end;
24 if b <> [] then pause,end;
25 if c <> [] then pause,end;
26 if d <> [] then pause,end;
30 if a <> [] then pause,end;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/tests/nonreg_tests/
H A Dbug_4266.tst17 if or(size(a)<>[2 2]) then pause,end
19 if or(size(a)<>[2 2]) then pause,end
20 if or(a<>ones(2,2)) then pause,end
25 if or(size(a)<>[2 2]) then pause,end
27 if or(size(a)<>[2 2]) then pause,end
28 if or(a<>zeros(2,2)) then pause,end
33 if or(size(a)<>[2 2]) then pause,end
35 if or(size(a)<>[2 2]) then pause,end
36 if or(a<>a(:,:)) then pause,end
42 if or(size(a)<>[2 2]) then pause,end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/tests/unit_tests/
H A DatomsVersionCompare.tst11 if atomsVersionCompare("5.1" ,"5.1.0") <> 0 then pause, end
12 if atomsVersionCompare("5.1.0" ,"5.1") <> 0 then pause, end
13 if atomsVersionCompare("5.1.00000" ,"5.1.0.0") <> 0 then pause, end
14 if atomsVersionCompare("5.1.0.0" ,"5.1.00000") <> 0 then pause, end
16 if atomsVersionCompare("5.1.0","5.1.2") <> -1 then pause, end
17 if atomsVersionCompare("5.1.2","5.1.0") <> 1 then pause, end
19 if atomsVersionCompare("10.0","2.6.9") <> 1 then pause, end
24 if or( atomsVersionCompare(A,"5.1")<>B ) then pause, end
26 if atomsVersionCompare("1.4-1" ,"1.4") <> 1 then pause, end
27 if atomsVersionCompare("1.4-1" ,"1.4-3") <> -1 then pause, end
[all …]
/dports/devel/R-cran-rgexf/rgexf/demo/
H A Dgexf.R9 pause()
12 pause()
17 pause()
24 pause()
35 pause()
45 pause()
50 pause()
55 pause()
60 pause()
65 pause()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dstrrev.tst18 if r<>str_clean then pause,end
25 if r<>str_without_blanks then pause,end
34 if r<>str_clean then pause,end
39 if s <> '' then pause,end
52 if strrev(str1) <> str1_rev then pause,end
53 if strrev(str2) <> str2_rev then pause,end
54 if strrev(str3) <> str3_rev then pause,end
56 if strrev(str1_rev) <> str1 then pause,end
57 if strrev(str2_rev) <> str2 then pause,end
58 if strrev(str3_rev) <> str3 then pause,end
[all …]
H A Dlength.tst17 if (l <> 0) then pause,end;
23 if (l <> 1) then pause,end;
37 if (l <> 6 ) then pause,end;
47 if (LS1 <> 6 ) then pause,end;
48 if (LS2 <> 7 ) then pause,end;
58 if length(m) <> 2 then pause,end
63 if length(l) <> 4 then pause,end
68 if length(M) <> 3 then pause,end
73 if length(Sys) <> 7 then pause,end
85 if length("abd")<>3 then pause,end
[all …]
H A Dtokens.tst18 if tokens(' ',' ') <> [] then pause,end
21 if s <> [' '; ' '] then pause,end
24 if s <> ascii(9) then pause,end
27 if s <> [' '; ' '] then pause,end
30 if s <> ascii(9) then pause,end
36 if and(ref <> r) then pause,end
42 if and(ref <> r) then pause,end
48 if and(ref <> r) then pause,end
54 if and(ref <> r) then pause,end
60 if and(ref <> r) then pause,end
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJTimer.cpp52 pause = 0; in Start()
58 if (!pause) in Pause()
60 pause = SDL_GetTicks(); in Pause()
68 if (pause) in Continue()
71 pause = 0; in Continue()
78 if (!pause) in Lap()
95 if (!pause) in Tick()
107 if (!pause) in Cycles()
117 if (!pause) in Changed()
130 if (!pause) in TotalLap()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/unit_tests/
H A Dconjgrad_sparse.tst41 if fail<>0 then pause,end
42 if iter<>10 then pause,end
43 if err > 10**3*%eps then pause,end
51 if fail<>0 then pause,end
52 if iter<>11 then pause,end
53 if err > 100**3*%eps then pause,end
61 if fail<>0 then pause,end
62 if iter<>10 then pause,end
63 if err > 10**3*%eps then pause,end
71 if fail<>0 then pause,end
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/commands/deployment/
H A Dpause.html.md.erb3 page_title: "Commands: deployment pause"
4 sidebar_current: "docs-commands-deployment-pause"
6 The deployment pause command is used to pause a deployment and disallow new
10 # Command: deployment pause
12 The `deployment pause` command is used to pause a deployment. Pausing a
13 deployment will pause the placement of new allocations as part of rolling
19 nomad deployment pause [options] <deployment id>
22 The `deployment pause` command requires a single argument, a deployment ID or
35 Manually pause a deployment:
38 $ nomad deployment pause 2f14ba55
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dfpdf_progressive_render_embeddertest.cpp53 return StartRenderPageWithFlags(page, pause, 0); in StartRenderPage()
58 IFSDK_PAUSE* pause, in StartRenderPageWithFlags() argument
79 int rv = FPDF_RenderPage_Continue(page, pause); in ContinueRenderPage()
138 FakePause pause(false); in TEST_F() local
139 EXPECT_TRUE(StartRenderPage(page, &pause)); in TEST_F()
165 FakePause pause(true); in TEST_F() local
166 bool render_done = StartRenderPage(page, &pause); in TEST_F()
170 render_done = ContinueRenderPage(page, &pause); in TEST_F()
200 FakePause pause(true); in TEST_F() local
205 render_done = ContinueRenderPage(page, &pause); in TEST_F()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/tests/nonreg_tests/
H A Dbug_623.tst21 if or(1<>[uno uno]) then pause,end
22 if or([1 1]<>[uno uno]) then pause,end
23 if or([uno uno]<>1) then pause,end
24 if or([uno uno]<>[1 1]) then pause,end
26 if execstr("uint8(1) & %t" ,"errcatch") <> 0 then pause,end
27 if execstr("%t & uint8(1)" ,"errcatch") <> 0 then pause,end
28 if execstr("int32(1) & %t" ,"errcatch") <> 0 then pause,end
29 if execstr("%t & int32(1)" ,"errcatch") <> 0 then pause,end
30 if execstr("uint32(1) & %t" ,"errcatch") <> 0 then pause,end
31 if execstr("%t & uint32(1)" ,"errcatch") <> 0 then pause,end
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/docs/scripts/clirecording/
H A Dclidirector.py34 self.pause(3)
40 self.pause(1.5)
60 if pause is None:
70 real_pause = random.uniform(0, pause) + 0.4 * pause
74 real_pause += pause
79 self.pause(real_pause)
82 if pause is None:
88 self.press_key(key, pause=pause, target=target)
94 self.pause(1.25)
96 self.pause(0.5)
[all …]
/dports/games/vamos/vamos-0.7.1/world/
H A DSounds.cc144 mp_grass_sound->pause (); in play_tire_squeal_sound()
167 mp_kerb_sound->pause (); in play_kerb_sound()
185 mp_grass_sound->pause (); in play_grass_sound()
198 mp_grass_sound->pause (); in play_gravel_sound()
239 mp_wind_sound->pause (); in play_wind_sound()
269 Sounds::pause () in pause() function in Vamos_World::Sounds
276 mp_kerb_sound->pause (); in pause()
278 mp_grass_sound->pause (); in pause()
280 mp_gravel_sound->pause (); in pause()
282 mp_scrape_sound->pause (); in pause()
[all …]

12345678910>>...747