%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /opt/cpanel/ea-ruby24/root/usr/share/ri/system/File/Constants/
Upload File :
Create Path :
Current File : //opt/cpanel/ea-ruby24/root/usr/share/ri/system/File/Constants/cdesc-Constants.ri

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::BlankLineo;	;[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[iI"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;
[iI"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;
[iI"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;
[iI"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;
[iI"FNM_EXTGLOB;TI"!File::Constants::FNM_EXTGLOB;T00o;;[o;	;[I"CAllows file globbing through "{a,b}" in File.fnmatch patterns.;T;@&;0@&@@'0U;
[iI"FNM_SYSCASE;TI"!File::Constants::FNM_SYSCASE;T00o;;[o;	;[I"DSystem default case insensitiveness, equals to FNM_CASEFOLD or ;TI"0.;T;@&;0@&@@'0U;
[iI"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;
[iI"RDONLY;TI"File::Constants::RDONLY;T00o;;[o;	;[I"open for reading only;T@;@;0@@@'0U;
[iI"WRONLY;TI"File::Constants::WRONLY;T00o;;[o;	;[I"open for writing only;T@;@;0@@@'0U;
[iI"	RDWR;TI"File::Constants::RDWR;T00o;;[o;	;[I"!open for reading and writing;T@;@;0@@@'0U;
[iI"APPEND;TI"File::Constants::APPEND;T00o;;[o;	;[I"append on each write;T@;@;0@@@'0U;
[iI"
CREAT;TI"File::Constants::CREAT;T00o;;[o;	;[I"%create file if it does not exist;T@;@;0@@@'0U;
[iI"	EXCL;TI"File::Constants::EXCL;T00o;;[o;	;[I"'error if CREAT and the file exists;T@;@;0@@@'0U;
[iI"
NONBLOCK;TI"File::Constants::NONBLOCK;T00o;;[o;	;[I"9do not block on open or for data to become available;T@;@;0@@@'0U;
[iI"
TRUNC;TI"File::Constants::TRUNC;T00o;;[o;	;[I"truncate size to 0;T@;@;0@@@'0U;
[iI"NOCTTY;TI"File::Constants::NOCTTY;T00o;;[o;	;[I":not to make opened IO the controlling terminal device;T@;@;0@@@'0U;
[iI"BINARY;TI"File::Constants::BINARY;T00o;;[o;	;[I"!disable line code conversion;T@;@;0@@@'0U;
[iI"SHARE_DELETE;TI""File::Constants::SHARE_DELETE;T00o;;[o;	;[I"can delete opened file;T@;@;0@@@'0U;
[iI"	SYNC;TI"File::Constants::SYNC;T00o;;[o;	;[I".any write operation perform synchronously;T@;@;0@@@'0U;
[iI"
DSYNC;TI"File::Constants::DSYNC;T00o;;[o;	;[I"Dany write operation perform synchronously except some meta data;T@;@;0@@@'0U;
[iI"
RSYNC;TI"File::Constants::RSYNC;T00o;;[o;	;[I"Gany read operation perform synchronously. used with SYNC or DSYNC.;T@;@;0@@@'0U;
[iI"
NOFOLLOW;TI"File::Constants::NOFOLLOW;T00o;;[o;	;[I"do not follow symlinks;T@;@;0@@@'0U;
[iI"NOATIME;TI"File::Constants::NOATIME;T00o;;[o;	;[I"do not change atime;T@;@;0@@@'0U;
[iI"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;
[iI"TMPFILE;TI"File::Constants::TMPFILE;T00o;;[o;	;[I"%Create an unnamed temporary file;T@;@;0@@@'0U;
[iI"LOCK_SH;TI"File::Constants::LOCK_SH;T00o;;[o;	;[I" shared lock. see File#flock;T@;@;0@@@'0U;
[iI"LOCK_EX;TI"File::Constants::LOCK_EX;T00o;;[o;	;[I"#exclusive lock. see File#flock;T@;@;0@@@'0U;
[iI"LOCK_UN;TI"File::Constants::LOCK_UN;T00o;;[o;	;[I"unlock. see File#flock;T@;@;0@@@'0U;
[iI"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;
[iI"	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[i0o;;[;0;0[@&@I"	File;TcRDoc::NormalClass

Zerion Mini Shell 1.0