/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/ |
H A D | Target.php | 92 $bitmask = 0; 100 $bitmask |= self::$map[$literal]; 103 $this->targets = $bitmask;
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.core.js | 657 function baseIsEqual(value, other, bitmask, customizer, stack) { argument 708 ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) 713 if (!(bitmask & COMPARE_PARTIAL_FLAG)) { 1139 function createPartial(func, bitmask, thisArg, partials) { argument 1143 var isBind = bitmask & WRAP_BIND_FLAG, 1178 function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { argument 1179 var isPartial = bitmask & COMPARE_PARTIAL_FLAG, 1188 seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined; 1216 equalFunc(arrValue, othValue, bitmask, customizer, stack) 1279 function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { argument [all …]
|
H A D | lodash.js | 4924 var isBind = bitmask & WRAP_BIND_FLAG, 5145 var isAry = bitmask & WRAP_ARY_FLAG, 5146 isBind = bitmask & WRAP_BIND_FLAG, 5149 isFlip = bitmask & WRAP_FLIP_FLAG, 5519 bitmask = newData[1]; 5530 if (!bitmask || bitmask == WRAP_BIND_FLAG) { 5532 } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { 6453 var bitmask = data[1], 10095 var bitmask = WRAP_BIND_FLAG; 10098 bitmask |= WRAP_PARTIAL_FLAG; [all …]
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | lodash.js | 4924 var isBind = bitmask & WRAP_BIND_FLAG, 5145 var isAry = bitmask & WRAP_ARY_FLAG, 5146 isBind = bitmask & WRAP_BIND_FLAG, 5149 isFlip = bitmask & WRAP_FLIP_FLAG, 5519 bitmask = newData[1]; 5530 if (!bitmask || bitmask == WRAP_BIND_FLAG) { 5532 } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { 6453 var bitmask = data[1], 10095 var bitmask = WRAP_BIND_FLAG; 10098 bitmask |= WRAP_PARTIAL_FLAG; [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Imb.php | 161 $bitmask = 512; 169 if (($fcs & $bitmask) > 0) { 174 $bitmask /= 2;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 110 protected $bitmask = false; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 427 $this->bitmask = false; 432 $this->bitmask = static::setBitmask($bits); 542 $mask = $this->bitmask->toBytes(); 544 $mask = $this->bitmask->subtract(new static(1)); 637 … $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs();
|
H A D | BCMath.php | 481 $result->bitmask = $this->bitmask; 483 if ($result->bitmask !== false) { 484 $result->value = bcmod($result->value, $result->bitmask->value);
|
H A D | GMP.php | 470 $result->bitmask = $this->bitmask; 472 if ($result->bitmask !== false) { 477 $result->value = $result->value & $result->bitmask->value;
|
H A D | PHP.php | 165 $temp->bitmask = false; 756 $result->bitmask = $this->bitmask; 767 if (!empty($result->bitmask->value)) { 768 $length = min(count($value), count($result->bitmask->value)); 772 $value[$i] = $value[$i] & $result->bitmask->value[$i];
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | json_encode.rst | 17 * ``options``: A bitmask of `json_encode options`_: ``{{
|
/plugin/codemirror/dist/modes/ |
H A D | wast.min.js.map | 1 …dd|sub)|i(8x16|16x8|32x4)\\.(eq|ne|([lg][te]_[su])|abs|any_true|all_true|bitmask|((min|max)_[su]))…
|
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 28 the parser and dumper is no longer supported, pass bitmask flags instead
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode1D.php | 1973 $bitmask = 512; 1980 if (($fcs & $bitmask) > 0) { 1985 $bitmask /= 2;
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 81 the parser and dumper is no longer supported, pass bitmask flags instead
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 5390 var isAry = bitmask & ARY_FLAG, 5391 isBind = bitmask & BIND_FLAG, 5393 isCurry = bitmask & CURRY_FLAG, 5491 var isBind = bitmask & BIND_FLAG, 5561 bitmask = newData[1]; 5568 if (bitmask == BIND_FLAG) { 5570 …} else if ((bitmask == PARTIAL_FLAG || bitmask == (BIND_FLAG | PARTIAL_FLAG)) && !newData[4].lengt… 6010 var bitmask = data[1], 8953 var bitmask = BIND_FLAG; 8958 bitmask |= PARTIAL_FLAG; [all …]
|
H A D | pdfmake.min.js.map | 1 …bitmask","partialsRight","holdersRight","argPos","ary","arity","isCurry","isCurryRight","argsHolde…
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | README.md | 737 …dds additional normalizations that can be configured with the `$flags` parameter which is a bitmask 807 `$normalizations` bitmask. The method also accepts relative URI references and returns true when th…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 56723 function baseIsEqual(value, other, customizer, bitmask, stack) { 56776 if (!(bitmask & PARTIAL_COMPARE_FLAG)) { 57113 function equalArrays(array, other, equalFunc, customizer, bitmask, stack) { 57114 var isPartial = bitmask & PARTIAL_COMPARE_FLAG, 57230 var isPartial = bitmask & PARTIAL_COMPARE_FLAG; 57277 var isPartial = bitmask & PARTIAL_COMPARE_FLAG, 59253 function baseIsEqual(value, other, bitmask, customizer, stack) { 59305 if (!(bitmask & COMPARE_PARTIAL_FLAG)) { 59394 var isPartial = bitmask & COMPARE_PARTIAL_FLAG, 59509 var isPartial = bitmask & COMPARE_PARTIAL_FLAG; [all …]
|
/plugin/ditaa/ditaa/ |
H A D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …bitmask","isDeep","isFlat","isFull","isArr","isFunc","stacked","subValue","keysFunc","keysIn","glo…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clon…
|