Searched refs:to (Results 276 - 300 of 3922) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc16 //=== is guaranteed to work on *all* UNIX variants.
49 // Force i<N>86 to i386.
54 // On darwin, we want to update the version to match that of the
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.lotr26 05/19 Arwen leaves Lorien to wed King Elessar
28 06/13 Bilbo returns to Bag End
31 07/24 The ring comes to Bilbo
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dmanpage.api.spec1 Specification of the API a manpage/tcl has to conform to so that rule
2 files are able to process it properly.
21 permitted. "require" is used to list the packages the described
30 but making them the last section is the usual thing to do. They can be
33 There are four commands available to mark words, "arg", "cmd", "emph"
34 and "strong". The first two are used to mark words as command
35 arguments and as command names. The other two are visual markup to
38 Another set of four commands is available to construct (nested)
40 first two of these begin and end a list respectively. The argument to
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Decho.tcl14 pack [scale .f.s1 -label InGain -from 1.0 -to 0.0 -resolution .01 \
18 pack [scale .f.s2 -label OutGain -from 1.0 -to 0.0 -resolution .01 \
22 pack [scale .f.s3 -label Delay1 -from 250.0 -to 10.0 -variable v(delay1) \
26 pack [scale .f.s4 -label Decay1 -from 1.0 -to 0.0 -resolution .01 \
30 pack [scale .f.s5 -label Delay2 -from 250.0 -to 10.0 -variable v(delay2) \
34 pack [scale .f.s6 -label Decay2 -from 1.0 -to 0.0 -resolution .01 \
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dmanpage.api.spec1 Specification of the API a manpage/tcl has to conform to so that rule
2 files are able to process it properly.
21 permitted. "require" is used to list the packages the described
30 but making them the last section is the usual thing to do. They can be
33 There are four commands available to mark words, "arg", "cmd", "emph"
34 and "strong". The first two are used to mark words as command
35 arguments and as command names. The other two are visual markup to
38 Another set of four commands is available to construct (nested)
40 first two of these begin and end a list respectively. The argument to
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dconfigure.in2 dnl This file is an input file used by the GNU "autoconf" program to
4 dnl to configure the system for the local environment.
10 # need to modify this file are marked by the string __CHANGE__
27 # Call TEA_INIT as the first TEA_ macro to set up initial vars.
42 absolute path to xotclConfig.sh,
61 # Handle the --prefix=... option by defaulting to what Tcl gave.
70 # This also calls AC_PROG_CC, AC_PROG_INSTALL and a few others to create
71 # the basic setup necessary to compile executables.
85 # Specify the C source files to compile in TEA_ADD_SOURCES,
86 # public headers that need to b
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dmake.vim17 " Set 'formatoptions' to break comment lines but not other lines,
21 " Set 'comments' to format dashed lists in comments
24 " Set 'commentstring' to put the marker after a #.
/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm15 # credits remain attached to the file. If you modify this module and
116 "http://www.cpan.org/modules/". It is designed to support applications that are
121 function correctly when moved to any subdirectory or to a Mac or Windows system.
131 like chdir() to tell the object where the app thinks it is now. When your
132 program actually needs to use files, it asks a method like physical_path_string()
133 to give it a string representing the current path in the real world, which it
134 then passes to your standard I/O functions like open().
137 actually makes an open call to "/home/johndoe/projects/aardvark/config/access".
138 If you move the "aardvark" project to
[all...]
/macosx-10.10/llvmCore-3425.0.34/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
30 echo. latex to mak
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings7 # Script to generate 'space and time optimal' C code for fixed
8 # converting tables from Unicode to 8bit encodings (ISO-8859*,CP850...)
13 # The contents of this file are subject to the Mozilla Public License
123 set to [expr ($page << 8) + ($l * 16) + $k]
124 Log "$from -> $to"
129 set map($from) $to
159 set to $info(fallback)
161 set to $map($from)
164 if {$from == $to} {
169 if {$to
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm56 This filter takes a HTML::Parser object as an argument to its constructor.
58 not allow you to change the data on the fly. If you request a read-write
59 filter, you'll have to rewrite the response-body completely.
62 is mainly due to the fact that the HTML::Parser has its own buffering
63 system, and that there is no easy way to correlate the data that triggered
72 A read-write filter is declared by passing C<rw =E<gt> 1> to the constructor:
76 To be able to modify the body of a message, a filter created with
79 To do so, the HTML::Parser handler will have to request the C<self>
80 attribute (that is to say, require access to th
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm56 This filter takes a L<HTML::Parser> object as an argument to its constructor.
58 not allow you to change the data on the fly. If you request a read-write
59 filter, you'll have to rewrite the response-body completely.
62 is mainly due to the fact that the L<HTML::Parser> has its own buffering
63 system, and that there is no easy way to correlate the data that triggered
72 A read-write filter is declared by passing C<rw =E<gt> 1> to the constructor:
76 To be able to modify the body of a message, a filter created with
79 To do so, the L<HTML::Parser> handler will have to request the C<self>
80 attribute (that is to say, require access to th
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm83 %XML_SCHEMAS = ( # The '()' is necessary to put constants in SCALAR form
91 %XML_SCHEMA_OF = ( # The '()' is necessary to put constants in SCALAR form
139 SOAP::Constants - SOAP::Lite provides several variables to allows programmers and users to modify the behavior of SOAP::Lite in specific ways.
143 A number of "constant" values are provided by means of this namespace. The values aren't constants in the strictest sense; the purpose of the values detailed here is to allow the application to change them if it desires to alter the specific behavior governed.
149 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locat
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmouse-sel.el22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
29 ;; 19.18 and later. I've tried to make it behave more like standard X
47 ;; and interprogram-paste-function to nil.
53 ;; to the kill ring. Pressing mouse-1 or mouse-3 kills it.
57 ;; * M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2
61 ;; This module requires my thingatpt.el module, which it uses to find the
64 ;; Thanks to KevinB@bartley.demon.co.uk for his useful input.
68 ;; * You may want to use none or more of following:
105 ;; What you lose is the ability to select some text in
111 ;; the mouse position. You can tell it to inser
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm64 Log::Log4perl allows loggers to maintain global thread-specific data,
67 At some point, the application might decide to push a piece of
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
71 onto the stack to provide it for other loggers down the road without
72 having to pass the data from function to function.
78 This module maintains a simple stack which you can push data on to, query
81 Its purpose is to provide a thread-specific context which all
82 Log::Log4perl loggers can refer to withou
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
464 xmlErrorPtr to = &xmlLastError; local
955 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
948 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm16 (defined($visitor)) || die "Insufficient Arguments : You must specify a Visitor to load";
46 This object is really just a factory for dispensing Tree::Simple::Visitor::* objects. It is not required to use this package in order to use all the Visitors, it is just a somewhat convienient way to avoid having to type thier long class names.
48 I considered making this a Singleton, but I did not because I thought that some people might not want that. I know that I am very picky about using Singletons, especially in multiprocess environments like mod_perl, so I implemented the smallest instance I knew how to, and made sure all other methods could be called as class methods too.
56 Returns an minimal instance of this object, basically just a reference back to the package (literally, see the source if you care).
60 Attempts to load the C<$visitor_type> and returns an instance of it if successfull. If no C<$visitor_type> is specified an exception is thrown, if C<$visitor_type> fails to load, and exception is thrown.
70 This distibution provides a number of Visitor objects which can be loaded just by giving their name. Below is a description of the available Visitors and a sort description of what they do. I have attempted to classif
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
48 The HTTP::Proxy::BodyFilter class is used to create filters for
68 where $self is the filter object, $dataref is a reference to the chunk
70 $message is a reference to either a HTTP::Request or a HTTP::Response
71 object, and $protocol is a reference to the LWP::Protocol protocol object.
77 $buffer is a reference to a buffer where some of the unprocessed data
79 a buffer to store data for a later use> for details). Thanks to the
82 It is possible to access the headers of the message with
84 that was sent to th
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
48 The L<HTTP::Proxy::BodyFilter> class is used to create filters for
68 where C<$self> is the filter object, C<$dataref> is a reference to the chunk
70 C<$message> is a reference to either a L<HTTP::Request> or a L<HTTP::Response>
71 object, and C<$protocol> is a reference to the L<LWP::Protocol> protocol object.
77 C<$buffer> is a reference to a buffer where some of the unprocessed data
79 a buffer to store data for a later use> for details). Thanks to the
82 It is possible to access the headers of the message with
84 that was sent to th
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dcollatevfs.tcl14 Broadcast: applies all writes in the mount location to multiple specified directories.
16 Collect: copies any file read from or written to any of the above locations to specified directories.
20 become available, the action is performed, allowing offline directories to "catch up."
24 Each pathname in <directories> is meant to stand individually, the <directories> symbol is not meant to indicate a
26 option flag is optional, one could for example use only the -read flag to create a read-only directory. Directories
27 do not have to exist and may go missing after mount, non-reachable locations will be ignored.
39 it is created in the first specified write location. When the file is closed, a copy of it is distributed to
44 specified directories is made to eac
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm19 # set this to '1' if you're using a wrapper
23 #this is a mapping of convenience names to opcode masks used in
32 #set this to the opcodes which are allowed when
33 #$ALLOW_CODE_IN_CONFIG_FILE is set to a true value
40 #exported from and the values are array references to the names
46 #setting this to a true value will allow Perl code to be executed
50 #setting this to a false value disables code execution in the
58 #version required for XML::DOM, to enable XML Config parsing
70 # to thro
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A Dstart_glue.s7 * as defined in and that are subject to the Apple Public Source License
34 movl %eax,(%esp) # pass result from main() to exit()
49 movl %eax,%edi # pass result from main() to exit()
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t12 This tests the use of an eval{} block to wrap a next::method call.
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm85 # Default to concatenating a string.
93 # Append to the scalar reference.
103 # print to the file handle.
214 best off using L<Text::Diff|Text::Diff>. But if you want to see how a short
215 story changed from one version to the next, this module will do the job very
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
223 words?" The short answer is to split on word boundaries. However, every word
225 C</\b/> didn't work so well. What I really wanted to do was to spli
[all...]

Completed in 146 milliseconds

<<11121314151617181920>>