| /plugin/pagecss/ |
| H A D | README.md | 42 The plugin will inject this CSS into the HTML <head> for the page. 46 No output is shown for <pagecss> blocks — they only inject CSS
|
| H A D | plugin-page.md | 80 The plugin will inject this CSS into the HTML `<head>` for the page. 84 * No output is shown for `<css>` blocks — they only inject CSS
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | inject.js | 3 module.exports = require('./async').inject;
|
| D | README.md | 118 - [`inject`](http://suguru03.github.io/neo-async/doc/async.reduce.html) -> [`reduce`](http://suguru…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | logger.asciidoc | 32 and inject it into the client:
|
| D | connection-factory.asciidoc | 55 As you can see, if you decide to inject your own ConnectionFactory, you take
|
| D | connection-pool.asciidoc | 148 You can then instantiate an instance of your ConnectionPool and inject it into
|
| /plugin/asciidocjs/node_modules/async/ |
| D | index.js | 7 …s.selectLimit = exports.select = exports.foldr = exports.foldl = exports.inject = exports.forEachO… 476 inject: _reduce2.default, property 580 exports.inject = _reduce2.default;
|
| /plugin/dlcounter/ |
| D | README.md | 12 …etrieve the data, so you can perform any other operations on the data or inject the data into your…
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 511 return match[1].split(separator || '&').inject({ }, function(hash, pair) { 807 function inject(memo, iterator, context) { function 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) { [all …]
|
| D | effects.js | 500 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/ |
| D | prototype.js | 407 $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 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/ |
| D | prototype.js | 628 return match[1].split(separator || '&').inject({ }, function(hash, pair) { 926 function inject(memo, iterator, context) { function 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 …]
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
| D | custom.rst | 21 if so then we will pass the value array, otherwise will try to inject values into public properties…
|
| /plugin/codeprettify/code-prettify/ |
| D | CHANGES.md | 114 rewrite the HTML and then inject it, so anyone doing that with untrusted HTML
|
| /plugin/combo/vendor/carica/phpcss/ |
| H A D | README.md | 45 [FluentDOM 5](https://github.com/FluentDOM/FluentDOM) allows to inject a callback to convert select…
|
| /plugin/codemirror/dist/modes/ |
| D | soy.min.js.map | 1 …inject","@inject?","@state","template","variableScope","literal","msg","fallbackmsg","reduceIndent…
|
| /plugin/webdav/vendor/sabre/http/ |
| D | README.md | 209 // 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 D | README.md | 209 // 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/ |
| D | UPGRADING.md | 124 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…
|
| /plugin/jokuwiki/ |
| D | README.md | 65 …ties. Note that the versions of Dokuwiki up to, and including Weatherwax inject inline Javascript …
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 174 to setup a handler middleware stack up front and inject the handler into a 308 - `inject` has been removed. 574 You can intercept a request and inject a response using the `intercept()` event 741 - Marked `Guzzle\Common\Collection::inject()` as deprecated. 904 ServiceBuilder's `service_builder.create_client` event to inject a custom CurlMulti object into eac…
|
| /plugin/adfs/phpsaml/ |
| D | CHANGELOG | 74 …he ability to parse IdP XML metadata (remote url or file) and be able to inject the data obtained …
|
| /plugin/saml/phpsaml/ |
| D | CHANGELOG | 74 …he ability to parse IdP XML metadata (remote url or file) and be able to inject the data obtained …
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.min.js | 1 …inject:qe,foldl:qe,foldr:ie,select:it,selectLimit:rt,selectSeries:st,wrapSync:r,during:_t,doDuring…
|