Home
last modified time | relevance | path

Searched refs:g (Results 176 – 200 of 1751) sorted by last modified time

12345678910>>...71

/plugin/authdrupal8/
H A DREADME.md41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
/plugin/edittable/lib/
H A Dhandsontable.full.js22090 if (__webpack_require__(20) && /./g.flags != 'g') __webpack_require__(18).f(RegExp.prototype, 'flag…
/plugin/pubmed2020/tests/
H A DPM15924077.nbib34 AD - Service de Médecine Interne et Gériatrie, Hôpital gériatrique "Les Bateliers",
/plugin/statdisplay/pchart/
H A DColor.php49 $this->g = $green;
58 $incremented = new Color($this->r, $this->g, $this->b);
61 $incremented->g = $this->truncateColorComponentRange($incremented->g + $increment);
68 return sprintf("Color<%d, %d, %d>", $this->r, $this->g, $this->b);
86 return $this->g;
99 public $g; variable in Color
H A DGDCanvas.php87 $C_Rectangle = imagecolorallocate( $this->Layers [0], $color->r, $color->g, $color->b);
461 $Ga = floor ( $color->g * $alpha + $G2 * $iAlpha );
480 return (imagecolorallocate ($this->picture, $color->r, $color->g, $color->b ));
485 $color->g,
/plugin/advanced/lang/fr/config/
H A Dintro.txt3 Utilisez cette page pour gérer les paramètres avancés de votre installation. N'oubliez pas de cliqu…
/plugin/linksuggest/vendor/
H A Djquery.textcomplete.min.js2 !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof module&&module.exports){var b=require("jquery");module.exports=a(b)}else a(jQuery)}(function(a){if("undefined"==typeof a)throw new Error("jQuery.textcomplete requires jQuery");return+function(a){"use strict";var b=function(a){console.warn&&console.warn(a)},c=1;a.fn.textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function(){var g=this,h=a(this),i=h.data("textComplete");if(i||(e||(e={}),e._oid=c++,i=new a.fn.textcomplete.Completer(this,e),h.data("textComplete",i)),"string"==typeof d){if(!i)return;f.shift(),i[d].apply(i,f),"destroy"===d&&h.removeData("textComplete")}else a.each(d,function(c){a.each(["header","footer","placement","maxCount"],function(a){c[a]&&(i.option[a]=c[a],b(a+"as a strategy param is deprecated. Use option."),delete c[a])})}),i.register(a.fn.textcomplete.Strategy.parse(d,{el:g,$el:h}))})}}(a),+function(a){"use strict";function b(c,d){if(this.$el=a(c),this.id="textcomplete"+e++,this.strategies=[],this.views=[],this.option=a.extend({},b.defaults,d),!(this.$el.is("input[type=text]")||this.$el.is("input[type=search]")||this.$el.is("textarea")||c.isContentEditable||"true"==c.contentEditable))throw new Error("textcomplete must be called on a Textarea or a ContentEditable.");if(c===c.ownerDocument.activeElement)this.initialize();else{var g=this;this.$el.one("focus."+this.id,function(){g.initialize()}),this.option.adapter&&"CKEditor"!=this.option.adapter||"undefined"==typeof CKEDITOR||!this.$el.is("textarea")||CKEDITOR.on("instanceReady",function(b){-1==a.inArray(b.editor.id,f)&&(f.push(b.editor.id),b.editor.on("focus",function(c){g.$el=a(b.editor.editable().$),g.option.adapter||(g.option.adapter=a.fn.textcomplete.CKEditor),g.option.ckeditor_instance=b.editor,g.initialize()}))})}}var c=function(a){var b,c;return function(){var d=Array.prototype.slice.call(arguments);if(b)return void(c=d);b=!0;var e=this;d.unshift(function f(){if(c){var d=c;c=void 0,d.unshift(f),a.apply(e,d)}else b=!1}),a.apply(this,d)}},d=function(a){return"[object String]"===Object.prototype.toString.call(a)},e=0,f=[];b.defaults={appendTo:"body",className:"",dropdownClassName:"dropdown-menu textcomplete-dropdown",maxCount:10,zIndex:"100",rightEdgeOffset:30},a.extend(b.prototype,{id:null,option:null,strategies:null,adapter:null,dropdown:null,$el:null,$iframe:null,initialize:function(){var b=this.$el.get(0);if(this.$el.prop("ownerDocument")!==document&&window.frames.length)for(var c=0;c<window.frames.length;c++)if(this.$el.prop("ownerDocument")===window.frames[c].document){this.$iframe=a(window.frames[c].frameElement);break}this.dropdown=new a.fn.textcomplete.Dropdown(b,this,this.option);var d,e;this.option.adapter?d=this.option.adapter:(e=this.$el.is("textarea")||this.$el.is("input[type=text]")||this.$el.is("input[type=search]")?"number"==typeof b.selectionEnd?"Textarea":"IETextarea":"ContentEditable",d=a.fn.textcomplete[e]),this.adapter=new d(b,this,this.option)},destroy:function(){this.$el.off("."+this.id),this.adapter&&this.adapter.destroy(),this.dropdown&&this.dropdown.destroy(),this.$el=this.adapter=this.dropdown=null},deactivate:function(){this.dropdown&&this.dropdown.deactivate()},trigger:function(a,b){this.dropdown||this.initialize(),null!=a||(a=this.adapter.getTextFromHeadToCaret());var c=this._extractSearchQuery(a);if(c.length){var d=c[1];if(b&&this._term===d&&""!==d)return;this._term=d,this._search.apply(this,c)}else this._term=null,this.dropdown.deactivate()},fire:function(a){var b=Array.prototype.slice.call(arguments,1);return this.$el.trigger(a,b),this},register:function(a){Array.prototype.push.apply(this.strategies,a)},select:function(a,b,c){this._term=null,this.adapter.select(a,b,c),this.fire("change").fire("textComplete:select",a,b),this.adapter.focus()},_clearAtNext:!0,_term:null,_extractSearchQuery:function(b){for(var c=0;c<this.strategies.length;c++){var e=this.strategies[c],f=e.context(b);if(f||""===f){var g
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/
H A Dwo.txt
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst37 streams that can be filled by a remote source (e.g., an event-loop). If a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc42 // do something with hit e.g. copy its data to another index
43 // e.g. prints the number of document per page (100)
80 // do something with hit e.g. write to CSV, update a database, etc
81 // e.g. prints the document id
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
H A DCHANGELOG.md47 parameters (e.g. setApiKey)
122 (e.g. Bulk, Msearch, MsearchTemplate)
133 (e.g. using Laravel with issue https://github.com/babenkoivan/scout-elasticsearch-driver/issues/297)
154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc45 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
77 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
116 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
168 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
192 $params['format'] = (string) a short version of the Accept header, e.g
[all...]
H A DMonitoringNamespace.asciidoc35 $params['interval'] = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md584 - Parameter `filter_path` for response filtering (e.g. `$index->search($query, ['filter_path' => 'hits.hits._source'])`)
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md4 [![Quality Score](https://img.shields.io/scrutinizer/g/Nyholm/dsn.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/dsn)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/az-Latn/
H A Daz-Latn.txt
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc107 should correspond to the method name e.g. ['connectionPool']
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/tr/
H A Dtr.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/vi/
H A Dvi.txt

12345678910>>...71