object constantsMod
- Source
- constantsMod.scala
- Alphabetic
- By Inheritance
- constantsMod
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ALPN_ENABLED: Double
- Annotations
- @JSImport("constants", "ALPN_ENABLED") @native()
- val COPYFILE_EXCL: Double
Constant for fs.copyFile.
Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists.
- Annotations
- @JSImport("constants", "COPYFILE_EXCL") @native()
- val COPYFILE_FICLONE: Double
Constant for fs.copyFile.
Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.
- Annotations
- @JSImport("constants", "COPYFILE_FICLONE") @native()
- val COPYFILE_FICLONE_FORCE: Double
Constant for fs.copyFile.
Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. If the underlying platform does not support copy-on-write, then the operation will fail with an error.
- Annotations
- @JSImport("constants", "COPYFILE_FICLONE_FORCE") @native()
- val DH_CHECK_P_NOT_PRIME: Double
- Annotations
- @JSImport("constants", "DH_CHECK_P_NOT_PRIME") @native()
- val DH_CHECK_P_NOT_SAFE_PRIME: Double
- Annotations
- @JSImport("constants", "DH_CHECK_P_NOT_SAFE_PRIME") @native()
- val DH_NOT_SUITABLE_GENERATOR: Double
- Annotations
- @JSImport("constants", "DH_NOT_SUITABLE_GENERATOR") @native()
- val DH_UNABLE_TO_CHECK_GENERATOR: Double
- Annotations
- @JSImport("constants", "DH_UNABLE_TO_CHECK_GENERATOR") @native()
- val E2BIG: Double
- Annotations
- @JSImport("constants", "E2BIG") @native()
- val EACCES: Double
- Annotations
- @JSImport("constants", "EACCES") @native()
- val EADDRINUSE: Double
- Annotations
- @JSImport("constants", "EADDRINUSE") @native()
- val EADDRNOTAVAIL: Double
- Annotations
- @JSImport("constants", "EADDRNOTAVAIL") @native()
- val EAFNOSUPPORT: Double
- Annotations
- @JSImport("constants", "EAFNOSUPPORT") @native()
- val EAGAIN: Double
- Annotations
- @JSImport("constants", "EAGAIN") @native()
- val EALREADY: Double
- Annotations
- @JSImport("constants", "EALREADY") @native()
- val EBADF: Double
- Annotations
- @JSImport("constants", "EBADF") @native()
- val EBADMSG: Double
- Annotations
- @JSImport("constants", "EBADMSG") @native()
- val EBUSY: Double
- Annotations
- @JSImport("constants", "EBUSY") @native()
- val ECANCELED: Double
- Annotations
- @JSImport("constants", "ECANCELED") @native()
- val ECHILD: Double
- Annotations
- @JSImport("constants", "ECHILD") @native()
- val ECONNABORTED: Double
- Annotations
- @JSImport("constants", "ECONNABORTED") @native()
- val ECONNREFUSED: Double
- Annotations
- @JSImport("constants", "ECONNREFUSED") @native()
- val ECONNRESET: Double
- Annotations
- @JSImport("constants", "ECONNRESET") @native()
- val EDEADLK: Double
- Annotations
- @JSImport("constants", "EDEADLK") @native()
- val EDESTADDRREQ: Double
- Annotations
- @JSImport("constants", "EDESTADDRREQ") @native()
- val EDOM: Double
- Annotations
- @JSImport("constants", "EDOM") @native()
- val EDQUOT: Double
- Annotations
- @JSImport("constants", "EDQUOT") @native()
- val EEXIST: Double
- Annotations
- @JSImport("constants", "EEXIST") @native()
- val EFAULT: Double
- Annotations
- @JSImport("constants", "EFAULT") @native()
- val EFBIG: Double
- Annotations
- @JSImport("constants", "EFBIG") @native()
- val EHOSTUNREACH: Double
- Annotations
- @JSImport("constants", "EHOSTUNREACH") @native()
- val EIDRM: Double
- Annotations
- @JSImport("constants", "EIDRM") @native()
- val EILSEQ: Double
- Annotations
- @JSImport("constants", "EILSEQ") @native()
- val EINPROGRESS: Double
- Annotations
- @JSImport("constants", "EINPROGRESS") @native()
- val EINTR: Double
- Annotations
- @JSImport("constants", "EINTR") @native()
- val EINVAL: Double
- Annotations
- @JSImport("constants", "EINVAL") @native()
- val EIO: Double
- Annotations
- @JSImport("constants", "EIO") @native()
- val EISCONN: Double
- Annotations
- @JSImport("constants", "EISCONN") @native()
- val EISDIR: Double
- Annotations
- @JSImport("constants", "EISDIR") @native()
- val ELOOP: Double
- Annotations
- @JSImport("constants", "ELOOP") @native()
- val EMFILE: Double
- Annotations
- @JSImport("constants", "EMFILE") @native()
- val EMLINK: Double
- Annotations
- @JSImport("constants", "EMLINK") @native()
- val EMSGSIZE: Double
- Annotations
- @JSImport("constants", "EMSGSIZE") @native()
- val EMULTIHOP: Double
- Annotations
- @JSImport("constants", "EMULTIHOP") @native()
- val ENAMETOOLONG: Double
- Annotations
- @JSImport("constants", "ENAMETOOLONG") @native()
- val ENETDOWN: Double
- Annotations
- @JSImport("constants", "ENETDOWN") @native()
- val ENETRESET: Double
- Annotations
- @JSImport("constants", "ENETRESET") @native()
- val ENETUNREACH: Double
- Annotations
- @JSImport("constants", "ENETUNREACH") @native()
- val ENFILE: Double
- Annotations
- @JSImport("constants", "ENFILE") @native()
- val ENGINE_METHOD_ALL: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_ALL") @native()
- val ENGINE_METHOD_CIPHERS: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_CIPHERS") @native()
- val ENGINE_METHOD_DH: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_DH") @native()
- val ENGINE_METHOD_DIGESTS: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_DIGESTS") @native()
- val ENGINE_METHOD_DSA: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_DSA") @native()
- val ENGINE_METHOD_EC: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_EC") @native()
- val ENGINE_METHOD_NONE: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_NONE") @native()
- val ENGINE_METHOD_PKEY_ASN1_METHS: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_PKEY_ASN1_METHS") @native()
- val ENGINE_METHOD_PKEY_METHS: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_PKEY_METHS") @native()
- val ENGINE_METHOD_RAND: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_RAND") @native()
- val ENGINE_METHOD_RSA: Double
- Annotations
- @JSImport("constants", "ENGINE_METHOD_RSA") @native()
- val ENOBUFS: Double
- Annotations
- @JSImport("constants", "ENOBUFS") @native()
- val ENODATA: Double
- Annotations
- @JSImport("constants", "ENODATA") @native()
- val ENODEV: Double
- Annotations
- @JSImport("constants", "ENODEV") @native()
- val ENOENT: Double
- Annotations
- @JSImport("constants", "ENOENT") @native()
- val ENOEXEC: Double
- Annotations
- @JSImport("constants", "ENOEXEC") @native()
- val ENOLCK: Double
- Annotations
- @JSImport("constants", "ENOLCK") @native()
- val ENOLINK: Double
- Annotations
- @JSImport("constants", "ENOLINK") @native()
- val ENOMEM: Double
- Annotations
- @JSImport("constants", "ENOMEM") @native()
- val ENOMSG: Double
- Annotations
- @JSImport("constants", "ENOMSG") @native()
- val ENOPROTOOPT: Double
- Annotations
- @JSImport("constants", "ENOPROTOOPT") @native()
- val ENOSPC: Double
- Annotations
- @JSImport("constants", "ENOSPC") @native()
- val ENOSR: Double
- Annotations
- @JSImport("constants", "ENOSR") @native()
- val ENOSTR: Double
- Annotations
- @JSImport("constants", "ENOSTR") @native()
- val ENOSYS: Double
- Annotations
- @JSImport("constants", "ENOSYS") @native()
- val ENOTCONN: Double
- Annotations
- @JSImport("constants", "ENOTCONN") @native()
- val ENOTDIR: Double
- Annotations
- @JSImport("constants", "ENOTDIR") @native()
- val ENOTEMPTY: Double
- Annotations
- @JSImport("constants", "ENOTEMPTY") @native()
- val ENOTSOCK: Double
- Annotations
- @JSImport("constants", "ENOTSOCK") @native()
- val ENOTSUP: Double
- Annotations
- @JSImport("constants", "ENOTSUP") @native()
- val ENOTTY: Double
- Annotations
- @JSImport("constants", "ENOTTY") @native()
- val ENXIO: Double
- Annotations
- @JSImport("constants", "ENXIO") @native()
- val EOPNOTSUPP: Double
- Annotations
- @JSImport("constants", "EOPNOTSUPP") @native()
- val EOVERFLOW: Double
- Annotations
- @JSImport("constants", "EOVERFLOW") @native()
- val EPERM: Double
- Annotations
- @JSImport("constants", "EPERM") @native()
- val EPIPE: Double
- Annotations
- @JSImport("constants", "EPIPE") @native()
- val EPROTO: Double
- Annotations
- @JSImport("constants", "EPROTO") @native()
- val EPROTONOSUPPORT: Double
- Annotations
- @JSImport("constants", "EPROTONOSUPPORT") @native()
- val EPROTOTYPE: Double
- Annotations
- @JSImport("constants", "EPROTOTYPE") @native()
- val ERANGE: Double
- Annotations
- @JSImport("constants", "ERANGE") @native()
- val EROFS: Double
- Annotations
- @JSImport("constants", "EROFS") @native()
- val ESPIPE: Double
- Annotations
- @JSImport("constants", "ESPIPE") @native()
- val ESRCH: Double
- Annotations
- @JSImport("constants", "ESRCH") @native()
- val ESTALE: Double
- Annotations
- @JSImport("constants", "ESTALE") @native()
- val ETIME: Double
- Annotations
- @JSImport("constants", "ETIME") @native()
- val ETIMEDOUT: Double
- Annotations
- @JSImport("constants", "ETIMEDOUT") @native()
- val ETXTBSY: Double
- Annotations
- @JSImport("constants", "ETXTBSY") @native()
- val EWOULDBLOCK: Double
- Annotations
- @JSImport("constants", "EWOULDBLOCK") @native()
- val EXDEV: Double
- Annotations
- @JSImport("constants", "EXDEV") @native()
- val F_OK: Double
Constant for fs.access().
Constant for fs.access(). File is visible to the calling process.
- Annotations
- @JSImport("constants", "F_OK") @native()
- val OPENSSL_VERSION_NUMBER: Double
- Annotations
- @JSImport("constants", "OPENSSL_VERSION_NUMBER") @native()
- val O_APPEND: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that data will be appended to the end of the file.
- Annotations
- @JSImport("constants", "O_APPEND") @native()
- val O_CREAT: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to create the file if it does not already exist.
- Annotations
- @JSImport("constants", "O_CREAT") @native()
- val O_DIRECT: Double
Constant for fs.open().
Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O.
- Annotations
- @JSImport("constants", "O_DIRECT") @native()
- val O_DIRECTORY: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory.
- Annotations
- @JSImport("constants", "O_DIRECTORY") @native()
- val O_DSYNC: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity.
- Annotations
- @JSImport("constants", "O_DSYNC") @native()
- val O_EXCL: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists.
- Annotations
- @JSImport("constants", "O_EXCL") @native()
- val O_NOATIME: Double
constant for fs.open().
constant for fs.open(). Flag indicating reading accesses to the file system will no longer result in an update to the atime information associated with the file. This flag is available on Linux operating systems only.
- Annotations
- @JSImport("constants", "O_NOATIME") @native()
- val O_NOCTTY: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that if path identifies a terminal device, opening the path shall not cause that terminal to become the controlling terminal for the process (if the process does not already have one).
- Annotations
- @JSImport("constants", "O_NOCTTY") @native()
- val O_NOFOLLOW: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link.
- Annotations
- @JSImport("constants", "O_NOFOLLOW") @native()
- val O_NONBLOCK: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible.
- Annotations
- @JSImport("constants", "O_NONBLOCK") @native()
- val O_RDONLY: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to open a file for read-only access.
- Annotations
- @JSImport("constants", "O_RDONLY") @native()
- val O_RDWR: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to open a file for read-write access.
- Annotations
- @JSImport("constants", "O_RDWR") @native()
- val O_SYMLINK: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to.
- Annotations
- @JSImport("constants", "O_SYMLINK") @native()
- val O_SYNC: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O.
- Annotations
- @JSImport("constants", "O_SYNC") @native()
- val O_TRUNC: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero.
- Annotations
- @JSImport("constants", "O_TRUNC") @native()
- val O_WRONLY: Double
Constant for fs.open().
Constant for fs.open(). Flag indicating to open a file for write-only access.
- Annotations
- @JSImport("constants", "O_WRONLY") @native()
- val POINT_CONVERSION_COMPRESSED: Double
- Annotations
- @JSImport("constants", "POINT_CONVERSION_COMPRESSED") @native()
- val POINT_CONVERSION_HYBRID: Double
- Annotations
- @JSImport("constants", "POINT_CONVERSION_HYBRID") @native()
- val POINT_CONVERSION_UNCOMPRESSED: Double
- Annotations
- @JSImport("constants", "POINT_CONVERSION_UNCOMPRESSED") @native()
- val PRIORITY_ABOVE_NORMAL: Double
- Annotations
- @JSImport("constants", "PRIORITY_ABOVE_NORMAL") @native()
- val PRIORITY_BELOW_NORMAL: Double
- Annotations
- @JSImport("constants", "PRIORITY_BELOW_NORMAL") @native()
- val PRIORITY_HIGH: Double
- Annotations
- @JSImport("constants", "PRIORITY_HIGH") @native()
- val PRIORITY_HIGHEST: Double
- Annotations
- @JSImport("constants", "PRIORITY_HIGHEST") @native()
- val PRIORITY_LOW: Double
- Annotations
- @JSImport("constants", "PRIORITY_LOW") @native()
- val PRIORITY_NORMAL: Double
- Annotations
- @JSImport("constants", "PRIORITY_NORMAL") @native()
- val RSA_NO_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_NO_PADDING") @native()
- val RSA_PKCS1_OAEP_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_PKCS1_OAEP_PADDING") @native()
- val RSA_PKCS1_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_PKCS1_PADDING") @native()
- val RSA_PKCS1_PSS_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_PKCS1_PSS_PADDING") @native()
- val RSA_PSS_SALTLEN_AUTO: Double
Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature.
Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature.
- Annotations
- @JSImport("constants", "RSA_PSS_SALTLEN_AUTO") @native()
- val RSA_PSS_SALTLEN_DIGEST: Double
Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying.
Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying.
- Annotations
- @JSImport("constants", "RSA_PSS_SALTLEN_DIGEST") @native()
- val RSA_PSS_SALTLEN_MAX_SIGN: Double
Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data.
Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data.
- Annotations
- @JSImport("constants", "RSA_PSS_SALTLEN_MAX_SIGN") @native()
- val RSA_SSLV23_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_SSLV23_PADDING") @native()
- val RSA_X931_PADDING: Double
- Annotations
- @JSImport("constants", "RSA_X931_PADDING") @native()
- val R_OK: Double
Constant for fs.access().
Constant for fs.access(). File can be read by the calling process.
- Annotations
- @JSImport("constants", "R_OK") @native()
- def SIGABRT: Double
- Annotations
- @JSImport("constants", "SIGABRT") @native()
- def SIGABRT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGALRM: Double
- Annotations
- @JSImport("constants", "SIGALRM") @native()
- def SIGALRM_=(x: Double): Unit
- Annotations
- @inline()
- def SIGBREAK: Double
- Annotations
- @JSImport("constants", "SIGBREAK") @native()
- def SIGBREAK_=(x: Double): Unit
- Annotations
- @inline()
- def SIGBUS: Double
- Annotations
- @JSImport("constants", "SIGBUS") @native()
- def SIGBUS_=(x: Double): Unit
- Annotations
- @inline()
- def SIGCHLD: Double
- Annotations
- @JSImport("constants", "SIGCHLD") @native()
- def SIGCHLD_=(x: Double): Unit
- Annotations
- @inline()
- def SIGCONT: Double
- Annotations
- @JSImport("constants", "SIGCONT") @native()
- def SIGCONT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGFPE: Double
- Annotations
- @JSImport("constants", "SIGFPE") @native()
- def SIGFPE_=(x: Double): Unit
- Annotations
- @inline()
- def SIGHUP: Double
- Annotations
- @JSImport("constants", "SIGHUP") @native()
- def SIGHUP_=(x: Double): Unit
- Annotations
- @inline()
- def SIGILL: Double
- Annotations
- @JSImport("constants", "SIGILL") @native()
- def SIGILL_=(x: Double): Unit
- Annotations
- @inline()
- def SIGINFO: Double
- Annotations
- @JSImport("constants", "SIGINFO") @native()
- def SIGINFO_=(x: Double): Unit
- Annotations
- @inline()
- def SIGINT: Double
- Annotations
- @JSImport("constants", "SIGINT") @native()
- def SIGINT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGIO: Double
- Annotations
- @JSImport("constants", "SIGIO") @native()
- def SIGIOT: Double
- Annotations
- @JSImport("constants", "SIGIOT") @native()
- def SIGIOT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGIO_=(x: Double): Unit
- Annotations
- @inline()
- def SIGKILL: Double
- Annotations
- @JSImport("constants", "SIGKILL") @native()
- def SIGKILL_=(x: Double): Unit
- Annotations
- @inline()
- def SIGLOST: Double
- Annotations
- @JSImport("constants", "SIGLOST") @native()
- def SIGLOST_=(x: Double): Unit
- Annotations
- @inline()
- def SIGPIPE: Double
- Annotations
- @JSImport("constants", "SIGPIPE") @native()
- def SIGPIPE_=(x: Double): Unit
- Annotations
- @inline()
- def SIGPOLL: Double
- Annotations
- @JSImport("constants", "SIGPOLL") @native()
- def SIGPOLL_=(x: Double): Unit
- Annotations
- @inline()
- def SIGPROF: Double
- Annotations
- @JSImport("constants", "SIGPROF") @native()
- def SIGPROF_=(x: Double): Unit
- Annotations
- @inline()
- def SIGPWR: Double
- Annotations
- @JSImport("constants", "SIGPWR") @native()
- def SIGPWR_=(x: Double): Unit
- Annotations
- @inline()
- def SIGQUIT: Double
- Annotations
- @JSImport("constants", "SIGQUIT") @native()
- def SIGQUIT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGSEGV: Double
- Annotations
- @JSImport("constants", "SIGSEGV") @native()
- def SIGSEGV_=(x: Double): Unit
- Annotations
- @inline()
- def SIGSTKFLT: Double
- Annotations
- @JSImport("constants", "SIGSTKFLT") @native()
- def SIGSTKFLT_=(x: Double): Unit
- Annotations
- @inline()
- def SIGSTOP: Double
- Annotations
- @JSImport("constants", "SIGSTOP") @native()
- def SIGSTOP_=(x: Double): Unit
- Annotations
- @inline()
- def SIGSYS: Double
- Annotations
- @JSImport("constants", "SIGSYS") @native()
- def SIGSYS_=(x: Double): Unit
- Annotations
- @inline()
- def SIGTERM: Double
- Annotations
- @JSImport("constants", "SIGTERM") @native()
- def SIGTERM_=(x: Double): Unit
- Annotations
- @inline()
- def SIGTRAP: Double
- Annotations
- @JSImport("constants", "SIGTRAP") @native()
- def SIGTRAP_=(x: Double): Unit
- Annotations
- @inline()
- def SIGTSTP: Double
- Annotations
- @JSImport("constants", "SIGTSTP") @native()
- def SIGTSTP_=(x: Double): Unit
- Annotations
- @inline()
- def SIGTTIN: Double
- Annotations
- @JSImport("constants", "SIGTTIN") @native()
- def SIGTTIN_=(x: Double): Unit
- Annotations
- @inline()
- def SIGTTOU: Double
- Annotations
- @JSImport("constants", "SIGTTOU") @native()
- def SIGTTOU_=(x: Double): Unit
- Annotations
- @inline()
- def SIGUNUSED: Double
- Annotations
- @JSImport("constants", "SIGUNUSED") @native()
- def SIGUNUSED_=(x: Double): Unit
- Annotations
- @inline()
- def SIGURG: Double
- Annotations
- @JSImport("constants", "SIGURG") @native()
- def SIGURG_=(x: Double): Unit
- Annotations
- @inline()
- def SIGUSR1: Double
- Annotations
- @JSImport("constants", "SIGUSR1") @native()
- def SIGUSR1_=(x: Double): Unit
- Annotations
- @inline()
- def SIGUSR2: Double
- Annotations
- @JSImport("constants", "SIGUSR2") @native()
- def SIGUSR2_=(x: Double): Unit
- Annotations
- @inline()
- def SIGVTALRM: Double
- Annotations
- @JSImport("constants", "SIGVTALRM") @native()
- def SIGVTALRM_=(x: Double): Unit
- Annotations
- @inline()
- def SIGWINCH: Double
- Annotations
- @JSImport("constants", "SIGWINCH") @native()
- def SIGWINCH_=(x: Double): Unit
- Annotations
- @inline()
- def SIGXCPU: Double
- Annotations
- @JSImport("constants", "SIGXCPU") @native()
- def SIGXCPU_=(x: Double): Unit
- Annotations
- @inline()
- def SIGXFSZ: Double
- Annotations
- @JSImport("constants", "SIGXFSZ") @native()
- def SIGXFSZ_=(x: Double): Unit
- Annotations
- @inline()
- val SSLOPNOSSLv2: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_SSLv2") @native()
- val SSLOPNOSSLv3: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_SSLv3") @native()
- val SSLOPNOTLSv1: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_TLSv1") @native()
- val SSLOPNOTLSv11: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_TLSv1_1") @native()
- val SSLOPNOTLSv12: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_TLSv1_2") @native()
- val SSL_OP_ALL: Double
Applies multiple bug workarounds within OpenSSL.
Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail.
- Annotations
- @JSImport("constants", "SSL_OP_ALL") @native()
- val SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: Double
Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers.
Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.
- Annotations
- @JSImport("constants", "SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION") @native()
- val SSL_OP_CIPHER_SERVER_PREFERENCE: Double
Attempts to use the server's preferences instead of the client's when selecting a cipher.
Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.
- Annotations
- @JSImport("constants", "SSL_OP_CIPHER_SERVER_PREFERENCE") @native()
- val SSL_OP_CISCO_ANYCONNECT: Double
Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER.
Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER.
- Annotations
- @JSImport("constants", "SSL_OP_CISCO_ANYCONNECT") @native()
- val SSL_OP_COOKIE_EXCHANGE: Double
Instructs OpenSSL to turn on cookie exchange.
Instructs OpenSSL to turn on cookie exchange.
- Annotations
- @JSImport("constants", "SSL_OP_COOKIE_EXCHANGE") @native()
- val SSL_OP_CRYPTOPRO_TLSEXT_BUG: Double
Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft.
Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft.
- Annotations
- @JSImport("constants", "SSL_OP_CRYPTOPRO_TLSEXT_BUG") @native()
- val SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: Double
Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d.
Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d.
- Annotations
- @JSImport("constants", "SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS") @native()
- val SSL_OP_EPHEMERAL_RSA: Double
Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations.
Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations.
- Annotations
- @JSImport("constants", "SSL_OP_EPHEMERAL_RSA") @native()
- val SSL_OP_LEGACY_SERVER_CONNECT: Double
Allows initial connection to servers that do not support RI.
Allows initial connection to servers that do not support RI.
- Annotations
- @JSImport("constants", "SSL_OP_LEGACY_SERVER_CONNECT") @native()
- val SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: Double
- Annotations
- @JSImport("constants", "SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER") @native()
- val SSL_OP_MICROSOFT_SESS_ID_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_MICROSOFT_SESS_ID_BUG") @native()
- val SSL_OP_MSIE_SSLV2_RSA_PADDING: Double
Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation.
Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation.
- Annotations
- @JSImport("constants", "SSL_OP_MSIE_SSLV2_RSA_PADDING") @native()
- val SSL_OP_NETSCAPE_CA_DN_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_NETSCAPE_CA_DN_BUG") @native()
- val SSL_OP_NETSCAPE_CHALLENGE_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_NETSCAPE_CHALLENGE_BUG") @native()
- val SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG") @native()
- val SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG") @native()
- val SSL_OP_NO_COMPRESSION: Double
Instructs OpenSSL to disable support for SSL/TLS compression.
Instructs OpenSSL to disable support for SSL/TLS compression.
- Annotations
- @JSImport("constants", "SSL_OP_NO_COMPRESSION") @native()
- val SSL_OP_NO_QUERY_MTU: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_QUERY_MTU") @native()
- val SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: Double
Instructs OpenSSL to always start a new session when performing renegotiation.
Instructs OpenSSL to always start a new session when performing renegotiation.
- Annotations
- @JSImport("constants", "SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION") @native()
- val SSL_OP_NO_TICKET: Double
- Annotations
- @JSImport("constants", "SSL_OP_NO_TICKET") @native()
- val SSL_OP_PKCS1_CHECK_1: Double
- Annotations
- @JSImport("constants", "SSL_OP_PKCS1_CHECK_1") @native()
- val SSL_OP_PKCS1_CHECK_2: Double
- Annotations
- @JSImport("constants", "SSL_OP_PKCS1_CHECK_2") @native()
- val SSL_OP_SINGLE_DH_USE: Double
Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters.
Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters.
- Annotations
- @JSImport("constants", "SSL_OP_SINGLE_DH_USE") @native()
- val SSL_OP_SINGLE_ECDH_USE: Double
Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters.
Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters.
- Annotations
- @JSImport("constants", "SSL_OP_SINGLE_ECDH_USE") @native()
- val SSL_OP_SSLEAY_080_CLIENT_DH_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_SSLEAY_080_CLIENT_DH_BUG") @native()
- val SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG") @native()
- val SSL_OP_TLS_BLOCK_PADDING_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_TLS_BLOCK_PADDING_BUG") @native()
- val SSL_OP_TLS_D5_BUG: Double
- Annotations
- @JSImport("constants", "SSL_OP_TLS_D5_BUG") @native()
- val SSL_OP_TLS_ROLLBACK_BUG: Double
Instructs OpenSSL to disable version rollback attack detection.
Instructs OpenSSL to disable version rollback attack detection.
- Annotations
- @JSImport("constants", "SSL_OP_TLS_ROLLBACK_BUG") @native()
- val S_IFBLK: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file.
- Annotations
- @JSImport("constants", "S_IFBLK") @native()
- val S_IFCHR: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file.
- Annotations
- @JSImport("constants", "S_IFCHR") @native()
- val S_IFDIR: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a directory.
- Annotations
- @JSImport("constants", "S_IFDIR") @native()
- val S_IFIFO: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe.
- Annotations
- @JSImport("constants", "S_IFIFO") @native()
- val S_IFLNK: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link.
- Annotations
- @JSImport("constants", "S_IFLNK") @native()
- val S_IFMT: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code.
- Annotations
- @JSImport("constants", "S_IFMT") @native()
- val S_IFREG: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file.
- Annotations
- @JSImport("constants", "S_IFREG") @native()
- val S_IFSOCK: Double
Constant for fs.Stats mode property for determining a file's type.
Constant for fs.Stats mode property for determining a file's type. File type constant for a socket.
- Annotations
- @JSImport("constants", "S_IFSOCK") @native()
- val S_IRGRP: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group.
- Annotations
- @JSImport("constants", "S_IRGRP") @native()
- val S_IROTH: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others.
- Annotations
- @JSImport("constants", "S_IROTH") @native()
- val S_IRUSR: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner.
- Annotations
- @JSImport("constants", "S_IRUSR") @native()
- val S_IRWXG: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group.
- Annotations
- @JSImport("constants", "S_IRWXG") @native()
- val S_IRWXO: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others.
- Annotations
- @JSImport("constants", "S_IRWXO") @native()
- val S_IRWXU: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner.
- Annotations
- @JSImport("constants", "S_IRWXU") @native()
- val S_IWGRP: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group.
- Annotations
- @JSImport("constants", "S_IWGRP") @native()
- val S_IWOTH: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others.
- Annotations
- @JSImport("constants", "S_IWOTH") @native()
- val S_IWUSR: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner.
- Annotations
- @JSImport("constants", "S_IWUSR") @native()
- val S_IXGRP: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group.
- Annotations
- @JSImport("constants", "S_IXGRP") @native()
- val S_IXOTH: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others.
- Annotations
- @JSImport("constants", "S_IXOTH") @native()
- val S_IXUSR: Double
Constant for fs.Stats mode property for determining access permissions for a file.
Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner.
- Annotations
- @JSImport("constants", "S_IXUSR") @native()
- val UV_FS_O_FILEMAP: Double
When set, a memory file mapping is used to access the file.
When set, a memory file mapping is used to access the file. This flag is available on Windows operating systems only. On other operating systems, this flag is ignored.
- Annotations
- @JSImport("constants", "UV_FS_O_FILEMAP") @native()
- val WSAEACCES: Double
- Annotations
- @JSImport("constants", "WSAEACCES") @native()
- val WSAEADDRINUSE: Double
- Annotations
- @JSImport("constants", "WSAEADDRINUSE") @native()
- val WSAEADDRNOTAVAIL: Double
- Annotations
- @JSImport("constants", "WSAEADDRNOTAVAIL") @native()
- val WSAEAFNOSUPPORT: Double
- Annotations
- @JSImport("constants", "WSAEAFNOSUPPORT") @native()
- val WSAEALREADY: Double
- Annotations
- @JSImport("constants", "WSAEALREADY") @native()
- val WSAEBADF: Double
- Annotations
- @JSImport("constants", "WSAEBADF") @native()
- val WSAECANCELLED: Double
- Annotations
- @JSImport("constants", "WSAECANCELLED") @native()
- val WSAECONNABORTED: Double
- Annotations
- @JSImport("constants", "WSAECONNABORTED") @native()
- val WSAECONNREFUSED: Double
- Annotations
- @JSImport("constants", "WSAECONNREFUSED") @native()
- val WSAECONNRESET: Double
- Annotations
- @JSImport("constants", "WSAECONNRESET") @native()
- val WSAEDESTADDRREQ: Double
- Annotations
- @JSImport("constants", "WSAEDESTADDRREQ") @native()
- val WSAEDISCON: Double
- Annotations
- @JSImport("constants", "WSAEDISCON") @native()
- val WSAEDQUOT: Double
- Annotations
- @JSImport("constants", "WSAEDQUOT") @native()
- val WSAEFAULT: Double
- Annotations
- @JSImport("constants", "WSAEFAULT") @native()
- val WSAEHOSTDOWN: Double
- Annotations
- @JSImport("constants", "WSAEHOSTDOWN") @native()
- val WSAEHOSTUNREACH: Double
- Annotations
- @JSImport("constants", "WSAEHOSTUNREACH") @native()
- val WSAEINPROGRESS: Double
- Annotations
- @JSImport("constants", "WSAEINPROGRESS") @native()
- val WSAEINTR: Double
- Annotations
- @JSImport("constants", "WSAEINTR") @native()
- val WSAEINVAL: Double
- Annotations
- @JSImport("constants", "WSAEINVAL") @native()
- val WSAEINVALIDPROCTABLE: Double
- Annotations
- @JSImport("constants", "WSAEINVALIDPROCTABLE") @native()
- val WSAEINVALIDPROVIDER: Double
- Annotations
- @JSImport("constants", "WSAEINVALIDPROVIDER") @native()
- val WSAEISCONN: Double
- Annotations
- @JSImport("constants", "WSAEISCONN") @native()
- val WSAELOOP: Double
- Annotations
- @JSImport("constants", "WSAELOOP") @native()
- val WSAEMFILE: Double
- Annotations
- @JSImport("constants", "WSAEMFILE") @native()
- val WSAEMSGSIZE: Double
- Annotations
- @JSImport("constants", "WSAEMSGSIZE") @native()
- val WSAENAMETOOLONG: Double
- Annotations
- @JSImport("constants", "WSAENAMETOOLONG") @native()
- val WSAENETDOWN: Double
- Annotations
- @JSImport("constants", "WSAENETDOWN") @native()
- val WSAENETRESET: Double
- Annotations
- @JSImport("constants", "WSAENETRESET") @native()
- val WSAENETUNREACH: Double
- Annotations
- @JSImport("constants", "WSAENETUNREACH") @native()
- val WSAENOBUFS: Double
- Annotations
- @JSImport("constants", "WSAENOBUFS") @native()
- val WSAENOMORE: Double
- Annotations
- @JSImport("constants", "WSAENOMORE") @native()
- val WSAENOPROTOOPT: Double
- Annotations
- @JSImport("constants", "WSAENOPROTOOPT") @native()
- val WSAENOTCONN: Double
- Annotations
- @JSImport("constants", "WSAENOTCONN") @native()
- val WSAENOTEMPTY: Double
- Annotations
- @JSImport("constants", "WSAENOTEMPTY") @native()
- val WSAENOTSOCK: Double
- Annotations
- @JSImport("constants", "WSAENOTSOCK") @native()
- val WSAEOPNOTSUPP: Double
- Annotations
- @JSImport("constants", "WSAEOPNOTSUPP") @native()
- val WSAEPFNOSUPPORT: Double
- Annotations
- @JSImport("constants", "WSAEPFNOSUPPORT") @native()
- val WSAEPROCLIM: Double
- Annotations
- @JSImport("constants", "WSAEPROCLIM") @native()
- val WSAEPROTONOSUPPORT: Double
- Annotations
- @JSImport("constants", "WSAEPROTONOSUPPORT") @native()
- val WSAEPROTOTYPE: Double
- Annotations
- @JSImport("constants", "WSAEPROTOTYPE") @native()
- val WSAEPROVIDERFAILEDINIT: Double
- Annotations
- @JSImport("constants", "WSAEPROVIDERFAILEDINIT") @native()
- val WSAEREFUSED: Double
- Annotations
- @JSImport("constants", "WSAEREFUSED") @native()
- val WSAEREMOTE: Double
- Annotations
- @JSImport("constants", "WSAEREMOTE") @native()
- val WSAESHUTDOWN: Double
- Annotations
- @JSImport("constants", "WSAESHUTDOWN") @native()
- val WSAESOCKTNOSUPPORT: Double
- Annotations
- @JSImport("constants", "WSAESOCKTNOSUPPORT") @native()
- val WSAESTALE: Double
- Annotations
- @JSImport("constants", "WSAESTALE") @native()
- val WSAETIMEDOUT: Double
- Annotations
- @JSImport("constants", "WSAETIMEDOUT") @native()
- val WSAETOOMANYREFS: Double
- Annotations
- @JSImport("constants", "WSAETOOMANYREFS") @native()
- val WSAEUSERS: Double
- Annotations
- @JSImport("constants", "WSAEUSERS") @native()
- val WSAEWOULDBLOCK: Double
- Annotations
- @JSImport("constants", "WSAEWOULDBLOCK") @native()
- val WSANOTINITIALISED: Double
- Annotations
- @JSImport("constants", "WSANOTINITIALISED") @native()
- val WSASERVICE_NOT_FOUND: Double
- Annotations
- @JSImport("constants", "WSASERVICE_NOT_FOUND") @native()
- val WSASYSCALLFAILURE: Double
- Annotations
- @JSImport("constants", "WSASYSCALLFAILURE") @native()
- val WSASYSNOTREADY: Double
- Annotations
- @JSImport("constants", "WSASYSNOTREADY") @native()
- val WSATYPE_NOT_FOUND: Double
- Annotations
- @JSImport("constants", "WSATYPE_NOT_FOUND") @native()
- val WSAVERNOTSUPPORTED: Double
- Annotations
- @JSImport("constants", "WSAVERNOTSUPPORTED") @native()
- val WSA_E_CANCELLED: Double
- Annotations
- @JSImport("constants", "WSA_E_CANCELLED") @native()
- val WSA_E_NO_MORE: Double
- Annotations
- @JSImport("constants", "WSA_E_NO_MORE") @native()
- val W_OK: Double
Constant for fs.access().
Constant for fs.access(). File can be written by the calling process.
- Annotations
- @JSImport("constants", "W_OK") @native()
- val X_OK: Double
Constant for fs.access().
Constant for fs.access(). File can be executed by the calling process.
- Annotations
- @JSImport("constants", "X_OK") @native()
- val ^: Any
- Annotations
- @JSImport("constants", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val defaultCipherList: java.lang.String
Specifies the active default cipher list used by the current Node.js process (colon-separated values).
Specifies the active default cipher list used by the current Node.js process (colon-separated values).
- Annotations
- @JSImport("constants", "defaultCipherList") @native()
- val defaultCoreCipherList: java.lang.String
Specifies the built-in default cipher list used by Node.js (colon-separated values).
Specifies the built-in default cipher list used by Node.js (colon-separated values).
- Annotations
- @JSImport("constants", "defaultCoreCipherList") @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated