Searched refs:newtext (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm22 my($self, $newtext) = @_;
24 $self->text($newtext) if defined $newtext;
H A DDOMConfigurator.pm50 my($self, $newtext) = @_;
52 $self->text($newtext) if defined $newtext;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dhashmap.c85 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH]; variable
88 # define NEWTEXT(m) newtext[m]
457 CharOf(oldtext[n][0]) = CharOf(newtext[n][0]) = '.';
491 CharOf(newtext[n][0]) = '.';
496 CharOf(newtext[n][0]) = line[n + 1];
520 putchar(CharOf(newtext[n][0]));
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm22 my($self, $newtext) = @_;
24 $self->text($newtext) if defined $newtext;
H A DDOMConfigurator.pm50 my($self, $newtext) = @_;
52 $self->text($newtext) if defined $newtext;
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-compat.el61 (newtext string match subexp start &optional fixedcase literal)
68 (replace-match newtext fixedcase literal string))
69 (t (replace-match newtext fixedcase literal string subexp))))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsearch.c2320 (newtext, fixedcase, literal, string, subexp)
2321 Lisp_Object newtext, fixedcase, literal, string, subexp; variable
2333 CHECK_STRING (newtext);
2466 int length = SBYTES (newtext);
2476 FETCH_STRING_CHAR_ADVANCE (c, newtext, pos, pos_byte);
2480 FETCH_STRING_CHAR_ADVANCE (c, newtext, pos, pos_byte);
2511 middle = substring_both (newtext, lastpos,
2525 middle = substring_both (newtext, lastpos,
2536 middle = substring_both (newtext, lastpos,
2542 newtext
2309 Lisp_Object newtext, fixedcase, literal, string, subexp; variable
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtk.tcl494 lassign [UnderlineAmpersand $text] newtext under
495 $widget configure -text $newtext -underline $under
506 lassign [UnderlineAmpersand $val] newtext under
507 lappend options -text $newtext -underline $under
H A Dtkfbox.tcl1777 set newtext {}
1781 lappend newtext $file
1784 set text $newtext
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtk.tcl512 foreach {newtext under} [::tk::UnderlineAmpersand $text] {
513 $widget configure -text $newtext -underline $under
525 foreach {newtext under} [::tk::UnderlineAmpersand $val] {
526 lappend wcmd -text $newtext -underline $under
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dpicture.el344 (defun picture-replace-match (newtext fixedcase literal)
351 (replace-match newtext fixedcase literal)
362 (replace-match newtext fixedcase literal)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl37 Adjust text newtext
39 return $newtext
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dreplace.el1370 (defun replace-match-maybe-edit (newtext fixedcase literal noedit match-data)
1381 newtext)
1382 (setq newtext
1386 (replace-match "" t t newtext 3)
1393 (replace-match newtext fixedcase literal)
H A Ddired.el1868 (defun dired-string-replace-match (regexp string newtext
1878 (setq ret (setq string (replace-match newtext t literal string)))
1883 (replace-match newtext t literal string))))
3173 (defun dired-replace-in-string (regexp newtext string)
3180 result (concat result (substring string start mb) newtext)
H A Ddired-aux.el1293 (newtext (directory-file-name to))
1302 (replace-match newtext t t)
1307 (dired-replace-in-string regexp newtext (car elt)))))
H A Dwoman.el2994 (defsubst woman-replace-match (newtext &optional face)
2998 (insert-before-markers newtext)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnmail.el1180 (setq grp (nnmail-expand-newtext grp)))
1355 (list (nnmail-expand-newtext split)))
1476 (defun nnmail-expand-newtext (newtext)
1477 (let ((len (length newtext))
1483 (not (= (aref newtext pos) ?\\)))
1486 (push (substring newtext beg pos) expanded))
1491 c (aref newtext pos))
1510 newtext)))
H A Dmm-util.el104 (defun mm-replace-in-string (string regexp newtext &optional literal)
110 (replace-regexp-in-string regexp newtext string nil literal)))
112 (defun mm-replace-in-string (string regexp newtext &optional literal)
121 (setq string (replace-match newtext nil literal string))
H A Dgnus-util.el70 (defun gnus-replace-in-string (string regexp newtext &optional literal)
76 (replace-regexp-in-string regexp newtext string nil literal)))
80 (defun gnus-replace-in-string (string regexp newtext &optional literal)
89 (setq string (replace-match newtext nil literal string))
H A Dgnus-sum.el1546 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1549 (replace-match (or newtext ""))))
/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c1334 char_u *oldtext, *newtext; local
1344 newtext = alloc(oldlen - (int)(lastbyte - first));
1345 if (newtext != NULL)
1347 mch_memmove(newtext, oldtext, first);
1348 STRMOVE(newtext + first, oldtext + lastbyte + 1);
1349 nbdebug((" NEW LINE %d: %s\n", lnum, newtext));
1350 ml_replace(lnum, newtext, FALSE);
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc.el183 (defun eudc-replace-in-string (str regexp newtext)
195 newtext)))
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl1209 set newtext [$path.text get [lindex $ranges 0] [lindex $ranges end]]
1210 dom::node configure $selected -nodeValue $newtext
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-rect.el1113 (defun cua-replace-in-rectangle (regexp newtext)
1121 (replace-match newtext nil nil))))))

Completed in 620 milliseconds