Current Directory:
/opt/cpanel/ea-ruby24/root/usr/share/ri/system/File/Constants
Upload
Create File
File Name
Size
Actions
cdesc-Constants.ri
5016 bytes
Edit
|
Delete
|
Rename
|
Download
U:RDoc::NormalModule[iI"File::Constants:ET@0o:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[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.;To:RDoc::Markup::BlankLine 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::Constants::FNM_NOESCAPE;T00o;;[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::Constants::FNM_PATHNAME;T00o;;[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::Constants::FNM_DOTMATCH;T00o;;[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::Constants::FNM_CASEFOLD;T00o;;[o; ;[I"DMakes File.fnmatch patterns case insensitive (but not Dir.glob ;TI"patterns).;T;@&;0@&@@'0U; [i I"FNM_EXTGLOB;TI"!File::Constants::FNM_EXTGLOB;T00o;;[o; ;[I"CAllows file globbing through "{a,b}" in File.fnmatch patterns.;T;@&;0@&@@'0U; [i I"FNM_SYSCASE;TI"!File::Constants::FNM_SYSCASE;T00o;;[o; ;[I"DSystem default case insensitiveness, equals to FNM_CASEFOLD or ;TI"0.;T;@&;0@&@@'0U; [i I"FNM_SHORTNAME;TI"#File::Constants::FNM_SHORTNAME;T00o;;[o; ;[I"BMakes patterns to match short names if existing. Valid only ;TI"on Microsoft Windows.;T;@&;0@&@@'0U; [i I"RDONLY;TI"File::Constants::RDONLY;T00o;;[o; ;[I"open for reading only;T@;@;0@@@'0U; [i I"WRONLY;TI"File::Constants::WRONLY;T00o;;[o; ;[I"open for writing only;T@;@;0@@@'0U; [i I" RDWR;TI"File::Constants::RDWR;T00o;;[o; ;[I"!open for reading and writing;T@;@;0@@@'0U; [i I"APPEND;TI"File::Constants::APPEND;T00o;;[o; ;[I"append on each write;T@;@;0@@@'0U; [i I" CREAT;TI"File::Constants::CREAT;T00o;;[o; ;[I"%create file if it does not exist;T@;@;0@@@'0U; [i I" EXCL;TI"File::Constants::EXCL;T00o;;[o; ;[I"'error if CREAT and the file exists;T@;@;0@@@'0U; [i I" NONBLOCK;TI"File::Constants::NONBLOCK;T00o;;[o; ;[I"9do not block on open or for data to become available;T@;@;0@@@'0U; [i I" TRUNC;TI"File::Constants::TRUNC;T00o;;[o; ;[I"truncate size to 0;T@;@;0@@@'0U; [i I"NOCTTY;TI"File::Constants::NOCTTY;T00o;;[o; ;[I":not to make opened IO the controlling terminal device;T@;@;0@@@'0U; [i I"BINARY;TI"File::Constants::BINARY;T00o;;[o; ;[I"!disable line code conversion;T@;@;0@@@'0U; [i I"SHARE_DELETE;TI""File::Constants::SHARE_DELETE;T00o;;[o; ;[I"can delete opened file;T@;@;0@@@'0U; [i I" SYNC;TI"File::Constants::SYNC;T00o;;[o; ;[I".any write operation perform synchronously;T@;@;0@@@'0U; [i I" DSYNC;TI"File::Constants::DSYNC;T00o;;[o; ;[I"Dany write operation perform synchronously except some meta data;T@;@;0@@@'0U; [i I" RSYNC;TI"File::Constants::RSYNC;T00o;;[o; ;[I"Gany read operation perform synchronously. used with SYNC or DSYNC.;T@;@;0@@@'0U; [i I" NOFOLLOW;TI"File::Constants::NOFOLLOW;T00o;;[o; ;[I"do not follow symlinks;T@;@;0@@@'0U; [i I"NOATIME;TI"File::Constants::NOATIME;T00o;;[o; ;[I"do not change atime;T@;@;0@@@'0U; [i I"DIRECT;TI"File::Constants::DIRECT;T00o;;[o; ;[I"DTry to minimize cache effects of the I/O to and from this file.;T@;@;0@@@'0U; [i I"TMPFILE;TI"File::Constants::TMPFILE;T00o;;[o; ;[I"%Create an unnamed temporary file;T@;@;0@@@'0U; [i I"LOCK_SH;TI"File::Constants::LOCK_SH;T00o;;[o; ;[I" shared lock. see File#flock;T@;@;0@@@'0U; [i I"LOCK_EX;TI"File::Constants::LOCK_EX;T00o;;[o; ;[I"#exclusive lock. see File#flock;T@;@;0@@@'0U; [i I"LOCK_UN;TI"File::Constants::LOCK_UN;T00o;;[o; ;[I"unlock. see File#flock;T@;@;0@@@'0U; [i I"LOCK_NB;TI"File::Constants::LOCK_NB;T00o;;[o; ;[I"Enon-blocking lock. used with LOCK_SH or LOCK_EX. see File#flock ;T@;@;0@@@'0U; [i I" NULL;TI"File::Constants::NULL;T00o;;[o; ;[I"Name of the null device;T@;@;0@@@'0[ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@&@I" File;TcRDoc::NormalClass
Save Changes