Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php74 $handles = $this->getHandles();
90 0 => isset($handles[0]) ? $handles[0] : ['pipe', 'r'],
91 1 => isset($handles[1]) ? $handles[1] : ['pipe', 'w'],
92 2 => isset($handles[2]) ? $handles[2] : ['pipe', 'w'],
173 if (isset($handles[1])) {
174 rewind($handles[1]);
175 $stdout = stream_get_contents($handles[1]);
176 fclose($handles[1]);
179 if (isset($handles[2])) {
180 rewind($handles[2]);
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php26 private $handles = []; variable in GuzzleHttp\\Ring\\Client\\CurlMultiHandler
38 * out while selecting curl handles. Defaults to 1 second.
70 if ($this->handles) {
105 // Transfer outstanding requests if there are too many open handles.
106 if (count($this->handles) >= $this->maxHandles) {
144 } while ($this->active || $this->handles);
150 $this->handles[$id] = $entry;
172 if (isset($this->handles[$id])) {
175 $this->handles[$id]['handle']
177 curl_close($this->handles[
[all...]
H A DCurlHandler.php8 * HTTP handler that uses cURL easy handles as a transport layer.
21 /** @var array Array of curl easy handles */
22 private $handles = []; variable in GuzzleHttp\\Ring\\Client\\CurlHandler
24 /** @var array Array of owned curl easy handles */
27 /** @var int Total number of idle handles to keep in cache */
33 * - factory: Optional callable factory used to create cURL handles.
36 * - max_handles: Maximum number of idle handles (defaults to 5).
42 $this->handles = $this->ownedHandles = [];
53 foreach ($this->handles as $handle) {
104 return $this->handles[
[all...]
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js21 this.handles = handle.collect( function(e) { return $(e) });
23 this.handles = [$(handle)];
35 this.values = this.handles.map( function() { return 0 });
52 (this.handles[0].offsetHeight != 0 ?
53 this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
54 (this.handles[0].offsetWidth != 0 ? this.handles[0].offsetWidth :
55 this.handles[0].style.width.replace(/px$/,""));
75 this.handles.each( function(h,i) {
76 i = slider.handles.length-1-i;
95 this.handles.each( function(h) {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php24 private $handles = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
111 $this->handles[$id]['easy']->handle
140 while ($this->handles || !$queue->isEmpty()) {
153 $this->handles[$id] = $entry;
171 if (!isset($this->handles[$id])) {
175 $handle = $this->handles[$id]['easy']->handle;
176 unset($this->delays[$id], $this->handles[$id]);
189 if (!isset($this->handles[$id])) {
194 $entry = $this->handles[$id];
195 unset($this->handles[$id], $this->delays[$id]);
H A DCurlFactory.php21 private $handles = []; variable in GuzzleHttp\\Handler\\CurlFactory
56 $easy->handle = $this->handles
57 ? array_pop($this->handles)
69 if (count($this->handles) >= $this->maxHandles) {
81 $this->handles[] = $resource;
/plugin/diagramsnet/lib/shapes/
H A DmxBasic.js72 return handles;
155 return handles;
379 return handles;
477 return handles;
576 return handles;
659 return handles;
739 return handles;
902 return handles;
1035 return handles;
1125 return handles;
[all …]
H A DmxArrows.js174 return handles;
310 return handles;
440 return handles;
580 return handles;
744 return handles;
886 return handles;
1050 return handles;
1208 return handles;
1365 return handles;
1528 return handles;
[all …]
H A DmxInfographic.js75 return handles;
244 return handles;
308 return handles;
426 return handles;
549 return handles;
681 return handles;
813 return handles;
968 return handles;
1070 return handles;
1723 return handles;
[all …]
H A DmxGmdl.js371 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
381 return handles;
467 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
477 return handles;
636 var handles = [Graph.createHandle(state, ['hPos'], function(bounds)
646 return handles;
745 return handles;
878 return handles;
943 var handles = [Graph.createHandle(state, ['dx1'], function(bounds)
963 handles.push(handle2);
[all …]
H A DmxFlowchart.js74 var handles = [Graph.createHandle(state, ['size'], function(bounds)
85 return handles;
H A DmxFloorplan.js827 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
837 return handles;
902 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
912 return handles;
1030 return handles;
1100 return handles;
1170 return handles;
1246 return handles;
1316 return handles;
1474 return handles;
[all …]
H A DmxAndroid.js974 handles.push(handle2);
976 return handles;
1051 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1061 return handles;
1143 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1153 return handles;
1236 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1246 return handles;
1326 var handles = [Graph.createHandle(state, ['dy'], function(bounds)
1336 return handles;
[all …]
H A DmxElectrical.js190 var handles = [Graph.createHandle(state, ['notch'], function(bounds)
200 return handles;
272 var handles = [Graph.createHandle(state, ['notch'], function(bounds)
282 return handles;
360 var handles = [Graph.createHandle(state, ['notch'], function(bounds)
370 return handles;
472 var handles = [Graph.createHandle(state, ['notch'], function(bounds)
482 return handles;
H A DmxLeanMap.js2149 var handles = [Graph.createHandle(state, ['dy1'], function(bounds)
2172 handles.push(handle2);
2186 handles.push(handle3);
2200 handles.push(handle4);
2214 handles.push(handle5);
2226 handles.push(handle6);
2228 return handles;
/plugin/newpagetemplate/
H A DREADME2 It handles both COMMON_PAGE_FROMTEMPLATE (implemented 2010-03-10) and
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
/plugin/advanced/lang/en/config/
H A Duserstyle.txt5 …tched through a single dispatcher in [[xref>lib/exe/css.php]] which also handles caching, pattern …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_preserves_safety_filters.test2 "autoescape" tag handles filters preserving the safety
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js288 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
298 return handles;
368 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
378 return handles;
1577 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1598 handles.push(handle2);
1610 handles.push(handle3);
1622 handles.push(handle4);
1624 return handles;
1707 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
[all …]
/plugin/aimg/
H A Dscript.js271 handles: ['tl', 'tm', 'tr', property in DragResize.props
319 for (var h = 0; h < handles.length; h++)
323 hDiv.className = myName + ' ' + myName + '-' + handles[h];
324 elm['_handle_' + handles[h]] = elm.appendChild(hDiv);
329 for (var h = 0; h < handles.length; h++)
331 elm['_handle_' + handles[h]].style.visibility = show ? 'inherit' : 'hidden';
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js5456 return handles;
5485 return handles;
5514 return handles;
5539 return handles;
5792 return handles;
5853 return handles;
5886 return handles;
5909 return handles;
5971 return handles;
6258 handles = handles.concat(temp);
[all …]
/plugin/overlay/
H A Dscript.js27 handles: {
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js240 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
250 return handles;
607 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
617 return handles;
1343 …var handles = [Graph.createHandle(state, ['dx', 'spacingLeft', 'align', 'varticalAlign', 'spacingB…
1372 return handles;
/plugin/components/
H A DREADME.md80 …- This is the logic that handles the action. If you want to chain performing another action, retur…

1234