Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/etherpadlite/
H A Dstyle.css1 .pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable {
8 .pad-form label {
13 .pad-form input, .pad-form select {
17 .pad-toolbar {
22 .pad-resizable {
28 .pad-iframe {
H A DREADME.md20 * extra password protection for read/readwrite pad access
30pad-toogle icon just below the textedit field. This code obviously depends on the template used an…
32 …aged and pad passwords assigned by the dokuwiki plugin. Further, the dokuwiki plugin sets browser …
34 …messaging possible, so the dokuwiki javascript code cannot read the current selection from the pad.
42pad permissions and cleanup, I recommend the following etherpad lite settings. They ensure that on…
49 RewriteRule ^/pad$ /pad/ [R]
54 ProxyPass /pad/ http://localhost:9001/
55 ProxyPassReverse /pad/ http://localhost:9001/
90 …eated it. Ownership cannot be transfered. If a pad exists for a page revision, there cannot be ano…
/plugin/geonav/tpl/startermap/css/
H A Dstructure.css20 #dokuwiki__header > .pad {
54 #dokuwiki__aside > .pad {
57 [dir=rtl] #dokuwiki__aside > .pad {
71 .hasSidebar #dokuwiki__content > .pad {
74 [dir=rtl] .hasSidebar #dokuwiki__content > .pad {
82 #dokuwiki__footer > .pad {
H A Dmobile.css14 #dokuwiki__aside > .pad {
23 .hasSidebar #dokuwiki__content > .pad {
26 [dir=rtl] .hasSidebar #dokuwiki__content > .pad {
/plugin/gtime/gtlib/util/
H A DGTBaseX.php39 private $pad; variable in GTBaseX
53 * @param string $pad the padding characters used to even out the encoded output
57 public function __construct($alphabet, $caseSensitive, $pad) { argument
103 if ($pad >= $this->min && $pad <= $this->max && $this->values[$pad - $this->min] != -1) {
107 $this->pad = $pad;
206 $result .= $this->pad;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php131 foreach($padList as $pad => $key){ // For each pad in the object
133 $padname = explode("$",$pad);
136 $padContents = $instance->getText($pad); // Get the pad contents
147 $readOnlyID = $instance->getReadOnlyID($pad);
150 $getpublicStatus = $instance->getPublicStatus($pad); // get Security status of the pad
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php108 public function setPad(Pad $pad) argument
110 $this->pad = $pad;
117 return $this->pad;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php68 $pad = ceil($bitLen / 8);
80 $reduce = function ($c) use ($u, $mStart, $m, $t, $finalMask, $pad, $h) {
81 $c = str_pad($c, $pad, "\0", STR_PAD_LEFT);
172 $pad = strlen($x) >> 3;
174 $pad++;
176 $str = str_pad($str, $pad, "\0", STR_PAD_LEFT);
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php66 * @param bool $pad Include = padding?
70 protected static function doEncode(string $src, bool $pad = true): string argument
99 if ($pad) {
106 if ($pad) {
H A DBase32.php384 * @param bool $pad
388 protected static function doEncode(string $src, bool $upper = false, $pad = true): string argument
434 if ($pad) {
446 if ($pad) {
456 if ($pad) {
463 if ($pad) {
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js69 pad : [ 181, 101 ], property in mxJSColor.images
539 pad : document.createElement('div'), property in mxJSColor.picker
559 mxJSColor.picker.padB.appendChild(mxJSColor.picker.pad);
622 p.pad.style.width = mxJSColor.images.pad[0]+'px';
623 p.pad.style.height = mxJSColor.images.pad[1]+'px';
703 p.pad.style.backgroundRepeat = "no-repeat";
704 p.pad.style.backgroundPosition = "0 0";
717 2*o.pickerInset + 2*o.pickerFace + mxJSColor.images.pad[0] +
721 2*o.pickerInset + 2*o.pickerFace + mxJSColor.images.pad[1]
818 …case 0: THIS.fromHSV(x*(6/(mxJSColor.images.pad[0]-1)), 1 - y/(mxJSColor.images.pad[1]-1), null, l…
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js101 pad : [ 181, 101 ], property in jscolor.images
588 pad : document.createElement('div'), property in jscolor.picker
608 jscolor.picker.padB.appendChild(jscolor.picker.pad);
714 p.pad.style.width = jscolor.images.pad[0]+'px';
715 p.pad.style.height = jscolor.images.pad[1]+'px';
795 p.pad.style.backgroundRepeat = "no-repeat";
796 p.pad.style.backgroundPosition = "0 0";
809 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[0] +
813 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[1]
910 …case 0: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), 1 - y/(jscolor.images.pad[1]-1), null, leave…
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php214 $chunk = $this->pad($val, $width);
238 protected function pad($string, $len) function in splitbrain\\phpcli\\TableFormatter
243 $pad = $len - $strlen;
244 return $string . str_pad('', $pad, ' ');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css33 --context-pad-entry-background-color: var(--color-fefefe);
277 .djs-dragging .djs-context-pad,
467 * context-pad
469 .djs-overlay-context-pad {
473 .djs-context-pad {
479 .djs-context-pad .entry {
496 .djs-context-pad .entry:before {
500 .djs-context-pad .entry:hover {
504 .djs-context-pad.open {
681 .djs-updating .djs-context-pad,
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js95 var pad = String(c).charAt(0).repeat(Math.abs(n) - this.length);
96 return (n < 0) ? pad + val : val + pad;
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css39 --context-pad-entry-background-color: var(--color-white);
292 .djs-dragging .djs-context-pad,
476 * context-pad
478 .djs-overlay-context-pad {
483 .djs-context-pad {
490 .djs-context-pad .entry {
502 background-color: var(--context-pad-entry-background-color);
508 .djs-context-pad .entry:hover {
512 .djs-context-pad.open {
843 .djs-updating .djs-context-pad,
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css39 --context-pad-entry-background-color: var(--color-white);
292 .djs-dragging .djs-context-pad,
476 * context-pad
478 .djs-overlay-context-pad {
483 .djs-context-pad {
490 .djs-context-pad .entry {
502 background-color: var(--context-pad-entry-background-color);
508 .djs-context-pad .entry:hover {
512 .djs-context-pad.open {
843 .djs-updating .djs-context-pad,
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php192 private $pad; variable in phpseclib3\\Crypt\\Hash
598 $pad = 32 - ($length % 32);
599 $pad = max(32, $length + $pad % 32);
600 $m[$i] = str_pad($m[$i], $pad, "\0"); // zeropad
705 $pad = 16 - ($length % 16);
706 $pad %= 16;
707 $m_2 = str_pad($m_2, $length + $pad, "\0"); // zeropad
846 $this->pad = $this->pdf();
852 return $hashedmessage ^ $this->pad;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php286 $pad = $block_size - ($length % $block_size);
287 if ($pad != $block_size) {
288 $x = str_repeat('0', $pad) . $x;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php431 * @return pad codeword
435 $pad = ($cwpad + (((149 * $cwpos) % 253) + 1));
436 if ($pad > 254) {
437 $pad -= 254;
439 return $pad;
446 * @return pad codeword
450 $pad = ($cwpad + (((149 * $cwpos) % 255) + 1));
451 if ($pad > 255) {
452 $pad -= 256;
454 return $pad;
/plugin/clipboardutils/
H A Dsyntax.php88 $pad =str_pad('',$level*2,' ');
90 $str .=$pad . $key;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php168 * SEAL(Ki, Kc, SeqNum, msg) = {CIPHER(Kc, {msg, pad, HMAC(Ki, {SeqNum, msg})[0..9])}), 0x0001, SeqNum}
285 $pad = $blockSize - (strlen($data) + 10) & ($blockSize - 1);
287 return str_repeat(chr($pad), $pad);
/plugin/edittable/renderer/
H A Dinverse.php754 $pad = $target - utf8_strlen($cell['text']);
755 $pos += $pad + ($cell['colspan'] - 1);
758 $lpad = $pad - 1;
765 $lpad = floor($pad / 2);
769 $cell['text'].str_repeat(' ', $pad - $lpad).
/plugin/ipban/lang/cs/
H A Dbanned.txt6 kdo měl tuto IP adresu před vámi. Pokud je toto váš případ, kontaktujte
/plugin/searchindex/lang/cs/
H A Dintro.txt4 …d jste však upgradovali, přidali nebo odstranili mnoho souborů může být dobrý nápad vyčistit index.

12345