Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 25 of 49) sorted by relevance

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc32 and inject it into the client:
H A Dconnection-factory.asciidoc55 As you can see, if you decide to inject your own ConnectionFactory, you take
H A Dconnection-pool.asciidoc148 You can then instantiate an instance of your ConnectionPool and inject it into
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml18 - inject:
/plugin/dlcounter/
H A DREADME.md12 A description of the datastore is also provided with some example code on how to access it and retrieve the data, so you can perform any other operations on the data or inject the data into your own (more complex) tables.
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js807 function inject(memo, iterator, context) { class in Enumerable
930 inject: inject,
994 return this.inject([], function(array, value) {
1014 return this.inject([], function(array, value, index) {
1167 return new Hash(object).inject(this, function(result, pair) {
1179 return this.inject([], function(results, pair) {
2477 return properties.inject(dim, function(memo, property) {
3782 return $R(1, total).inject([], function(memo, i) {
3929 var data = elements.inject({ }, function(result, element) {
3961 return arr.inject([], function(elements, child) {
[all …]
H A Deffects.js500 this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){
1087 return Element.CSS_PROPERTIES.inject({ }, function(styles, property) {
1096 styles = Element.CSS_PROPERTIES.inject({ }, function(results, property) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js407 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) :
415 return match[1].split(separator || '&').inject({ }, function(hash, pair) {
698 inject: function(memo, iterator, context) { method in Enumerable
858 return this.inject([], function(array, value) {
880 return this.inject([], function(array, value, index) {
1047 return new Hash(object).inject(this, function(result, pair) {
2198 return properties.inject(dim, function(memo, property) {
3232 return $R(1, total).inject([], function(memo, i) {
3386 var data = elements.inject({ }, function(result, element) {
3412 return $A($(form).getElementsByTagName('*')).inject([],
[all …]
/plugin/issuetracker/
H A Dprototype.js628 return match[1].split(separator || '&').inject({ }, function(hash, pair) {
926 function inject(memo, iterator, context) { class in Enumerable
1049 inject: inject,
1116 return this.inject([], function(array, value) {
1136 return this.inject([], function(array, value, index) {
1282 return new Hash(object).inject(this, function(result, pair) {
1294 return this.inject([], function(results, pair) {
2521 return properties.inject(dim, function(memo, property) {
4991 return elements.inject(initial, function(result, element) {
5017 return arr.inject([], function(elements, child) {
[all …]
H A Dtablekit.js141 TableKit._opcache[key] = $A($w(s)).inject([],function(a,v){
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst21 if so then we will pass the value array, otherwise will try to inject values into public properties…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md114 rewrite the HTML and then inject it, so anyone doing that with untrusted HTML
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md45 [FluentDOM 5](https://github.com/FluentDOM/FluentDOM) allows to inject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project, you can use CSS selectors in FluentDOM:
/plugin/codemirror/dist/modes/
H A Dsoy.min.js.map1inject","@inject?","@state","template","variableScope","literal","msg","fallbackmsg","reduceIndent…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md209 // You could use beforeRequest to for example inject a few extra headers.
231 // to inject HTTP authentication headers if a 401 was returned.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md209 // You could use beforeRequest to for example inject a few extra headers.
231 // to inject HTTP authentication headers if a 401 was returned.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md124 to setup a handler middleware stack up front and inject the handler into a
258 - `inject` has been removed.
524 You can intercept a request and inject a response using the `intercept()` event
691 - Marked `Guzzle\Common\Collection::inject()` as deprecated.
854 ServiceBuilder's `service_builder.create_client` event to inject a custom CurlMulti object into eac…
H A DCHANGELOG.md789 * Marked `Guzzle\Common\Collection::inject()` as deprecated.
1017 * Cleaning up `Guzzle\Common\Collection::inject` method
1208 * BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custo…
1301 * Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject
/plugin/jokuwiki/
H A DREADME.md65 …ties. Note that the versions of Dokuwiki up to, and including Weatherwax inject inline Javascript …
/plugin/adfs/phpsaml/
H A DCHANGELOG74 …he ability to parse IdP XML metadata (remote url or file) and be able to inject the data obtained …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js.map1 …'while',\n 'where',\n 'yield',\n 'model',\n 'inject' // Razor specific…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md488 * Added ProcessIdProcessor to inject the PID in log records
489 * Added UidProcessor to inject a unique identifier to all log records of one request/run
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js202 assert.strictEqual(_.inject, _.reduce, 'is an alias for reduce');
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …=0;u>o;o++){var a=e?e[o]:o;i[o]=t(n[a],a,n)}return i},m.reduce=m.foldl=m.inject=n(1),m.reduceRight…
H A Dunderscore.js205 _.reduce = _.foldl = _.inject = createReduce(1);

12