Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
DLongestCommonSubsequenceTest.php20 private $implementation; variable in SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequenceTest
37 $this->implementation = $this->createImplementation();
54 $common = $this->implementation->calculate($from, $to);
66 $common = $this->implementation->calculate($from, $to);
80 $common = $this->implementation->calculate($from, $to);
91 $common = $this->implementation->calculate($from, $to);
101 $common = $this->implementation->calculate($from, $to);
106 $common = $this->implementation->calculate($from, $to);
112 $common = $this->implementation->calculate($from, $to);
122 $common = $this->implementation->calculate($from, $to);
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.LexerImpl.txt8 This parameter determines what lexer implementation can be used. The
14 Recommended, the lexer implementation will be auto-detected based on
19 This is a slim way of manually overridding the implementation.
21 implementation)
22 and DirectLex (the default PHP4 implementation). Only use this if
28 Super-advanced: you can specify your own, custom, implementation that
/plugin/matrixnotifierwas/vendor/psr/http-factory/
DREADME.md6 Note that this is not a HTTP Factory implementation of its own. It is merely interfaces that descri…
8 The installable [package][package-url] and [implementations][implementation-url] are listed on Pack…
12 [implementation-url]: https://packagist.org/providers/psr/http-factory-implementation
/plugin/matrixnotifierwas/vendor/psr/http-client/
DREADME.md6 Note that this is not a HTTP Client implementation of its own. It is merely abstractions that descr…
8 The installable [package][package-url] and [implementations][implementation-url] are listed on Pack…
12 [implementation-url]: https://packagist.org/providers/psr/http-client-implementation
/plugin/asciidocjs/node_modules/function-bind/
Dindex.js3 var implementation = require('./implementation'); variable
5 module.exports = Function.prototype.bind || implementation;
/plugin/asciidocjs/node_modules/fs.realpath/
DREADME.md5 In Node v6, the JavaScript implementation of fs.realpath was replaced
6 with a faster (but less resilient) native implementation. That raises
11 falling back to the JavaScript implementation. On versions of Node
/plugin/authgooglesheets/vendor/psr/cache/
DREADME.md7 Note that this is not a Cache implementation of its own. It is merely an
8 interface that describes a Cache implementation. See the specification for more
/plugin/masciimath/
DREADME.txt6 This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation i…
11 * View your wiki using Firefox (the only browser with a complete MathML implementation).
13 Known bugs/variations from the reference implementation (Jipsen's):
27 Jipsen's original implementation ASCIIMathML.js: http://www1.chapman.edu/~jipsen/mathml/asciimath.h…
/plugin/asciidocjs/node_modules/inherits/
DREADME.md6 implementation through [browser
8 implementation is a literal copy of standard one located in standalone
13 implementation in node.js environment, it allows bundlers such as
/plugin/improg/
DREADME2 * Improg Plugin: allows a simple 5 star implementation progress
15 Provides a simple 5 star implementation progress, modification of the rater plugin.
/plugin/asciidocjs/node_modules/longest/
DREADME.md38 …nschlinkert/repeat-string): Repeat the given string n times. Fastest implementation for repeating …
39 …schlinkert/pad-right): Right pad a string with zeros or a specified string. Fastest implementation.
40 …schlinkert/pad-left): Left pad a string with zeros or a specified string. Fastest implementation.
/plugin/fckg/
DREADME13 A bug was found in that implementation which affected Windows users and was
17 This distribution of fckgLite employs the corrected implementation of 'safe' encoding.
21 2. You can revert to the Anteater implementation of safe encoding.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnection-pool.asciidoc41 If you wish to explicitly set the `StaticNoPingConnectionPool` implementation,
51 Note that the implementation is specified via a namespace path to the class.
71 Note that the implementation is specified via a namespace path to the class.
93 Note that the implementation is specified via a namespace path to the class.
113 Note that the implementation is specified via a namespace path to the class.
163 implementation has a compatible constructor (since it is not defined in the
214 At first glance, the `sniffingConnectionPool` implementation seems superior. For
Dselectors.asciidoc31 Note that the implementation is specified via a namespace path to the class.
67 Note that the implementation is specified via a namespace path to the class.
85 Note that the implementation is specified via a namespace path to the class.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DREADME.md14 By abstracting the implementation details of different HTTP clients and
16 without tying your application to a specific implementation.
/plugin/asciidocjs/node_modules/asap/
DREADME.md87 implementation which is faster but stalls if a task throws an exception.
173 The implementation uses both and cancels whatever handler loses the race, since
186 It originally had a naïve implementation in terms of `setTimeout`, but
191 the internal implementation of `asap`, paying particular attention to
206 Ember’s RSVP promise implementation later [adopted][RSVP ASAP] the name ASAP but
208 Particularly, The `MessagePort` implementation was abandoned due to interaction
210 implementation backed on the newer and more reliable DOM `MutationObserver`
226 browser-only implementation.
/plugin/jplayer/vendor/mustache/mustache/
DREADME.md4 A [Mustache](http://mustache.github.com/) implementation in PHP.
71 …* [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/REA…
/plugin/api/
Dplugin.info.txt6 desc A rest api implementation
/plugin/colorbox/
Dplugin.info.txt6 desc Invokes the Colorbox software which is a jQuery lightbox implementation.
/plugin/webcomponent/_test/data/pages/
Dcontainer.txt4 [[https://getbootstrap.com/docs/4.3/layout/overview/#containers|container]] implementation of Boots…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DREADME.md4 This component provides a partial, native PHP implementation for the
/plugin/authgooglesheets/vendor/psr/http-message/
DREADME.md7 Note that this is not a HTTP message implementation of its own. It is merely an
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
DREADME.md4 This component provides a fallback implementation for the
/plugin/ckgedit/
DREADME.md1 ckgedit is a WYSIWYG editor for Dokuwiki. It is an implementation of fckgLite which replaces the
/plugin/matrixnotifierwas/vendor/psr/http-message/
DREADME.md7 Note that this is not a HTTP message implementation of its own. It is merely an

12345678910>>...12