Searched +refs:quoted +refs:insert (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnslashdot.el106 (mm-url-insert (format nnslashdot-article-url sid) t)
130 (mm-url-insert
204 (nnheader-insert-nov (cdr header)))))
215 (nnheader-insert
271 (insert contents)
276 (insert "Content-Type: text/html\nMIME-Version: 1.0\n")
277 (insert "Newsgroups: " (caddr (assoc group nnslashdot-groups))
280 (nnheader-insert-header header))
301 (mm-url-insert nnslashdot-backslash-url t)
330 (mm-url-insert (forma
[all...]
H A Drfc2047.el89 fields (where quoted strings and comments must be treated separately);
120 quoted-printable and base64 respectively.")
137 This is either `base64' or `quoted-printable'."
151 'quoted-printable
174 (defun rfc2047-quote-special-characters-in-quoted-strings (&optional
176 "Quote special characters with `\\'s in quoted strings.
177 Quoting will not be done in a quoted string if it contains characters
200 (if (looking-at tspecials) ;; Already quoted.
202 (insert "\\"))
204 (insert "\\")
[all...]
H A Dmessage.el178 (defcustom message-insert-canlock t
179 "Whether to insert a Cancel-Lock header in news postings."
185 (if message-insert-canlock '((sender . disabled)) nil)
229 User-Agent are optional. If you don't want message to insert some
341 (defcustom message-mark-insert-begin
349 (defcustom message-mark-insert-end
358 "Header to insert when you don't want your article to be archived.
367 "Note to insert why you wouldn't want this posting archived.
368 If nil, don't insert any text in the body."
392 "Note to insert befor
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/ASE/
H A DNoBindVars.pm84 for obtaining the last insert id of an C<IDENTITY> column, instead of having to
87 When using this driver, bind variables will be interpolated (properly quoted of
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim37 \ 'vi\(-move\|-command\|-insert\)\='
94 \ forward-backward-delete-char quoted-insert
95 \ tab-insert self-insert transpose-chars
105 \ possible-completions insert-completions
112 \ character-search-backward insert-comment
118 \ vi-end-word vi-fetch-history vi-insert-beg
138 \ insert-last-argument operate-and-get-next
H A Dmonk.vim115 syn keyword monkFunc insert list-lookup node-has-data? not-verify path?
143 " ... so that a single + or -, inside a quoted context, would not be
184 " Non-quoted lists, and strings:
H A Dtcsh.vim95 \ history-search-forward insert-last-word i-search-fwd
99 \ normalize-command overwrite-mode prefix-meta quoted-insert
100 \ redisplay run-fg-editor run-help self-insert-command
109 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert
110 \ vi-insert-at-bol vi-repeat-char-fwd vi-repeat-char-back
H A Dphp.vim59 " - A double-quoted string like this:
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
459 " corrected highlighting for an escaped '\$' inside a double-quoted string
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp405 int32_t quoteStart = -1; // Most recent 'single quoted string'
456 // Handle quoted matter
463 /* This loop picks up a run of quoted text of the
642 // Quantifiers. We handle single characters, quoted strings,
658 // The */+ follows a 'quoted string'
993 idBlockResult.insert(0, END_OF_RULE);
994 idBlockResult.insert(0, id->canonID);
1656 UBool quoted = FALSE; local
1668 quoted = (UBool)!quoted;
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DGrammar.pm881 'quoted' => 155
1103 'quoted' => 176
1472 'quoted' => 207
5354 { $factory->insert($_[2]) }
5831 { $factory->quoted($_[2]) }
6091 { $factory->quoted($_[2]) }
6130 { $factory->quoted($_[2]) }
6160 'quoted', 2,
6167 'quoted', 0,
H A DDirective.pm163 # quoted(\@items) "foo$bar"
166 sub quoted { subroutine
347 # insert(\@nameargs) [% INSERT file %]
351 sub insert { subroutine
355 return "$OUTPUT \$context->insert($file);";
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DGrammar.pm881 'quoted' => 155
1103 'quoted' => 176
1472 'quoted' => 207
5354 { $factory->insert($_[2]) }
5831 { $factory->quoted($_[2]) }
6091 { $factory->quoted($_[2]) }
6130 { $factory->quoted($_[2]) }
6160 'quoted', 2,
6167 'quoted', 0,
H A DDirective.pm163 # quoted(\@items) "foo$bar"
166 sub quoted { subroutine
347 # insert(\@nameargs) [% INSERT file %]
351 sub insert { subroutine
355 return "$OUTPUT \$context->insert($file);";
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbytecomp.el384 insert-file insert-buffer insert-file-literally)
589 (byte-defop 99 0 byte-insert)
910 (insert (format "%s\n" string)))))))
995 (insert (format "\nIn %s:\n" form)))
997 (insert (format "%s%s" file pos))))
1024 (insert (format "Leaving directory `%s'\n" default-directory))))
1026 (insert "\n"))
1029 (insert "\
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm111 sub insert { subroutine
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
211 belch "HASH ref as bind value in insert is not supported";
1061 my @quoted = map { $_ eq '*' ? $_: $ql.$_.$qr} @to_quote;
1064 return join $sep, @quoted;
1267 # unlike insert(), assume these are ONLY the column names, i.e. for SQL
1335 my($stmt, @bind) = $sql->insert($table, \%fieldvals || \@values);
1382 my($stmt, @bind) = $sql->insert('people', \%data);
1402 Then you may use an arrayref to insert and update database array types:
1409 my($stmt, @bind) = $sql->insert('solar_syste
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-prog.el513 (insert ":= "
531 (insert (prin1-to-string s) " ")
532 (insert s " "))))
534 (insert "#")
536 (insert "/" (int-to-string (car p))))
537 (insert " "))
539 (insert (car (nth 1 (car p))) " "))
541 (insert "{ ")
543 (insert "}" (symbol-name (car (car p))))
546 (insert " "))))
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex303 \key{insert new heading/item at current level}{M-RET}
304 \key{insert new TODO entry/checkbox item}{M-S-RET}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
366 \key{insert new column to left of cursor position}{M-S-RIGHT}
371 \key{insert new row above the current row}{M-S-DOWN}
372 \key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
420 \key{insert a new \kbd{table.el} table}{C-c ~}
427 \key{insert a link (TAB completes stored links)}{C-c C-l}
428 \key{insert file link with file name completion}{C-u C-c C-l}
517 \key{insert ne
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el605 (defvar erc-insert-marker nil
607 (make-variable-buffer-local 'erc-insert-marker)
981 (defcustom erc-insert-pre-hook nil
984 To be able to modify the inserted text, use `erc-insert-modify-hook' instead.
985 Filtering functions can set `erc-insert-this' to nil to avoid
1001 that particular string at all and `erc-insert-this' to prevent
1005 `erc-insert-this' to t. ERC is sane enough to not insert the text
1010 (defvar erc-insert-this t
1012 Functions on `erc-insert
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm229 croak("Attempt to insert second DOCTYPE declaration");
266 croak("Attempt to insert start tag after close of document element");
301 croak("Attempt to insert empty tag after close of document element");
357 croak("Attempt to insert characters outside of document element");
386 croak("Attempt to insert characters outside of document element");
1263 true, then the module will insert an extra newline before the closing
1266 present, the module will not insert the newlines.
1346 $data argument, the module will insert its contents following the
1422 As C<characters()> but writes the data quoted in a CDATA section, that
1572 Attempts to insert characte
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
562 % Used to generate quoted braces.
855 % @include file insert text of that file as input.
972 % after a section heading. If WORD is `insert', then do indent at such
981 \def\insertword{insert}
2351 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
2702 \newtoks\everytab % insert afte
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
212 % We want to insert a rule with the height and depth of the current
257 % we did was a \nobreak, we don't want to insert more space.
489 % It's the responsibility of \envdef to insert \begingroup before the
562 % Used to generate quoted braces.
855 % @include file insert text of that file as input.
972 % after a section heading. If WORD is `insert', then do indent at such
981 \def\insertword{insert}
2351 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
2702 \newtoks\everytab % insert afte
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex93 \let\ptexinsert=\insert
209 % We want to insert a rule with the height and depth of the current
254 % we did was a \nobreak, we don't want to insert more space.
486 % It's the responsibility of \envdef to insert \begingroup before the
559 % Used to generate quoted braces.
852 % @include file insert text of that file as input.
969 % after a section heading. If WORD is `insert', then do indent at such
978 \def\insertword{insert}
2249 % to \aboveenvbreak to insert \parskip glue after all.
2591 \newtoks\everytab % insert afte
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
214 % We want to insert a rule with the height and depth of the current
259 % we did was a \nobreak, we don't want to insert more space.
494 % It's the responsibility of \envdef to insert \begingroup before the
567 % Used to generate quoted braces.
875 % @include file insert text of that file as input.
992 % after a section heading. If WORD is `insert', then do indent at such
1001 \def\insertword{insert}
2939 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3290 \newtoks\everytab % insert afte
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex92 \let\ptexinsert=\insert
214 % We want to insert a rule with the height and depth of the current
259 % we did was a \nobreak, we don't want to insert more space.
494 % It's the responsibility of \envdef to insert \begingroup before the
567 % Used to generate quoted braces.
875 % @include file insert text of that file as input.
992 % after a section heading. If WORD is `insert', then do indent at such
1001 \def\insertword{insert}
2939 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3290 \newtoks\everytab % insert afte
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex204 % we did was a \nobreak, we don't want to insert more space.
479 % Used to generate quoted braces.
614 % just turn into \lisppar, which will insert no space now that we've
794 % @include file insert text of that file as input.
1976 % to \aboveenvbreak to insert \parskip glue after all.
2437 % text to a box and make the \insert when a row of the table is
2452 \noalign{\insert\footins{\box\savedfootnotes}}%
2745 % empty), we can't just use \parsearg; we have to insert a space of our
3215 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
3377 % We like breaks before the index initials, so insert
[all...]

Completed in 340 milliseconds

12