Home
last modified time | relevance | path

Searched refs:remove (Results 26 – 50 of 799) sorted by path

12345678910>>...32

/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js55 file.remove();
195 file.remove();
H A DFileSaver.min.js2remove()};e.chrome?o():setTimeout(o,d)},v=function(e,t,n){t=[].concat(t);for(var o=t.length;o--;){…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js236 remove: function() { method in fabric.Collection
9205 eventjs.remove(this.upperCanvasEl, 'gesture', this._onGesture);
9206 eventjs.remove(this.upperCanvasEl, 'drag', this._onDrag);
9207 eventjs.remove(this.upperCanvasEl, 'orientation', this._onOrientationChange);
9208 eventjs.remove(this.upperCanvasEl, 'shake', this._onShake);
9209 eventjs.remove(this.upperCanvasEl, 'longpress', this._onLongPress);
11941 remove: function() {
11942 this.canvas.remove(this);
13355 _this.remove(object);
16464 this.remove(object);
H A Dfabric.min.js1 …bjectAdded(object);this.renderOnAddRemove&&this.renderAll();return this},remove:function(){var obj… method in fabric.Collection
5remove(this.upperCanvasEl,"gesture",this._onGesture);eventjs.remove(this.upperCanvasEl,"drag",this…
6 …er:function(){this.canvas.centerObject(this);return this},remove:function(){this.canvas.remove(thi…
8 …pacity",value);_this.renderAll();onChange()},onComplete:function(){_this.remove(object);onComplete…
9 …estoreObjectsState();this.forEachObject(this._setObjectActive,this);this.remove(object);this._calc…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1335 remove: function(name) {
H A Djszip.min.js12 …ar b=this.root+a,c=y.call(this,b),e=this.clone();return e.root=c.name,e},remove:function(a){a=this…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js7004 function remove(array, predicate, thisArg) {
12802 lodash.remove = remove;
66352 file.remove();
66484 file.remove();
H A Dpdfmake.min.js8 ….propertyOf=Io,e.pull=Vn,e.pullAt=$n,e.range=Ao,e.rearg=si,e.reject=Dr,e.remove=Jn,e.rest=Qn,e.shu…
17remove()};t.chrome?r():setTimeout(r,c)},d=function(t,e,n){e=[].concat(e);for(var r=e.length;r--;){…
H A Dpdfmake.min.js.map1remove","rest","sortedIndex","sortedLastIndex","take","takeRight","takeRightWhile","takeWhile","un…
/plugin/amcharts/assets/amcharts/
H A Dserial.js12 a.translate(c,d),this.set.push(a));(c=this.bbset)&&this.scrollbarOnly&&c.remove()},updatePlotArea:f…
36 c&&d.translate(c.x,c.y);this.columnsSet=d;e.remove(b)}}},compareDepth:function(a,b){return a.depth>…
H A Dxy.js12 a.translate(c,d),this.set.push(a));(c=this.bbset)&&this.scrollbarOnly&&c.remove()},updatePlotArea:f…
24 …pareForExport:function(){var a=this.bulletSet;a.clipPath&&this.container.remove(a.clipPath)},creat…
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8remove()})},drawImage:function(j){a("drawImage");var i=e(this);var g=i.data("scianimator");j=parse…
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php230 public function remove($circleId, $optParams = array()) { function in Google_CirclesServiceResource
H A DGoogle_PlusService.php200 public function remove($id, $optParams = array()) { function in Google_MomentsServiceResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyerII.php458 ],'remove' => [
459 … 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove',
H A DServiceNetworking.php270 ],'remove' => [
271 'path' => 'v1/{+parent}/dnsRecordSets:remove',
310 ],'remove' => [
311 'path' => 'v1/{+parent}/dnsZones:remove',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsCreativesDealAssociations.php92 …public function remove($accountId, $creativeId, RemoveDealAssociationRequest $postBody, $optParams… function in Google\\Service\\AdExchangeBuyerII\\Resource\\AccountsCreativesDealAssociations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Access.php51 public function setRemove(GoogleCloudApigeeV1AccessRemove $remove) argument
53 $this->remove = $remove;
60 return $this->remove;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesDnsRecordSets.php65 public function remove($parent, RemoveDnsRecordSetRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\ServicesDnsRecordSets
H A DServicesDnsZones.php66 public function remove($parent, RemoveDnsZoneRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\ServicesDnsZones
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md78 This example will remove all services other than "Drive" and "YouTube" when
82 remove the `vendor/google/apiclient-services` directory explicitly for the
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle6AuthHandler.php63 $config['handler']->remove('google_auth');
85 $config['handler']->remove('google_auth');
98 $config['handler']->remove('google_auth');
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md845 …leanup of one-time events across the board (when an event is meant to fire once, it will now remove
852 * Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a …
1116 * Added the ability to remove POST fields from OAuth signatures
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php176 * @param callable|string $remove Middleware to remove by instance or name.
178 public function remove($remove) function in GuzzleHttp\\HandlerStack
181 $idx = is_callable($remove) ? 0 : 1;
184 function ($tuple) use ($idx, $remove) {
185 return $tuple[$idx] !== $remove;

12345678910>>...32