Home
last modified time | relevance | path

Searched refs:handles (Results 51 – 75 of 76) sorted by path

1234

/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...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md238 Consumes the promise's ultimate value if the promise fulfills, or handles the
/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/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/flowcharts/
H A Dmermaid.min.js1handles:["w","e"].map(gi),input:function(t,e){return null==t?null:[[+t[0],e[0][1]],[+t[1],e[1][1]]…
/plugin/flowplayer/player/
H A DREADME.txt62 - JS plugins now handles grouped syntax like flowplayer("a.player" /*...*/ )
192 - now handles cuepoint parameters injected using the Adobe Media Encoder
194 - handles 3-part duration values included in FLV metadata, like "500.123.123"
451 - Context menu now correctly handles menu items that are configured by their string labels only (no…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md121 * #253: `isInTimeRange()` now correctly handles events that throw the
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1552 ¤ HandleID3v1Tag() now only handles ID3v1. Lyrics3 processing is
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md58 … a bunch of broken characters when non-ASCII input was given. Parser now handles UTF-8 input corre…
/plugin/newpagetemplate/
H A DREADME2 It handles both COMMON_PAGE_FROMTEMPLATE (implemented 2010-03-10) and
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/overlay/
H A Dscript.js27 handles: {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1handles the general decode maps where there are two values per\n * component, e.g. [0, 1, 0, 1, …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1handles the -1 case.\n let lastEdge = horizontal ? right : -1;\n\n for (let i = firstVisibleElem…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1556 now handles PGN data. It is available from the chess.uoknor.edu ftp site in
1643 that BOOKUP handles the centipawn evaluations in the "right" way, the EPD
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt523 * Bugfix: setParameter() now handles array parameters (such
H A Dphpthumb.faq.txt124 phpThumb.php handles all caching; your own object will need
238 phpThumb.php handles all the caching, so you're on your own
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js649 handles: false,
716 var handle = options.handles ? $(options.handles[i]) :
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/subjectindex/plugins/
H A Dbible_verses.txt29705 Now we know that the Law is fine provided one handles it lawfully
/plugin/syntaxhighlighter3/
H A DREADME.md46 …new.html#blocktitle) isn't a normal configuration option, but the plugin handles it as if it was, …
/plugin/syntaxhighlighter4/
H A DREADME.md41 The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatchev.com/SyntaxHighl…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2125 * Changed: delete before an overwriting copy/move is now handles by server class

1234