Searched +refs:org +refs:copy +refs:special (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim239 let headjoined = join(copy(head), ' ')
245 let headclasslines = filter(copy(styleheadlines), "v:val =~ '\\([a-zA-Z0-9:]\\+\\)\\?\\.[a-zA-Z0-9_-]\\+'")
249 let classlines = filter(copy(stylesheet), "v:val =~ '#[a-zA-Z0-9_-]\\+'")
264 let filestable = filter(copy(head), "v:val =~ '\\(@import\\|link.*stylesheet\\)'")
275 let secimport = filter(copy(stylesheet), "v:val =~ '@import'")
294 let classlines = filter(copy(stylesheet), "v:val =~ '\\([a-zA-Z0-9:]\\+\\)\\?\\.[a-zA-Z0-9_-]\\+'")
298 let classlines = filter(copy(stylesheet), "v:val =~ '#[a-zA-Z0-9_-]\\+'")
377 " We need special version of sbase
483 " We need special version of sbase
620 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/T
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmonk.vim3 " Maintainer: Mike Litherland <litherm@ccf.org>
101 syn keyword monkFunc list-tail string->list list->string string-copy
112 syn keyword monkFunc $resolve-event-definition change-pattern copy copy-strip
170 " ... a special identifier
H A Dinitex.vim14 " http://www.tug.org/utilities/plain/cseq.html#top-fam
109 \ '\\\%([hv]\=box\|[cx]\=leaders\|copy\|[hv]rule\|lastbox\|setbox\|un[hv]\%(box\|copy\)\|vtop\)\>'
115 \ '\\\%(\%(close\|open\)\%(in\|out\)\|endinput\|immediate\|input\|read\|shipout\|special\|write\)\>'
H A Dfoxpro.vim9 " maintained by Powing Tse <powing@mcmug.org>
46 " Highlight special characters
356 syn match foxproCmd "^\s*\<copy\>\s*\<file\>"
357 syn match foxproCmd "^\s*\<copy\>\s*\<inde\%[xes]\>"
358 syn match foxproCmd "^\s*\<copy\>\s*\<memo\>"
359 syn match foxproCmd "^\s*\<copy\>\s*\<stru\%[cture]\>"
360 syn match foxproCmd "^\s*\<copy\>\s*\<stru\%[cture]\>\s*\<exte\%[nded]\>"
361 syn match foxproCmd "^\s*\<copy\>\s*\<tag\>"
362 syn match foxproCmd "^\s*\<copy\>\s*\<to\>"
363 syn match foxproCmd "^\s*\<copy\>\
[all...]
H A Dgroovy.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=945
22 " 1) copy the file in the (global or user's $HOME/.vim/syntax/) syntax folder
242 " match the special comment /**/
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
374 " if we aren't doing any dynamic folding, no need for any special rules
426 let pgb=copy(s:progressbar)
1049 exe "normal! gg$a\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
1051 exe "normal! gg0i<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"
1053 exe "normal! gg0i<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"
1057 exe "normal! gg/<html/e\na xmlns=\"http://www.w3.org/1999/xhtml\"\e"
H A Dphp.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=1571
7 " Former Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
8 " Former URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/php.vim?op=file&rev=0&sc=0
171 syn keyword phpFunctions basename chgrp chmod chown clearstatcache copy delete dirname disk_free_space disk_total_space diskfreespace fclose feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents file fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype flock fnmatch fopen fpassthru fputs fread fscanf fseek fstat ftell ftruncate fwrite glob is_dir is_executable is_file is_link is_readable is_uploaded_file is_writable is_writeable link linkinfo lstat mkdir move_uploaded_file parse_ini_file pathinfo pclose popen readfile readlink realpath rename rewind rmdir set_file_buffer stat symlink tempnam tmpfile touch umask unlink contained
179 syn keyword phpMethods key langdepvalue value values checkin checkout children mimetype read content copy dbstat dcstat dstanchors dstofsrcanchors count reason find ftstat hwstat identify info insert insertanchor insertcollection insertdocument link lock move assign attreditable count insert remove title value object objectbyanchor parents description type remove replace setcommitedversion srcanchors srcsofdst unlock user userlist contained
527 " Highlighting for PHP built-in functions which exhibit special behaviours
539 " special highlighting for '=&' operator
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm45 * A tree is a special case of an acyclic directed graph.
79 (Note: B-Trees are a very special case of the above kinds of trees,
277 Just another way to get at the C<new> method. This B<does not copy>
485 list-handling functionality, copy the daughter list, and change it,
769 $node, they are ignored, and are not in the copy of LIST passed as the
777 (In the special (and bizarre) case where $node is root, this simply calls
851 In the special (and bizarre) case where $node is root, this simply
1310 whereas $root->self_and_siblings, as a special case, returns $root.
1320 return $node unless defined($mother) && ref($mother); # special case
1337 return() unless $mother; # special cas
2641 sub copy { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm58 It's not surprising, as tied variables are implemented as a special kind of magic, just like any 'irregular' Perl variable : scalars like C<$!>, C<$(> or C<$^W>, the C<%ENV> and C<%SIG> hashes, the C<@ISA> array, C<vec()> and C<substr()> lvalues, L<threads::shared> variables...
122 This magic is a little special : it is called when the 'size' or the 'length' of the variable has to be known by Perl.
142 C<copy>
217 copy => sub { my ($ref, $data, $key, $elt [, $op]) = @_; ... },
241 C<get>, C<set>, C<len>, C<clear>, C<free>, C<copy>, C<local>, C<fetch>, C<store>, C<exists> and C<delete>
263 C<copy>
265 C<$_[2]> is a either a copy or an alias of the current key, which means that it is useless to try to change or cast magic on it.
275 You can get a copy instead by passing C<< copy_key => 1 >> to L</wizard>, which allows you to safely assign to C<$_[2]> in order to e.g. redirect the action to another key.
276 This however has a little performance drawback because of the copy.
302 push @keys, 'copy' i
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidate.pm266 This is a special option, and is just a shortcut for C<UNDEF | SCALAR>.
270 This option is also special, and is just a shortcut for C<GLOB |
453 The hash or array returned from the function will always be a copy of
699 http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Params%3A%3AValidate or
700 via email at bug-params-validate@rt.cpan.org.
702 Support questions can be sent to Dave at autarch@urth.org.
704 The code repository is at https://svn.urth.org/svn/Params-Validate/
708 Dave Rolsky, <autarch@urth.org> and Ilya Martynov <ilya@martynov.org>
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Package/
H A DbuildDMG.pl8 # Permission to use, copy, modify and distribute this software and its documentation
21 # For the most recent version see <http://www.objectpark.org>
35 # determine the build directory, compression level, the list of files to copy, and the size of the dmg volume
77 die "FATAL: No files to copy specified\n" unless @ARGV or $ENV{DMG_FILESLIST};
156 # copy the files onto the dmg
250 buildDMG can be used to create a dmg either from command line or within ProjectBuilder. The special support for ProjectBuilder consist
311 B<buildDmg> will try to determine the size by looking at the files to copy
326 should point to the "Info.plist" of the project to copy onto the dmg. buildDMG is then able to automatically generate the dmg and
348 Joerg Westheide (joerg@objectpark.org)
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex31 the same as $A$. The obvious method is to copy $A$ onto $B$.
58 construct a copy of the source file using the references to parts of
89 done in a single pass very quickly using a special property of the
93 constructing a copy of $A$. Each instruction is either a reference
98 The end result is that $\beta$ gets a copy of $A$, but only the pieces
194 The above sections describe the process for constructing a copy of one
195 file on a remote system. If we have a several files to copy, we can
308 available for download from http://rsync.samba.org/
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm713 This just prints out the document in outline form. Nothing special is
726 Nothing special is returned by parse.
769 to print a canonical copy of the document without comments or declarations.
784 variable will contain a copy of the tag and the %_ variable will contain
790 variable will contain a copy of the end tag.
799 Called for processing instructions. The $_ variable will contain a copy of
832 Larry Wall <F<larry@wall.org>> wrote version 1.0.
838 Matt Sergeant <F<matt@sergeant.org>> is now maintaining XML::Parser
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm546 my %copy = %{ $LastDayOfMonthValidate->{$_} };
548 delete $copy{default};
549 $copy{optional} = 1 unless $_ eq 'year' || $_ eq 'month';
551 $LastDayOfMonthValidate->{$_} = \%copy;
577 my %copy = %{ $FromDayOfYearValidate->{$_} };
579 delete $copy{default};
580 $copy{optional} = 1 unless $_ eq 'year' || $_ eq 'month';
582 $FromDayOfYearValidate->{$_} = \%copy;
1000 # make a copy or caller's scalars get munged
1012 %(\d+)N # special cas
[all...]
/macosx-10.9.5/CPANInternal-140/Digest-SHA/
H A DSHA.pm69 my $copy = \$state;
70 bless($copy, ref($self));
71 return($copy);
207 $sha_copy = $sha->clone; # if needed, make copy of
443 Returns a duplicate copy of the object.
489 By default, I<$filename> is simply opened and read; no special modes
632 Mark Shelor <mshelor@cpan.org>
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm531 # dereference it and copy it into the new object
538 # then dereference it and copy it
543 # then dereference it and copy it
953 If we find a normal scalar value (non-reference), we simply copy it. If we find an
954 object, we attempt to call C<clone> on it, otherwise we just copy the reference (since
956 copy the value contained within it. If we find a HASH or ARRAY reference we copy the
957 reference and recursively copy all the elements within it (following these exact
959 only once and connections restored correctly. This cloning will not be able to copy
968 The clone method does a full deep-copy clon
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm531 # dereference it and copy it into the new object
538 # then dereference it and copy it
543 # then dereference it and copy it
953 If we find a normal scalar value (non-reference), we simply copy it. If we find an
954 object, we attempt to call C<clone> on it, otherwise we just copy the reference (since
956 copy the value contained within it. If we find a HASH or ARRAY reference we copy the
957 reference and recursively copy all the elements within it (following these exact
959 only once and connections restored correctly. This cloning will not be able to copy
968 The clone method does a full deep-copy clon
[all...]
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm412 Returns a copy of the $uri.
448 special marks: ".", "+", "-". This restriction effectively means
498 then a reference to it is returned instead of a copy.
842 Information about rsync is available from http://rsync.samba.org.
894 <http://www.iana.org/assignments/urn-namespaces>.
986 http://www.iana.org/assignments/uri-schemes
988 http://www.iana.org/assignments/urn-namespaces
990 http://www.w3.org/Addressing/
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
27 % As a special exception, when this file is read by TeX when processing
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).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
194 % For a final copy, take out the rectangles
498 % special case.)
591 % Other special character
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
27 % As a special exception, when this file is read by TeX when processing
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).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
194 % For a final copy, take out the rectangles
498 % special case.)
591 % Other special character
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
27 % As a special exception, when this file is read by TeX when processing
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).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
191 % For a final copy, take out the rectangles
495 % special case.)
588 % Other special character
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex32 % You should have received a copy of the GNU General Public License
59 % Internet: gildea@stop.mail-abuse.org
372 \key{copy region to kill ring}{M-w}
525 \key{copy rectangle to register}{C-x r r}
548 \key{quote regular expression special character {\it c\/}}{\\{\it c}}
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex21 % You should have received a copy of the GNU General Public License
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.
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
505 % Other special characters: @questiondown @exclamdown
595 \copy\groupbox
889 % superscripts, special mat
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex21 % You should have received a copy of the GNU General Public License
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/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
36 % (and all CTAN mirrors, see http://www.ctan.org),
42 % Texinfo has a small home page at http://texinfo.org/ and also
43 % http://www.gnu.org/software/texinfo.
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
486 % Other special character
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex21 % You should have received a copy of the GNU General Public License
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).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
473 % Other special character
[all...]

Completed in 337 milliseconds

12