home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
fil2BFCCD339C0B41F89C697E7576A6F2B6
< prev
next >
Wrap
Text File
|
2010-07-12
|
942b
|
20 lines
/** ================================================================================ **/
const XULNS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/** ================================================================================ **/
const CONSOLE_SERVICE = Cc["@mozilla.org/consoleservice;1"].getService(Ci.nsIConsoleService);
const OBSERVER_SERVICE = Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService);
const IO_SERVICE = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService);
const UConverter = Cc["@mozilla.org/intl/scriptableunicodeconverter"].createInstance(Ci.nsIScriptableUnicodeConverter);
UConverter.charset = "UTF-8";
/** ================================================================================ **/
const DAY_SECS = 86400000;
const MIN_SEC = 60000;
/** ================================================================================ **/