Home
last modified time | relevance | path

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

1234

/plugin/adfs/phpsaml/
H A DREADME.md97 * `openssl`. Install the openssl library. It handles x509 certificates.
100 * `gettext`. Install that library and its php driver. It handles translations.
748 This code handles the SAML response that the IdP forwards to the SP through the user's client.
890 This code handles the Logout Request and the Logout Responses.
1082 #### Example of a view that initiates the SSO request and handles the response (is the acs target) …
1164 #### Example (using Composer) that initiates the SSO request and handles the response (is the acs t…
/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/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/amcharts/assets/amcharts/plugins/export/
H A DREADME.md887 * Fixed: clipPath issue on SVG export (workaround until fabricJS handles that by themselves)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md457 * Fixed a memory leak in the CurlAdapter when reusing cURL handles.
506 * Only calling curl_multi_select when there are active cURL handles. This was
875 * Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin …
886 * Large refactoring to how CurlMulti handles work. There is now a proxy that sits in front of a poo…
887handles. This greatly simplifies the implementation, fixes a couple bugs, and provides a small per…
H A DUPGRADING.md388 handles both use cases.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
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;
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]);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md3 [Promises/A+](https://promisesaplus.com/) implementation that handles promise
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md263 …* Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1…
274 * Added the $context to context information when the ErrorHandler handles a regular php error
/plugin/bibtex/OSBib/format/
H A DREADME.txt151 …yle does not provide a definition for a specific resource type. It also handles editor/author swi…
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md180 * `FEAT`: rework diagram interaction handles ([#640](https://github.com/bpmn-io/diagram-js/pull/640…
266 * `FIX`: correct resize handles hidden behind element ([#1520](https://github.com/bpmn-io/bpmn-js/i…
525 * `FEAT`: add horizontal and vertical resize handles
/plugin/c3chart/assets/
H A Dd3.min.js2handles,function(t){return t.type});i.exit().remove(),i.enter().append("rect").attr("class",functi… property in qf
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md457 …upload progress and update the content when the process is done. It also handles editing and undo/…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1037 // this handles format characters at the ends of list lines
/plugin/ckgedit/ckeditor/
H A DCHANGES.md877 …upload progress and update the content when the process is done. It also handles editing and undo/…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1076 // this handles format characters at the ends of list lines
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1 …, \"explicit\", \"false\", \"for\", \"friend\", \"gettype\", \"goto\", \"handles\", \"implements\"…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1handles can be overridden by\n // registering a (non-DOM) handler on the editor for the event nam…
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md214 [docs-example-twitter]: https://commonmark.thephpleague.com/customization/inline-parsing#example-1---twitter-handles
/plugin/components/
H A DREADME.md80 …- This is the logic that handles the action. If you want to chain performing another action, retur…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705handles:["w","e"].map(gi),input:function(t,e){return null==t?null:[[+t[0],e[0][1]],[+t[1],e[1][1]]…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js11888 var handles = vertexHandlerCreateCustomHandles.apply(this, arguments);
11898 if (handles == null)
11900 handles = [];
12005 handles.push(handle);
12068 handles.push(handle);
12075 return (handles != null) ? handles.reverse() : null;
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/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6handles:["w","e"].map(gi),input:function(t,e){return null==t?null:[[+t[0],e[0][1]],[+t[1],e[1][1]]…

1234