MCPcopy Create free account

hub / github.com/codemirror/google-modes / functions

Functions141 in github.com/codemirror/google-modes

↓ 12 callersMethodcurrent
* Returns the string value of the currently matched token. * * Can be called during tokenizing, in which case it returns what's been * consum
src/template_string_inline_language.js:394
↓ 9 callersFunctionmarkLocals
(type, scopes, stream, state)
src/locals.js:18
↓ 6 callersFunctionindent
(state, textAfter, line, config)
src/c_indent.js:100
↓ 5 callersMethodisEscaped
* Walks backwards from the given position in the stream looking for * backslashes. Returns true if there are an odd number, and so the given * p
src/template_string_inline_language.js:275
↓ 4 callersMethodbackUp
* Unconsumes `n` characters of input from the current token. * * @param {number} n
src/template_string_inline_language.js:401
↓ 4 callersFunctionreport
(err error)
test/go/indent.go:55
↓ 3 callersFunctioncxTagName
(cx)
src/html_util.js:6
↓ 3 callersFunctionhasSubStatement
(context)
src/c_indent.js:3
↓ 3 callersFunctionmarkTypeLocals
(type, scopes, stream, state)
src/locals.js:35
↓ 3 callersFunctionprocessFile
If in == nil, the source is the contents of the file with the given filename.
test/go/indent.go:79
↓ 2 callersMethodbar
( )
test/js/indent.js:106
↓ 2 callersMethodbar
()
test/java/indent.java:166
↓ 2 callersFunctionbaseIndent
(cx, config)
src/c_indent.js:35
↓ 2 callersFunctioncontextInfo
(proto)
src/html_util.js:38
↓ 2 callersFunctioncountIndent
(line, pos)
src/python.js:13
↓ 2 callersFunctioncountIndent
(line, pos)
src/clif.js:16
↓ 2 callersFunctionfindSingle
(str, pos, ch)
test/parse_spec.js:1
↓ 2 callersFunctionfoo
( a: int, b: int)
test/py/indent.py:57
↓ 2 callersFunctiongetScope
(context, scopes)
src/locals.js:1
↓ 2 callersFunctionindent
(state, textAfter, line, config)
src/html_util.js:22
↓ 2 callersMethodinterceptTokenizing
* Defer to the embedded language tokenizer, but interrupt it for inline * exprssions and the end of the template literal. * * This MUST only
src/template_string_inline_language.js:110
↓ 2 callersMethodmatch
* Tries to consume text matching the given value. Returns true if successful. * * @param {string|RegExp} v * @return {boolean}
src/template_string_inline_language.js:409
↓ 2 callersMethodshouldInterceptTokenizing
* If true, the containing tokenizer should defer to `interceptTokenizing`. * * @param {!State} state
src/template_string_inline_language.js:82
↓ 2 callersFunctionstatementIndent
(cx, config)
src/c_indent.js:92
↓ 2 callersFunctiontagName
(str)
src/html_util.js:1
↓ 2 callersMethodtrackState
* Called after the containing tokenizer has consumed a token, but before * that consumption is finalized. * * We keep track of entering and e
src/template_string_inline_language.js:150
↓ 2 callersFunctionwriteTempFile
(dir, prefix string, data []byte)
test/go/indent.go:232
↓ 1 callersFunctionaligned
(cx)
src/c_indent.js:17
↓ 1 callersFunctionaligned
(cx)
src/python.js:35
↓ 1 callersFunctionaligned
(cx)
src/clif.js:32
↓ 1 callersFunctionbackupFile
backupFile writes data to a new file named filename<number> with permissions perm, with <number randomly chosen such that the file name is unique. bac
test/go/indent.go:309
↓ 1 callersMethodbackupIfEmbeddedTokenizerOvershot
* Inside of an inline template, we've let the embedded language tokenizer * consume a token. However, it can't be allowed to consume text that actu
src/template_string_inline_language.js:242
↓ 1 callersFunctioncompare
(text, tokens, mode, open)
test/run.js:60
↓ 1 callersMethodcopy
()
src/template_string_inline_language.js:340
↓ 1 callersMethodcopyState
* @param {!State} state * @return {!State}
src/template_string_inline_language.js:73
↓ 1 callersFunctiondiff
(b1, b2 []byte, filename string)
test/go/indent.go:248
↓ 1 callersFunctionfindIndent
(cx, textAfter, config)
src/c_indent.js:46
↓ 1 callersFunctionfindIndent
(cx, textAfter, curLine, config)
src/python.js:45
↓ 1 callersFunctionfindIndent
(cx, textAfter, curLine, config)
src/clif.js:42
↓ 1 callersFunctionfindIndent
(cx, textAfter, config)
src/go.js:26
↓ 1 callersMethodgetModeForTemplateTag
* @private * @param {string|null} templateTag
src/template_string_inline_language.js:292
↓ 1 callersFunctiongofmtMain
()
test/go/indent.go:186
↓ 1 callersMethodindent
(state, textAfter, line)
src/c.js:19
↓ 1 callersFunctioninitParserMode
()
test/go/indent.go:65
↓ 1 callersFunctionisGoFile
(f os.FileInfo)
test/go/indent.go:72
↓ 1 callersFunctionisLabel
(text)
src/c_indent.js:13
↓ 1 callersFunctionisLocal
(context, name)
src/locals.js:5
↓ 1 callersFunctionisLocalType
(context, name)
src/locals.js:10
↓ 1 callersFunctionisSwitch
(context)
src/c_indent.js:8
↓ 1 callersFunctionparseTestSpec
(file, fileName)
test/run.js:49
↓ 1 callersMethodpeek
* Returns the next unconsumed character. * * @return {string}
src/template_string_inline_language.js:416
↓ 1 callersFunctionpythonMarkLocals
(token, stream, state)
src/python.js:68
↓ 1 callersFunctionreplaceTempFilename
replaceTempFilename replaces temporary filenames in diff with actual one. --- /tmp/gofmt316145376 2017-02-03 19:13:00.280468375 -0500 +++ /tmp/gofmt6
test/go/indent.go:284
↓ 1 callersMethodstartState
@return {!State}
src/template_string_inline_language.js:65
↓ 1 callersMethodtoken
(stream, state)
src/c.js:15
↓ 1 callersMethodtrackStateInTemplate
* Maintain state.templateStack while in the contents of a template literal. * * @private * @param {string} style * @param {!Stream} stream
src/template_string_inline_language.js:216
↓ 1 callersMethodtrackStateNotInTemplate
* Maintain state.templateStack while not directly inside of a template * literal. * * We could be inside of an inline expression in a templat
src/template_string_inline_language.js:179
↓ 1 callersFunctionwalkDir
(path string)
test/go/indent.go:174
MethodM
test/cpp/indent.cpp:52
MethodMeth
test/cpp/indent.cpp:37
MethodMyClass
test/cpp/indent.cpp:107
Function[comment // vector compatibility methods] [type unsigned] [def&property size]() [keyword const] { [keyword return] [variable ValuePtrs].[property&callee size](); } [type void] [def&property resize]
test/cpp/class.cpp:13
Function[def Foo]() : [callee&property t_]
test/cpp/ctor_dtor.cpp:11
Function[def&property foo]
([def&local args])
test/js/async_object_function.js:1
Function[keyword virtual] [def ~Foo]
test/cpp/ctor_dtor.cpp:9
Function[meta TEST]
test/cpp/macro.cpp:1
Method[qualified&def B]
test/cpp/grammar.cpp:76
Method[qualified&def Y]
test/cpp/grammar.cpp:1
Method[qualified&variable NotOK]: [keyword return] [string "NOT OK"]; } [keyword if]
test/cpp/grammar.cpp:98
Function[type Foo] [keyword operator][operator +]
test/cpp/class.cpp:18
Function[type void] [def&property push_back]
test/cpp/class.cpp:16
Method[type&qualified pair]<[type Constant]*, [type unsigned]> > [def&property ResolveConstantsTy]; [type ResolveConstantsTy] [def&property ResolveConstants]; [type LLVMContext] &[def&property Context]; [keyword public]: [def BitcodeReaderValueList]([type LLVMContext] &[def&local C]) : [callee&property Context]([variable-2 C]) {} [def ~BitcodeReaderValueList]
test/cpp/class.cpp:1
Method[type&qualified pair]<[type int32], [type double]> & [def&local a]) [keyword override]; [type void] [def&property foo]() [operator =] [keyword delete]; }; [type int] [def emit]
test/cpp/grammar.cpp:18
Method[type&qualified type] [def Foo]
test/cpp/grammar.cpp:50
Methodbar
( )
test/java/indent.java:8
FunctioncanInsertSemi
(string, pos)
src/js_semi.js:1
Methodconstructor
(conf)
src/java.js:11
Methodconstructor
(conf, modeConf)
src/flatbuffers.js:8
Methodconstructor
(conf)
src/python.js:80
Methodconstructor
(conf)
src/c.js:10
Methodconstructor
(config)
src/template_string_inline_language.js:60
Methodconstructor
(templateStack = [], previousVariable = null)
src/template_string_inline_language.js:315
Methodconstructor
* @param {string} kind * @param {?CodeMirror.Mode} mode * @param {?} state
src/template_string_inline_language.js:357
Methodconstructor
()
src/template_string_inline_language.js:419
Methodconstructor
(conf, modeConf)
src/typescript.js:12
Methodconstructor
(conf, modeConf)
src/javascript.js:12
Methodconstructor
(conf)
src/clif.js:68
Methodconstructor
(conf, modeConf)
src/angulartemplate.js:7
Methodconstructor
(conf)
src/cpp.js:39
Methodconstructor
(conf, modeConf)
src/kotlin.js:11
Methodconstructor
(conf)
src/go.js:43
Methodconstructor
(conf, modeConf)
src/html.js:7
FunctionconstructorAhead
(line, pos, _cx, nextLines)
src/cpp.js:7
Methodcopy
()
src/template_string_inline_language.js:369
MethodcopyState
(state)
src/typescript.js:28
MethodcopyState
(state)
src/javascript.js:28
MethodcurrentTemplateState
@return {!TemplateState | undefined}
src/template_string_inline_language.js:346
Functionfoo
test/cpp/indent.cpp:62
Methodindent
(state, textAfter, line)
src/java.js:21
Methodindent
* Simple indent function: Indent 1 level for each open context (i.e. open * curly or square bracket) * * @param state the state object at the
src/flatbuffers.js:30
next →1–100 of 141, ranked by callers