Searched +refs:tags +refs:query +refs:replace (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex192 � �������������� ���������� ��������� & \kbd{M-x query-replace-regexp} \\
326 ������������ ����� ���� � ������ & \kbd{M-x visit-tags-table} \\
328 ����� �� ������� �� ���� ������� ����� & \kbd{M-x tags-search} \\
329 ��������� query-replace ��� ����� ������� & \kbd{M-x tags-query-replace} \\
488 (global-set-key "\M-#" 'query
[all...]
H A Dsurvival.tex223 \key{M-y} replace last yank with previous kill
239 else convenient. To create a tags table file, type
245 \mkey{M-x tags-query-replace} run query-replace on all files
246 recorded in tags table
247 \key{M-,} continue last tags search or query
[all...]
H A Drefcard.tex294 \key{replace this file with the file you really want}{C-x C-v}
376 \key{replace last yank with previous kill}{M-y}
392 \key{interactively replace a text string}{M-\%}
393 % query-replace-regexp is bound to C-M-% but that can't be typed on
395 \metax{using regular expressions}{M-x query-replace-regexp}
397 Valid responses in query-replace mode are
399 \key{{\bf replace} thi
[all...]
H A Dpl-refcard.tex340 %\key{replace this file with the file you really want}{C-x C-v}
484 %\key{replace last yank with previous kill}{M-y}
512 %\key{interactively replace a text string}{M-\%}
513 %\metax{using regular expressions}{M-x query-replace-regexp}
517 %Valid responses in query-replace mode are
520 %\key{{\bf replace} this one, go on to next}{SPC}
521 %\key{replace this one, don't move}{,}
523 %\key{replace al
[all...]
H A Dcs-survival.tex243 \section{Zna�ky (tags)}
245 Tabulky zna�ek (tags) zaznamen�vaj� polohu funkc� a procedur, glob�ln�ch
252 \mkey{M-x tags-query-replace} spus� query-replace na v�ech souborech
254 \key{M-,} pokra�uj v posledn�m hled�n� zna�ky nebo query-replace
306 \key{RET} ukon�i query
[all...]
H A Dsk-survival.tex245 \section{Zna�ky (tags)}
247 Tabu�ky zna�iek (tags) zaznamen�vaj� polohu funkci� a proced�r, glob�lnych
254 \mkey{M-x tags-query-replace} spusti query-replace na v�etk�ch s�boroch
256 \key{M-,} pokra�uj v poslednom h�adan� zna�ky alebo query-replace
308 \key{RET} skon�i query
[all...]
H A Dfr-survival.tex248 \mkey{M-x tags-query-replace} lance query-replace sur tous les
251 query-replace
298 Les r\'eponses correctes dans le mode query-replace sont :
305 \key{RET} quitte query
[all...]
H A Dpt-br-refcard.tex397 % query-replace-regexp is bound to C-M-% but that can't be typed on
399 \metax{usando express{\~a}o regular}{M-x query-replace-regexp}
516 \metax{especifica um novo arquivo de tags}{M-x visit-tags-table}
518 \metax{busca por regexp em todos arquivos}{M-x tags-search}
519 \metax{busca e subst. em todos arquivos}{M-x tags-query-replace}
[all...]
H A Dcs-refcard.tex390 \metax{s~u�it�m regul�rn�ho v�razu}{M-x query-replace-regexp}
392 Platn� odpov�di v~m�du query-replace jsou
504 \metax{zadat soubor s nov�mi tagy}{M-x visit-tags-table}
506 \metax{vyhledat reg.\ v�raz v~souborech s~tagy}{M-x tags-search}
507 \metax{spustit nahrazov�n� pro ony soubory}{M-x tags-query-replace}
639 (global-set-key "\\M-\#" 'query
[all...]
H A Dsk-refcard.tex391 \metax{s~pou�it�m regul�rneho v�razu}{M-x query-replace-regexp}
393 Platn� odpovede v~m�de query-replace s�
505 \metax{zada� s�bor s nov�mi tagmi}{M-x visit-tags-table}
507 \metax{vyh�ada� reg.\ v�raz v~s�boroch s~tagmi}{M-x tags-search}
508 \metax{spusti� nahradzovanie pre doty�n� s�bory}{M-x tags-query-replace}
640 (global-set-key "\\M-\#" 'query
[all...]
H A DviperCard.tex285 {\it replace state}.
288 This card explains only vi state and insert state (replace state is similar
297 \metax{from vi state to replace state}{c, C, R}
298 \key{from insert or replace state to vi state}{ESC}
507 \key{{\bf query} replace}{Q}
508 \key{{\bf replace} a character by another character {\it c}}{r {\it c}}
618 \twocol{viper-re-replace}{t}
619 \twocol{viper-re-query-replace}{
[all...]
H A Dvipcard.tex465 \key{{\bf replace}}{R}
466 \key{{\bf query} replace}{Q}
467 \key{{\bf replace} a character by another character {\it c}}{r {\it c}}
580 \twocol{vip-re-replace}{nil}
581 \twocol{vip-re-query-replace}{nil}
585 \twocol{vip-tags-file-name}{"TAGS"}
H A Dgnus-refcard.tex323 H c & Display this group's {\bf charter}. [Prefix: query for group]\\
325 ange-ftp). [Prefix: query for group]\\
534 headers. [Prefix: replace old settings]\\
1176 C-c C-m C-n & Remove security related MML tags from message.\\
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm660 query => '',
665 next if $_[$i] !~ /^(mime|method|scheme|host|path|query)$/;
676 my ( $mime, $method, $scheme, $host, $path, $query ) =
677 @arg{qw( mime method scheme host path query )};
700 $query ||= '.*'; $query = qr/$query/;
731 return 0 if ( $self->{request}->uri->query || '' ) !~ $query;
856 query
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm660 query => '',
665 next if $_[$i] !~ /^(mime|method|scheme|host|path|query)$/;
676 my ( $mime, $method, $scheme, $host, $path, $query ) =
677 @arg{qw( mime method scheme host path query )};
700 $query ||= '.*'; $query = qr/$query/;
731 return 0 if ( $self->{request}->uri->query || '' ) !~ $query;
856 query
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm84 my(%tags) = map { $_ => 1 } @_;
87 if(exists $tags{':easy'}) {
88 $tags{':levels'} = 1;
89 $tags{':nowarn'} = 1;
90 $tags{'get_logger'} = 1;
93 if(exists $tags{':no_extra_logdie_message'}) {
95 delete $tags{':no_extra_logdie_message'};
98 if(exists $tags{get_logger}) {
103 delete $tags{get_logger};
106 if(exists $tags{'
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim46 " We can be also inside of phpString with HTML tags. Deal with
88 " Prepare list of classes from tags file
97 " dealing with tags files - entries there were already
143 " tags files separately because we need relative path from current
144 " file to the exact file (tags file can be in different dir)
267 " ctags has good support for PHP, use tags file for external
309 " Prepare list of functions from tags file
403 " ctags has support for PHP, use tags file for external variables
476 " Prepare list of functions from tags file
512 " Prepare list of constants from tags fil
[all...]
H A Dnetrw.vim540 " =2 replace with remote file
555 elseif a:mode == 2 " replace with remote file
1349 " readcmd == %r : replace buffer with newly read file
2478 " s:NetrwFileInfo: supports qf (query for file information) {{{2
2496 " call Decho("using vim functions to query for file info")
5005 call netrw#NetrwObtain(a:islocal,"tags")
5008 e tags
5085 " s:NetrwOpenFile: query user for a filename and open it {{{2
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm79 my(%tags) = map { $_ => 1 } @_;
82 if(exists $tags{':easy'}) {
83 $tags{':levels'} = 1;
84 $tags{':nowarn'} = 1;
85 $tags{'get_logger'} = 1;
88 if(exists $tags{':no_extra_logdie_message'}) {
90 delete $tags{':no_extra_logdie_message'};
93 if(exists $tags{get_logger}) {
98 delete $tags{get_logger};
101 if(exists $tags{'
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtml.vim98 syn keyword dtmlAttribute sequence-letter sequence-number sequence-odd sequence-query contained
162 syn keyword dtmlMethod removeAttribute removeAttributeNode removeChild replace replaceChild contained
172 " DTML tags
H A Dphp.vim18 " php_asp_tags = 1 for highlighting ASP-style short tags
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
263 syn keyword phpMethods query next_record num_rows affected_rows nf f p np num_fields haltmsg seek link_id query_id metadata table_names nextid connect halt free register unregister is_registered delete url purl self_url pself_url hidden_session add_query padd_query reimport_get_vars reimport_post_vars reimport_cookie_vars set_container set_tokenname release_token put_headers get_id get_id put_id freeze thaw gc reimport_any_vars start url purl login_if is_authenticated auth_preauth auth_loginform auth_validatelogin auth_refreshlogin auth_registerform auth_doregister start check have_perm permsum perm_invalid contained
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex660 % @? is an end-of-sentence query.
1228 % us) handles it with this amazing macro to replace tokens, with minor
1232 % #1 is the tokens to replace.
5758 % Allow an option to not replace quotes with a regular directed right
5965 % Some of the @defun-type tags do not enable magic parentheses,
6895 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex660 % @? is an end-of-sentence query.
1228 % us) handles it with this amazing macro to replace tokens, with minor
1232 % #1 is the tokens to replace.
5760 % Allow an option to not replace quotes with a regular directed right
5967 % Some of the @defun-type tags do not enable magic parentheses,
6897 % in xref tags, i.e., node names. But since ^^e4 notation isn't

Completed in 243 milliseconds