Home
last modified time | relevance | path

Searched refs:mask (Results 26 – 50 of 128) sorted by relevance

123456

/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/qrcode2/
H A Dphpqrcode.php216 $mask = new QRmask();
684 if($mask < 0 || $mask > 7)
690 return self::$formatInfo[$level][$mask];
1800 $mask = 1 << ($bits - 1);
1802 if($num & $mask) {
1807 $mask = $mask >> 1;
1821 $mask = 0x80;
1823 if($data[$i] & $mask) {
1829 $mask = $mask >> 1;
2791 $bestMask = $mask;
[all …]
/plugin/dlcount/
H A Dadmin.php47 function glob_recursive($mask) { argument
48 $result = glob($mask);
50 $dirs = explode(DIRECTORY_SEPARATOR, $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/scrollticker/
H A Dstyle.css13 .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right…
/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/twofactorgoogleauth/
H A DQRCode.php113 list($mask, $mtx) = $this->qr_apply_best_mask($mtx, $size);
114 $mtx = $this->qr_finalize_matrix($mtx, $size, $ecl, $mask, $vers);
578 protected function qr_apply_mask($matrix, $size, $mask) argument
583 if ($this->qr_mask($mask, $i, $j)) {
592 protected function qr_mask($mask, $r, $c) argument
594 switch ($mask) {
718 $matrix, $size, $ecl, $mask, $version argument
722 $format = $this->qr_format_info[$ecl * 8 + $mask];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js159 var mask = format.match(/%[a-zA-Z]/g);
161 for (var i = 0; i < mask.length; i++) {
162 switch (mask[i]) {
H A Ddhtmlxgantt_quick_info.js358 var mask = node.className;
359 if (mask.indexOf("_icon")!=-1){
361 gantt.$click.buttons[mask.split(" ")[1].replace("icon_","")](id);
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DApartments.svg1mask maskUnits="userSpaceOnUse" x="47.779" y="149.499" width="42.679" height="25.822" id="D"><g fi…
H A DSchool_Building.svg1mask maskUnits="userSpaceOnUse" x="0" y="102.299" width="192.771" height="174.807" id="H"><g filte…
H A DLong_Building.svg1mask maskUnits="userSpaceOnUse" x="0" y="25.859" width="159.889" height="189.214" id="B"><g filter…
/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/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js508 mask: false, property in default_options
909 isValidValue = function (mask, value) { argument
910 var reg = mask
1051 if (options.mask) {
1054 if (options.mask === true) {
1055 options.mask = options.format
1065 if ($.type(options.mask) === 'string') {
1085 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1093 if (pos === options.mask.length) {
1100 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
[all …]
/plugin/gtime/gtlib/util/
H A DGTBaseX.php174 $mask = (1 << $this->bits) - 1;
192 $result .= $this->chars[($buff >> ($size - $this->bits)) & $mask];
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js253 var mask = (1 << this.chrsz) - 1;
255 bin[i>>5] |= (str.charCodeAt(i / this.chrsz) & mask) << (i%32);
266 var mask = (1 << this.chrsz) - 1;
268 str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & 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;
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md21 * Added `Paper.mask()`, `Paper.ptrn()`, `Paper.use()`, `Paper.svg()`
/plugin/diagramsnet/lib/img/lib/allied_telesis/security/
H A DDVS_Surveillance_Monitor.svg1mask maskUnits="userSpaceOnUse" x="68.667" y="76.61" width="1.451" height="15.008" id="B"><g filte…
/plugin/passpolicy/
H A Dhelper.php411 $mask = (1 << $this->bits($real_max)) - 1;
417 $integer = $unpack["num"] & $mask;
/plugin/tagfilter/script/select2/
H A Dselect2.js1320 mask;
1330 // create the dropdown mask if doesn't already exist
1331 mask = $("#select2-drop-mask");
1332 if (mask.length == 0) {
1333 mask = $(document.createElement("div"));
1334 mask.attr("id","select2-drop-mask").attr("class","select2-drop-mask");
1335 mask
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php67 * Ones without the _ are only applied where the mask says!
732 $info[$i]['mask'] = 0;
738 $mask = self::FLAG(self::PREF);
741 $info[$i]['mask'] |= self::FLAG(self::PREF);
742 $info[$i + 1]['mask'] |= self::FLAG(self::PREF);
751 $info[$j]['mask'] |= self::FLAG(self::CFAR);
777 $info[$i]['mask'] |= self::FLAG(self::RPHF);
782 $mask = self::FLAG(self::HALF);
784 $info[$i]['mask'] |= $mask;
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php700 // embed mask image
712 // embed image, masked with previously embedded mask
1100 private function convertImage(&$data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false)
1107 $mask = false;
1121 if ($mask) { // i.e. $pngalpha for PNG
1202 if (!$this->mpdf->PDFA && !$this->mpdf->PDFX && !$mask) { // mPDF 6 added NOT mask
1313 if ($mask) {
1083 convertImage(& $data, $colspace, $targetcs, $w, $h, $dpi, $mask, $gamma_correction = false, $pngcolortype = false) global() argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC","config","task_attr…

123456