Searched refs:which (Results 376 - 400 of 1556) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DColumnGrouper.pm121 This returns a list of all columns which are in the given group, or the
141 This returns a list of all columns which are in the given groups.
H A DQuery.pm78 which instances will be returned.
88 a listref of where_clauses. This SQL can include placeholders, which will be
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumnGrouper.pm123 This returns a list of all columns which are in the given group, or the
143 This returns a list of all columns which are in the given groups.
H A DQuery.pm78 which instances will be returned.
88 a listref of where_clauses. This SQL can include placeholders, which will be
/macosx-10.9.5/CPANInternal-140/Context-Preserve/lib/Context/
H A DPreserve.pm105 right, you need to see which case you're being called in, and then
107 which is a pain to type in (and maintain).
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DCDBICompat.pm85 The features of CDBI::Sweet are better done using DBIC methods which are almost exactly the same. It even uses L<Data::Page>.
95 If you like, you can choose which features to emulate by building your
H A DDB.pm52 L<DBIx::Class::ClassResolver::Passthrough>, which returns whatever you give
77 Creates a class method ->schema_instance which contains a DBIx::Class::Schema;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Schema/
H A DVersioned.pm90 module. This is used to determine which version your database is currently at.
153 as the DDL for your current schema version then you will need a diff which
214 Call this to initialise a previously unversioned database. The table 'dbix_class_schema_versions' will be created which will be used to store the database version.
216 Takes one argument which should be the version that the database is currently at. Defaults to the return value of L</schema_version>.
266 and the schema_version which is retrieved via $self->schema_version
287 and the schema_version which is retrieved via $self->schema_version
309 L</upgrade_single_step>, which will apply the update and also
522 This is an overwritable method which is called just before the upgrade, to
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DMicrosoft_SQL_Server.pm54 be used instead, which on SQL Server 2005 and later will return erroneous
55 results on tables which have an on insert trigger that inserts into another
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm1949 which indicates the grammatical "number" of the word (or of another word
1950 with which the word being inflected must agree). If the "number" argument is
1972 conjugated verb (that is, one which is already in the correct "person"
2020 (C<NO($;$)>) which, given a word and a(n optional) count, returns the
2026 In addition, if the count is zero (or some other term which implies
2081 The C<'comma'> option specifies which character to use as a comma.
2111 (C<NUM($;$)>) which may be used to set a persistent "default number"
2179 returned by the various C<PL_eq> subroutines encodes which of the
2185 It should be noted that two distinct singular words which happen to take
2208 which ca
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/Email/
H A DMIMELite.pm86 required. By default the maximum is the highest possible level (which
91 The subject of the email messages which are sent. Defaults to "$0:
H A DMailSend.pm94 required. By default the maximum is the highest possible level (which
99 The subject of the email messages which are sent. Defaults to "$0:
H A DMailSender.pm113 required. By default the maximum is the highest possible level (which
118 The subject of the email messages which are sent. Defaults to "$0:
H A DMailSendmail.pm85 required. By default the maximum is the highest possible level (which
90 The subject of the email messages which are sent. Defaults to "$0:
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DRRDs.pm85 on RRD and its Perl interface C<RRDs> (which comes with the distribution),
89 (ints or floats), which then are used to run a C<rrdtool update> command
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DEntryChange.pm123 It is one of the following values (which represent the LDAP
159 described above is also available as a method on the object which will
H A DPersistentSearch.pm120 It is the bitwise OR of the following values (which represent the LDAP
159 described above is also available as a method on the object which will
H A DSort.pm80 # if a single item it can be a string, which needs
148 A string which defines how entries may be sorted. It consists of
176 described above is also available as a method on the object which will
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm19 This module contains some functions which are useful for quoting strings
20 which are going to pass through the shell or a shell-like object.
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dreal-export-href.t9 They use Test::SubExporter::s_e, bundled in ./t/lib, which uses this calling
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDatafile.pm6 # Template Toolkit Plugin which reads a datafile and constructs a
103 references, each of which represents a data record of known structure,
136 line which start with a 'C<#>'.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDatafile.pm6 # Template Toolkit Plugin which reads a datafile and constructs a
103 references, each of which represents a data record of known structure,
136 line which start with a 'C<#>'.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm116 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 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.
138 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByNodeValue.pm148 # fetch the result, which will
179 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 further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the node value as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
201 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByPath.pm151 # fetch the result, which will
182 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 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.
194 This method will return the tree's that make up the path specified in C<setSearchPath>. In the case of a failed search, this can be used to find the elements which did successfully match along the way.
208 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.

Completed in 158 milliseconds

<<11121314151617181920>>