Searched +refs:org +refs:beginning +refs:of +refs:item (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.pm103 previous experience with Kerberos 5 programming. Most of the functions here
110 =item error(n)
113 with an error code 'n', this function will return a textual description of the
116 =item init_context()
121 =item init_ets() (DEPRECATED)
124 init_context at the beginning of a script.
126 =item get_default_realm()
128 Returns the default realm of your host.
130 =item get_host_real
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm67 At some point, the application might decide to push a piece of
68 data onto the NDC stack, which other parts of the application might
69 want to reuse. For example, at the beginning of a web request in a server,
70 the application might decide to push the IP address of the client
76 of elements currently on the stack.
90 =item Log::Log4perl::NDC->push($text);
92 Push an item onto the stack. If the stack grows beyond the defined
98 =item Log::Log4perl::NDC->pop();
100 Discard the upmost element of th
[all...]
H A DCatalyst.pm79 # but we just put an army of buffer appenders in front of all
86 # put a buffering appender in front of every appender
184 # functionality of Log4perl
239 Also, you can vary the layout of each message. For example if you want
257 at the beginning of the request cycle and use
268 Again, check the Log4perl manual page, there's a plethora of configuration
275 =item new($config, [%options])
279 mechanism. If you provide configuration, either the name of
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim8 " locate the start of the word
16 " Handling of entities {{{
23 " Handling of <style> tag {{{
36 " Handling of <script> tag {{{
47 " We are inside of <script> tag. But we should also get contents
48 " of all linked external files and (secondary, less probably) other <script> tags
103 " Return proper start for on-events. Without that beginning of
111 " If b:compl_context begins with <? we are inside of PHP code. It
130 " Check if we should do CSS completion inside of <styl
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm132 { 'an integer which is a possible valid day of month' =>
178 Carp::croak( "Invalid day of month (day = $p{day} - month = $p{month} - year = $p{year})\n" )
217 # of the datetime's year. This year need not be correct, as long
245 # This method exists for the benefit of internal methods which create
877 # ISO says that the first week of a year is the first week containing
878 # a Thursday. Extending that says that the first week of the month is
1038 # http://www.unicode.org/reports/tr35/tr35-9.html#Date_Format_Patterns.
1156 '((?:[^']|'')*)' # quote escaped bit of text
1255 # added for benefit of DateTime::TimeZone
1285 # If the smaller of th
[all...]
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm74 confess "Can't handle input of type $type";
98 # Push each item onto the array.
220 I'm glad you asked! Well, sort of. It's a really hard question to answer. I
221 consulted a number of sources, but really just did my best to punt on the
224 has two boundaries, one at the beginning and one at the end. So splitting on
226 I<beginning> of every word. Fortunately, _Mastering Regular Expressions_ has a
266 unlike what a word processor might do (although a lot of them are
292 Not so useful. It seems to be less of a problem if the C<use utf8;> line is
332 of
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex6 %**start of header
14 % There are a couple of tweaks in the format of this card which make it work
19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
27 % it under the terms of the GNU General Public License as published by
32 % but WITHOUT ANY WARRANTY; without even the implied warranty of
36 % You should have received a copy of the GNU General Public License
44 % This file can be used to produce it in any of three ways:
46 % produces six separate pages, each of whic
[all...]
H A Drefcard.tex2 %**start of header
20 % This file is part of GNU Emacs.
23 % it under the terms of the GNU General Public License as published by
28 % but WITHOUT ANY WARRANTY; without even the implied warranty of
32 % You should have received a copy of the GNU General Public License
40 % This file can be used to produce it in any of three ways:
42 % produces six separate pages, each of which needs to be reduced to 80%.
59 % Internet: gildea@stop.mail-abuse.org
66 \def\versionnumber{2.3} % version of this manual
68 \def\versionemacs{22} % version of emac
[all...]
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/
H A DWordDiff.pm75 confess "Can't handle input of type $type";
99 # Push each item onto the array.
232 I'm glad you asked! Well, sort of. It's a really hard question to answer. I
233 consulted a number of sources, but really just did my best to punt on the
236 has two boundaries, one at the beginning and one at the end. So splitting on
238 I<beginning> of every word. Fortunately, _Mastering Regular Expressions_ has a
241 newer: C<< /(?<!\p{IsWord})(?=\p{IsWord})/ >>. With either of these regular
248 'of ',
270 processor might do (although a lot of the
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm87 croak "'use' argument may only be one of $ENCODED_USE or $LITERAL_USE, died" if $me->use ne $ENCODED_USE and $me->use ne $LITERAL_USE;
88 croak "'style' argument may only be one of $RPC_STYLE or $DOCUMENT_STYLE, died" if $me->style ne $RPC_STYLE and $me->style ne $DOCUMENT_STYLE;
89 croak "The combination of use=$ENCODED_USE and style=$DOCUMENT_STYLE is not valid, died" if ($me->style eq $DOCUMENT_STYLE and $me->use eq $ENCODED_USE);
266 # beginning with wsdl type tokens to previous line.
395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
487 How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this
502 =item *
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm87 croak "'use' argument may only be one of $ENCODED_USE or $LITERAL_USE, died" if $me->use ne $ENCODED_USE and $me->use ne $LITERAL_USE;
88 croak "'style' argument may only be one of $RPC_STYLE or $DOCUMENT_STYLE, died" if $me->style ne $RPC_STYLE and $me->style ne $DOCUMENT_STYLE;
89 croak "The combination of use=$ENCODED_USE and style=$DOCUMENT_STYLE is not valid, died" if ($me->style eq $DOCUMENT_STYLE and $me->use eq $ENCODED_USE);
266 # beginning with wsdl type tokens to previous line.
395 $me->writer->wrElem($START_PREFIX_NAME, 'schema', targetNamespace => $me->namespaces->{'xmlns:' . $TARGET_NS_DECL}, xmlns => "http://www.w3.org/2001/XMLSchema");
396 $me->writer->wrElem($EMPTY_PREFIX_NAME, "import", namespace => "http://schemas.xmlsoap.org/soap/encoding/");
441 $me->writer->wrElem($EMPTY_PREFIX_NAME, "wsdlsoap:binding", style => $me->style, transport => "http://schemas.xmlsoap.org/soap/http");
487 How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this
502 =item *
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm24 Using as a class of its own:
39 a tree, while preventing you from ever making any kinds of linkages
45 * A tree is a special case of an acyclic directed graph.
47 * A tree is a network of nodes where there's exactly one root
56 * Each node can have any number (0 to any finite number) of daughter
66 * In other words, there's an idea of up (toward the root) versus
68 of a given node's daughter list) versus right (toward the end of a
74 syntax in the parsing of any computer language -- whether in
76 parse of
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm23 #this is a mapping of convenience names to opcode masks used in
41 #of the symbols (including the leading type specifier)
245 #woops, they called ::init instead of ->init, let's be forgiving
259 #woops, they called ::init instead of ->init, let's be forgiving
418 sub appenders { # Get a hashref of all defined appender wrappers
438 # Return number of appenders changed
668 of your system from the outside. It implements the widely popular
677 are too static and generate a flood of log messages in your log files
680 C<Log::Log4perl> is different. It allows you to control the number of
685 =item *
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DString.pm9 # Andy Wardley <abw@wardley.org>
445 You can also call C<copy()> to create a new C<String> as a copy of the
450 The C<String> object has a C<text()> method to return the content of the
462 of text, interpolating it into other strings, for example:
466 You also have the benefit of numerous other methods for manipulating
471 Note that all methods operate on and mutate the contents of the string
472 itself. If you want to operate on a copy of the string then simply
483 causes the C<text()> method to be called, which results in the new value of
484 the string being printed. To suppress printing of the string, you can
508 Creates a new C<String> object which contains a copy of th
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DString.pm9 # Andy Wardley <abw@wardley.org>
445 You can also call C<copy()> to create a new C<String> as a copy of the
450 The C<String> object has a C<text()> method to return the content of the
462 of text, interpolating it into other strings, for example:
466 You also have the benefit of numerous other methods for manipulating
471 Note that all methods operate on and mutate the contents of the string
472 itself. If you want to operate on a copy of the string then simply
483 causes the C<text()> method to be called, which results in the new value of
484 the string being printed. To suppress printing of the string, you can
508 Creates a new C<String> object which contains a copy of th
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm25 #this is a mapping of convenience names to opcode masks used in
41 #of the symbols (including the leading type specifier)
239 #woops, they called ::init instead of ->init, let's be forgiving
253 #woops, they called ::init instead of ->init, let's be forgiving
524 of your system from the outside. It implements the widely popular
533 are too static and generate a flood of log messages in your log files
536 C<Log::Log4perl> is different. It allows you to control the number of
541 =item *
545 of your system should generate logs.
547 =item *
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dforth.vim10 " The list of keywords is incomplete, compared with the offical ANS
14 " Before sending me patches, please download the newest version of this file
15 " from http://www.cvjb.de/comp/vim/forth.vim or http://www.vim.org/ (search
22 " beginning of a line. That patch also fixed a typo in one of the
30 " Benjamin Krill <ben at codiert dot org> send me a patch
34 " you can turn off highlighting of trailing spaces in comments by
36 " the highlighting of a tabulator following a space in comments, you
43 " in the offical version of thi
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm631 of off on onto out outside over
1525 die "Number out of range\n" if $ind > $#mill;
1586 die "Missing value in option list (odd number of option args) at"
1740 This document describes version 1.895 of Lingua::EN::Inflect
1756 print "The plural of ", $word, " is ", PL($word), "\n";
1883 print inflect("The plural of $word is PL($word)\n");
1911 The exportable subroutines of Lingua::EN::Inflect provide plural
1913 of numbers as words
1915 Plural forms of all nouns, most verbs, and some adjectives are
1943 All of th
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm484 during except for from in into near of off on onto out over
1309 die "Number out of range\n" if $ind > $#mill;
1467 This document describes version 1.86 of Lingua::EN::Inflect,
1483 print "The plural of ", $word, " is ", PL($word), "\n";
1592 print inflect("The plural of $word is PL($word)\n");
1620 The exportable subroutines of Lingua::EN::Inflect provide plural
1622 of numbers as words
1624 Plural forms of all nouns, most verbs, and some adjectives are
1652 All of the C<PL_...> plural inflection subroutines take the word to be
1654 Note that all such subroutines expect the I<singular> form of th
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 % You should have received a copy of the GNU General Public License
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
37 % of date, so if that's what you're using, please check.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
41 % problem. Patches are, of cours
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 % You should have received a copy of the GNU General Public License
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
37 % of date, so if that's what you're using, please check.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
41 % problem. Patches are, of cours
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex12 % modify it under the terms of the GNU General Public License as
18 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 % You should have received a copy of the GNU General Public License
30 % Please try the latest version of texinfo.tex before submitting bug
32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org),
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
41 % of dat
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex13 % modify it under the terms of the GNU General Public License as
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 % You should have received a copy of the GNU General Public License
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
37 % of date, so if that's what you're using, please check.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
41 % problem. Patches are, of cours
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex12 % modify it under the terms of the GNU General Public License as
18 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 % You should have received a copy of the GNU General Public License
30 % Please try the latest version of texinfo.tex before submitting bug
32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
39 % of dat
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DDBI.pm214 #here handle cases where we ran out of message bits
215 #before we ran out of bind_value_layouts, just keep going
329 #just pass through the array of message items in the log statement
339 This is a very young module and there are a lot of variations
381 =item *
386 keep reading. (Note that the log4j docs warn "Be careful of quotes in your
389 =item *
394 =item *
402 prepared statement handle at the beginning and just reuse it
434 Normally a list of thing
[all...]

Completed in 222 milliseconds

12