Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php21 $chain = new DriverChain([$driver]);
23 … $this->assertSame($metadata, $chain->loadMetadataForClass(new \ReflectionClass('\stdClass')));
40 $chain = new DriverChain([$driver1, $driver2]);
42 $this->assertSame(['Foo', 'Bar'], $chain->getAllClassNames());
64 $chain = new DriverChain([$driver]);
65 $chain->getAllClassNames();
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js13 var counts = _(lyrics).chain()
28 numbers = _(numbers).chain().select(function(n) {
40 numbers = _.chain(numbers).select(function(n) {
52 numbers = _(numbers).chain()
63 var instance = _([1, 2, 3, 4, 5]).chain();
71 var instance = _([1, 2, 3]).chain();
78 var instance = _([1, 2, 3]).chain();
85 var o = _([1, 2, 3, 4]).chain();
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js21 Function.chain = function(from,ext){ function
32 Function.prototype.chain = function(){
151 window.addClass = addClass.chain(ApplyCurrentElement)
152 window.go = go.chain(ChangeSlide)
/plugin/codemirror/dist/modes/
H A Dtiki.min.js.map1chain","parser","sol","ch","eat","eatSpace","eatWhile","inPlugin","indentUnit","pluginName","type"…
H A Dtiddlywiki.min.js.map1chain","stream","state","f","tokenize","tokenBase","sol","ch","peek","block","test","match","twTok…
H A Dtcl.min.js.map1chain","stream","state","f","tokenize","tokenBase","beforeParams","ch","next","inParams","tokenStr…
H A Dperl.min.js1chain=null;b.style=null;b.tail=null;b.tokenize=function(a,b){var f=false,g,h=0;while(g=a.next()){i…
H A Dvelocity.min.js.map1chain","stream","state","f","tokenize","tokenBase","beforeParams","ch","next","inString","inParams…
H A Dcrystal.min.js.map1chain","tokenize","stream","state","push","operators","conditionalOperators","indexingOperators","…
H A Druby.min.js.map1chain","newtok","stream","state","tokenize","push","tokenBase","sol","match","eol","readBlockComme…
H A Dpig.min.js.map1chain","stream","state","f","tokenize","tokenComment","isEnd","ch","next","tokenBase","tokenString…
H A Deiffel.min.js.map1chain","newtok","stream","state","tokenize","push","tokenBase","eatSpace","ch","next","readQuoted"…
H A Dxquery.min.js.map1chain","stream","state","f","tokenize","tokenBase","ch","next","mightBeFunction","isEQName","isEQN…
H A Dmirc.min.js.map1chain","stream","state","f","tokenize","tokenBase","beforeParams","ch","next","test","inParams","e…
H A Ddylan.min.js.map1chain","stream","state","tokenize","tokenBase","ch","peek","next","tokenString","eat","tokenCommen…
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php182 * @param array $chain certificate chain
188 public function isValid($purpose, $chain = array(), $cainfo = array()) { argument
198 foreach ($chain as $cert) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js7 …cies[name];if(deps){var chain=this._loaded.bind(this,name);for(var i=0;i<deps.length;i+=1){chain=t…
8 chain();}else{this._loaded(name);}};ResourceLoader.prototype._loaded=function(name){var resource=th…
H A Djquery.syntax.min.js7 …cies[name];if(deps){var chain=this._loaded.bind(this,name);for(var i=0;i<deps.length;i+=1){chain=t…
8 chain();}else{this._loaded(name);}};ResourceLoader.prototype._loaded=function(name){var resource=th…
/plugin/chain/
H A Dsyntax.php61 $this->Lexer->addEntryPattern('<chain(?=.*?>.*?</chain>)',$mode,'plugin_chain');
/plugin/redirector/
H A DredirectURLs.txt.orig2 # they can be written to overwrite parts again, when the chain goes down to the end
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfilter.rst13 You can also chain filters and pass arguments to them:
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md15 * Fixed: Breaking the event chain was not possible in `EventEmitter::once`.
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js1744 function chain(value) { function
1833 return chain(this);
3573 var chain = !(isObject(options) && 'chain' in options) || !!options.chain,
3582 if (chain || chainAll) {
3712 lodash.chain = chain;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md81 // Return a value and don't break the chain
98 Promises can be chained one after the other. Each then in the chain is a new
100 promise in the chain. Returning a promise in a `then` callback will cause the
101 subsequent promises in the chain to only be fulfilled when the returned promise
102 has been fulfilled. The next promise in the chain will be invoked with the
161 You can also forward a rejection down the promise chain by returning a
472 down the chain without using recursion.
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md42 * Fixed: Breaking the event chain was not possible in `EventEmitter::once`.

12345