Home
last modified time | relevance | path

Searched refs:registrations (Results 1 – 9 of 9) sorted by relevance

/plugin/diagramsnet/lib/js/
H A Dclear.js16 navigator.serviceWorker.getRegistrations().then(function(registrations) argument
18 if (registrations != null && registrations.length > 0)
20 for (var i = 0; i < registrations.length; i++)
22 registrations[i].unregister();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DListRegistrationsResponse.php47 public function setRegistrations($registrations) argument
49 $this->registrations = $registrations;
56 return $this->registrations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDomains.php148 'registrations',
226 'path' => 'v1/{+parent}/registrations',
262 'path' => 'v1/{+parent}/registrations:register',
292 'path' => 'v1/{+location}/registrations:retrieveRegisterParameters',
306 'path' => 'v1/{+location}/registrations:retrieveTransferParameters',
320 'path' => 'v1/{+location}/registrations:searchDomains',
354 'path' => 'v1/{+parent}/registrations:transfer',
H A DClassroom.php114 public $registrations; variable in Google\\Service\\Classroom
1063 'registrations',
1067 'path' => 'v1/registrations',
1071 'path' => 'v1/registrations/{registrationId}',
/plugin/odt/ODT/
H A DODTImport.php98 …STemplate, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registrations=NULL, $importS… argument
101 self::import_styles_from_css ($params, $media_sel, $registrations, $listAlign);
112 … $cssCode, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registrations=NULL, $importS… argument
116 self::import_styles_from_css ($params, $media_sel, $registrations, $listAlign);
710 … import_styles_from_css (ODTInternalParams $params, $media_sel=NULL, $registrations=NULL, $listAli… argument
721 self::import_styles_from_css_internal($params, $stack, $registrations, $listAlign);
817 …port_styles_from_css_internal(ODTInternalParams $params, $htmlStack, $registrations=NULL, $listAli… argument
836 $toImport = array_merge (self::$internalRegs, $registrations);
H A DODTDocument.php108 protected $registrations = array(); variable in ODTDocument
829 …$mediaSel, array($this, 'adjustLengthCallback'), $URLCallback, $this->registrations, $importStyles…
845 …$mediaSel, array($this, 'adjustLengthCallback'), $URLCallback, $this->registrations, $importStyles…
2202 $this->registrations [$style_type]['element'] = $element;
2203 $this->registrations [$style_type]['attributes'] = $attributes;
/plugin/preregister/
H A Dplugin.info.txt6 desc Additional confirmation layer for new registrations
/plugin/botbouncer/
H A Dplugin.info.txt6 desc Use online anti-spam services to stop bot registrations
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js575 navigator.serviceWorker.getRegistrations().then(function(registrations) argument
577 if (registrations != null && registrations.length > 0)
579 for (var i = 0; i < registrations.length; i++)
581 registrations[i].unregister();