Home
last modified time | relevance | path

Searched refs:paddingType (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphBorder.php28 protected $paddingType = Dimension::class; variable in Google\\Service\\Docs\\ParagraphBorder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellFormat.php38 protected $paddingType = Padding::class; variable in Google\\Service\\Sheets\\CellFormat
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php79 private $paddingType = 0; variable in phpseclib3\\Crypt\\Hash
342 $this->paddingType = self::PADDING_KECCAK;
359 $this->paddingType = self::PADDING_SHAKE;
412 if (!$this->paddingType) {
413 $this->paddingType = self::PADDING_SHA3;
419 'padding' => $this->paddingType