Searched +refs:tag +refs:word +refs:match (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dxml.js57 if (stream.match("CDATA[")) return chain(inBlock("atom", "]]>"));
60 else if (stream.match("--")) return chain(inBlock("comment", "-->"));
61 else if (stream.match("DOCTYPE", true, true)) {
80 return "tag";
107 return "tag";
119 return "word";
138 if (stream.match(terminator)) {
253 if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
261 else if (type == "word") setStyle = "attribute";
266 if (type == "word"
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim87 function! s:Match_wrapper(word, forward, mode) range
154 " curcol = number of characters before match
155 " prefix = regexp for start of line to start of match
156 " suffix = regexp for end of match to end of line
157 " Require match to end on or after the cursor and prefer it to
160 if a:word != ''
161 " word given
162 if a:word !~ s:all
163 echohl WarningMsg|echo 'Missing rule for word:"'.a:word
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dxmlcomplete.vim65 " locate the start of the word
83 " Look like we may have broken tag. Check previous lines. Up to
94 " Normal tag line, no need for completion at all
95 " OR reached first line without tag at all
127 " There is still possibility we may do something - eg. close tag
177 " Generally if context contains > it means we are outside of tag and
185 " We have to get first word to offer
188 let tag = ''
190 let tag = split(context)[0]
193 let tag
[all...]
H A Dccomplete.vim47 " Return the column of the last word, which is going to be changed.
70 " Split item in words, keep empty word after "." or "->".
76 let e = match(base, '\.\|->\|\[', s)
114 " 2. in tags file(s) (like with ":tag")
144 " Completing one word and it's a local variable: May add '[', '.' or
146 let match = items[0]
148 if match(line, '\<' . match . '\s*\[') > 0
149 let match .= '['
154 if match(lin
[all...]
H A Dada.vim46 \ 'word': Item,
58 \ 'word': Item,
70 \ 'word': Item,
82 \ 'word': Item,
94 \ 'word': Item,
106 \ 'word': Item,
118 \ 'word': Item,
130 \ 'word': Item,
142 \ 'word': Item,
154 \ 'word'
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl307 if {[string match {-*} $arg]} {
783 $con tag configure $col -foreground $COLOR($col)
785 $con tag configure var -background $COLOR(var)
786 $con tag raise sel
787 $con tag configure blink -background $COLOR(blink)
788 $con tag configure find -background $COLOR(blink)
921 ## Make sure the tag pattern matches the unique tag prefix
922 foreach tag [$w tag name
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim25 syn match muttrcComment "^# .*$" contains=@Spell
26 syn match muttrcComment "^#[^ ].*$"
27 syn match muttrcComment "^#$"
28 syn match muttrcComment "[^\\]#.*$"lc=1
31 syn match muttrcEscape +\\[#tnr"'Cc ]+
32 syn match muttrcEscape +[`|]+
33 syn match muttrcEscape +\\$+
36 "syn match muttrcString contained "=\s*[^ #"'`]\+"lc=1 contains=muttrcEscape
39 syn match muttrcStringNL contained skipwhite skipnl "\s*\\$" nextgroup=muttrcString,muttrcStringNL
43 syn match muttrcRXChar
[all...]
H A Dvim.vim24 syn match vimCommand contained "\<z[-+^.=]"
29 syn keyword vimOption contained akm anti arshape awa backupskip bex bioskey browsedir buftype cedit cindent clipboard cole complete conskey crb cscopeverbose cuc deco dictionary directory ed encoding errorfile exrc fdls fencs fileformats fmr foldlevel foldtext fsync gfs gtl guioptions hf hk hlsearch imak ims indentexpr is isp keywordprg lazyredraw lispwords ls makeef maxmapdepth mfd mmd modified mousemodel msm numberwidth operatorfunc pastetoggle pexpr pmbfn printexpr pt readonly ri rs sb scrollbind secure shcf shelltemp shortname shq sm so spellfile spr st sts swapsync synmaxcol tag tal tenc textmode timeout tl tpm ttimeoutlen ttymouse udf undoreload vbs vi vop wcm whichwrap wildmenu winfixheight wiv wop writebackup
48 syn match vimOption contained "t_%1"
49 syn match vimOption contained "t_#2"
50 syn match vimOption contained "t_#4"
51 syn match vimOption contained "t_@7"
52 syn match vimOption contained "t_*7"
53 syn match vimOption contained "t_&8"
54 syn match vimOption contained "t_%i"
55 syn match vimOptio
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dwidget89 # actually an image of a word.
115 if {[string match win* [tk windowingsystem]]} {
153 text .t -yscrollcommand {.s set} -wrap word -width 70 -height $textheight \
167 .t tag configure title -font titleFont
168 .t tag configure subtitle -font titleFont
169 .t tag configure bold -font boldFont
171 .t tag configure title -spacing1 8
172 .t tag configure subtitle -spacing3 3
180 .t tag configure demospace -lmargin1 1c -lmargin2 1c
183 .t tag configur
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl193 while {[string match -* [set option [lindex $args 0]]]} {
340 foreach tagname [lsearch -all -inline [$names tag names] NICK-*] {
341 $names tag delete $tagname
343 foreach tagname [lsearch -all -inline [$names tag names] GROUP-*] {
344 $names tag delete $tagname
362 $names tag configure NICK-$nick
367 $names tag configure NICK-$nick -foreground $opts(-color)
368 $chat tag configure NICK-$nick -foreground $opts(-color)
491 set chat [text $lower.text -borderwidth 0 -relief flat -wrap word \
499 -wrap word
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex220 \key{M-DEL} kill word
284 \key{M-/} expand previous word dynamically
301 \key{\^{}} back up to the previous match
311 \key{[$\ldots$]} denotes a class of character to match
326 \key{\\w} matches word-syntax character
327 \key{\\W} matches non-word-syntax character
328 \key{\\<} matches at word beginning
329 \key{\\>} matches at word end
330 \key{\\b} matches at word break
331 \key{\\B} matches at non-word brea
[all...]
H A Drefcard.tex343 \threecol{word}{M-b}{M-f}
365 \threecol{word}{M-DEL}{M-d}
403 \key{{\bf back up} to the previous match}{^}
431 \threecol{find tag in other window}{C-x 4 .}{C-x 5 .}
460 \key{uppercase word}{M-u}
461 \key{lowercase word}{M-l}
462 \key{capitalize word}{M-c}
472 \key{complete up to one word}{SPC}
502 \key{check spelling of current word}{M-\$}
508 \key{find a tag (
[all...]
H A Dpl-refcard.tex424 %\threecol{word}{M-b}{M-f}
464 %\threecol{word}{M-DEL}{M-d}
524 %\key{{\bf back up} to the previous match}{^}
564 %\threecol{find tag in other window}{C-x 4 .}{C-x 5 .}
619 %\key{uppercase word}{M-u}
620 %\key{lowercase word}{M-l}
621 %\key{capitalize word}{M-c}
638 %\key{complete up to one word}{SPC}
691 %\key{check spelling of current word}{M-\$}
698 %\key{find a tag (
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk110 option add *Scrolledhtml.wrap word widgetDefault
609 if [regexp -indices "^\[^<\]+" $html match] {
610 set text [string range $html 0 [lindex $match 1]]
613 [string range $html [expr {[lindex $match 1]+1}] end]
616 if [regexp -indices "^<((\[^>\"\]+|(\"\[^\"\]*\"))*)>" $html match entity] {
629 [string range $html [expr {[lindex $match 1]+1}] end]
639 # append text until next tag is reached
640 if [regexp -indices "<.*>" $html match] {
641 set text [string range $html 0 [expr {[lindex $match 0]-1}]]
642 set html [string range $html [expr {[lindex $match
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el164 ;; To index the current selection or the word at point, type
165 ;; `C-c /' (`reftex-index-selection-or-word'). The default macro
171 ;; Type `C-c \' (`reftex-index-phrase-selection-or-word') to add
172 ;; the current word or selection to a special _index phrase
361 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
416 (put 'reftex-mode :menu-tag "RefTeX Mode")
869 (lambda (tag)
870 (reftex-kill-buffer (reftex-make-index-buffer-name tag)))
908 entry env-or-mac typekeychar typekey prefix context word
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl653 if { [string match {[a-zA-Z]:*} $dest] } {
868 text .helppopup.text -wrap word -width 40 -height 20 \
911 proc Installer::MakeLink { widget tag command } {
912 $widget tag configure $tag -foreground blue -underline yes
913 $widget tag bind $tag <ButtonRelease-1> \
914 "$command; $widget tag configure $tag -foreground blue"
915 $widget tag bin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl653 if { [string match {[a-zA-Z]:*} $dest] } {
868 text .helppopup.text -wrap word -width 40 -height 20 \
911 proc Installer::MakeLink { widget tag command } {
912 $widget tag configure $tag -foreground blue -underline yes
913 $widget tag bind $tag <ButtonRelease-1> \
914 "$command; $widget tag configure $tag -foreground blue"
915 $widget tag bin
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl658 if { [string match {[a-zA-Z]:*} $dest] } {
855 text .helppopup.text -wrap word -width 40 -height 20 \
898 proc Installer::MakeLink { widget tag command } {
899 $widget tag configure $tag -foreground blue -underline yes
900 $widget tag bind $tag <ButtonRelease-1> \
901 "$command; $widget tag configure $tag -foreground blue"
902 $widget tag bin
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dlibtool.m4475 dnl POSIX.2 word splitting is done only on the output of word expansions,
476 dnl not every word. This closes a longstanding sh security hole.
731 *) libmagic=never-match;;
822 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
932 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
933 || AC_MSG_ERROR([libtool tag configuration failed])
966 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
967 || AC_MSG_ERROR([libtool tag configuration failed])
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css1000 word-wrap: break-word;
1410 .outline-disclosure ol.search-match-not-found li.selected .selection {
1439 word-wrap: break-word;
1446 .outline-disclosure ol.search-match-found li.selected {
1454 .outline-disclosure ol.search-match-found li.selected * {
1462 .outline-disclosure li .webkit-html-tag.close {
1466 .webkit-html-tag.shadow, .webkit-html-fragment.shadow {
1485 .outline-disclosure ol.search-match
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el168 (unless (fboundp 'match-string-no-properties)
169 (defalias 'match-string-no-properties 'match-string))
188 :tag "IDLWAVE"
189 :link '(url-link :tag "Home Page"
191 :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el"
193 :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el")
279 hanging indent given by `idlwave-hang-indent-regexp' match in the first line
287 extends to the end of the match for the regular expression."
292 "*If non-nil then use last match o
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dmenu.vim54 " There is no exact match, try matching with a wildcard added
62 " But don't match "slovak" when $LANG is "sl".
86 let g:menutrans_help_dialog = "Enter a command or word to find help on:\n\nPrepend i_ for Input mode commands (e.g.: i_CTRL-X)\nPrepend c_ for command-line editing commands (e.g.: c_<Del>)\nPrepend ' for an option name (e.g.: 'shiftwidth')"
258 let g:menutrans_tags_dialog = "Enter names of tag files.\nSeparate the names with a comma."
268 if match(&guioptions, "\\C" . a:option) > -1
282 an 20.440.130 &Edit.F&ile\ Settings.Toggle\ W&rap\ at\ word<Tab>:set\ lbr! :set lbr! lbr?<CR>
397 an 40.300 &Tools.&Jump\ to\ this\ tag<Tab>g^] g<C-]>
398 vunmenu &Tools.&Jump\ to\ this\ tag<Tab>g^]
399 vnoremenu &Tools.&Jump\ to\ this\ tag<Tab>g^] g<C-]>
898 if col('.') > curcol " don't use word afte
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter.asm33 # These declarations must match interpreter/JSStack.h.
117 # The interpreter steals the tag word of the argument count.
156 # This must match wtf/Vector.h
541 macro moveJSValueFromRegistersWithoutProfiling(tag, payload, destBuffer, destOffsetReg)
542 storei tag, TagOffset[destBuffer, destOffsetReg, 8]
555 loadConstantOrVariable2Reg(scratch2, scratch3, scratch2) # scratch3=tag, scratch2=payload
637 macro moveJSValueFromRegisters(tag, payload, destBuffer, destOffsetReg, profileOffset)
638 storei tag, TagOffset[destBuffer, destOffsetReg, 8]
641 valueProfile(tag, payloa
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dproto-slap.h504 LDAP_SLAPD_F (int) slap_cf_aux_table_parse LDAP_P(( const char *word, void *bc, slap_cf_aux_table *tab0, LDAP_CONST char *tabmsg ));
713 const char *word, slap_verbmasks *v ));
732 const char *word, slap_bindconf *bc ));
736 const char *word, slap_bindconf *bc ));
1473 ber_tag_t tag, ber_int_t id, void *ctx ));
1475 LDAP_SLAPD_F (slap_op_t) slap_req2op LDAP_P(( ber_tag_t tag ));
1614 LDAP_SLAPD_F (ber_tag_t) slap_req2res LDAP_P(( ber_tag_t tag ));
1690 const char *match, const char *replace ));
1917 int *match,
1958 int *match,
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclTest.c123 Tcl_Obj *tag; /* Tag for this event used to delete it */ member in struct:TestEvent
1315 const char *word = Tcl_GetString(objv[0]);
1317 if (!strcmp(word, "Error")) {
1320 } else if (!strcmp(word, "Break")) {
1322 } else if (!strcmp(word, "Continue")) {
1324 } else if (!strcmp(word, "Return")) {
1326 } else if (!strcmp(word, "OtherStatus")) {
1978 Tcl_WrongNumArgs(interp, 1, objv, "global word ?word ...?");
2065 ev->tag
1307 const char *word = Tcl_GetString(objv[0]); local
3654 int i, ii, indices, stringLength, match, about; local
[all...]

Completed in 405 milliseconds

12