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

123

/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)
116 =item init_context()
121 =item init_ets() (DEPRECATED)
126 =item get_default_realm()
130 =item get_host_realm(host)
134 =item get_krbhst(realm)
138 =item build_principal_ext(p)
145 =item parse_name(name)
150 =item sname_to_principa
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org-customize}
282 \metax{To read the on-line documentation try}{M-x org-info}
295 \key{next/previous headin
[all...]
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
306 \metax{delete previous character}{C-h, DEL}
307 \key{delete previous word}{C-w}
322 Execute info command by typing \kbd{M-x info} and select menu item
358 up to 9 previous changes.
396 \key{scroll to previous screen}{C-b}
450 \key{previous line keeping the column}{k}
452 \key{previous line at first non-white}{-}
492 \key{repeat previous \kbd{f}, \kbd{F}, \kbd{t} or \kbd{T}}{;}
501 \key{search backward with previous {\s
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Exception/lib/Test/
H A DException.pm127 =item B<throws_ok>
148 You can get the same effect by passing an instance of the exception you want to look for. The following is equivalent to the previous example:
196 =item B<dies_ok>
227 =item B<lives_ok>
267 =item B<lives_and>
344 thrown in DESTROY blocks. See the RT bug L<http://rt.cpan.org/Ticket/Display.html?id=24678> for
349 L<http://rt.cpan.org/>.
356 =item perl-qa
358 If you are interested in testing using Perl I recommend you visit L<http://qa.perl.org/> and join the excellent perl-qa mailing list. See L<http://lists.perl.org/showlis
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DPaged.pm119 =item cookie
123 a search with a previous search, so the server knows to return the page
124 of entries following the entries it returned the previous time.
126 =item size
144 http://www.ietf.org/rfc/rfc2696.txt
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim81 " Look like we may have broken tag. Check previous lines.
358 " 3b. And split them to be sure each id is in separate item
465 " item, it will be also first word [a-zA-Z0-9_-] in element
538 let item = menu[i]
539 if has_key(b:html_omni['vimxmlattrinfo'], item)
540 let m_menu = b:html_omni['vimxmlattrinfo'][item][0]
541 let m_info = b:html_omni['vimxmlattrinfo'][item][1]
546 if len(b:html_omni[tag][1][item]) > 0 && b:html_omni[tag][1][item][0] =~ '^\(BOOL\|'.item
[all...]
H A Dccomplete.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
10 " Locate the start of the item, including ".", "->" and "[...]".
70 " Split item in words, keep empty word after "." or "->".
119 " TODO: join previous line if it makes sense
211 " TODO: join previous line if it makes sense
217 " If the last item(s) are [...] they need to be added to the matches.
232 " Guess if the item is an array.
237 " Check if the item has members.
249 " Turn the tag info "val" into an item for completion.
250 " "val" is is an item i
[all...]
/macosx-10.9.5/CPANInternal-140/XML-NamespaceSupport/
H A DNamespaceSupport.pm19 $NS_XMLNS = 'http://www.w3.org/2000/xmlns/';
20 $NS_XML = 'http://www.w3.org/XML/1998/namespace';
392 http://www.megginson.com/SAX/Java/javadoc/org/xml/sax/helpers/NamespaceSupport.html.
399 =item * XML::NamespaceSupport->new(\%options)
420 =item * $nsup->push_context
425 =item * $nsup->pop_context
427 Removes the topmost context in the stack and reverts to the previous
430 =item * $nsup->declare_prefix($prefix, $uri)
444 =item * $nsup->declare_prefixes(%prefixes2uris)
448 =item *
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-Any/lib/JSON/
H A DAny.pm280 =item C<new>
318 =item C<handlerType>
333 =item C<handler>
353 =item C<objToJson>
394 =item C<to_json>
396 =item C<Dump>
398 =item C<encode>
413 =item C<jsonToObj>
444 =item C<from_json>
446 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm206 =item o
211 =item o
215 =item o
238 As this will cause the diag to be emitted against the previous test and not
263 =item *
269 =item *
276 =item *
283 =item *
289 =item *
306 L<http://rt.cpan.org/NoAut
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DIterator.pm12 # Andy Wardley <abw@wardley.org>
216 my $item = $AUTOLOAD;
217 $item =~ s/.*:://;
218 return if $item eq 'DESTROY';
221 $item = 'COUNT' if $item =~ /NUMBER/i;
223 return $self->{ uc $item };
284 a 'C<key>' and 'C<value>' item, sorted according to the hash keys.
298 When passed a single item which is not an array reference, the constructor
299 will automatically create a list containing that single item
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DIterator.pm12 # Andy Wardley <abw@wardley.org>
216 my $item = $AUTOLOAD;
217 $item =~ s/.*:://;
218 return if $item eq 'DESTROY';
221 $item = 'COUNT' if $item =~ /NUMBER/i;
223 return $self->{ uc $item };
284 a 'C<key>' and 'C<value>' item, sorted according to the hash keys.
298 When passed a single item which is not an array reference, the constructor
299 will automatically create a list containing that single item
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm1038 # http://www.unicode.org/reports/tr35/tr35-9.html#Date_Format_Patterns.
2070 please see L<http://datetime.perl.org/>. The DateTime site has a FAQ
2072 L<http://datetime.perl.org/?FAQ>.
2182 =item * DateTime->new( ... )
2203 =item * month
2207 =item * day
2212 =item * hour
2216 =item * minute
2220 =item * second
2225 =item * nanosecon
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtd.vim3 " Maintainer: Johannes Zellner <johannes@zellner.org>
4 " Author and previous maintainer:
10 " http://www.w3.org/TR/html40/
11 " http://www.w3.org/TR/NOTE-html-970421
136 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dxdefaults.vim3 " Maintainer: Johannes Zellner <johannes@zellner.org>
4 " Author and previous maintainer:
11 " xrdb source: ftp://ftp.x.org/pub/R6.4/xc/programs/xrdb/xrdb.c
113 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm119 the latest OpenSSL package from L<http://www.openssl.org/>. We no longer
164 L<http://search.cpan.org/dist/Crypt-SSLeay/>.
183 =item C<--live-tests>
196 =item C<--static>
306 L<http://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html>
334 Use of this type of certificate takes precedence over previous
348 =item SSL v23
352 =item SSL v3
356 =item SSL v2
424 =item Ne
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm64 my $item = My::Item->create({ name=>'Matt S. Trout' });
66 my $item = My::Item->create({ name=>'Matt S. Trout', group_id=>1 });
68 my $rs = $item->siblings();
69 my @siblings = $item->siblings();
72 $sibling = $item->first_sibling();
73 $sibling = $item->last_sibling();
74 $sibling = $item->previous_sibling();
75 $sibling = $item->next_sibling();
77 $item->move_previous();
78 $item
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm370 =item C<new>
413 =item C<handlerType>
428 =item C<handler>
448 =item C<true>
464 =item C<false>
480 =item C<objToJson>
522 =item C<to_json>
524 =item C<Dump>
526 =item C<encode>
541 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm567 the start of the line until the key/value separator. So, the previous
638 previous example is: C<S<"742 Evergreen Terrace\nSpringfield\nUSA">>
643 previous example had been:
754 =item C<< read_config($filename => %config_hash) >>
756 =item C<< read_config($filename => $config_hash_ref) >>
772 =item C<< write_config(%config_hash => $filename) >>
774 =item C<< write_config($config_hash_ref => $filename) >>
776 =item C<write_config(%config_hash)>
778 =item C<write_config($config_hash_ref)>
819 =item Ca
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm85 =item canonpath
100 =item catdir
111 =item catfile
119 =item curdir
126 =item devnull
133 =item rootdir
140 =item tmpdir
151 =item updir
158 =item no_upwards
165 =item case_toleran
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm211 # http://rt.cpan.org/Ticket/Display.html?id=39550
958 # SSL_SENT_SHUTDOWN is done already (previous if-case)
1235 # e.g *.example.org does match www.example.org but not bla.www.example.org
1789 have several changes from the previous IO::Socket::SSL versions (especially
1806 =item B<new(...)>
1813 =item SSL_hostname
1825 =item SSL_version
1843 =item SSL_cipher_lis
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm604 the start of the line until the key/value separator. So, the previous
681 previous example is: C<S<"742 Evergreen Terrace\nSpringfield\nUSA">>
686 previous example had been:
797 =item C<< read_config($filename => %config_hash) >>
799 =item C<< read_config($filename => $config_hash_ref) >>
801 =item C<< read_config($string_ref => %config_hash_or_ref) >>
839 =item C<< write_config(%config_hash => $filename) >>
841 =item C<< write_config($config_hash_ref => $filename) >>
843 =item C<write_config(%config_hash)>
845 =item
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm2883 "first list item isn't a code ref");
3359 =item *
3364 =item *
3369 =item *
3401 =item *
3406 =item *
3413 =item *
3420 =item *
3425 =item *
3432 =item *
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm2883 "first list item isn't a code ref");
3359 =item *
3364 =item *
3369 =item *
3401 =item *
3406 =item *
3413 =item *
3420 =item *
3425 =item *
3432 =item *
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb299 [ { 'item' => 'Super Hoop', 'quantity' => 1 },
300 { 'item' => 'Basketball', 'quantity' => 4 },
301 { 'item' => 'Big Shoes', 'quantity' => 1 } ] }, <<EOY
306 - item : Super Hoop
308 - item : Basketball
310 - item : Big Shoes
621 # 'seq' is shorthand for 'http://yaml.org/seq'.
669 # http://yaml.org/spec/1.1/#id896876
770 - !yaml.org,2002/float '10'
771 - !yaml.org,200
[all...]

Completed in 394 milliseconds

123