MCPcopy Create free account

hub / github.com/0x61726b/electron-vibrancy / functions

Functions169 in github.com/0x61726b/electron-vibrancy

↓ 1 callersFunctionIsInitializerList
Check if current line is inside constructor initializer list. Args: clean_lines: A CleansedLines instance containing the file. linenum: The
scripts/cpplint.py:4529
↓ 1 callersFunctionIsRValueAllowed
Check if RValue reference is allowed within some range of lines. Args: clean_lines: A CleansedLines instance containing the file. linenum:
scripts/cpplint.py:3287
↓ 1 callersFunctionIsRValueType
Check if the token ending on (linenum, column) is a type. Assumes that text to the right of the column is "&&" or a function name. Args: c
scripts/cpplint.py:3086
↓ 1 callersFunctionIsTemplateParameterList
Check if the token ending on (linenum, column) is the end of template<>. Args: clean_lines: A CleansedLines instance containing the file. l
scripts/cpplint.py:3069
↓ 1 callersFunctionIsWindows10
src/vibrancy_win.cc:52
↓ 1 callersFunctionParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
scripts/cpplint.py:5421
↓ 1 callersFunctionPrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
scripts/cpplint.py:5413
↓ 1 callersMethodPrintErrorCounts
Print a summary of errors by category, and the total.
scripts/cpplint.py:736
↓ 1 callersFunctionProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
scripts/cpplint.py:5321
↓ 1 callersFunctionProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
scripts/cpplint.py:5275
↓ 1 callersFunctionProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
scripts/cpplint.py:5186
↓ 1 callersFunctionRemoveMultiLineComments
Removes multiline (c-style) comments from lines.
scripts/cpplint.py:1115
↓ 1 callersFunctionRemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
scripts/cpplint.py:1108
↓ 1 callersFunctionRemoveView
(buffer,viewId)
index.js:15
↓ 1 callersMethodResetErrorCounts
Sets the module's error statistic back to zero.
scripts/cpplint.py:721
↓ 1 callersFunctionResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
scripts/cpplint.py:479
↓ 1 callersMethodSetCountingStyle
Sets the module's counting options.
scripts/cpplint.py:692
↓ 1 callersMethodSetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
scripts/cpplint.py:696
↓ 1 callersMethodSetLastHeader
(self, header_path)
scripts/cpplint.py:574
↓ 1 callersMethodSetOutputFormat
Sets the output format for errors.
scripts/cpplint.py:682
↓ 1 callersMethodSetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpplint.py:686
↓ 1 callersMethodUpdate
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
scripts/cpplint.py:2123
↓ 1 callersFunctionUpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
scripts/cpplint.py:5021
↓ 1 callersMethodUpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
scripts/cpplint.py:2066
↓ 1 callersFunctionUpdateView
(buffer,options)
index.js:20
↓ 1 callersFunction_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
scripts/cpplint.py:4048
↓ 1 callersMethod_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
scripts/cpplint.py:1171
↓ 1 callersFunction_Filters
Returns the module's list of output filters, as a list.
scripts/cpplint.py:765
↓ 1 callersFunction_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
scripts/cpplint.py:4181
↓ 1 callersFunction_IsTestFilename
Determines if the given filename has a suffix that identifies it as a test. Args: filename: The input filename. Returns: True if 'filena
scripts/cpplint.py:4032
↓ 1 callersFunction_OutputFormat
Gets the module's output format.
scripts/cpplint.py:745
↓ 1 callersFunction_SetCountingStyle
Sets the module's counting options.
scripts/cpplint.py:761
↓ 1 callersFunction_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
scripts/cpplint.py:769
↓ 1 callersFunction_SetOutputFormat
Sets the module's output format.
scripts/cpplint.py:749
↓ 1 callersFunction_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
scripts/cpplint.py:929
↓ 1 callersFunctioncall_cpplint
(files)
scripts/lint.py:41
↓ 1 callersFunctionexecute
(argv, env=os.environ)
scripts/lint.py:15
↓ 1 callersFunctionlist_files
(directories, filters)
scripts/lint.py:31
↓ 1 callersFunctionmain
()
scripts/cpplint.py:5490
↓ 1 callersFunctionmain
()
scripts/lint.py:24
MethodAddView
src/vibrancy_mac.cc:42
MethodCheckBegin
(self, filename, clean_lines, linenum, error)
scripts/cpplint.py:1856
MethodCheckEnd
(self, filename, clean_lines, linenum, error)
scripts/cpplint.py:1861
MethodCheckEnd
Check end of namespace comments.
scripts/cpplint.py:1882
MethodDisableVibrancy
src/vibrancy_mac.cc:244
MethodGetOptions
src/vibrancy_mac.cc:178
MethodInClassDeclaration
Check if we are currently one level inside a class or struct declaration. Returns: True if top of the stack is a class/struct, False otherw
scripts/cpplint.py:1998
MethodInit
src/Vibrancy.cc:36
MethodIsSource
File has a source file extension.
scripts/cpplint.py:925
FunctionNAN_METHOD
src/Vibrancy.cc:71
FunctionNAN_MODULE_INIT
src/Init.cc:28
MethodNoExtension
File has no source file extension.
scripts/cpplint.py:921
MethodRemoveView
src/vibrancy_mac.cc:145
MethodUpdateView
src/vibrancy_mac.cc:102
MethodVibrancy
src/Vibrancy.cc:31
MethodVibrancyHelper
src/vibrancy_win.cc:106
MethodVibrancyHelper
src/vibrancy_mac.cc:39
Method__init__
(self)
scripts/cpplint.py:564
Method__init__
(self)
scripts/cpplint.py:669
Method__init__
(self)
scripts/cpplint.py:787
Method__init__
(self, lines)
scripts/cpplint.py:1154
Method__init__
(self, seen_open_brace)
scripts/cpplint.py:1773
Method__init__
(self)
scripts/cpplint.py:1820
Method__init__
(self, name, class_or_struct, clean_lines, linenum)
scripts/cpplint.py:1826
Method__init__
(self, name, linenum)
scripts/cpplint.py:1877
Method__init__
(self, stack_before_if)
scripts/cpplint.py:1937
Method__init__
(self)
scripts/cpplint.py:1950
Method~Vibrancy
src/Vibrancy.cc:34
Method~VibrancyHelper
src/VibrancyHelper.h:36
← previous101–169 of 169, ranked by callers