Searched +refs:org +refs:split +refs:string (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/tests/
H A DxoRDF.test14 set expected [string trim $expected \n]
15 set result [string trim $result \n]
16 foreach e [split $expected \n] r [split $result \n] {
17 set e [string trim $e]
18 set r [string trim $r]
34 my append result [string trim [$objName print]] \n
52 # append result [string trim [$t dump]]\n
109 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
110 <Description about="http://www.w3.org/Hom
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa72 =item check_soa example.com ns.icann.org
157 $resolver->nameservers(@server) || die $resolver->string;
161 print $resolver->string; # show resolver state
231 my ($ns, $if) = split / /, $element; # name + optional interface IP
378 my $string = $_->string; # display IPv6 compact form
379 $string =~ s/(:[:0]*:)(?!.*::|.+\1)/::/o if $_->type eq 'AAAA';
381 substr($string,$l) = ' ...' if length $string > $l and $_->type !~ /SOA|PTR/o;
382 print $_->name =~ /^$qname$/i ? $aa : $na, "\t$string\
[all...]
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
48 let plist = split(&matchpairs, '.\zs[:,]')
84 " When not in a string or comment ignore matches inside them.
86 \ '=~? "string\\|character\\|singlequote\\|comment"'
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb49 # Common string types
54 { 1 => 'simple string', 2 => 42, 3 => '1 Single Quoted String',
56 6 => "A \"chomped\" block", 7 => "A folded\n string\n", 8 => ": started string" },
58 1: simple string
71 string
72 8: ": started string"
453 { nil => nil, true => true, false => false, 'string' => '12345' }, <<EOY
457 string: '12345'
587 # an empty sequence, and the last an empty string
[all...]
/macosx-10.9.5/awk-18/src/
H A DFIXES103 and david o'brien at freebsd.org for patches. this really should
107 fixed another 25-year-old RE bug, in split. it's another failure
121 string to a parameter leaked a Cell. thanks to moinak ghosh for
168 subtle change to split: if source is empty, number of elems
199 classes. thanks to ruslan ermilov (ru@freebsd.org) for code.
207 number->string conversions, as promised by posix and done by
214 Jaromir Dolecek <jdolecek@NetBSD.org> for finding and fixing.
222 dag-erling smorgrav, des@ofug.org). subject to reversion if
317 without terminating the string. thanks to russ cox.
327 impetus, and for pointing out a string terminatio
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreva.vim5 " Maintainer: Ron Aaron <ron@ronware.org>
6 " URL: http://ronware.org/reva/
84 Builtin +lplace +place -chop /char /string bounds c+lplace c+place
85 Builtin chop cmp cmpi count lc lcount lplace place quote rsplit search split
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
39 " expects ��*�� to be a string or a hyperoperator. The latter is presumably
51 " https://svn.parrot.org/parrot/trunk/editor/
160 let s:temp = split(s:words_space)
192 let s:infix_a_words = split(s:infix_a_long)
195 let s:infix_n_words = split(s:infix_n)
220 \ "split reduce min max reverse truncate zip cat roundrobin classify",
245 " we want to highlight builtins like split() though, so this comes afterwards
248 let s:temp = split(
[all...]
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
61 " terminal return RGB values of known colors and empty string for unknown
436 " Note that you must use len(split) instead of len() if you want to use
443 let pgb.subtractedlen=len(split(pgb.title, '\zs'))+3+4+2+2
919 call extend(s:lines, split(s:new.s:HtmlEndline, '\n', 1))
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/199
[all...]
H A Dtcl.vim4 " (previously Brett Cannon <brett@python.org>)
31 syn keyword tclCommand scan seek set socket source split string subst tell time
178 " commands associated with string
180 syn region tcltkCommand matchgroup=tcltkCommandColor start="\<string\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkStringSwitch,tclNumber,tclVarRef,tclString,tcltkCommand
198 " Tcl takes as many valid characters in a row as it can, so \xAZ in a string is newline followed by 'Z'.
202 " Command appearing inside another command or inside a string.
204 " A string needs the skip argument as it may legitimately contain \".
H A Dinitex.vim14 " http://www.tug.org/utilities/plain/cseq.html#top-fam
111 \ '\\\%([] ]\|\%(^^M\|accent\|char\|\%(lower\|upper\)case\|number\|romannumeral\|string\)\>\)'
123 \ '\\\%(insert\|split\%(bot\|first\)mark\|vsplit\)\>'
H A Dperl.vim9 " Nick Hibma <nick@van-laarhoven.org>
10 " Sonia Heimann <niania@netsurf.org>
74 syn match perlStatementRegexp "\<\%(pos\|quotemeta\|split\|study\)\>"
245 syn region perlMatch matchgroup=perlMatchStartEnd start="\%([$@%&*]\@<!\%(\<split\|\<while\|\<if\|\<unless\|\.\.\|[-+*!~(\[{=]\)\s*\)\@<=/\%(/=\)\@!" start=+^/\%(/=\)\@!+ start=+\s\@<=/\%(/=\)\@![^[:space:][:digit:]$@%=]\@=\%(/\_s*\%([([{$@%&*[:digit:]"'`]\|\_s\w\|[[:upper:]_abd-fhjklnqrt-wyz]\)\)\@!+ skip=+\\/+ end=+/[cgimopsx]*+ contains=@perlInterpSlash
370 " a string
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
52 " i) A closing ) or ] inside a string match to the last open ( or [
53 " before the string, when the the closing ) or ] is on the same line
54 " where the string started. In this case a following ) or ] after
55 " the string would be highlighted as an error, what is incorrect.
57 " } inside an string on the first line of this string.
59 " - A double-quoted string lik
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddebchangelog.vim3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
5 " Stefano Zacchiroli <zack@debian.org>
8 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/debchangelog.vim
251 " returns it. Return the empty string if the package name can't be found
360 let bug_lines = split(listbugs_output, '\n')
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
247 let skip = 's:comment\|string'
407 " Return a regexp that matches all of a:string, such that
408 " matchstr(a:string, regexp) represents the match for a:pat that starts
416 fun! s:Wholematch(string, pat, start)
419 let len = strlen(a:string)
421 if a:string !~ prefix . group . suffix
427 " No extra arguments: s:Ref(string, d) will
430 " One argument: s:Ref(string,
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html49 Karl Berry <karl\@freefriends.org>
269 # -split section|chapter|none
276 $T2H_OPTIONS -> {split} =
280 verbose => 'split document on section|chapter else no splitting',
288 # on -split chapter
492 # if set and $T2H_SPLIT is set, then split index pages at the next letter
662 # some global string/hash/array variables
787 join("</H1>\n<H1>", split(/\n/, $T2H_THISDOC{fulltitle})) .
1699 =s | :s mandatory (or, optional) string argument
2165 verbose => 'obsolete, use "-split n
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex59 % Internet: gildea@stop.mail-abuse.org
307 \key{apropos: show commands matching a string}{C-h a}
327 \key{select previous search string}{M-p}
328 \key{select next later search string}{M-n}
392 \key{interactively replace a text string}{M-\%}
415 \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
418 \key{split window, side by side}{C-x 3}
530 \key{prefix each line with a string}{C-x r t}
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
363 %\key{apropos: show commands matching a string}{C-h a}
402 %\key{select previous search string}{M-p}
403 %\key{select next later search string}{M-n}
512 %\key{interactively replace a text string}{M-\%}
546 %\threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
551 %\key{split window, side by side}{C-x 3}
735 %\key{prefix each line with a string}{C-x r t}
H A Dvipcard.tex54 % Internet: gildea@stop.mail-abuse.org
357 \key{split current window into two windows}{X 2}
540 \key{insert specified string for each line in the region}{\# q {\it m}}
649 \key{{\bf substitute} {\sl repl} for first string on line matching {\sl pat}}{:s /{\sl pat}/{\sl repl}/}
H A DviperCard.tex61 % email: gildea@stop.mail-abuse.org
374 \key{split current window into two windows}{C-x 2}
591 \key{insert specified string for each line in the region}{\# q {\it m}}
697 \key{{\bf substitute} {\sl repl} for first string on line matching {\sl pat}}{:s /{\sl pat}/{\sl repl}/}
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org-version))
93 (defconst org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dmenu.vim4 " Maintainer: Bram Moolenaar <Bram@vim.org>
204 exe "split " . fname
343 " get NL separated string with file names
346 " split at NL, Ignore case for VMS and windows, sort on name
347 let s:names = sort(map(split(s:n, "\n"), 'substitute(v:val, "\\c.*[/\\\\:\\]]\\([^/\\\\:]*\\)\\.vim", "\\1", "")'), 1)
441 for f in split(s, "\n")
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup12 # Both modules are available from the CPAN.org system.
508 @data = split(/:/);
1477 @$objectclasses = split(/$sepChar/,$objects);
1822 @tmp = split(/$sepChar/,$Global{ceObject}->{$hvar}->[1]);
2174 push(@$data, $max); # max attribute string lenght
2626 @pos = split(/\+/,$Global{'mainWindow'}->geometry());
2700 my @errmsg = split(/\n/,$errmsg);
3188 # Calculate the text length of each objectclass string.
3197 # Add 6 to the max objectclass string size,
3550 @objectclasses = split(/
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex33 % 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.
103 % If this character appears in an error message or help string, it
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex33 % 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.
103 % If this character appears in an error message or help string, it
440 % either the null string, or it ends with \^^M---thus there is no danger
452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
456 \expandafter \doparseargdef \csname\string#1\endcsname #1%
529 in environment \expandafter\string#
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex32 % 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/.
92 % If this character appears in an error message or help string, it
950 \edef\mylbrace{\iftrue \string{\els
[all...]

Completed in 182 milliseconds

123