Home
last modified time | relevance | path

Searched refs:adapter (Results 1 – 25 of 36) sorted by last modified time

12

/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php87 * @var mixed|null $otherArgs Arguments will be passed to the geo adapter
118 throw new \Exception('geoPHP could not find an adapter of type ' . htmlentities($type));
122 $adapter = new $adapterType();
126 $result = call_user_func_array([$adapter, "read"], array_merge([$data], $args));
130 $geometries[] = call_user_func_array([$adapter, "read"], array_merge($item, $args));
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md86 geoPHP, through it's EWKB adapter, has good integration with postGIS. Here's an example of reading and writing postGIS geometries
/plugin/sqlite/
H A Ddeleted.files7 classes/adapter.php
H A Dhelper.php17 * For compatibility with previous adapter implementation.
42 protected $adapter;
55 $this->adapter = new helper_plugin_sqlite_adapter_dummy();
64 return $this->adapter;
102 $this->adapter = new SQLiteDB($dbname, $updatedir, $this);
111 * This is called from the adapter itself for backwards compatibility argument
113 * @param SQLiteDB $adapter
116 public function setAdapter($adapter)
118 $this->adapter = $adapter;
37 protected $adapter = null; global() variable in helper_plugin_sqlite
[all...]
/plugin/combo/ComboStrap/
H A DSqlite.php113 $adapter = $sqlitePlugin->getAdapter();
114 if ($adapter == null) {
118 $adapter->setUseNativeAlter(true);
128 $adapter = $sqlitePlugin->getAdapter();
137 if (!self::isJuneVersion($adapter)) {
139 $adapter->create_function($regexFunctioName, $regexpClosure, $regexArgCount);
141 $adapter->getPdo()->sqliteCreateFunction($regexFunctioName, $regexpClosure, $regexArgCount);
308 $adapter = $this->sqlitePlugin->getAdapter();
309 if ($adapter === null) {
316 if (!self::isJuneVersion($adapter)) {
[all...]
H A DSqliteRequest.php125 $adapter = $this->sqlitePlugin->getAdapter();
126 if ($adapter === null) {
127 throw new ExceptionRuntimeInternal("The database adapter is null, no error info can be retrieved");
129 if (!Sqlite::isJuneVersion($adapter)) {
131 $do = $adapter->getDb();
133 $do = $adapter->getPdo();
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md115 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth) for the library.
/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
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md71 * Removed `egeloen/http-adapter` as suggested package since the project is abandoned by @franmomu [#2069](https://github.com/ruflin/Elastica/pull/2069)
990 - Support the http.compression in the Http transport adapter [#515](https://github.com/ruflin/Elastica/issues/515)
1179 - Added transport to support egeloen/http-adapter [#727](https://github.com/ruflin/Elastica/issues/727/)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md936 * [#11856](https://dev.ckeditor.com/ticket/11856): The jQuery adapter throws a meaningful error if …
1133 …ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adapter](https://ckeditor…
/plugin/tagfilter/script/select2/
H A Dselect2.js342 function syncCssClasses(dest, src, adapter) { argument
359 adapted = adapter(this);
/plugin/evesso/phpoauthlib/
H A DREADME.md92 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth)…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md163 HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor
364 request options. You can pass an `adapter` to use a custom adapter,
365 `batch_adapter` to use a custom adapter for sending requests in parallel, or
H A DCHANGELOG.md381 * Added a public API for creating a default HTTP adapter.
416 * Rewrote adapter layer.
420 concurrently is now handled using a single adapter.
458 * No longer using `request_fulluri` in stream adapter proxies.
501 has been supplied by the user. This prevents the adapter layer from modifying
583 * The default parallel adapter of a client now correctly uses the MultiAdapter.
610 adapter.
/plugin/authgooglesheets/
H A Dcomposer.lock91 "cache/filesystem-adapter": "^0.3.2|^1.1",
103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1GraphicsAdapterInfo.php25 public $adapter; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1GraphicsAdapterInfo
38 public function setAdapter($adapter) argument
40 $this->adapter = $adapter;
47 return $this->adapter;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md366 composer require cache/filesystem-adapter
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1adapter;if(node.getState().NumberOfSiblings<=(this.MaxGroups*2|0)){OrgChart.Layout.LinearLayoutStr…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1adapter","22","makeSelfResolutionError","reflectHandler","PromiseInspection","UNDEFINED_BINDING","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2685 var adapter = successAdapter;
2687 adapter = spreadAdapter;
2690 adapter,
/plugin/emoji/script/
H A Djquery.textcomplete.js163 …if ((!this.option.adapter || this.option.adapter == 'CKEditor') && typeof CKEDITOR != 'undefined' …
172 if (!self.option.adapter) {
173 self.option.adapter = $.fn.textcomplete['CKEditor'];
200 adapter: null,
226 if (this.option.adapter) {
227 Adapter = this.option.adapter;
241 if (this.adapter) {
242 this.adapter.destroy();
247 this.$el = this.adapter = this.dropdown = null;
291 this.adapter.select(value, strategy, e);
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md516 * [#11856](http://dev.ckeditor.com/ticket/11856): The jQuery adapter throws a meaningful error if C…
713 …ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adapter](http://docs.cked…
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersCifPdb.jar ... org/ org/jmol/ org/jmol/adapter/ org/jmol/adapter/readers/ org ...
H A DJmolApplet0_ReadersXml.jar ... org/ org/jmol/ org/jmol/adapter/ org/jmol/adapter/readers/ org ...

12