Searched refs:as (Results 201 - 225 of 1438) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm220 Arguments are as per L<Params::Validate>'s C<validate> function.
274 hashref or a hash. The keys and values must be as per the
379 Given the options block (as made from C<create_parser()>)
410 # We don't want to save the whole options hash as a closure, since
477 as the value in the length hashref with the length being the
553 returns an anonymous coderef that is suitable for use as a
555 being unable to parse the single string it expects as input.
558 presented just as a plain hash, not a hashref. This is
564 then that is taken to be an options block (as per the
587 # Simple case of single specification as
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm15 # modify it under the same terms as Perl itself.
60 # install any output filters specified as 'filter' or 'filters' option
122 # args may follow as a reference (or empty string, e.g. { foo => '' }
422 initial text value as an argument or as the named parameter C<text>.
428 The object created will be referenced as C<String> by default, but you
434 Once you've got a C<String> object, you can use it as a prototype to
440 The C<new()> method also accepts an initial text string as an argument
445 You can also call C<copy()> to create a new C<String> as a copy of the
499 Creates a new string using an initial value passed as
[all...]
H A DDirectory.pm16 # modify it under the same terms as Perl itself.
217 The constructor expects a directory name as an argument.
251 C<recurse> flag unset, as it is by default, then each is just a place
266 content as you go. With the recurse flag disabled, as is the default,
315 The directory plugin also provides support for views. A view can be defined as
331 C<Directory> object as an argument.
336 When a directory is presented to a view, either as C<[% myview.print(dir) %]>
351 With the recurse option disabled, as it is by default, the C<directory>
381 modify it under the same terms as Per
[all...]
H A DDate.pm17 # modify it under the same terms as Perl itself.
67 # and $gmt values specified as arguments or internal values set defined
70 # Any or all of the arguments may be specified as named parameters which
71 # get passed as a hash array reference as the final argument.
98 # otherwise, we try to parse it as either a 'Y:M:D H:M:S' or a
223 # specify time as seconds since epoch
224 # or as a 'h:m:s d-m-y' or 'y-m-d h:m:s' string
258 name can be specified as such:
266 for the time, format and/or locale may be specified as name
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm16 # modify it under the same terms as Perl itself.
165 # print to a glob (such as \*STDOUT)
182 # a simple string is taken as a filename
265 as an introductory guide to using the Template Toolkit.
274 passed as a parameter.
282 latter case, the error message can be retrieved by calling L<error()> as a
292 For convenience, configuration items may also be specified as a list
302 indicates the input template as one of: a filename relative to
306 a hash array may be passed as the second parameter, containing definitions of
335 passing the output as
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/Simple/
H A DVisitor.pm183 But is better expressed as this:
189 This object is still pretty much a wrapper around the Tree::Simple C<traverse> method, and can be thought of as a depth-first traversal Visitor object.
201 The first argument to the constructor is a code reference to a function which expects a B<Tree::Simple> object as its only argument. The second argument is optional, it can be used to set the depth to which the function is applied. If no depth is set, the function is applied to the current B<Tree::Simple> instance. If C<$depth> is set to C<CHILDREN_ONLY>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children. If C<$depth> is set to C<RECURSIVE>, then the function will be applied to the current B<Tree::Simple> instance and all its immediate children, and all of their children recursively on down the tree. If no C<$depth> is passed to the constructor, then the function will only be applied to the current B<Tree::Simple> object and none of its children.
205 Based upon the value of C<$boolean>, this will tell the visitor to collect the trunk of the tree as well. It is defaulted to false (C<0>) in the new style interface, but is defaulted to true (C<1>) in the old style interface.
217 This method accepts a CODE reference as its C<$filter_function> argument. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
225 This method should not really be used outside of this class, as it just would not make any sense to. It is included in this class and in this documenation to facilitate subclassing of this class for your own needs. If you desire to clear the results, then you can simply call C<setResults> with no argument.
255 I have written a set of pre-built Visitor objects, available on CPAN as B<Tree::Simple::VisitorFactory>.
268 it under the same terms as Perl itself.
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm12 serialisation formats such as JSON or CBOR. The idea is to have a
45 The constant is represented as a reference to a scalar containing C<1> -
54 The constant is represented as a reference to a scalar containing C<0> -
91 The constant is represented as a reference to a scalar containing C<undef>
189 (or any other JSON serialiser), would use C<JSON> as second argument.
198 that calls it. Therefore, it is recommended to use simple types such as
203 The "data model" is not the same as the "data format" - the data model
208 serialising format that supports more or less the same data model as JSON
209 could use C<JSON> as data model without losing anything.
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrust.cpp7 * as defined in and that are subject to the Apple Public Source License
259 // retain these certs as long as we potentially could have results involving them
488 && mTpResult[0].as<CSSM_TP_APPLE_EVIDENCE_HEADER>()->Version == CSSM_TP_APPLE_EVIDENCE_VERSION
492 evaluateUserTrust(*mTpResult[1].as<CertGroup>(),
493 mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>(), anchors);
581 const CertGroup &chain = *mTpResult[1].as<CertGroup>();
591 const CSSM_TP_APPLE_EVIDENCE_INFO *infoList = mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>();
632 // extract cert chain as Certificate objects
689 // as follow
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrust.cpp7 * as defined in and that are subject to the Apple Public Source License
259 // retain these certs as long as we potentially could have results involving them
488 && mTpResult[0].as<CSSM_TP_APPLE_EVIDENCE_HEADER>()->Version == CSSM_TP_APPLE_EVIDENCE_VERSION
492 evaluateUserTrust(*mTpResult[1].as<CertGroup>(),
493 mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>(), anchors);
581 const CertGroup &chain = *mTpResult[1].as<CertGroup>();
591 const CSSM_TP_APPLE_EVIDENCE_INFO *infoList = mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>();
632 // extract cert chain as Certificate objects
689 // as follow
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrust.cpp7 * as defined in and that are subject to the Apple Public Source License
259 // retain these certs as long as we potentially could have results involving them
488 && mTpResult[0].as<CSSM_TP_APPLE_EVIDENCE_HEADER>()->Version == CSSM_TP_APPLE_EVIDENCE_VERSION
492 evaluateUserTrust(*mTpResult[1].as<CertGroup>(),
493 mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>(), anchors);
581 const CertGroup &chain = *mTpResult[1].as<CertGroup>();
591 const CSSM_TP_APPLE_EVIDENCE_INFO *infoList = mTpResult[2].as<CSSM_TP_APPLE_EVIDENCE_INFO>();
632 // extract cert chain as Certificate objects
689 // as follow
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm328 "%s::TO_JSON method returned same object as was passed instead of a new one",
408 return $value # as is
1677 and only JSON is accepted as input by default (the latter is a security feature).
1701 to parse that as an UTF-8 encoded JSON text, returning the resulting
1788 for some reason, then its characters are regarded as B<latin1> for perl
1837 a single \uXXXX or a double \uHHHH\uLLLLL escape sequence, as per RFC4627.
1856 text as latin1 (or iso-8859-1), escaping any characters outside the code range 0..255.
1873 into UTF-8, as required by many protocols, while the decode method expects to be handled
1881 encoding families, as described in RFC4627.
1883 If $enable is false, then the encode method will return the JSON string as
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME32 the numbers) and loads the same binary data files as the C code.
49 all decompositions that do not have tags such as "<compat>" or "<font>".
51 The data is almost all stored as unsigned longs (32-bits assumed) and the
56 The data is written as external files and broken into six parts so it can be
72 results as the Unicode BiDi algorithm for implicit reordering. Included are
77 needs some changes to the memory allocation and deallocation, as well as data
148 properties. The AL and BM bidi properties gets marked as strong RTL and
150 as Other Neutral.
160 same data files as th
[all...]
/macosx-10.10/OpenSSL098-52/src/
H A Dopenssl.spec22 protocols as well as a full-strength general purpose cryptography library.
43 protocols as well as a full-strength general purpose cryptography library.
64 protocols as well as a full-strength general purpose cryptography library.
154 as well. Also remove RSAref stuff completely, since it's not needed
158 libssl.so.0.9.6. As well as the subsection that created symlinks for
166 - Make defattr is set for files in all packages so packages built as
203 - shared libarry supports threads (as wel
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm76 This value must be set to the same value as the PostgreSQL server's time
134 If called as a class method it will die.
143 croak('Calling object method as class method!') unless ref $self;
418 option is set correctly (i.e. same as the PostgreSQL server). The same is true
502 TIME ZONE (or TIMETZ) type. It does not store a time zone name (such as
583 # arguments as negative if we have a single negative component.
626 Given a C<DateTime> object, this method returns a string appropriate as
643 Given a C<DateTime> object, this method returns a string appropriate as
644 input for the TIME type (also known as TIME WITHOUT TIME ZONE), which
667 Given a C<DateTime> object, this method returns a string appropriate as
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm323 as the value for comparing. For example:
338 it calls the coderef, and uses its return value as the real value of
355 C<Test> will interpret this as C<ok(I<arg1>, I<arg2>)>, and probably
650 you want to I<skip> the test, not I<run> it; and it also doubles as a
652 the code as "skip if MSWin -- (otherwise) test whether C<thing($foo)> is
657 string "Skip", as shown in the above examples.
660 I<are> evaluated -- but as long as the C<skip_if_true> is true,
716 #the documented interface as this has been deprecated.
752 exactly the same way as
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpython.vim54 " Keywords 'with' and 'as' are new in Python 2.6
62 " built-ins in 2.6 and will be highlighted as built-ins below.
63 " - 'exec' is a built-in in Python 3.0 and will be highlighted as
66 " - 'print' is a built-in in Python 3.0 and will be highlighted as
70 syn keyword pythonStatement as assert break continue del exec global
83 " interpreted as a function inside the contained environment of
145 " and so on, as specified in the 'Python Language Reference'.
196 " builtin base exceptions (only used as base classes for other exceptions)
232 " doctest too. Thus, we do *not* need to have it as an end pattern.
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm306 it will be used as to name the objects.
336 $name as the name of the function.
366 The default prototype is "@ = @"; list of values as input and list of
367 values as output.
397 name will be used as prefix and the returned object automatically
409 modify it under the same terms as Perl itself.
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs47 =item eval - evaluate the given code as (non-utf-8) Perl, basically the reverse of "-t dump"
67 =item json-pretty - as above, but pretty-printed
89 =item string - writes the data out as if it were a string
110 "JSON Lint" - tries to parse the file F<isitreally.json> as JSON - if it
125 Same as above, but write YAML instead (not using JSON at all :)
129 Dump the perl array as UTF-8 encoded JSON text.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadClassHierarchy.pm114 # set class as an instance, or
117 # as a package name
143 Setting the C<$boolean> value to true (C<1>) will cause methods to be added as a children of the class node. Setting it to false (C<0>), or not setting it, will result in this not happening.
149 The argument C<$class> should be either a class name or an instance, it is then used as the root from which to determine the class hierarchy.
153 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 created, the C<$filter_function> is passed the node value extracted from the hash prior to it being inserted into the tree being built. The C<$filter_function> is expected to return the value desired for inclusion into the tree.
173 This would traverse the full symbol tables and produce a detailed tree of everything it finds. This takes a lot more work, and as I have no current need for it, it remains in the TO DO list.
200 it under the same terms as Perl itself.
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Dpguid.c10 * modification, are permitted only as authorized by the OpenLDAP
181 "pguid_db_init: pguid cannot be used as global overlay.\n" );
405 } as[] = { variable in typeref:struct:__anon2990
425 for ( i = 0; as[ i ].desc != NULL; i++ ) {
426 code = register_at( as[ i ].desc, as[ i ].adp, 0 );
434 /* Allow Manager to set these as needed */
435 if ( is_at_no_user_mod( (*as[ i ].adp)->ad_type ) ) {
436 (*as[ i ].adp)->ad_type->sat_flags |=
H A Dvernum.c10 * modification, are permitted only as authorized by the OpenLDAP
164 "vernum_db_init: vernum cannot be used as global overlay.\n" );
404 } as[] = { variable in typeref:struct:__anon2994
423 for ( i = 0; as[ i ].desc != NULL; i++ ) {
424 code = register_at( as[ i ].desc, as[ i ].adp, 0 );
432 /* Allow Manager to set these as needed */
433 if ( is_at_no_user_mod( (*as[ i ].adp)->ad_type ) ) {
434 (*as[ i ].adp)->ad_type->sat_flags |=
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c418 * Check a given path for security. This is defined as all components
426 * error buffer plus max size as arguments.
571 auth_session_t *as; local
593 * login if the username is given in the same case as stored in the
622 if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 ||
623 auth_approval(as, lc, pw->pw_name, "ssh") <= 0) {
627 if (as != NULL)
628 auth_close(as);
652 debug3("%s: treating %s as
[all...]
/macosx-10.10/cron-39/doc/
H A DINSTALL14 * I'll try to keep a version up to date. I can be reached as follows:
70 under most BSD's, `crontab' will still think of you as yourself even though
71 you may think of yourself as root -- so use `-u' liberally. (3) the `-r'
81 Start up this cron daemon yourself as root. Just type /usr/local/etc/cron
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
71 * rhs, let the pending operator take rhs as its lhs. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml57 (* If this is a binop that binds at least as tightly as the current binop,
71 * rhs, let the pending operator take rhs as its lhs. *)

Completed in 492 milliseconds

1234567891011>>