Searched +refs:org +refs:compile +refs:prefix +refs:format (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex5 % The format for this file is adapted from the GNU Emacs reference
13 % Typical command to format: tex calccard.tex
57 % Author (refcard.tex format):
60 % Internet: gildea@stop.mail-abuse.org
101 % This multi-way format was designed by Stephen Gildea
293 The \kbd{h} prefix key is Calc's analogue of \kbd{C-h} in Emacs.
369 \stkkey{\it key}{\it no prefix}{\it prefix $n$}{\it prefix $-n$}
377 With a 0 prefix, thes
[all...]
H A Drefcard.tex53 % To compile and print this document:
59 % Internet: gildea@stop.mail-abuse.org
105 % This multi-way format was designed by Stephen Gildea October 1986.
106 % Note that the 1-column format is fontfamily-independent.
107 \if 1\ncolumns %one-column format uses normal size
454 \key{set prefix each line starts with}{C-x .}
530 \key{prefix each line with a string}{C-x r t}
666 (prefix-numeric-value line))))
678 % compile-command: "tex refcard"
H A Dcs-refcard.tex52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
107 % This multi-way format was designed by Stephen Gildea October 1986.
108 % Note that the 1-column format is fontfamily-independent.
109 \if 1\ncolumns %one-column format uses normal size
449 \key{nastavit prefix, kter�m za��naj� ��dky}{C-x .}
659 (prefix-numeric-value line))))
671 % compile-command: "csplain cs-refcard"
H A Dsk-refcard.tex52 % Internet: gildea@stop.mail-abuse.org
61 % by Milan Zamazal <pdm@zamazal.org> in August 1999
109 % This multi-way format was designed by Stephen Gildea October 1986.
110 % Note that the 1-column format is fontfamily-independent.
111 \if 1\ncolumns %one-column format uses normal size
450 \key{nastavi� prefix, ktor�m za��naj� riadky}{C-x .}
660 (prefix-numeric-value line))))
672 % compile-command: "csplain sk-refcard"
H A Dpl-refcard.tex8 % This file uses macros and fonts defined in the mex format.
15 % defined in plain format. This file uses mex format which is
21 \errmessage{This file requires `mex' format to be typeset correctly.
22 See head of this file for the comments how to generate mex format}
69 % Internet: gildea@stop.mail-abuse.org
117 % This multi-way format was designed by Stephen Gildea October 1986.
118 % Note that the 1-column format is fontfamily-independent.
119 \if 1\ncolumns %one-column format uses normal size
608 %\key{set prefix eac
[all...]
H A Dpt-br-refcard.tex53 % To compile and print this document:
59 % Internet: gildea@stop.mail-abuse.org
110 % This multi-way format was designed by Stephen Gildea October 1986.
111 % Note that the 1-column format is fontfamily-independent.
112 \if 1\ncolumns %one-column format uses normal size
673 (prefix-numeric-value line))))
686 % compile-command: "tex pt-br-refcard"
H A Dvipcard.tex54 % Internet: gildea@stop.mail-abuse.org
96 % This multi-way format was designed by Stephen Gildea
328 prefix to the commands. In most cases, if a count is given, the
683 % compile-command: "tex refcard"
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
104 % This multi-way format was designed by Stephen Gildea
347 prefix to the commands. In most cases, if a count is given, the
748 % compile-command: "tex viperCard"
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm12 # Target is the source code format laid out in Perl Best Practices (4 spaces
361 # [http://www.w3.org/TR/REC-xml#syntax]
579 my ($uri, $prefix); # predeclare, because can't declare in assign
583 ($prefix, $name) = SOAP::Utils::splitqname($name);
584 $self->prefix($prefix) if defined $prefix;
669 sub prefix { subroutine
753 my $prefix = 'c-';
755 sub gen_name { join '', $prefix, 'gensy
756 sub prefix { $prefix =~ s/^[^\\-]+-/$_[1]-/; $_[0]; } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm12 # Target is the source code format laid out in Perl Best Practices (4 spaces
362 # [http://www.w3.org/TR/REC-xml#syntax]
569 my ($name, $uri, $prefix) = shift;
573 ($prefix, $name) = SOAP::Utils::splitqname($name);
574 $self->prefix($prefix) if defined $prefix;
655 sub prefix { subroutine
725 my $prefix = 'c-';
727 sub gen_name { join '', $prefix, 'gensy
728 sub prefix { $prefix =~ s/^[^\\-]+-/$_[1]-/; $_[0]; } subroutine
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_ming.mak2 # Info at http://www.mingw.org
36 # set to yes to cross-compile from unix; no=native Windows
100 # on Linux, for cross-compile, it's here:
165 # will also need to convert the header files to unix instead of dos format:
287 # cross-compiler prefix:
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm305 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
306 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
307 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
308 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
309 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
310 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
313 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
314 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
315 use constant URI_SOAP11_NEXT_ACTOR => "http://schemas.xmlsoap.org/soap/actor/next";
316 use constant URI_SOAP12_ENC => "http://www.w3.org/200
687 sub prefix { subroutine
745 sub prefix { $prefix =~ s/^[^\\-]+-/$_[1]-/; $_[0]; } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
358 depending on the protocol specific for the endpoint. The prefix
405 Shortcut for C<< serializer->readable() >>. This lets you specify the format
414 use of a namespace prefix for the children of the /Envelope/Body element.
545 If you want to specify prefix for generated method's element one of the
553 This example will work on client side only. If you want to change prefix
643 because nothing is associated with prefix C<'a'>.
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
845 parameter to this subroutine is an optional prefix
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
358 depending on the protocol specific for the endpoint. The prefix
405 Shortcut for C<< serializer->readable() >>. This lets you specify the format
414 use of a namespace prefix for the children of the /Envelope/Body element.
545 If you want to specify prefix for generated method's element one of the
553 This example will work on client side only. If you want to change prefix
643 because nothing is associated with prefix C<'a'>.
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
845 parameter to this subroutine is an optional prefix
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dconfigure231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
839 prefix
894 prefix=NONE
914 datarootdir='${prefix}/share'
916 sysconfdir='${prefix}/etc'
917 sharedstatedir='${prefix}/com'
918 localstatedir='${prefix}/var'
919 includedir='${prefix}/include'
1027 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfigure231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
858 prefix
905 prefix=NONE
925 datarootdir='${prefix}/share'
927 sysconfdir='${prefix}/etc'
928 sharedstatedir='${prefix}/com'
929 localstatedir='${prefix}/var'
930 includedir='${prefix}/include'
1038 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure5 # Report bugs to <tiff@lists.maptools.org>.
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: tiff@lists.maptools.org about your system, including
567 PACKAGE_BUGREPORT='tiff@lists.maptools.org'
752 prefix
830 prefix=NONE
850 datarootdir='${prefix}/share'
852 sysconfdir='${prefix}/etc'
853 sharedstatedir='${prefix}/com'
854 localstatedir='${prefix}/va
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libtiff/
H A Dconfigure.lineno5 # Report bugs to <tiff@lists.maptools.org>.
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: tiff@lists.maptools.org about your system, including
567 PACKAGE_BUGREPORT='tiff@lists.maptools.org'
752 prefix
830 prefix=NONE
850 datarootdir='${prefix}/share'
852 sysconfdir='${prefix}/etc'
853 sharedstatedir='${prefix}/com'
854 localstatedir='${prefix}/va
[all...]
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfigure5 # Report bugs to <bug-tar@gnu.org>.
412 echo Please tell autoconf@gnu.org about your system,
564 PACKAGE_BUGREPORT='bug-tar@gnu.org'
614 prefix
937 prefix=NONE
957 datarootdir='${prefix}/share'
959 sysconfdir='${prefix}/etc'
960 sharedstatedir='${prefix}/com'
961 localstatedir='${prefix}/var'
962 includedir='${prefix}/includ
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dconfigure410 echo Please tell autoconf@gnu.org about your system,
609 prefix
692 prefix=NONE
712 datarootdir='${prefix}/share'
714 sysconfdir='${prefix}/etc'
715 sharedstatedir='${prefix}/com'
716 localstatedir='${prefix}/var'
717 includedir='${prefix}/include'
811 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dconfigure417 echo Please tell autoconf@gnu.org about your system,
625 prefix
709 prefix=NONE
729 datarootdir='${prefix}/share'
731 sysconfdir='${prefix}/etc'
732 sharedstatedir='${prefix}/com'
733 localstatedir='${prefix}/var'
734 includedir='${prefix}/include'
828 -exec-prefix | --exec_prefix | --exec-prefix |
[all...]

Completed in 200 milliseconds