/plugin/diagramsnet/lib/js/ |
H A D | clear.js | 16 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 D | ListRegistrationsResponse.php | 47 public function setRegistrations($registrations) argument 49 $this->registrations = $registrations; 56 return $this->registrations;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CloudDomains.php | 148 '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 D | Classroom.php | 114 public $registrations; variable in Google\\Service\\Classroom 1063 'registrations', 1067 'path' => 'v1/registrations', 1071 'path' => 'v1/registrations/{registrationId}',
|
/plugin/odt/ODT/ |
H A D | ODTImport.php | 98 …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 D | ODTDocument.php | 108 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 D | plugin.info.txt | 6 desc Additional confirmation layer for new registrations
|
/plugin/botbouncer/ |
H A D | plugin.info.txt | 6 desc Use online anti-spam services to stop bot registrations
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 575 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();
|