Home
last modified time | relevance | path

Searched refs:handles (Results 51 – 75 of 76) sorted by last modified time

1234

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1552 ¤ HandleID3v1Tag() now only handles ID3v1. Lyrics3 processing is
/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/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/codemirror/dist/modes/
H A Dvb.min.js.map1 …, \"explicit\", \"false\", \"for\", \"friend\", \"gettype\", \"goto\", \"handles\", \"implements\"…
/plugin/overlay/
H A Dscript.js27 handles: {
/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/pdfjs/pdfjs/web/
H A Dviewer.js.map1handles the -1 case.\n let lastEdge = horizontal ? right : -1;\n\n for (let i = firstVisibleElem…
/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/syntaxhighlighter4/
H A DREADME.md41 The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatchev.com/SyntaxHighl…
/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/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/ckgdoku/scripts/
H A Dparse_wiki.js.unc1037 // this handles format characters at the ends of list lines
/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/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/syntaxhighlighter3/
H A DREADME.md46 …new.html#blocktitle) isn't a normal configuration option, but the plugin handles it as if it was, …
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md887 * Fixed: clipPath issue on SVG export (workaround until fabricJS handles that by themselves)
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md121 * #253: `isInTimeRange()` now correctly handles events that throw the
/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/subjectindex/plugins/
H A Dbible_verses.txt29705 Now we know that the Law is fine provided one handles it lawfully
/plugin/components/
H A DREADME.md80 …- This is the logic that handles the action. If you want to chain performing another action, retur…
/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/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/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';

1234