Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1347 → Rev 1348

/trunk/doc/website/download.html
5,7 → 5,7
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.png">
 
<title>OIDplus - Download and Install</title>
 
/trunk/doc/website/examples.html
5,7 → 5,7
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.png">
 
<title>OIDplus - Examples</title>
 
/trunk/doc/website/features.html
5,7 → 5,7
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.png">
 
<title>OIDplus - Features</title>
 
/trunk/doc/website/support.html
5,7 → 5,7
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.png">
 
<title>OIDplus - Support</title>
 
/trunk/includes/classes/OIDplusGui.class.php
277,7 → 277,7
$head_elems[] = '<script src="'.htmlentities(OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'polyfill.min.js.php"></script>';
$head_elems[] = '<script src="'.htmlentities(OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'oidplus.min.js.php?noBaseConfig=1" type="text/javascript"></script>';
$head_elems[] = '<link rel="stylesheet" href="'.htmlentities(OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'oidplus.min.css.php?noBaseConfig=1">';
$head_elems[] = '<link rel="shortcut icon" type="image/png" href="'.htmlentities(OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'favicon.png.php">';
$head_elems[] = '<link rel="icon" type="image/png" href="'.htmlentities(OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'favicon.png.php">';
if (OIDplus::baseConfig()->exists('CANONICAL_SYSTEM_URL')) {
$head_elems[] = '<link rel="canonical" href="'.htmlentities(OIDplus::canonicalURL().OIDplus::webpath(null, OIDplus::PATH_RELATIVE)).'">';
}
/trunk/vendor/composer/installed.json
392,18 → 392,18
"source": {
"type": "git",
"url": "https://github.com/danielmarschall/uuid_mac_utils.git",
"reference": "c543e45a3ee94d8cfbc251c118543caa5dce5c1b"
"reference": "ce6991c9c2a06c4fbc616b91664187e1f797a3b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/c543e45a3ee94d8cfbc251c118543caa5dce5c1b",
"reference": "c543e45a3ee94d8cfbc251c118543caa5dce5c1b",
"url": "https://api.github.com/repos/danielmarschall/uuid_mac_utils/zipball/ce6991c9c2a06c4fbc616b91664187e1f797a3b9",
"reference": "ce6991c9c2a06c4fbc616b91664187e1f797a3b9",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"time": "2023-07-22T21:36:19+00:00",
"time": "2023-07-29T18:27:37+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
/trunk/vendor/composer/installed.php
95,7 → 95,7
'danielmarschall/uuid_mac_utils' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'c543e45a3ee94d8cfbc251c118543caa5dce5c1b',
'reference' => 'ce6991c9c2a06c4fbc616b91664187e1f797a3b9',
'type' => 'library',
'install_path' => __DIR__ . '/../danielmarschall/uuid_mac_utils',
'aliases' => array(
/trunk/vendor/licenses
16,8 → 16,8
danielmarschall/php-sha3 dev-master 5605bd5 MIT
danielmarschall/php_utils 9999999-dev 4a41123 Apache-2.0
danielmarschall/php_utils dev-master 4a41123 Apache-2.0
danielmarschall/uuid_mac_utils 9999999-dev c543e45 Apache-2.0
danielmarschall/uuid_mac_utils dev-master c543e45 Apache-2.0
danielmarschall/uuid_mac_utils 9999999-dev ce6991c Apache-2.0
danielmarschall/uuid_mac_utils dev-master ce6991c Apache-2.0
danielmarschall/vnag 9999999-dev 1c01739 Apache-2.0
danielmarschall/vnag dev-master 1c01739 Apache-2.0
dcodeio/bcrypt.js master master BSD-3-Clause, MIT