Searched refs:mode (Results 276 - 300 of 3483) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dtar_writer.rb100 # Adds file +name+ with permissions +mode+, and yields an IO for writing the
103 def add_file(name, mode) # :yields: io
123 header = Gem::Package::TarHeader.new :name => name, :mode => mode,
133 # Adds +name+ with permissions +mode+ to the tar, yielding +io+ for writing
140 def add_file_digest name, mode, digest_algorithms # :yields: io
148 add_file name, mode do |io|
158 # Adds +name+ with permissions +mode+ to the tar, yielding +io+ for writing
165 def add_file_signed name, mode, signer
171 digests = add_file_digest name, mode, digest_algorithm
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl190 set mode expr
195 switch $mode {
204 set mode term
213 set mode term
221 set mode term
225 set mode term
229 set mode term
233 set mode term
241 set mode term
266 set mode ter
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinflate.c113 state->mode = HEAD;
582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
588 switch (state->mode) {
591 state->mode = TYPEDO;
600 state->mode = FLAGS;
612 state->mode = BAD;
617 state->mode = BAD;
624 state->mode = BAD;
630 state->mode
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinflate.c140 state->mode = HEAD;
611 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
617 switch (state->mode) {
620 state->mode = TYPEDO;
629 state->mode = FLAGS;
641 state->mode = BAD;
646 state->mode = BAD;
653 state->mode = BAD;
659 state->mode
[all...]
/macosx-10.9.5/ruby-104/ruby/test/bigdecimal/
H A Dtest_bigdecimal.rb95 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
96 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
118 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
119 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
152 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
153 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
168 BigDecimal.mode(type, true)
171 BigDecimal.mode(type, false)
176 assert_raise(ArgumentError) { BigDecimal.mode(BigDecimal::EXCEPTION_ALL, 1) }
177 assert_raise(ArgumentError) { BigDecimal.mode(BigDecima
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb001.tcl47 set db [eval {berkdb_open -create -mode 0644} \
80 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
95 set db [eval {berkdb_open -create -truncate -mode 0644} $args \
100 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
118 set ret [catch {eval {berkdb_open -create -mode 0644} $args \
122 set db [eval {berkdb_open -create -mode 0644} $args \
137 set ret [catch {eval {berkdb_open -create -excl -mode 0644} $args \
140 set ret [catch {eval {berkdb_open_noerr -create -excl -mode 0644} \
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/t/
H A Dcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dcfb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dctr.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Decb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dofb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dpcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
15 local $TODO = "PCBC is not a legal mode (yet)";
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/t/
H A Dcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dcfb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dctr.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Decb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dofb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dpcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
15 local $TODO = "PCBC is not a legal mode (yet)";
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DFileAppender.pm16 my $mode;
19 $mode = 'append';
21 $mode = 'write';
23 $mode = $data->{Append}
28 $mode = 'append';
48 mode => $mode,
73 mode "write|append"
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DWatchpoint.cpp40 WatchpointSet::WatchpointSet(InitialWatchpointSetMode mode) argument
41 : m_isWatched(mode == InitializedWatching)
/macosx-10.9.5/Libc-997.90.3/sys/
H A Dchmodx_np.c37 static int chmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl);
38 static int fchmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl);
41 int (* chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode,
67 chmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl) argument
71 return(__chmod_extended(path, fsowner, fsgrp, mode, fsacl));
75 fchmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl) argument
78 return(__fchmod_extended(fd, fsowner, fsgrp, mode, fsacl));
87 int (chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl),
86 chmodx1(void *obj, int (chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl), filesec_t fsec) argument
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp135 * @param[in] mode Permissions to the file.
141 INTERNAL int SYS_OpenFile(const char *pcFile, int flags, int mode) argument
143 return open(pcFile, flags, mode);
174 INTERNAL int SYS_Chmod(const char *path, int mode) argument
176 return chmod(path, mode);
184 int SYS_Mkfifo(const char *path, int mode) argument
186 return mkfifo(path, mode);
189 int SYS_Mknod(const char *path, int mode, int dev) argument
191 return mknod(path, mode, dev);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEBlendElement.idl41 readonly attribute SVGAnimatedEnumeration mode;
H A DSVGLengthList.cpp31 void SVGLengthList::parse(const String& value, SVGLengthMode mode) argument
45 SVGLength length(mode);
H A DSVGStyledLocatableElement.h42 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return SVGLocatable::localCoordinateSpaceTransform(mode); }

Completed in 281 milliseconds

<<11121314151617181920>>