⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
File
/
File
/
Constants
/
Edit File: cdesc-Constants.ri
U:RDoc::NormalModule[iI"File::Constants:ETI"File::File::Constants;T0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"%Document-module: File::Constants;To:RDoc::Markup::BlankLine o; ;[I"DFile::Constants provides file-related constants. All possible ;TI"Ifile constants are listed in the documentation but they may not all ;TI"!be present on your platform.;T@o; ;[I"LIf the underlying platform doesn't define a constant the corresponding ;TI""Ruby constant is not defined.;T@o; ;[I"GYour platform documentations (e.g. man open(2)) may describe more ;TI"detailed information.;T: @fileI"file.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [#U:RDoc::Constant[i I"FNM_NOESCAPE;TI"(File::File::Constants::FNM_NOESCAPE;T:public0o;;[o; ;[I";Disables escapes in File.fnmatch and Dir.glob patterns;T;I" dir.c;T;0@*@cRDoc::NormalModule0U; [i I"FNM_PATHNAME;TI"(File::File::Constants::FNM_PATHNAME;T;0o;;[o; ;[I"LWildcards in File.fnmatch and Dir.glob patterns do not match directory ;TI"separators;T;@*;0@*@@+0U; [i I"FNM_DOTMATCH;TI"(File::File::Constants::FNM_DOTMATCH;T;0o;;[o; ;[I"JThe '*' wildcard matches filenames starting with "." in File.fnmatch ;TI"and Dir.glob patterns;T;@*;0@*@@+0U; [i I"FNM_CASEFOLD;TI"(File::File::Constants::FNM_CASEFOLD;T;0o;;[o; ;[I"DMakes File.fnmatch patterns case insensitive (but not Dir.glob ;TI"patterns).;T;@*;0@*@@+0U; [i I"FNM_EXTGLOB;TI"'File::File::Constants::FNM_EXTGLOB;T;0o;;[o; ;[I"CAllows file globbing through "{a,b}" in File.fnmatch patterns.;T;@*;0@*@@+0U; [i I"FNM_SYSCASE;TI"'File::File::Constants::FNM_SYSCASE;T;0o;;[o; ;[I"DSystem default case insensitiveness, equals to FNM_CASEFOLD or ;TI"0.;T;@*;0@*@@+0U; [i I"FNM_SHORTNAME;TI")File::File::Constants::FNM_SHORTNAME;T;0o;;[o; ;[I"BMakes patterns to match short names if existing. Valid only ;TI"on Microsoft Windows.;T;@*;0@*@@+0U; [i I"RDONLY;TI""File::File::Constants::RDONLY;T;0o;;[o; ;[I"open for reading only;T@;@;0@@@+0U; [i I"WRONLY;TI""File::File::Constants::WRONLY;T;0o;;[o; ;[I"open for writing only;T@;@;0@@@+0U; [i I" RDWR;TI" File::File::Constants::RDWR;T;0o;;[o; ;[I"!open for reading and writing;T@;@;0@@@+0U; [i I"APPEND;TI""File::File::Constants::APPEND;T;0o;;[o; ;[I"append on each write;T@;@;0@@@+0U; [i I" CREAT;TI"!File::File::Constants::CREAT;T;0o;;[o; ;[I"%create file if it does not exist;T@;@;0@@@+0U; [i I" EXCL;TI" File::File::Constants::EXCL;T;0o;;[o; ;[I"'error if CREAT and the file exists;T@;@;0@@@+0U; [i I" NONBLOCK;TI"$File::File::Constants::NONBLOCK;T;0o;;[o; ;[I"9do not block on open or for data to become available;T@;@;0@@@+0U; [i I" TRUNC;TI"!File::File::Constants::TRUNC;T;0o;;[o; ;[I"truncate size to 0;T@;@;0@@@+0U; [i I"NOCTTY;TI""File::File::Constants::NOCTTY;T;0o;;[o; ;[I":not to make opened IO the controlling terminal device;T@;@;0@@@+0U; [i I"BINARY;TI""File::File::Constants::BINARY;T;0o;;[o; ;[I"!disable line code conversion;T@;@;0@@@+0U; [i I"SHARE_DELETE;TI"(File::File::Constants::SHARE_DELETE;T;0o;;[o; ;[I"can delete opened file;T@;@;0@@@+0U; [i I" SYNC;TI" File::File::Constants::SYNC;T;0o;;[o; ;[I".any write operation perform synchronously;T@;@;0@@@+0U; [i I" DSYNC;TI"!File::File::Constants::DSYNC;T;0o;;[o; ;[I"Dany write operation perform synchronously except some meta data;T@;@;0@@@+0U; [i I" RSYNC;TI"!File::File::Constants::RSYNC;T;0o;;[o; ;[I"Gany read operation perform synchronously. used with SYNC or DSYNC.;T@;@;0@@@+0U; [i I" NOFOLLOW;TI"$File::File::Constants::NOFOLLOW;T;0o;;[o; ;[I"do not follow symlinks;T@;@;0@@@+0U; [i I"NOATIME;TI"#File::File::Constants::NOATIME;T;0o;;[o; ;[I"do not change atime;T@;@;0@@@+0U; [i I"DIRECT;TI""File::File::Constants::DIRECT;T;0o;;[o; ;[I"DTry to minimize cache effects of the I/O to and from this file.;T@;@;0@@@+0U; [i I"TMPFILE;TI"#File::File::Constants::TMPFILE;T;0o;;[o; ;[I"%Create an unnamed temporary file;T@;@;0@@@+0U; [i I"LOCK_SH;TI"#File::File::Constants::LOCK_SH;T;0o;;[o; ;[I" shared lock. see File#flock;T@;@;0@@@+0U; [i I"LOCK_EX;TI"#File::File::Constants::LOCK_EX;T;0o;;[o; ;[I"#exclusive lock. see File#flock;T@;@;0@@@+0U; [i I"LOCK_UN;TI"#File::File::Constants::LOCK_UN;T;0o;;[o; ;[I"unlock. see File#flock;T@;@;0@@@+0U; [i I"LOCK_NB;TI"#File::File::Constants::LOCK_NB;T;0o;;[o; ;[I"Enon-blocking lock. used with LOCK_SH or LOCK_EX. see File#flock ;T@;@;0@@@+0U; [i I" NULL;TI" File::File::Constants::NULL;T;0o;;[o; ;[I"Name of the null device;T@;@;0@@@+0[ [[I" class;T[[;[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[I" dir.c;TI"file.c;TI" File;TcRDoc::NormalClass
Simpan