Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 25 of 128) sorted by path

123456

/plugin/admnote/
H A Dstyle.css74 mask-repeat: no-repeat;
89 mask-repeat: no-repeat;
104 mask-repeat: no-repeat;
119 mask-repeat: no-repeat;
134 mask-repeat: no-repeat;
149 mask-repeat: no-repeat;
164 mask-repeat: no-repeat;
179 mask-repeat: no-repeat;
194 mask-repeat: no-repeat;
209 mask-repeat: no-repeat;
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js18149 this.mask = options.mask;
18158 if (!this.mask) {
18165 maskEl = this.mask.getElement(),
18192 mask: this.mask.toObject(),
18205 fabric.util.loadImage(object.mask.src, function(img) {
18206 object.mask = new fabric.Image(img, object.mask);
H A Dfabric.min.js11mask=options.mask;this.channel=[0,1,2,3].indexOf(options.channel)>-1?options.channel:0},applyTo:fu…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js7636 var mask; /* mask for low root bits */
7802 mask = used - 1; /* mask for comparing low */
7858 if (len > root && (huff & mask) !== low) {
7885 low = huff & mask;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js15675 var maskf = MASKFUNCS[mask];
15796 if (mask < 0) {
15802 for (mask = 1; mask < 8; ++mask) {
15808 bestmask = mask;
15812 mask = bestmask;
15815 maskdata(matrix, reserved, mask);
15840 var mask = 'mask' in options ? options.mask : -1;
15874 if (mask != -1 && (mask < 0 || mask > 8)) throw 'invalid mask';
26571 low = huff & mask;
65460 mask = [];
[all …]
H A Dpdfmake.min.js9 …l||"L").toUpperCase()],a=e.mode?n[e.mode.toLowerCase()]:-1,l="mask"in e?e.mask:-1;if(0>a)a="string…
H A Dpdfmake.min.js.map1mask","NUMERIC_REGEXP","ALPHANUMERIC_OUT_REGEXP","validatedata","getmaxdatalen","generate","buildC…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirestore.php314 'mask.fieldPaths' => [
347 'mask.fieldPaths' => [
375 'mask.fieldPaths' => [
429 'mask.fieldPaths' => [
496 'mask.fieldPaths' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsRequest.php57 public function setMask(DocumentMask $mask) argument
59 $this->mask = $mask;
66 return $this->mask;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3403 $mask = "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF";
3404 return strrev($r->toBytes()) & $mask;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php493 $mask = $taglen == 4 ? "\3" : "\1";
494 $index = $nonce[$last] & $mask;
H A DRSA.php878 foreach ($masks as $mask) {
879 if ($padding & $mask) {
880 $selected = $mask;
896 foreach ($masks as $mask) {
897 if ($padding & $mask) {
898 $selected = $mask;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1219 static $mask, $zero, $forty;
1220 if (!$mask) {
1221 $mask = new BigInteger(0x7F);
1253 $submask = $part->bitwise_and($mask);
1408 $mask = 1 << $bit;
1410 $c &= $mask - 1;
H A DX509.php1558 $mask = substr($ip, $size);
1560 return [inet_ntop($ip), inet_ntop($mask)];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php542 $mask = $this->bitmask->toBytes();
544 $mask = $this->bitmask->subtract(new static(1));
545 $mask = $mask->toBytes();
552 $mask = chr((1 << ($precision & 0x7)) - 1) . str_repeat(chr(0xFF), $precision >> 3);
565 $left = $left->bitwise_and(new static($mask, 256));
1214 …$mask = static::$one[static::class]->bitwise_leftShift($split)->subtract(static::$one[static::clas…
1220 $vals[] = $num->bitwise_and($mask);
H A DPHP.php1258 $mask = (1 << $overflow) - 1;
1260 $digit[] = $temp & $mask;
1276 $temp = $digit[$j] & $mask;
1281 $mask = $tempmask;
1302 $mask = (1 << $split) - 1;
1309 $digit = $val[$i] & $mask;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php84 $mask = $h & 7;
85 $mask = $mask ? 1 << (7 - $mask) : 0x80;
86 for (; $mask > 0; $mask >>= 1, $i--, $h++) {
87 if (ord($c[$g]) & $mask) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php359 $mask = new BigInteger((1 << $w) - 1);
371 $d->bitwise_and($mask)->subtract($sub) :
373 $d->bitwise_and($mask);
380 …$shift = !$d->equals(static::$zero[static::class]) && $d->bitwise_and($mask)->equals(static::$zero…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3123 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php48 @list($ip, $mask) = explode('/', $cidr);
49 if (!$mask) $mask = 32;
50 $mask = pow(2,32) - pow(2, (32 - $mask));
51 $output = ((ip2long($addr) & $mask) == (ip2long($ip) & $mask));
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md95 $emblem Insert mask Logo [default: `null`]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php678 protected function encodeMask($mask) { argument
720 if ($mask < 0) {
1203 $bestMask = $mask;
2099 $mask = 1 << ($bits - 1);
2101 if ($num & $mask) {
2106 $mask = $mask >> 1;
2121 $mask = 0x80;
2123 if ($data[$i] & $mask) {
2129 $mask = $mask >> 1;
2451 if (($mask < 0) OR ($mask > 7)) {
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …lighting-color":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,mask:1,opacity:1,overflo…
H A Dbpmn-navigated-viewer.production.min.js2 …lighting-color":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,mask:1,opacity:1,overflo…

123456