Searched +refs:replace +refs:regexp +refs:in +refs:string (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim8 " The documentation is in a separate file, matchit.txt .
21 " If you'd like to try the built-in debugging commands...
112 " s:all regexp based on s:pat and the default groups
129 " quote the special chars in 'matchpairs', replace [,:] with \| and then
155 " prefix = regexp for start of line to start of match
156 " suffix = regexp for end of match to end of line
172 let regexp = s:Wholematch(matchline, s:all, startcol-1)
173 let curcol = match(matchline, regexp)
178 let endcol = matchend(matchline, regexp)
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex27 % GNU Emacs is distributed in the hope that it will be useful,
40 % This file can be used to produce it in any of three ways:
90 % make \bye not \outer so that the \def\bye in the \else clause below
108 \hsize 4in
109 \vsize 10in
110 \voffset -.7in
117 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
119 \hsize 3.2in
121 \vsize 7.95in
123 \vsize 7.65in
[all...]
H A Dpl-refcard.tex6 % support in Emacs to section `International Character Sets'.
8 % This file uses macros and fonts defined in the mex format.
11 % TeTeX comes with texconfig utility which could be used in
15 % defined in plain format. This file uses mex format which is
45 % GNU Emacs is distributed in the hope that it will be useful,
58 % This file can be used to produce it in any of three ways:
102 % make \bye not \outer so that the \def\bye in the \else clause below
120 \hsize 4in
121 \vsize 10in
122 % \voffset -.7in
[all...]
H A Dpt-br-refcard.tex27 % GNU Emacs is distributed in the hope that it will be useful,
40 % This file can be used to produce it in any of three ways:
95 % make \bye not \outer so that the \def\bye in the \else clause below
113 \hsize 4in
114 \vsize 10in
115 \voffset -.7in
122 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
124 \hsize 3.2in
126 \vsize 7.95in
128 \vsize 7.65in
[all...]
H A Dgnus-refcard.tex9 % distribute the refcard with Emacs. Appropriate Makefile rules were added in
29 \newlength{\logowidth} \setlength{\logowidth} {6.861in}
30 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
44 % \setlength{\textwidth}{7.26in} \setlength{\textheight}{10in}
45 % \setlength{\topmargin}{-1.0in}
48 % \setlength{\oddsidemargin}{-0.5in} \setlength{\evensidemargin}{-0.5in}
94 %% uncomment the first definition if you do not want pagebreaks in maps
137 functions. Of these 618 are in th
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim12 " - outside of <?php?> getting parent tag may cause problems. Heh, even in
23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
73 " Internal solution for finding classes in current file.
81 for i in int_values
95 for field in qflist
105 " Prepare list of built in classes from g:php_builtin_functions
108 for i in keys(g:php_builtin_object_functions)
117 for m in classes
124 for i in re
[all...]
H A Dnetrw.vim14 " in no event will the copyright holder be liable for any damages
268 " g:netrw_sepchr: picking a character that doesn't appear in filenames that can be used to separate priority from filename
315 " immediately after NetrwOptionSave() calls in NetRead
316 " and NetWrite, or after the s:NetrwEnew() call in
430 " following line causes a Press ENTER in windows -- can't seem to work around it!!!
493 for dir in split(&rtp,',')
540 " =2 replace with remote file
541 " =3 obtain file, but leave in temporary format
555 elseif a:mode == 2 " replace with remote file
618 call netrw#ErrorMsg(s:ERROR,"Unbalanced string i
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges31 + Added default_ns and ns to replace the confusing use of uri() and
36 ! Fixed bug resulting in XMLRPC requests to be serialized using the
70 + Fixed bug in unit tests in which MIME::Tools was not properly detected
71 resulting in failed unit tests for some users.
75 ** WARNING ** substantial changes have been made to SOAP::Lite in
76 this release in regards to how it manages attachments. The changes
85 + Deprecated SOAP::Schema->schema in favor of SOAP::Schema->schema_url
99 + SOAP Packager package/unpackage now take in a context variable as
115 + Added support for [almost] all XML Schema 2001 built-in datatype
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnheader.el18 ;; GNU Emacs is distributed in the hope that it will be useful,
59 "If non-nil, Gnus backends will never output headers in the NOV format."
66 Value is an integer, nil, or t. nil means read in chunks of a file
70 Integer values will in effect be rounded up to the nearest multiple of
77 (if (string-match "windows-nt\\|os/2\\|emx\\|cygwin"
95 ((string-match "windows-nt\\|os/2\\|emx\\|cygwin"
99 (if (string-match "windows-nt\\|cygwin"
104 "*Alist that says how to translate characters in file names.
105 For instance, if \":\" is invalid as a file character in file names
111 (string
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dvip.el16 ;; GNU Emacs is distributed in the hope that it will be useful,
48 "Local map used in Emacs mode. (Buffer-specific.)")
51 "Local map used in insert command mode. (Buffer-specific.)")
75 "Value of mode-line-buffer-identification in Emacs mode within vip.")
100 (defcustom vip-re-replace nil
101 "*If t then do regexp replace, if nil then do string replace."
130 (defvar vip-s-string ni
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el17 ;; GNU Emacs is distributed in the hope that it will be useful,
47 ;; needs a password to connect then it reads one in the echo area.
64 ;; in a *valid* ~/.netrc file.
70 ;; controls what happens: if the value of this variable is a string,
85 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file. ange-ftp
106 ;; By default ange-ftp transfers files in ASCII mode. If a file being
107 ;; transferred matches the value of ange-ftp-binary-file-name-regexp then
115 ;; specifying an account token in the .netrc file. If the account password
121 ;; ange-ftp can be preloaded, but must be put in th
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el23 ;; GNU Emacs is distributed in the hope that it will be useful,
43 ;; hack on it to contact me <mwolson@gnu.org> in order to get write
48 ;; Put erc.el in your load-path, and put (require 'erc) in your .emacs.
69 (defconst erc-version-string "Version 5.2"
97 "Displaying information in the mode-line and header"
150 (string :tag "Server")))
155 This can be either a string or a number."
159 (string :tag "Port string")))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el20 ;; GNU Emacs is distributed in the hope that it will be useful,
44 ;; interpreter" functions. "simple" in this context means easy to
49 ;; available in early versions of sql.el. This support has been
50 ;; extended and formalized in later versions. Part of the impetus for
63 ;; process in a SQLi buffer (usually called `*SQL*'). The SQLi buffer
73 ;; command-interpreter-in-a-buffer mode (comint mode), it shares a
79 ;; statements can be sent to the SQL process in the SQLi buffer.
90 ;; the file regexp-opt.el
91 ;; <URL:ftp://ftp.ifi.uio.no/pub/emacs/emacs-20.3/lisp/emacs-lisp/regexp-opt.el>
104 ;; databases support the use of double quoted strings in plac
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmysql.vim39 syn keyword mysqlKeyword read references reload rename replace restrict returns revoke right row rows
42 syn keyword mysqlKeyword status straight_join string
84 " The second problem is that some of these keywords are included in
126 " Logical, string and numeric operators
127 syn keyword mysqlOperator between not and or is in like regexp rlike binary exists
H A Dsqlanywhere.vim30 syn keyword sqlFunction greater lesser argn string ymd todate
71 " string functions
74 syn keyword sqlFunction locate charindex patindex replace
415 syn keyword sqlKeyword in inactiv inactive inactivity included incremental
441 syn keyword sqlKeyword referencing refresh regex regexp regexp_substr relative relocate
493 syn keyword sqlOperator in any some all between exists
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el17 ;; GNU Emacs is distributed in the hope that it will be useful,
37 ;; help to work with the tree. Tables are easily created with a built-in
50 ;; See the corresponding sections in the manual at
56 ;; The documentation of Org-mode can be found in the TeXInfo file. The
60 ;; in the etc/ directory of Emacs 22.
76 ;; We require noutline, which might be provided in outline.el
117 the following lines anywhere in the buffer:
137 This is useful when the column width in tables is forced with <N> cookies
138 in table fields. Such tables will look correct only after the first re-align.
140 the following lines anywhere in th
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm268 "id called in scalar context for class with multiple primary key columns")
279 . " has multiple primary columns, but fetching in scalar context")
298 sub has_real_column { # is really in the database
368 $class->_carp("Column '$name' in $class clashes with built-in method")
602 # Try to do this in a standard method. Fall back to MySQL/SQLite
761 # Return the placeholder to be used in UPDATE and INSERT queries.
762 # Overriding this is deprecated in favour of
798 # delete columns that changed (in case adding to DB modifies them again)
901 # edit the values in th
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestapi.c15 #include <string.h>
160 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks);
226 if (no == 0) return((const void *) "immutable string");
637 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
1306 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
1308 int * inlen; /* the length of @in */
1318 in = gen_const_unsigned_char_ptr(n_in, 2);
1321 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1326 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2);
1330 printf("Leak of %d blocks found in UTF8ToHtm
1926 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
5601 xmlChar * replace; /* the replacement value for the match */ local
5905 xmlChar * replace; /* the replacement value for the match */ local
8525 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8580 unsigned char * in; /* a pointer to an array of ISO Latin 1 chars */ local
8701 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8747 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8793 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8905 unsigned char * in; /* a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant). */ local
13537 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
13613 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
14343 xmlParserInputPtr in; /* an XML parser input */ local
14382 xmlParserInputPtr in; /* an XML parser input */ local
16298 xmlParserInputPtr in; /* an XML parser input */ local
18364 xmlChar * string; /* the text content */ local
19063 xmlChar * string; /* the string to add */ local
19100 char * string; /* the string to add */ local
19137 xmlChar * string; /* the string to add */ local
28947 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28986 xmlParserInputBufferPtr in; /* a buffered parser input */ local
29032 xmlParserInputBufferPtr in; /* a buffered parser input */ local
33504 xmlChar ** string; /* return value for the error string */ local
33842 xmlRegexpPtr regexp; /* the compiled regexp */ local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestapi.c18 #include <string.h>
164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks);
230 if (no == 0) return((const void *) "immutable string");
641 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
1310 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
1312 int * inlen; /* the length of @in */
1322 in = gen_const_unsigned_char_ptr(n_in, 2);
1325 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1330 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2);
1334 printf("Leak of %d blocks found in UTF8ToHtm
1930 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
5605 xmlChar * replace; /* the replacement value for the match */ local
5909 xmlChar * replace; /* the replacement value for the match */ local
8481 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8536 unsigned char * in; /* a pointer to an array of ISO Latin 1 chars */ local
8657 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8703 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8749 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8861 unsigned char * in; /* a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant). */ local
13548 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
13624 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
14354 xmlParserInputPtr in; /* an XML parser input */ local
14393 xmlParserInputPtr in; /* an XML parser input */ local
16309 xmlParserInputPtr in; /* an XML parser input */ local
18375 xmlChar * string; /* the text content */ local
18895 xmlChar * string; /* the string to add */ local
18932 char * string; /* the string to add */ local
18969 xmlChar * string; /* the string to add */ local
28728 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28767 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28813 xmlParserInputBufferPtr in; /* a buffered parser input */ local
33234 xmlChar ** string; /* return value for the error string */ local
33572 xmlRegexpPtr regexp; /* the compiled regexp */ local
[all...]

Completed in 365 milliseconds