Searched refs:above (Results 451 - 475 of 784) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm132 the example above shows how to pass in a configuration as text in a
327 The configuration file above is assuming that both appenders are
400 in the pseudo signal handler above merits a more detailed explanation. With
401 the setup above, if a module calls C<die()> in one of its functions,
563 function shown above calls C<caller(1)> which determines the name
576 above.
607 file, it will notice the assignment above because of its
618 Here's some sample code implementing the command line interface above:
783 code snippet above is not one but two log messages written
935 The new() method listed above store
[all...]
H A DCatalyst.pm224 # All MyApp loggers opened up for DEBUG and above
351 Authors (please contact them via the list above, not directly):
H A DDateFormat.pm447 Authors (please contact them via the list above, not directly):
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm614 The key/value separator can be either a colon (as above) or an equals sign,
639 So all of the above examples define the same three values: C<'George'>,
724 above). For example, given:
812 filled as described above.
892 always written with an empty line above and below them. Likewise, values
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm742 # To do this, replace the above to roughly :
1465 The above would give you something like this:
1553 Which will change the above C<WHERE> to:
1627 are or are not included. You could wrap that above C<for> loop in a simple
1784 order that would be returned from any of the other above queries.
1839 of the other functions as well, as described above.
1942 In the example above,
2207 Of course, just to prove a point, the above can also be accomplished
2256 to C<columns> the above example will look like:
2291 In the examples above, th
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm63 Notably (notable because it doesn't follow from the two above points),
71 Trees as described above have various applications, among them:
79 (Note: B-Trees are a very special case of the above kinds of trees,
300 Initialize the object's attribute values. See the discussion above.
305 {...options...}, but (in case you want to disregard the above rant)
483 The above link-making methods perform basically an C<unshift> or
1511 The address of the above-described $node is, therefore, "0:2:0:4".
1976 By the way (and this rather follows from the above rules), when
2023 notation you see in the above example code. Returns just one big
2025 the text as the sort of indented structure as seen above; i
[all...]
/macosx-10.9.5/vim-53/src/
H A Dbuffer.c1142 * There must be another, otherwise it would have been handled above.
2919 * name above, for when the file doesn't exist yet.
4198 long above; /* number of lines above window */ local
4201 above = wp->w_topline - 1;
4203 above += diff_check_fill(wp, wp->w_topline) - wp->w_topfill;
4207 vim_strncpy(buf, (char_u *)(above == 0 ? _("All") : _("Bot")),
4209 else if (above <= 0)
4212 vim_snprintf((char *)buf, (size_t)buflen, "%2d%%", above > 1000000L
4213 ? (int)(above / ((abov
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim483 " have the same level as the line above (can't happen in the first
489 " some lone statements are folded with the line above
513 " fold with line above
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqr.vim224 " See also the sqrString section above for handling of ! characters
243 else "For versions before 6.0, same idea as above but we are limited
244 "to simple patterns only. Also, the sqrString patterns above
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/lib/DateTime/Format/
H A DStrptime.pm1206 processing as above).
1215 as above)
1227 as above)
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.04/lib/DateTime/Format/
H A DStrptime.pm923 processing as above).
936 as above)
948 as above)
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm1203 processing as above).
1212 as above)
1224 as above)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableCell.cpp352 if (RenderTableCell* above = table()->cellAbove(this)) {
353 left = max(left, above->borderHalfLeft(true));
354 right = max(right, above->borderHalfRight(true));
445 // Rule #1 above.
454 // Rule #2 above. A style of 'none' has lowest priority and always loses to any other border.
463 // The first part of rule #3 above. Wider borders win.
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbdbread.mak14 # The above targets can be made with the following command:
21 # 2. The version of ADS is 1.2 or above.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm286 Instead put it directly into the columns definition like in the examples above. If you still
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm61 result class as described in the synopsis above.
75 As mentioned above, a result source instance is created and stored for
337 to L</add_columns>. See L</add_columns> above for information on the
1577 Enables the on-demand automatic loading of the above column
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DMSSQL.pm162 # on in _prep_for_execute above
345 ResultSet individually. The example above would work if written like:
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm272 Just like L</moniker_map> above (can be hash/code-ref, falls back to default
279 As L</inflect_plural> above, but for singularizing relationship names.
313 C<ResultSetManager> will be automatically added to the above
1596 # Like above, but separately for the externally loaded stuff
1658 names, as above in L</monikers>.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm272 Just like L</moniker_map> above (can be hash/code-ref, falls back to default
279 As L</inflect_plural> above, but for singularizing relationship names.
313 C<ResultSetManager> will be automatically added to the above
1596 # Like above, but separately for the externally loaded stuff
1658 names, as above in L</monikers>.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DBuffer.pm156 # Buffering appender, using the appender above as outlet
265 Authors (please contact them via the list above, not directly):
H A DLimit.pm212 # Limiting appender, using the email appender above
277 # Limiting appender, using the email appender above
326 Authors (please contact them via the list above, not directly):
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm339 Authors (please contact them via the list above, not directly):
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DASN.pm434 --- at least one of the above must be present
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/Exporter/
H A DUtil.pm39 A module importing the code some the above example might do this:
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DLoadClassHierarchy.pm159 The C<$tree> argument which is passed to C<visit> must be a leaf node. This is because this Visitor will create all the sub-nodes for this tree. If the tree is not a leaf, an exception is thrown. We do not require the tree to be a root though, and this Visitor will not affect any nodes above the C<$tree> argument.

Completed in 404 milliseconds

<<11121314151617181920>>