Home
last modified time | relevance | path

Searched refs:delays (Results 51 – 75 of 7754) sorted by relevance

12345678910>>...311

/dports/www/mediawiki137/mediawiki-1.37.1/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php51 private $delays = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
144 if ($this->delays) {
146 foreach ($this->delays as $id => $delay) {
148 unset($this->delays[$id]);
180 if (!$this->active && $this->delays) {
195 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
214 unset($this->delays[$id], $this->handles[$id]);
233 unset($this->handles[$id], $this->delays[$id]);
245 foreach ($this->delays as $time) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php51 private $delays = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
144 if ($this->delays) {
146 foreach ($this->delays as $id => $delay) {
148 unset($this->delays[$id]);
180 if (!$this->active && $this->delays) {
195 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
214 unset($this->delays[$id], $this->handles[$id]);
233 unset($this->handles[$id], $this->delays[$id]);
245 foreach ($this->delays as $time) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php51 private $delays = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
144 if ($this->delays) {
146 foreach ($this->delays as $id => $delay) {
148 unset($this->delays[$id]);
180 if (!$this->active && $this->delays) {
195 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
214 unset($this->delays[$id], $this->handles[$id]);
233 unset($this->handles[$id], $this->delays[$id]);
245 foreach ($this->delays as $time) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php51 private $delays = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
144 if ($this->delays) {
146 foreach ($this->delays as $id => $delay) {
148 unset($this->delays[$id]);
180 if (!$this->active && $this->delays) {
195 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
214 unset($this->delays[$id], $this->handles[$id]);
233 unset($this->handles[$id], $this->delays[$id]);
245 foreach ($this->delays as $time) {
/dports/www/nextcloud/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php51 private $delays = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
144 if ($this->delays) {
146 foreach ($this->delays as $id => $delay) {
148 unset($this->delays[$id]);
180 if (!$this->active && $this->delays) {
195 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
214 unset($this->delays[$id], $this->handles[$id]);
233 unset($this->handles[$id], $this->delays[$id]);
245 foreach ($this->delays as $time) {
/dports/audio/boops-lv2/BOops-1.8.2/src/ACE/
H A DACEReverb.hpp52 float* delays[2][RV_NZ]; /**< delay line buffer */ member in AceReverb
123 delays[0][i] = NULL; in AceReverb()
124 delays[1][i] = NULL; in AceReverb()
141 free (delays[0][i]); in ~AceReverb()
142 free (delays[1][i]); in ~AceReverb()
151 delays[c][i] = (float*)realloc ((void*)delays[c][i], size[c][i] * sizeof (float)); in setReverbPointers()
152 if (!delays[c][i]) { in setReverbPointers()
155 memset (delays[c][i], 0 , size[c][i] * sizeof (float)); in setReverbPointers()
157 endp[c][i] = delays[c][i] + e + 1; in setReverbPointers()
158 idx0[c][i] = idxp[c][i] = &(delays[c][i][0]); in setReverbPointers()
[all …]
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Ddelaywithselector.py37 delays = CompositeDisposable()
41 if (at_end[0] and delays.length == 0):
55 delays.add(d)
59 delays.remove(d)
64 delays.remove(d)
87 return CompositeDisposable(subscription, delays)
/dports/cad/py-pyfda/pyfda-0.1rc6/pyfda/filter_design/
H A Dma.py205 self.delays = wdg_fil_par['delays']
206 self.led_delays.setText(str(self.delays))
219 self.delays = int(abs(round(float(self.led_delays.text()))))
220 self.led_delays.setText(str(self.delays))
235 {'delays':self.delays,
278 fil_dict['N'] = self.delays * self.stages # updated filter order
292 L = self.delays + 1
360 self.delays = int(np.ceil(1 / (self.A_SB **(1/self.stages) *
370 self.delays = int(np.ceil(1 / (self.A_SB **(1/self.stages) *
376 self.delays = ceil_odd(self.delays) # enforce odd order
[all …]
/dports/devel/py-rx/Rx-3.2.0/rx/core/operators/
H A Ddelaywithmapper.py35 delays = CompositeDisposable()
39 if (at_end[0] and delays.length == 0):
53 delays.add(d)
57 delays.remove(d)
62 delays.remove(d)
79 return CompositeDisposable(subscription, delays)
/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/finance/prestashop/prestashop/vendor/guzzlehttp/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/www/phpmyfaq/phpmyfaq/src/libs/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/guzzlehttp/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/www/owncloud/owncloud/updater/vendor/guzzlehttp/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/www/owncloud/owncloud/lib/composer/guzzlehttp/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $delays = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
128 if ($this->delays) {
139 if (!$this->active && $this->delays) {
154 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
177 unset($this->handles[$id], $this->delays[$id]);
196 unset($this->delays[$id], $this->handles[$id]);
207 foreach ($this->delays as $id => $delay) {
209 unset($this->delays[$id]);
/dports/net/sipsak/sipsak-0.9.6/
H A Dshoot.c68 struct sipsak_delay delays; variable
186 delays.retryAfter = SIP_T2; in trace_reply()
238 delays.retryAfter = inv_final; in handle_default()
241 delays.retryAfter = SIP_T2; in handle_default()
268 …printf("%.3f/%.3f/%.3f ms\n", delays.small_delay, delays.all_delay / counters.run, delays.big_dela… in handle_default()
273 delays.retryAfter = SIP_T1; in handle_default()
343 delays.retryAfter = SIP_T2; in handle_usrloc()
513 if (delays.big_delay>0) { in handle_usrloc()
622 if (delays.big_delay>0) { in handle_usrloc()
794 delays.retryAfter = SIP_T1; in shoot()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MembraneUGens/
H A DMembrane.cpp74 t_delay *delays; member
92 t_delay *delays = unit->delays; in cycle() local
138 t_delay *delay = &delays[i]; in cycle()
183 unit->delays = in Membrane_init()
185 memset((void *) unit->delays, 0, unit->delay_n * sizeof(t_delay)); in Membrane_init()
204 delay = &unit->delays[d++]; in Membrane_init()
209 delay = &unit->delays[d++]; in Membrane_init()
219 t_delay *delay = &unit->delays[d++]; in Membrane_init()
226 t_delay *delay = &unit->delays[d++]; in Membrane_init()
305 RTFree(unit->mWorld, unit->delays); in Membrane_Dtor()
/dports/mail/p5-FuzzyOcr-devel/FuzzyOcr-3.6.0/FuzzyOcr/
H A DDeanimate.pm139 my ($loop, $loop_count, $delays) = @$info{qw(loop loop_count delays)};
143 my $maxn = @$delays - 1;
144 for (my $n = 0; $n < @$delays; $n++) {
145 $delays->[$n] > $maxdelay
146 and ($maxn, $maxdelay) = ($n, $delays->[$n]);
153 return @$delays - 1;
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/input/
H A DCursor.java85 …, int xHotspot, int yHotspot, int numImages, IntBuffer images, IntBuffer delays) throws LWJGLExcep… in Cursor() argument
90 if (delays != null) in Cursor()
91 BufferChecks.checkBufferSize(delays, numImages); in Cursor()
107 cursors = createCursors(width, height, xHotspot, yHotspot, numImages, images, delays); in Cursor()
161 …, int xHotspot, int yHotspot, int numImages, IntBuffer images, IntBuffer delays) throws LWJGLExcep… in createCursors() argument
184 long delay = (delays != null) ? delays.get(i) : 0; in createCursors()
208 long delay = (delays != null) ? delays.get(i) : 0; in createCursors()
218 …etImplementation().createCursor(width, height, xHotspot, yHotspot, numImages, images_copy, delays); in createCursors()
/dports/science/nest/nest-simulator-3.1/testsuite/pytests/mpi/2/
H A Dtest_connect_arrays_mpi.py57 delays = conns.delay
72 recv_delays = self.comm.gather(delays, root=0)
110 delays = np.ones(n)
111 nest.Connect(sources, targets, syn_spec={'weight': weights, 'delay': delays},
114 self.assert_connections(sources, targets, weights, delays, 'one_to_one')
125 delays = np.linspace(0.4, 1.3, len(sources)) # that is, a step of 0.1 between values.
129 'delay': delays,
132 self.assert_connections(sources, targets, weights, delays, 'one_to_one')
/dports/audio/libmysofa/libmysofa-1.2.1-16-g52590e1/src/tests/
H A Deasy.c40 float *delays; in test_easy() local
93 delays = malloc(filters * 2 * sizeof(float)); in test_easy()
115 ir + (2 * count + 1) * easy->hrtf->N, &delays[2 * count], in test_easy()
116 &delays[2 * count + 1]); in test_easy()
117 diff1 = fabs(phi * (360. / r) - delays[2 * count] * 48000 * 2); in test_easy()
118 diff2 = fabs(fmod(theta + 360, 360) - delays[2 * count + 1] * 48000 * 2); in test_easy()
129 delays[2 * count] * 48000 * 2, delays[2 * count + 1] * 48000 * 2); in test_easy()
150 easy->hrtf->DataDelay.values = delays; in test_easy()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/unbounded-delays-0.1.1.0/
H A Dunbounded-delays.cabal1 name: unbounded-delays
12 homepage: https://github.com/basvandijk/unbounded-delays
13 bug-reports: https://github.com/basvandijk/unbounded-delays/issues
15 synopsis: Unbounded thread delays and timeouts
25 Location: git://github.com/basvandijk/unbounded-delays.git
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unbounded-delays-0.1.1.0/
H A Dunbounded-delays.cabal1 name: unbounded-delays
12 homepage: https://github.com/basvandijk/unbounded-delays
13 bug-reports: https://github.com/basvandijk/unbounded-delays/issues
15 synopsis: Unbounded thread delays and timeouts
25 Location: git://github.com/basvandijk/unbounded-delays.git
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/unbounded-delays-0.1.1.1/
H A Dunbounded-delays.cabal1 name: unbounded-delays
12 homepage: https://github.com/basvandijk/unbounded-delays
13 bug-reports: https://github.com/basvandijk/unbounded-delays/issues
15 synopsis: Unbounded thread delays and timeouts
25 Location: git://github.com/basvandijk/unbounded-delays.git
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unbounded-delays-0.1.1.1/
H A Dunbounded-delays.cabal1 name: unbounded-delays
12 homepage: https://github.com/basvandijk/unbounded-delays
13 bug-reports: https://github.com/basvandijk/unbounded-delays/issues
15 synopsis: Unbounded thread delays and timeouts
25 Location: git://github.com/basvandijk/unbounded-delays.git

12345678910>>...311