/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/ |
H A D | Personal Computer Wireless.svg | 1 …mask id="i" class="B"><use xlink:href="#A"/></mask><path d="M1.17 9.44L18.04.484c-.278.148-.466.46…
|
H A D | VOIP_IP_phone.svg | 1 …mask maskUnits="userSpaceOnUse" x="-.997" y="-1.171" width="17.579" height="10.744" id="G"><g filt…
|
/plugin/admnote/ |
H A D | style.css | 74 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 D | action.php | 83 $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 D | bi.css | 2 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 D | Secure_Building.svg | 1 …mask maskUnits="userSpaceOnUse" x="224.763" y="63.426" width="30.06" height="23.889" id="Q"><g fil…
|
H A D | Medium_Business_Building.svg | 1 …mask maskUnits="userSpaceOnUse" x=".559" y="0" width="41.986" height="21.893" id="B"><g filter="ur…
|
H A D | Building_Cluster.svg | 1 …mask maskUnits="userSpaceOnUse" x="65.374" y="95.283" width="44.989" height="27.221" id="B"><g fil…
|
H A D | Large_Building.svg | 1 …mask maskUnits="userSpaceOnUse" x="77.633" y="97.011" width="46.715" height="27.885" id="B"><g fil…
|
/plugin/badbehaviour/bad-behavior/ |
H A D | functions.inc.php | 48 @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 D | inet6.php | 88 * Generate an IPv6 mask from prefix notation 90 * This will convert a prefix to an IPv6 address mask (used for IPv6 math) 93 * @return string The IPv6 mask address for the prefix size 100 $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, [all...] |
/plugin/gtime/gtlib/tsp/ |
H A D | GTHashChain.php | 341 $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 D | remote.php | 73 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 D | ps.l3.image.encoder.stream.inc.php | 10 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 D | ps.image.encoder.simple.inc.php | 16 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 D | output.fastps.class.php | 119 $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 D | action.php | 71 $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 D | BinaryField.php | 84 $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 D | BatchGetDocumentsRequest.php | 57 public function setMask(DocumentMask $mask) argument 59 $this->mask = $mask; 66 return $this->mask;
|
/plugin/combo/vendor/hidehalo/nanoid-php/src/ |
H A D | Core.php | 13 $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 D | IpRange.php | 67 * 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 D | geohash.js | 28 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 D | rendertables.php | 110 $mask = $subnetsr[$ipout]['Mask']; 111 if ($mask){ 113 $rightbitss = 32 - $mask; 118 $sout = $mask;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RSA.php | 878 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 D | GTUtil.php | 594 $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();
|