Home
last modified time | relevance | path

Searched refs:mask (Results 51 – 75 of 128) sorted by relevance

123456

/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DPersonal_Computer.svg1mask maskUnits="userSpaceOnUse" x=".261" y=".723" width="1.29" height="13.342" id="B"><g filter="u…
H A DPersonal_Computer_with_Server.svg1mask maskUnits="userSpaceOnUse" x="-.369" y=".723" width="1.29" height="13.342" id="E"><g filter="…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php848 public static function EnsureDirectoryExists($dirname, $mask=0755) { argument
883 @mkdir($test_directory, $mask);
884 @chmod($test_directory, $mask);
/plugin/ipban/ip-lib/
H A DREADME.md250 ### Getting the subnet mask for IPv4 ranges
252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges:
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js292 var mask = stream.read(2);
293 this.maskPresent = !!mask;
295 switch (mask) {
305 var val = !!mask;
312 throw new Error("Reserved ms mask type: " + mask);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php653 // f. Apply 'init' feature to first syllable in word (indicated by ['mask']) Indic::FLAG(Indic::INIT);
1445 // rphf, pref, blwf, half, abvf, pstf, and init are only applied where ['mask'] indicates: Indic::FLAG(Indic::RPHF);
1482 if (strpos('rphf pref blwf half pstf cfar init', $usetag) !== false) { // only apply when mask indicates
1483 $mask = 0;
1486 $mask = (1 << (Indic::RPHF));
1489 $mask = (1 << (Indic::PREF));
1492 $mask = (1 << (Indic::BLWF));
1495 $mask = (1 << (Indic::HALF));
1498 $mask = (1 << (Indic::PSTF));
1501 $mask
[all...]
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1mask-clip\", \"mask-composite\", \"mask-image\", \"mask-mode\",\n \"mask-origin\", \"mask-posit…
H A Dmirc.min.js.map1 …gfn $longip $lower $ltimer \" +\n \"$maddress $mask $matchkey $matchtok…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1mask","indexOf","$click","split","replace","domEv","getTaskNode","getTaskRowNode","offsetTop","off…
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md95 $emblem Insert mask Logo [default: `null`]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php493 $mask = $taglen == 4 ? "\3" : "\1";
494 $index = $nonce[$last] & $mask;
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt427 - "mask" [ex: &fltr[]=mask|filename.png|<i>]
428 greyscale values of mask are applied as the alpha
643 - bvl;wmi;wmt;over;hist;fram;drop;mask;elip;ric;bord;
H A Dphpthumb.changelog.txt369 example, rotate image after fltr[]=mask is applied)
1036 - 'mask' [ex: &fltr[]=mask|filename.png]
1037 greyscale values of mask are applied as the alpha
1474 * Added unsharp mask option thanks to Torstein Hønsi:
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14315 var mask = 128,
14318 while (mask > 0) {
14320 mask >>= 1;
14585 var mask = 0;
14607 mask >>= 1;
14675 var mask = 0;
14678 if (!mask) {
14685 mask >>= 1;
14805 mask: mask,
18361 mask = _ref2.mask,
[all …]
H A Dpdf.worker.js20642 var mask = 0,
20646 if (!mask) {
20647 mask = 128;
20652 mask >>= 1;
54960 } else if (mask) {
54978 this.mask = mask;
55005 if (mask) {
55031 mask: maskData,
55150 mask = 128;
55185 var mask = this.mask;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js2156 if (this.type in {g: 1, mask: 1, pattern: 1, symbol: 1}) {
3972 var mask = value;
3974 mask = make("mask", getSomeDefs(this));
3975 mask.node.appendChild(value.node);
3977 !mask.node.id && $(mask.node, {
3978 id: mask.id
3981 mask: URL(mask.id)
4889 proto.mask = function (first) { function
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5mask:before{content:""}.ra-blade-bite:before{content:""}.ra-blast:before{content:""}.ra-blaster…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1mask-image\",\n \"browsers\": [\n \"E16\",\n \"FF53\",\n …
/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 …]
/plugin/processing/
H A Dscript.js5255 var mask = 1;
5256 mask = mask << (numBitsInValue - 1);
5260 str += (mask & value) ? "1" : "0";
5261 mask = mask >>> 1;
9064 this.mask = function(mask) { argument
9067 if (mask instanceof PImage) {
9068 if (mask.width === this.width && mask.height === this.height) {
9069 this.__mask = mask;
9073 … } else if (typeof mask === "object" && mask.constructor === Array) { // this is a pixel array
9077 if (this.pixels.length === mask.length) {
[all …]
/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/diagramsnet/lib/js/grapheditor/
H A DGraph.js3519 Graph.prototype.formatDate = function(date, mask, utc) argument
3566 mask = date;
3574 mask = String(dF.masks[mask] || mask || dF.masks["default"]);
3577 if (mask.slice(0, 4) == "UTC:") {
3578 mask = mask.slice(4);
3622 return mask.replace(token, function ($0)
/plugin/flowplayer/player/
H A DREADME.txt29 - #508 disabling the stagevideo screen mask, canvas is visible without it, this was causing issues …
42 - #508 stage video mask was being added to the top layer and hiding all children.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1558 $mask = substr($ip, $size);
1560 return [inet_ntop($ip), inet_ntop($mask)];

123456