/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | endpoint-closure.asciidoc | 1 [[endpoint-closure]] 2 === Set the Endpoint closure 4 The client uses an Endpoint closure to dispatch API requests to the correct 6 closure, which means this is a handy location if you wish to extend the
|
H A D | configuration.asciidoc | 24 * <<endpoint-closure>> 52 include::endpoint-closure.asciidoc[]
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/ |
H A D | SnapshotClass.php | 22 private static $closure; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass 31 self::$closure = function () {};
|
/plugin/remotescript/lib/JsHttpRequest/debug/ |
H A D | JsHttpRequest-script.js | 285 var closure = function() { function 289 JsHttpRequest.setTimeout(closure, 50); 463 var closure = function() { method in JsHttpRequest.extend.load 477 var closure = function() { method in JsHttpRequest.extend.load 483 JsHttpRequest.setTimeout(closure, 10);
|
H A D | JsHttpRequest.js | 286 var closure = function() { function 290 JsHttpRequest.setTimeout(closure, 50); 591 var closure = function() { method in JsHttpRequest.extend.load 605 var closure = function() { method in JsHttpRequest.extend.load 611 JsHttpRequest.setTimeout(closure, 10); 734 var closure = function() { function 789 JsHttpRequest.setTimeout(closure, 100);
|
H A D | JsHttpRequest-script-xml.js | 285 var closure = function() { function 289 JsHttpRequest.setTimeout(closure, 50); 463 var closure = function() { method in JsHttpRequest.extend.load 477 var closure = function() { method in JsHttpRequest.extend.load 483 JsHttpRequest.setTimeout(closure, 10);
|
H A D | JsHttpRequest-form.js | 285 var closure = function() { function 289 JsHttpRequest.setTimeout(closure, 50); 547 var closure = function() { function 602 JsHttpRequest.setTimeout(closure, 100);
|
H A D | JsHttpRequest-xml.js | 285 var closure = function() { function 289 JsHttpRequest.setTimeout(closure, 50);
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Xcallable.php | 154 $closure = function ($string) { 158 ->when($result = new SUT($closure)) 163 ->isIdenticalTo($closure)
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | LexerATNSimulator.php | 190 $this->log[] = \sprintf('start state closure=%s', (string) $ds0->configs); 203 $this->log[] = \sprintf('execATN loop starting closure: %s', (string) $s->configs); 216 // computing reach/closure sets. Technically, once we know that 300 // Fill reach starting from closure, following t transitions 360 ATNConfigSet $closure, argument 368 foreach ($closure->elements() as $cfg) { 400 if ($this->closure( 456 $this->closure($input, $cfg, $configs, false, false, false); 464 * preference, this method stops pursuing the closure as soon as an accept 471 protected function closure( function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator [all...] |
H A D | ParserATNSimulator.php | 54 * caching problem. The closure routine only considers the rule invocation stack 80 * context, because closure can fall off the end of a rule. I tried to cache 127 * In both cases I believe that no closure operations will dip into the outer 136 * it performs closure operations like ANTLR v3 did. It delays predicate 139 * closure, the DFA state configuration sets would be different and we couldn't 154 * During full LL ATN simulation, closure always evaluates predicates and 156 * closure. It hits a landmine when parsing with the Java grammar, for example, 890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet argument 893 $this->log[] = \sprintf('In computeReachSet, starting closure: %s', (string) $closure); 1590 protected function closure( global() function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator [all...] |
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | CHANGELOG-1.1.md | 45 * Add the way to contact closure compiler API using curl, if available and allow_url_fopen is off 56 * Added google closure stylesheets jar filter
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializerBuilder.php | 261 public function configureHandlers(\Closure $closure): self argument 264 $closure($this->handlerRegistry); 277 public function configureListeners(\Closure $closure): self argument 280 $closure($this->eventDispatcher);
|
/plugin/codemirror/dist/modes/ |
H A D | xml.min.js.map | 1 …closure","eol","isInAttribute","style","terminator","depth","Context","startOfLine","this","prev",…
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | README.md | 116 WebSocket server, the closure is executed:
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | CHANGES.md | 102 * Fixed bug in closure-based argument tokens (#181)
|
/plugin/codeprettify/code-prettify/ |
H A D | README.md | 185 wrap it in a closure like:
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | README.md | 169 * `function (…) { … }` as a closure,
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | README.md | 204 `throws($closure, $class, $message = '')` | Check that a function throws a certain exception. Sub…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 2586 closure = isTopLevel; 2591 closure = closure || {}; 2599 closure.topLevel, 43246 var closure = context.closure, 46557 closure = context.closure, 46573 closure.addAll(enclosedLabels); 46741 closure = context.closure, 46746 closure.add(attacher, closure.topLevel[attacher.host.id]); 49936 var allShapes = closure.allShapes, 49939 topLevel = closure.topLevel, [all …]
|
H A D | bpmn-modeler.production.min.js | 33 …this.postExecuted(["elements.move"],(function(e){var t=e.context,n=o(R(t.closure.topLevel)),i=t.hi… 34 …closure.allConnections,o)}),!0),this.preExecute("connection.reconnect",(function(e){var i,o,a=e.co…
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 530 * fixed an error when a token parser pass a closure as a test to the subparse() method
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …closure.topLevel)),r=t.hints,a=!r||r.autoResize;!1!==a&&g(A(n,(function(e){return e.parent.id})),(…
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 223 - Use Bind closure accessor [\#875](https://github.com/schmittjoh/serializer/pull/875) ([goetas](ht…
|