Searched refs:placed (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_meteor_contest.rb36 # is true the piece cannot be placed
144 # finds a "safe" position that a position as described by a list of directions can be placed
180 # placed -- the mask that this piece was last placed at (not a location, but the actual mask used)
183 attr_accessor :placed
223 location, rotation = @map[@placed]
342 # bits of the collector and the mask is placed in collector[2]
459 piece.placed = mask
474 # placed -- number of pieces placed
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile15 * override SHOPT_foo=1 can be placed one per line in the build dir Makeargs
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dbs.c141 bool placed; /* has it been placed on the board? */ member in struct:__anon11167
353 ss->placed = FALSE;
361 ss->placed = FALSE;
433 /* figure which ships still wait to be placed */
436 if (!plyship[i].placed)
473 ss->placed = TRUE;
477 if (!ss->placed) {
480 ss->placed = TRUE;
510 ss->placed
[all...]
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP/lib/Apache2/
H A DSOAP.pm80 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/lib/Apache2/
H A DSOAP.pm80 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/Apache/
H A DSOAP.pm80 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/Apache/XMLRPC/
H A DLite.pm80 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A DShellQuote.pm68 character is placed after any newlines in the string).
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasy.pm364 will be expanded and the resulting list of symbol names will be placed in
371 will be expanded and the resulting list of symbol names will be placed in
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasy.pm364 will be expanded and the resulting list of symbol names will be placed in
371 will be expanded and the resulting list of symbol names will be placed in
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/
H A DSOAP.pm83 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/XMLRPC/
H A DLite.pm84 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/
H A DSOAP.pm83 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/XMLRPC/
H A DLite.pm84 The module can be placed in <Location>, <Directory>, <Files>, <FilesMatch>
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm148 character is placed after any newlines in the string).
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm126 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the array tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the array tree.
H A DToNestedHash.pm112 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the hash tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the hash tree.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm126 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the array tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the array tree.
H A DToNestedHash.pm112 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are placed into the hash tree. The C<$filter_function> is passed a Tree::Simple object, and is expected to return the value desired for inclusion into the hash tree.
/macosx-10.9.5/vim-53/runtime/macros/
H A Dshellmenu.vim110 imenu Set.All keyword arguments are placed in the environment set -k
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm21 Standard constructor. Returns a blessed hash; any arguments are placed
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl109 a starkit for you. The resulting starkit is placed into file.kit
175 The results are placed in a directory "name.vfs", which must
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSerializer.pm143 The encoding subroutine must return an array containing three elements: 1) the name of the XML element, 2) a hash containing the attributes to be placed into the element, and 3) the value of the element.
223 The encoding subroutine will have passed to it by C<SOAP::Serializer> four parameters: the value to be encoded, the name of the element being encoded, the assumed type of the element being encoded, and a reference to a hash containing the attributes of the element being encoded. The encoding subroutine must return an array representing the encoded datatype. C<SOAP::Serializer> will use the contents of this array to generate the corresponding XML of the value being encoded, or serialized. This array contains the following 3 elements: the name of the XML element, a hash containing the attributes to be placed into the element, and the value of the element.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME53 also means that supplementary characters (>= 0x10000) can be placed in the

Completed in 186 milliseconds

123