Searched refs:link (Results 101 - 125 of 1903) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dzsh.vim156 hi def link zshTodo Todo
157 hi def link zshComment Comment
158 hi def link zshPreProc PreProc
159 hi def link zshQuoted SpecialChar
160 hi def link zshString String
161 hi def link zshStringDelimiter zshString
162 hi def link zshPOSIXString zshString
163 hi def link zshJobSpec Special
164 hi def link zshPrecommand Special
165 hi def link zshDelimite
[all...]
H A Dhaml.vim78 hi def link hamlSelfCloser Special
79 hi def link hamlDespacer Special
80 hi def link hamlClassChar Special
81 hi def link hamlIdChar Special
82 hi def link hamlTag Special
83 hi def link hamlClass Type
84 hi def link hamlId Identifier
85 hi def link hamlPlainChar Special
86 hi def link hamlInterpolatableChar hamlRubyChar
87 hi def link hamlRubyOutputCha
[all...]
H A Dmodconf.vim34 hi def link modconfTodo Todo
35 hi def link modconfComment Comment
36 hi def link modconfConditional Conditional
37 hi def link modconfPreProc PreProc
38 hi def link modconfKeyword Keyword
39 hi def link modconfIdentifier Identifier
H A Dhostconf.vim71 execute 'hi def link' group 'hostconfLookupOrder'
73 execute 'hi def link' nextgroup_delimiter 'hostconfLookupOrderDelimiter'
79 execute 'hi def link hostconfLookupOrder' . context 'hostconfLookupOrder'
134 hi def link hostconfTodo Todo
135 hi def link hostconfComment Comment
136 hi def link hostconfKeyword Keyword
137 hi def link hostconfLookupOrder Identifier
138 hi def link hostconfLookupOrderDelimiter Delimiter
139 hi def link hostconfDomain String
140 hi def link hostconfDomainDelimite
[all...]
H A Dlibao.vim20 hi def link libaoTodo Todo
21 hi def link libaoComment Comment
22 hi def link libaoKeyword Keyword
H A Dqf.vim18 hi def link qfFileName Directory
19 hi def link qfLineNr LineNr
20 hi def link qfError Error
H A Dcatalog.vim25 hi def link catalogString String
26 hi def link catalogComment Comment
27 hi def link catalogTodo Todo
28 hi def link catalogKeyword Statement
H A Ddictdconf.vim126 hi def link dictdconfTodo Todo
127 hi def link dictdconfComment Comment
128 hi def link dictdconfSpecialC Special
129 hi def link dictdconfKeyword Keyword
130 hi def link dictdconfIdentifier Identifier
131 hi def link dictdconfAccess dictdconfIdentifier
132 hi def link dictdconfDatabase dictdconfString
133 hi def link dictdconfSpec dictdconfIdentifier
134 hi def link dictdconfVDatabase dictdconfDatabase
135 hi def link dictdconfVSpe
[all...]
H A Dmailaliases.vim58 hi def link mailaliasesTodo Todo
59 hi def link mailaliasesComment Comment
60 hi def link mailaliasesName Identifier
61 hi def link mailaliasesColon Delimiter
62 hi def link mailaliasesValueAddress String
63 hi def link mailaliasesValueFile String
64 hi def link mailaliasesValueCommand String
65 hi def link mailaliasesValueInclude PreProc
66 hi def link mailaliasesValueSep Delimiter
H A Dmanconf.vim48 hi def link manconfExtCmd Type
49 hi def link manconfSection Identifier
50 hi def link manconfPaths String
98 hi def link manconfBoolean Boolean
99 hi def link manconfPath String
100 hi def link manconfFirstPath manconfPath
101 hi def link manconfSecondPath manconfPath
102 hi def link manconfCommand String
103 hi def link manconfCommandOpt Special
104 hi def link manconfManSec
[all...]
H A Dflexwiki.vim29 " text: "this is a link (optional tooltip)":http://www.microsoft.com
104 hi def link flexwikiH1 Title
105 hi def link flexwikiH2 flexwikiH1
106 hi def link flexwikiH3 flexwikiH2
107 hi def link flexwikiH4 flexwikiH3
108 hi def link flexwikiH5 flexwikiH4
109 hi def link flexwikiH6 flexwikiH5
110 hi def link flexwikiHR flexwikiH6
115 hi def link flexwikiCode Statement
116 hi def link flexwikiWor
[all...]
H A Dudevrules.vim143 hi def link udevrulesTodo Todo
144 hi def link udevrulesComment Comment
145 hi def link udevrulesRuleKey Keyword
146 hi def link udevrulesDelimiter Delimiter
147 hi def link udevrulesAssignKey Identifier
148 hi def link udevrulesPath Identifier
149 hi def link udevrulesVariable Identifier
150 hi def link udevrulesAttrKey Identifier
152 hi def link udevrulesEq Normal
153 hi def link udevrulesRuleE
[all...]
H A Determ.vim365 hi def link etermTodo Todo
366 hi def link etermComment Comment
367 hi def link etermMagic PreProc
368 hi def link etermNumber Number
369 hi def link etermString String
370 hi def link etermBoolean Boolean
371 hi def link etermPreProc PreProc
372 hi def link etermFunctions Function
373 hi def link etermKeyMod Constant
374 hi def link etermOptio
[all...]
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dinstall-catman.sh35 for link in `sed -n -e '/SYNOPSIS/q;/DESCRIPTION/q;s/^\.Nm \([^ ]*\).*/\1/p' $srcdir/$f`; do
36 if test "$link" = "$base" ; then
40 target="$mandir/$link.$section"
51 eval target="$catdir/$link.$suffix"
64 target="$mandir/$link.$section"
68 target="$catdir/$link.$suffix"
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAssemblyHelpers.cpp78 checkInt32.link(this);
88 checkJSInt32.link(this);
95 checkJSNumber.link(this);
102 checkJSInt32.link(this);
104 checkJSNumber.link(this);
111 checkCell.link(this);
123 checkJSInt32.link(this);
131 checkJSInt32.link(this);
132 checkJSDouble.link(this);
139 checkJSDouble.link(thi
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvdisplaylink.py19 rv, link = CVDisplayLinkCreateWithCGDisplays([mainID], 1, None)
21 self.failUnlessIsInstance(link, CVDisplayLinkRef)
41 rv = CVDisplayLinkSetCurrentCGDisplay(link, mainID)
47 v = CVDisplayLinkGetCurrentCGDisplay(link)
64 v = CVDisplayLinkGetNominalOutputVideoRefreshPeriod(link)
68 v = CVDisplayLinkGetOutputVideoLatency(link)
72 v = CVDisplayLinkGetActualOutputVideoRefreshPeriod(link)
76 v = CVDisplayLinkIsRunning(link)
80 rv, v = CVDisplayLinkGetCurrentTime(link, None)
87 rv, v = CVDisplayLinkTranslateTime(link, t
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvdisplaylink.py18 rv, link = CVDisplayLinkCreateWithCGDisplays([mainID], 1, None)
20 self.assertIsInstance(link, CVDisplayLinkRef)
40 rv = CVDisplayLinkSetCurrentCGDisplay(link, mainID)
46 v = CVDisplayLinkGetCurrentCGDisplay(link)
63 v = CVDisplayLinkGetNominalOutputVideoRefreshPeriod(link)
67 v = CVDisplayLinkGetOutputVideoLatency(link)
71 v = CVDisplayLinkGetActualOutputVideoRefreshPeriod(link)
75 v = CVDisplayLinkIsRunning(link)
79 rv, v = CVDisplayLinkGetCurrentTime(link, None)
86 rv, v = CVDisplayLinkTranslateTime(link, t
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_parser_1.0.rb113 <link>#{LINK_VALUE}</link>
129 assert_parse(make_RDF(<<-EOR), :missing_tag, "link", "channel")
138 <link>http://example.com/</link>
145 <link>http://example.com/</link>
153 <link>http://example.com/</link>
162 <link>htt
[all...]
/macosx-10.9.5/libauto-185.5/tests/
H A DrecoverLocalObjects.m30 TestObject *link;
32 @property(retain) TestObject *link;
35 @synthesize link;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_hooks.h114 #define APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,name) \
115 link##_DECLARE(apr_array_header_t *) ns##_hook_get_##name(void)
118 #define APR_DECLARE_EXTERNAL_HOOK(ns,link,ret,name,args) \
120 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf, \
123 link##_DECLARE(ret) ns##_run_##name args; \
124 APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,name); \
138 /** macro to link the hook structure */
143 #define APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ns,link,name) \
144 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf,const char * const *aszPre, \
162 APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,nam
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_hooks.h38 #define APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,name) \
39 link##_DECLARE(apr_array_header_t *) ns##_hook_get_##name(void)
42 #define APR_DECLARE_EXTERNAL_HOOK(ns,link,ret,name,args) \
44 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf, \
47 link##_DECLARE(ret) ns##_run_##name args; \
48 APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,name); \
62 /** macro to link the hook structure */
67 #define APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ns,link,name) \
68 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf,const char * const *aszPre, \
86 APR_IMPLEMENT_HOOK_GET_PROTO(ns,link,nam
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dutil.h192 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link)
196 #define PREV(elt, link) ISC_LIST_PREV(elt, link)
197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link)
198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
199 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link)
[all...]
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dutil.h187 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link)
191 #define PREV(elt, link) ISC_LIST_PREV(elt, link)
192 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link)
193 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link)
194 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link)
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/msg/
H A DMakefile16 link -machine:$(MACHINE) -nodefaultlib $(LIBS) tcshgr.res stubdll.obj \
20 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshfr.res stubdll.obj \
24 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshde.res stubdll.obj \
28 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshsp.res stubdll.obj \
32 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcsh-it.res stubdll.obj\
36 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshja.res stubdll.obj \
40 link -machine:$(MACHINE) -dll -nodefaultlib $(LIBS) tcshc.res stubdll.obj \
44 link test.obj user32.lib -out:test.exe
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dunixcmds.test4 # Tests for the link, times, umask, system and sleep commands.
44 # Test the link command.
46 test unixcmds-1.1 {link tests} {unixOnly} {
49 link LINK1.TMP LINK2.TMP
63 test unixcmds-1.2 {link tests} unixOnly {
64 list [catch {link LINK1.TMP LINK2.TMP} msg] [string tolower $msg]
67 test unixcmds-1.3 {link tests} {
68 list [catch {link} msg] $msg
69 } {1 {wrong # args: link ?-sym? srcpath destpath}}
73 test unixcmds-1.4 {link test
[all...]

Completed in 240 milliseconds

1234567891011>>