Home
last modified time | relevance | path

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

123456

/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DPersonal Computer Wireless.svg1mask id="i" class="B"><use xlink:href="#A"/></mask><path d="M1.17 9.44L18.04.484c-.278.148-.466.46…
H A DVOIP_IP_phone.svg1mask maskUnits="userSpaceOnUse" x="-.997" y="-1.171" width="17.579" height="10.744" id="G"><g filt…
/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/ipgroup/
H A Daction.php83 $mask = str_repeat('f', $subnet>>2);
86 case 3: $mask .= 'e'; break;
87 case 2: $mask .= 'c'; break;
88 case 1: $mask .= '8'; break;
90 $mask = str_pad($mask, $len>>2, '0');
93 $mask = pack('H*', $mask);
97 return ($addr & $mask);
/plugin/mikioplugin/icons/bootstrap-icons/
H A Dbi.css2 mask-repeat: no-repeat;
3 mask-position: center;
4 mask-size: cover;
5 -webkit-mask-repeat: no-repeat;
6 -webkit-mask-position: center;
7 -webkit-mask-size: cover;
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1mask maskUnits="userSpaceOnUse" x="224.763" y="63.426" width="30.06" height="23.889" id="Q"><g fil…
H A DMedium_Business_Building.svg1mask maskUnits="userSpaceOnUse" x=".559" y="0" width="41.986" height="21.893" id="B"><g filter="ur…
H A DBuilding_Cluster.svg1mask maskUnits="userSpaceOnUse" x="65.374" y="95.283" width="44.989" height="27.221" id="B"><g fil…
H A DLarge_Building.svg1mask maskUnits="userSpaceOnUse" x="77.633" y="97.011" width="46.715" height="27.885" id="B"><g fil…
/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/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php100 $mask = '0b';
101 for ($i = 0; $i < $prefix; $i++) $mask .= '1';
102 for ($i = strlen($mask) - 2; $i < 128; $i++) $mask .= '0';
103 $mask = gmp_strval(gmp_init($mask), 16);
105 $result .= substr($mask, $i * 4, 4);
124 $mask = gmp_init('0x' . str_replace(':', '', inet6_expand(inet6_prefix_to_mask($prefix))));
125 $prefix = gmp_and($addr, $mask);
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php341 $mask = new GTBigInteger(0x1);
348 if ($N->bitAnd($mask)->comp($mask) == 0) {
349 $N = $N->bitXOr($mask);
353 $mask = $mask->shiftLeft(1);
358 $mask = new GTBigInteger(0x1);
365 if ($hashChainDirs->bitAnd($mask)->comp($mask) == 0) {
366 $n = $n->add($mask);
369 $mask = $mask->shiftLeft(1);
/plugin/xcom/
H A Dremote.php73 public function listNamespaces($namespace="",$mask="") { argument
89 $mask = trim($mask);
90 if($mask) {
91 $mask= json_decode($mask);
92 for($i=0; $i<count($mask) ;$i++) {
93 $mask[$i] = preg_quote($mask[$i]);
95 if(count($mask) > 1) {
96 $regex = implode('|',$mask);
98 else if(is_array($mask)) {
99 $regex = $mask[0];
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l3.image.encoder.stream.inc.php10 function auto(&$psdata, $src_img, &$size_x, &$size_y, &$tcolor, &$image, &$mask) { argument
12 …$id = $this->solid($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask);
16 …$this->transparent($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask);
31 function solid(&$psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
72 $mask = "";
85 function transparent(&$psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
188 $mask = "mask-{$id}-data";
193 function alpha(&$psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
244 $mask = "";
H A Dps.image.encoder.simple.inc.php16 function auto($psdata, $src_img, &$size_x, &$size_y, &$tcolor, &$image, &$mask) { argument
23 $mask);
32 $mask);
38 function solid($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
80 $mask = "";
85 function transparent($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
165 $mask = "{mask-{$id}-data}";
170 function alpha($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
220 $mask = "";
H A Doutput.fastps.class.php119 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
126 ($mask !== "" ? $mask : "/null"),
135 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
142 ($mask !== "" ? $mask : "/null"),
151 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
156 ($mask !== "" ? $mask : "/null"),
165 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
170 ($mask !== "" ? $mask : "/null"),
179 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
184 ($mask !== "" ? $mask : "/null"),
/plugin/mobiletable/
H A Daction.php71 $row = $this->mask($row);
90 $body = $this->mask($body);
121 private function mask($str) { function in action_plugin_mobiletable
127 $mask = '$1'.$this->token.'$2';
129 $str = preg_replace('/(\{\{[^\}]+)\|([^\|\}]*?\}\})/', $mask, $str);
131 $str = preg_replace('/(\[\[[^\]]+)\|([^\|\]]*?\]\])/', $mask, $str);
/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/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsRequest.php57 public function setMask(DocumentMask $mask) argument
59 $this->mask = $mask;
66 return $this->mask;
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DCore.php13 $mask = (2 << log($len - 1) / M_LN2) - 1;
14 $step = (int) ceil(1.6 * $mask * $size / $len);
19 $byte = $bytes[$i] & $mask;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DIpRange.php67 * Add an ip range in the form of a CIDR mask.
69 * @param string $mask a valid CIDR mask
73 public function addMaskRange(string $mask): self argument
75 return $this->addParam('ranges', ['mask' => $mask]);
/plugin/structgeohash/
H A Dgeohash.js28 function refine_interval(interval, cd, mask) { argument
29 if (cd&mask)
56 mask = BITS[j];
59 refine_interval(lon, cd, mask);
62 refine_interval(lat, cd, mask);
/plugin/ipmap/
H A Drendertables.php110 $mask = $subnetsr[$ipout]['Mask'];
111 if ($mask){
113 $rightbitss = 32 - $mask;
118 $sout = $mask;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
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/gtime/gtlib/util/
H A DGTUtil.php594 $mask = new GTBigInteger(0xF);
596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();
597 $minor = $version->shiftRight(20)->bitAnd($mask)->getValue();
598 $fix = $version->shiftRight(12)->bitAnd($mask)->getValue();

123456