Home
last modified time | relevance | path

Searched refs:padding (Results 376 – 400 of 1376) sorted by last modified time

1...<<11121314151617181920>>...56

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphBorder.php64 public function setPadding(Dimension $padding) argument
66 $this->padding = $padding;
73 return $this->padding;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellFormat.php144 public function setPadding(Padding $padding) argument
146 $this->padding = $padding;
153 return $this->padding;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3559 $padding = Strings::shift($raw, $padding_length); // should leave $raw empty
3569 pack('NCa*', $packet_length, $padding_length, $payload . $padding) :
4212 $padding = Random::string($padding_length);
4215 $packet = pack('NCa*', $packet_length - 4, $padding_length, $data . $padding);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php220 * @param string $padding
223 public function withPadding($padding) argument
228 if ($padding != RSA::SIGNATURE_PKCS1 && $padding != RSA::SIGNATURE_RELAXED_PKCS1) {
/plugin/foldablelist/
H A DREADME.md30 `button_css: 'padding: 0.2em;'` css to style your button, feel free to colorize of move it around
/plugin/c3chart/assets/
H A Dc3.css162 padding: 2px 5px;
169 padding: 3px 6px;
H A Dd3.min.js2padding=function(n){return arguments.length?(c=s=Math.max(0,Math.min(1,n)),t()):c},r.paddingInner=… function
/plugin/c3chart/
H A Dstyle.css2 padding: 0.8em;
/plugin/vshare/
H A Dpdf.css7 padding: 2em;
/plugin/translate/
H A Dstyle.css5 padding-right: 0.1em;
10 padding: 0;
17 padding: 0;
/plugin/twofactorgoogleauth/
H A Dstyle.less5 padding: 1rem;
/plugin/tablelayout/
H A Dstyle.less112 padding: 0.7em;
154 padding: 0 0.3em;
/plugin/layeranimation/
H A Dstyle.less13 /* padding-right: 20px; */
79 padding: 0px;
92 padding: 0px;
118 padding: 0px;
153 padding: 0px;
189 padding: 10px 20px;
/plugin/lms/
H A Dstyle.less10 padding-left: 0.25em;
21 padding: 0 1em;
/plugin/authorstats/
H A Dstyle.css7 padding:10px;
16 padding: 2px 15px 2px 15px;
/plugin/bpmnioeditor/
H A Dstyle.css392 padding-top: 5px;
544 padding: 2px 3px 2px 3px;
557 padding: 4px 10px 4px 5px;
708 padding: 6px;
756 padding: 6px 10px;
777 padding: 6px 10px;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js4195 padding = padding || 0;
4200 padding = { x: padding, y: padding }; class in getOrientation
5334 if (!padding) {
5335 padding = {};
5341 padding = { class in AnonymousFunctionf8d14cd17a00
5357 viewboxBounds.width -= (padding.right + padding.left) / zoom;
5358 viewboxBounds.height -= (padding.bottom + padding.top) / zoom;
18843padding = parsePadding(options.padding !== undefined ? options.padding : this._config.padding),
18853 var maxWidth = box.width - padding.left - padding.right;
18869 padding.top = padding.bottom = 0;
[all …]
H A Dbpmn-modeler.production.min.js28padding:5,style:{fill:$r(t,p,c)}})}function P(e,t,n){Wn(T(e,t,{box:{height:30,width:n.height},alig…
H A Ddiagram-js.css387 padding-top: 5px;
539 padding: 2px 3px 2px 3px;
552 padding: 4px 10px 4px 5px;
703 padding: 6px;
751 padding: 6px 10px;
772 padding: 6px 10px;
/plugin/popupviewer/
H A Dstyle.css69 padding: 10px;
75 padding: 0px;
99 padding: 0px 30px;
/plugin/openas/
H A Dstyle.css7 padding: 10px;
18 padding:10px;
24 padding: 10px;
/plugin/xtern/
H A Dstyle.css4 padding: 0 0 0 19px;
10 padding: 0 0 0 18px;
16 padding: 0 0 0 18px;
26 padding-bottom: 4px;
/plugin/xcom/
H A Dstyle.css3 padding: 4px;
25 padding-top: 8px;
29 padding: 4px;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php115 * NOTE – The padding octets are for comparison purposes only and do not appear in the encodings.
148 # Sort the encoded types by length first to determine the padding needed.
157 $padding = $child ['length'];
160 # Sort by padding the items and comparing them.
161 usort($children, function ($a, $b) use ($padding) {
163 str_pad($a['original'], $padding, "\x00"),
164 str_pad($b['original'], $padding, "\x00")
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php191 $padding = $this->generatePadding($data, self::CIPHERS[$cipher]['block_size']);
193 $encrypted = openssl_encrypt($data . $padding . $macBlock, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $iv);
206 # The padding size should only ever be between these values...
208 throw new SaslException('The padding size is not correct.');
214 throw new SaslException('The padding does not match the expected value.');
276 * If the blocksize of the chosen cipher is not 1 byte, the padding prefix is one or more octets each containing the
277 * number of padding bytes, such that total length of the encrypted part of the message is a multiple of the

1...<<11121314151617181920>>...56