Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1115 → Rev 1116

/trunk/dev/oidinfo_add_missing
25,10 → 25,10
die("OIDINFO_API_URL not available (API is currently not public)\n");
}
 
define('VERBOSE', false);
define('DEFAULT_EMAIL', 'oidra@viathinksoft.de');
define('ALL_OID_LIST', '/home/oidplus/all_oids.txt'); // contains all OIDs (non-public file)
define('DESIRED_ROOT', '1.3.6.1.4.1.37476');
const VERBOSE = false;
const DEFAULT_EMAIL = 'oidra@viathinksoft.de';
const ALL_OID_LIST = '/home/oidplus/all_oids.txt'; // contains all OIDs (non-public file)
const DESIRED_ROOT = '1.3.6.1.4.1.37476';
 
# ---
 
/trunk/dev/oidinfo_compare
22,8 → 22,8
 
OIDplus::init(true);
 
define('ALL_OID_LIST', '/home/oidplus/all_oids.txt'); // contains all OIDs (non-public file)
define('DESIRED_ROOT', '1.3.6.1.4.1.37476');
const ALL_OID_LIST = '/home/oidplus/all_oids.txt'; // contains all OIDs (non-public file)
const DESIRED_ROOT = '1.3.6.1.4.1.37476';
 
# ---
 
/trunk/dev/oidinfo_compare_asn1_iri_identifiers
25,10 → 25,10
die("OIDINFO_API_URL not available (API is currently not public)\n");
}
 
define('VERBOSE', false);
define('DEFAULT_EMAIL', 'oidra@viathinksoft.de');
define('ALL_OID_LIST', '/home/oidplus/all_oids.txt'); // contains all OIDs (non-public file)
define('DESIRED_ROOT', '1.3.6.1.4.1.37476');
const VERBOSE = false;
const DEFAULT_EMAIL = 'oidra@viathinksoft.de';
const ALL_OID_LIST = '/home/oidplus/all_oids.txt'; // contains all OIDs (non-public file)
const DESIRED_ROOT = '1.3.6.1.4.1.37476';
 
# ---
 
/trunk/dev/systemid_collider
18,7 → 18,7
* limitations under the License.
*/
 
define('TARGET_ID', '6175446'); // ViaThinkSoft RA
const TARGET_ID = '6175446'; // ViaThinkSoft RA
 
$config = array("digest_alg" => "sha512",
"private_key_bits" => 2048,
/trunk/dev/translation/message_regenerate.phps
109,8 → 109,7
$stats_translated = 0;
$stats_not_translated = 0;
 
$cont = '';
$cont .= '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
$cont = '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
$cont .= '<translation'."\n";
$cont .= ' xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.4.1"'."\n";
$cont .= ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'."\n";
/trunk/dev/translation/show_nontranslated_code.phps
22,9 → 22,7
 
// ---
 
$all_cont = '';
 
$all_cont .= "<?php\n";
$all_cont = "<?php\n";
$all_cont .= "__halt_compiler();\n"; // avoid that the FastPHP code explorer runs crazy
$all_cont .= "?>\n";