Searched refs:arrays (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/bc-21/bc/bc/
H A Dstorage.c69 arrays that are needed. This adds another 32 of the requested object. */
162 old_ary = arrays;
167 arrays = (bc_var_array **) bc_malloc (a_count*sizeof(bc_var_array *));
170 /* Copy the old arrays. */
172 arrays[indx] = old_ary[indx];
177 arrays[indx] = NULL;
357 is a zero based index into the arrays storage array. INDEX is
372 ary_ptr = arrays[var_index];
375 ary_ptr = arrays[var_index] =
866 a_temp->a_next = arrays[i
[all...]
H A Dglobal.h96 EXTERN bc_var_array **arrays; variable
/macosx-10.9.5/vim-53/runtime/indent/
H A Dpostscr.vim42 " Indent for dicts, arrays, and saves with possible trailing comment
51 " Else handle immediate dedents of dicts, restores, and arrays.
/macosx-10.9.5/CPANInternal-140/Clone/
H A DClone.pm64 arrays or hashes, pass them in by reference. e.g.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DContext.pm28 # version (eg: no-op for scalar, size for arrays, etc).
39 # arrays and promotes scalars to one-element arrays.
41 # - allows scalar ops to be applied to arrays and hashes in place,
45 # to one-element arrays (like an implicit "array"). So you can
712 version (eg: no-op for scalar, size for arrays, etc).
723 arrays and promotes scalars to one-element arrays.
725 * allows scalar ops to be applied to arrays and hashes in place,
729 to one-element arrays (lik
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DContext.pm28 # version (eg: no-op for scalar, size for arrays, etc).
39 # arrays and promotes scalars to one-element arrays.
41 # - allows scalar ops to be applied to arrays and hashes in place,
45 # to one-element arrays (like an implicit "array"). So you can
712 version (eg: no-op for scalar, size for arrays, etc).
723 arrays and promotes scalars to one-element arrays.
725 * allows scalar ops to be applied to arrays and hashes in place,
729 to one-element arrays (lik
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges37 doc/literal serializer if serializing arrays
136 ! Fix a bug in which doclit style arrays were not being deserialized
260 ! fixed miscalculation in position within sparse arrays
311 ! fixed skipping undef elements in arrays under Perl 5.005 (thanks to
330 sparse arrays
331 multidimensional arrays (deserialized as array of arrays)
332 partially transmitted arrays
375 ! fixed namespace prefix on arrays of arrays
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/generic/
H A DthreadSvCmd.h55 * Used when creating arrays/variables
89 * persistent storage for shared variable arrays.
106 * the simple persistence layer for the shared variable arrays.
125 * The following structure defines a collection of arrays.
126 * Only the arrays within a given bucket share a lock,
133 Tcl_HashTable arrays; /* Hash table of all arrays in bucket */ member in struct:Bucket
152 * The object container for Tcl-objects stored within shared arrays.
H A DthreadSvCmd.c25 # define HIDE_DOTNAMES /* tsv::names cmd does not list .<name> arrays */
29 * Number of buckets to spread shared arrays into. Each bucket is
30 * associated with one mutex so locking a bucket locks all arrays
112 * manage buckets, arrays and shared objects.
379 * For bound arrays, update the underlying persistent storage.
445 hPtr = Tcl_FirstHashEntry(&bucketPtr->arrays, &search);
508 * New variable may be created. For bound arrays, try to locate
648 * shared arrays, the underlying persistent store is updated as well.
744 Tcl_HashEntry *hPtr = Tcl_FindHashEntry(&bucketPtr->arrays, array);
770 * For bound arrays, th
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges199 ! Fixed [ 1612405 ] Incorrect deserialization of arrays/vectors
221 doc/literal serializer if serializing arrays
320 ! Fix a bug in which doclit style arrays were not being deserialized
444 ! fixed miscalculation in position within sparse arrays
495 ! fixed skipping undef elements in arrays under Perl 5.005 (thanks to
514 sparse arrays
515 multidimensional arrays (deserialized as array of arrays)
516 partially transmitted arrays
559 ! fixed namespace prefix on arrays o
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges115 ! Fixed [ 1612405 ] Incorrect deserialization of arrays/vectors
137 doc/literal serializer if serializing arrays
236 ! Fix a bug in which doclit style arrays were not being deserialized
360 ! fixed miscalculation in position within sparse arrays
411 ! fixed skipping undef elements in arrays under Perl 5.005 (thanks to
430 sparse arrays
431 multidimensional arrays (deserialized as array of arrays)
432 partially transmitted arrays
475 ! fixed namespace prefix on arrays o
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dclean.vim34 " To highlight the use of lists, tuples and arrays
H A Dexpect.vim23 " Expect variable arrays.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/
H A DVisitorFactory.pm134 Given a tree constructed from nested arrays, this Visitor will create the equivalent Tree::Simple heirarchy.
138 Given a Tree::Simple heirarchy, this Visitor will create the equivalent tree constructed from nested arrays.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm134 Given a tree constructed from nested arrays, this Visitor will create the equivalent Tree::Simple heirarchy.
138 Given a Tree::Simple heirarchy, this Visitor will create the equivalent tree constructed from nested arrays.
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm10 Readonly - Facility for creating read-only scalars, arrays, hashes.
80 # Read-only arrays
115 } if $] >= 5.006; # couldn't do "exists" on arrays before then
483 C<use constant> works for scalars and arrays, not hashes.
528 with lexical ("my") variables. It will create scalars, arrays, or
554 scalars are as fast as the other types of variables. Readonly arrays
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm10 Readonly - Facility for creating read-only scalars, arrays, hashes.
80 # Read-only arrays
115 } if $] >= 5.006; # couldn't do "exists" on arrays before then
483 C<use constant> works for scalars and arrays, not hashes.
528 with lexical ("my") variables. It will create scalars, arrays, or
554 scalars are as fast as the other types of variables. Readonly arrays
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm77 Readonly arrays and hashes are not sped up by this, since the
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A DXS.pm72 Readonly arrays and hashes are not sped up by this, since the
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm110 Given a tree constructed from a Tree::Simple heirarchy, this Visitor will create the equivalent tree of nested arrays.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm110 Given a tree constructed from a Tree::Simple heirarchy, this Visitor will create the equivalent tree of nested arrays.
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_arrays.py2 Some tests for arrays in method arguments (the 'int foo[4]' type of array).
9 from PyObjCTest.arrays import *
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_arrays.py2 Some tests for arrays in method arguments (the 'int foo[4]' type of array).
9 from PyObjCTest.arrays import *
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim55 let arrays = arrayprop + arraymeth
439 let values = arrays
442 let values = arrays
504 let values = user_props + arrays + dates + funcs + maths + numbs + objes + reges + stris
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm82 The same magic can be applied on scalars, arrays, hashes, subs or globs.
109 It is never called for arrays and hashes.
144 This magic only applies to tied arrays and hashes.
389 True for perls that call 'clear' magic when undefining magical arrays.

Completed in 275 milliseconds

1234