Home
last modified time | relevance | path

Searched refs:remove (Results 201 – 225 of 799) sorted by last modified time

12345678910>>...32

/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
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceNetworking.php270 ],'remove' => [
271 'path' => 'v1/{+parent}/dnsRecordSets:remove',
310 ],'remove' => [
311 'path' => 'v1/{+parent}/dnsZones:remove',
H A DAdExchangeBuyerII.php458 ],'remove' => [
459 … 'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove',
/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;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md41 from to remove bytes from the buffer.
135 This stream decorator skips the first 10 bytes of the given stream to remove
/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-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/AdExchangeBuyerII/Resource/
H A DAccountsCreativesDealAssociations.php92 …public function remove($accountId, $creativeId, RemoveDealAssociationRequest $postBody, $optParams… function in Google\\Service\\AdExchangeBuyerII\\Resource\\AccountsCreativesDealAssociations
/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/a2s/
H A Ddemo.txt121 …e enough room to use a meaningful word as id. However, it is possible to remove it using this code…
H A Dstyle.css13 * Just remove this. With this, svg are vertically clipped
/plugin/deletepagebutton/
H A Dscript.js73 jQuery(this).remove();
/plugin/c3chart/assets/
H A Dc3.min.js2remove(),l=s.merge(c);b.isCategory?(w.tickOffset=Math.ceil((a(1)-a(0))/2),e=w.tickCentered?0:w.tic… function
H A Dd3.min.js2remove(),b.attr("d",t===$a||t==Xa?"M"+f*c+","+_+"H0.5V"+y+"H"+f*c:"M"+_+","+f*c+"V0.5H"+y+"V"+f*c)… function
/plugin/tablelayout/script/
H A Dtablelayout_functions.js87 jQuery($frozenRows[i]).remove();
90 $frozenTable.find('tbody').remove();
94 jQuery($tableRows[i]).remove();
98 $table.find('thead').remove();
/plugin/tablelayout/
H A Dyarn.lock1727 remove-trailing-separator "^1.0.1"
2047 remove-trailing-separator@^1.0.1:
2049 …resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0…
/plugin/structtemplate/_vagrant/
H A DVagrantfile105 # info "virtual machine or remove the DokuWiki files around the plugin manually."
/plugin/passwordgrey/
H A Dscript.js44 copy.classList.remove('copied');
/plugin/bpmnioeditor/
H A Dstyle.css868 /* remove if not needed */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css46 /* remove if not needed */
H A Dbpmn-modeler.development.js878 this.remove(arr[i]);
912 this.remove(name);
918 this.remove(name);
1578 this.remove(name);
1584 this.remove(name);
5669 this.remove(element);
43137 remove;
43149 remove = true;
43171 remove = true;
43177 if (remove) {
[all …]
H A Dbpmn-modeler.production.min.js2remove=function(e){if("[object RegExp]"==q.call(e))return this.removeMatching(e);if(this.list)retu…
7remove(mn),e.rootElement&&this._elementRegistry.updateGraphics(e.rootElement,this._svg,!0),this._e…
28remove=function(e){var t=this.get(e)||[];l(t)||(t=[t]);var n=this;b(t,(function(e){var t=n._getOve…
33 …t(e.options.event);return t&&this.remove(t),this.recognizers.push(e),e.manager=this,this.touchActi…
34remove(e.marker))})),e.on("element.mousemove",(function(e){var n,i,r=e.element,o=r.waypoints;if(o)…
/plugin/popupviewer/
H A Dscript.js276 iframe.remove();
302 iframe.remove();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php115 public function remove(...$controls)
108 public function remove(...$controls) global() function in FreeDSx\\Ldap\\Control\\ControlBag

12345678910>>...32