Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 932 → Rev 933

/trunk/vendor/composer/InstalledVersions.php
92,7 → 92,7
array (
0 => '9999999-dev',
),
'reference' => '1697dacd5323af9f57bf5415135c952afd957ae7',
'reference' => '47a1c4e1681ec9ebfe6378713190ae5e734b1b5b',
),
'danielmarschall/uuid_mac_utils' =>
array (
/trunk/vendor/composer/autoload_files.php
6,6 → 6,6
$baseDir = dirname($vendorDir);
 
return array(
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
);
/trunk/vendor/composer/autoload_static.php
7,8 → 7,8
class ComposerStaticInitOidPlusComposer
{
public static $files = array (
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
);
 
public static $prefixLengthsPsr4 = array (
/trunk/vendor/composer/installed.json
233,18 → 233,18
"source": {
"type": "git",
"url": "https://github.com/danielmarschall/php_utils.git",
"reference": "1697dacd5323af9f57bf5415135c952afd957ae7"
"reference": "47a1c4e1681ec9ebfe6378713190ae5e734b1b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/1697dacd5323af9f57bf5415135c952afd957ae7",
"reference": "1697dacd5323af9f57bf5415135c952afd957ae7",
"url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/47a1c4e1681ec9ebfe6378713190ae5e734b1b5b",
"reference": "47a1c4e1681ec9ebfe6378713190ae5e734b1b5b",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"time": "2022-09-07T21:46:24+00:00",
"time": "2022-09-08T04:06:37+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
/trunk/vendor/composer/installed.php
66,7 → 66,7
array (
0 => '9999999-dev',
),
'reference' => '1697dacd5323af9f57bf5415135c952afd957ae7',
'reference' => '47a1c4e1681ec9ebfe6378713190ae5e734b1b5b',
),
'danielmarschall/uuid_mac_utils' =>
array (
/trunk/vendor/danielmarschall/php_utils/aid_decoder.inc.php
704,7 → 704,7
 
$out[] = array("$aid1", "$txt1");
if ($txt2 !== '') {
$pix = "'$txt2' (".c_literal_hexstr(str_replace(':','',$txt2)).")";
$pix = "$txt2 (".c_literal_hexstr(str_replace(':','',$txt2)).")";
$out[] = array(str_repeat(' ',strlen($aid1))."$aid2", "with PIX $pix");
}
if ($ii < count($interpretations)-1) {
/trunk/vendor/licenses
8,7 → 8,7
components/jqueryui 1.12.1 MIT
danielmarschall/fileformats dev-master 880e97b Apache-2.0
danielmarschall/oidconverter dev-master 0a7d511 Apache-2.0
danielmarschall/php_utils dev-master 1697dac Apache-2.0
danielmarschall/php_utils dev-master 47a1c4e Apache-2.0
danielmarschall/uuid_mac_utils dev-master aaef4f3 Apache-2.0
danielmarschall/vnag dev-master 8a09c2a Apache-2.0
dcodeio/bcrypt.js master master BSD-3-Clause, MIT