/plugin/jmol2/jmol/ |
H A D | JmolApplet0_ReadersXml.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolAppletSigned0_ReadersXml.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolAppletSigned0_ReadersMore.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolApplet0_ReadersMore.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolAppletSigned0_ReadersMolXyz.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolApplet0_ReadersMolXyz.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolApplet0_ReadersCifPdb.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolAppletSigned0_ReadersCifPdb.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolApplet.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolAppletSigned.jar | ... org/
org/jmol/
org/jmol/adapter/
org/jmol/adapter/readers/
org ... |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/sqlite/ |
H A D | helper.php | 17 * 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...] |
H A D | deleted.files | 7 classes/adapter.php
|
/plugin/combo/ComboStrap/ |
H A D | Sqlite.php | 113 $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 D | SqliteRequest.php | 125 $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/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
H A D | GoogleChromeManagementV1GraphicsAdapterInfo.php | 25 public $adapter; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1GraphicsAdapterInfo 38 public function setAdapter($adapter) argument 40 $this->adapter = $adapter; 47 return $this->adapter;
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 163 …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/linksuggest/vendor/ |
H A D | jquery.textcomplete.min.js | 2 !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/geophp/vendor/funiq/geophp/src/ |
H A D | geoPHP.php | 87 * @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/evesso/phpoauthlib/ |
H A D | README.md | 92 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth)…
|
/plugin/oauth/vendor/lusitanian/oauth/ |
H A D | README.md | 115 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth) for the library.
|
/plugin/geophp/vendor/funiq/geophp/ |
H A D | README.md | 86 geoPHP, through it's EWKB adapter, has good integration with postGIS. Here's an example of reading and writing postGIS geometries
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | OrgChart.Layout.min.js | 1 …adapter;if(node.getState().NumberOfSiblings<=(this.MaxGroups*2|0)){OrgChart.Layout.LinearLayoutStr…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 381 * 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.
|