Home
last modified time | relevance | path

Searched refs:handles (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js649 handles: false,
716 var handle = options.handles ? $(options.handles[i]) :
/plugin/diagramsnet/lib/shapes/
H A DmxBootstrap.js1258 var handles = [Graph.createHandle(state, ['dx'], function(bounds)
1268 return handles;
1466 var handles = [Graph.createHandle(state, ['dx', 'dy'], function(bounds)
1478 return handles;
H A DmxSysML.js204 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
214 return handles;
290 var handles = [Graph.createHandle(state, ['labelX'], function(bounds)
300 return handles;
/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/diagramsnet/lib/shapes/mockup/
H A DmxMockupNavigation.js549 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
559 return handles;
H A DmxMockupGraphics.js775 var handles = [Graph.createHandle(state, ['gaugePos'], function(bounds)
785 return handles;
H A DmxMockupiOS.js4978 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
4988 return handles;
5137 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5147 return handles;
5216 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5226 return handles;
5289 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5299 return handles;
5377 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
5387 return handles;
H A DmxMockupContainers.js187 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
209 handles.push(handle2);
211 return handles;
H A DmxMockupForms.js1279 var handles = [Graph.createHandle(state, ['sliderPos'], function(bounds)
1289 return handles;
/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/syntaxhighlighter4/
H A DREADME.md41 The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatchev.com/SyntaxHighl…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc16 requests is the latency of the slowest request (assuming enough handles are
/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/photogallery/phpThumb/docs/
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/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/commonmark/vendor/league/commonmark/
H A DREADME.md214 [docs-example-twitter]: https://commonmark.thephpleague.com/customization/inline-parsing#example-1---twitter-handles
/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/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…
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1 …, \"explicit\", \"false\", \"for\", \"friend\", \"gettype\", \"goto\", \"handles\", \"implements\"…
/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/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md3 [Promises/A+](https://promisesaplus.com/) implementation that handles promise
/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;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md238 Consumes the promise's ultimate value if the promise fulfills, or handles the
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md182 * #253: `isInTimeRange()` now correctly handles events that throw the

1234