コード例 #1
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def cTypeSizeModifier(value):
  """A type size modifier."""
  return justErrors(value)
コード例 #2
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def declarations(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """Declarations area of an interface."""
  return justErrors(value)
コード例 #3
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def localVar(value):
  """Just the errors."""
  return justErrors(value)
コード例 #4
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def methodDeclaration(value):
  """A method declaration."""
  return justErrors(value)
コード例 #5
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def declarationSection(value):
  """Declarations sub-section in an interface or protocol."""
  return justErrors(value)
コード例 #6
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def ivarSection(value):
  """Section within an ivar block in an interface."""
  return justErrors(value)
コード例 #7
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def singleSpaceOrLineWrap(value):
  """Single space or line wrap."""
  return justErrors(value)
コード例 #8
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def blockParams(value):
  """Parameters to a block declaration."""
  return justErrors(value)
コード例 #9
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def blockSuffix(value):
  """A suffix that, when appended to a type, makes it a block type."""
  return justErrors(value)
コード例 #10
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def simpleType(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """A type."""
  return justErrors(value)
コード例 #11
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def singleBlockParam(value):
  """Single parameter for a block."""
  return justErrors(value)
コード例 #12
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def cppTemplateValues(value):
  """Values for a C++ template."""
  return justErrors(value)
コード例 #13
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def implementedProtocols(value):
  """List of implemented protocols."""
  return justErrors(value)
コード例 #14
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def modifier(value):
  """A type modifier."""
  return justErrors(value)
コード例 #15
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def singleBlockParam(value):
  """Single parameter for a block."""
  return justErrors(value)
コード例 #16
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def ivar(value):
  """An instance variable."""
  return justErrors(value)
コード例 #17
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def blockSuffix(value):
  """A suffix that, when appended to a type, makes it a block type."""
  return justErrors(value)
コード例 #18
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def ivarSection(value):
  """Section within an ivar block in an interface."""
  return justErrors(value)
コード例 #19
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def ivarBlock(value):
  """Block full of ivar declarations."""
  return justErrors(value)
コード例 #20
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def ivarBlock(value):
  """Block full of ivar declarations."""
  return justErrors(value)
コード例 #21
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def methodReturnType(value):
  """A method signature return type."""
  return justErrors(value)
コード例 #22
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def selectorPart(value):
  """A part of a selector."""
  return justErrors(value)
コード例 #23
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def propertyOptions(value):
  """List of options for a property."""
  return justErrors(value)
コード例 #24
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def singleSpaceOrLineWrap(value):
  """Single space or line wrap."""
  return justErrors(value)
コード例 #25
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def privateInterfaceTag(value):
  """Private interface tag."""
  return justErrors(value)
コード例 #26
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def selectorWithParams(value):
  """Multipart selector."""
  return justErrors(value)
コード例 #27
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def cppClass(value):
  """A C++ class."""
  # TODO(robbyw): Better parsing here, this is very minimal.
  return justErrors(value)
コード例 #28
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def methodReturnType(value):
  """A method signature return type."""
  return justErrors(value)
コード例 #29
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def whileStmt(value):
  """An if statement."""
  return justErrors(value)
コード例 #30
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def methodSignature(value):
  """A method signature."""
  return justErrors(value)
コード例 #31
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def simpleType(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """A type."""
  return justErrors(value)
コード例 #32
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def methodDeclaration(value):
  """A method declaration."""
  return justErrors(value)
コード例 #33
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def blockParams(value):
  """Parameters to a block declaration."""
  return justErrors(value)
コード例 #34
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def propertyOption(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """Option for a property."""
  return justErrors(value)
コード例 #35
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def ivar(value):
  """An instance variable."""
  return justErrors(value)
コード例 #36
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def propertyOptions(value):
  """List of options for a property."""
  return justErrors(value)
コード例 #37
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def emptyIvarLine(value):
  """Empty line within an ivar block in an interface."""
  return justErrors(value)
コード例 #38
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def propertyDeclaration(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """A property declaration."""
  return justErrors(value)
コード例 #39
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def selectorPart(value):
  """A part of a selector."""
  return justErrors(value)
コード例 #40
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def declarationSection(value):
  """Declarations sub-section in an interface or protocol."""
  return justErrors(value)
コード例 #41
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def selectorWithParams(value):
  """Multipart selector."""
  return justErrors(value)
コード例 #42
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def macroCall(value):
  """A call to a macro."""
  return justErrors(value)
コード例 #43
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def methodSignature(value):
  """A method signature."""
  return justErrors(value)
コード例 #44
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def declarations(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """Declarations area of an interface."""
  return justErrors(value)
コード例 #45
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def propertyOption(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """Option for a property."""
  return justErrors(value)
コード例 #46
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def cppClass(value):
  """A C++ class."""
  # TODO(robbyw): Better parsing here, this is very minimal.
  return justErrors(value)
コード例 #47
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def propertyDeclaration(value): # 2 lines check is broken due to decorator wrapping. # pylint: disable=W9911
  """A property declaration."""
  return justErrors(value)
コード例 #48
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def expressionPart(value):
  """Just the errors."""
  return justErrors(value)
コード例 #49
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def interfaceTag(value):
  """Interface tag."""
  return justErrors(value)
コード例 #50
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def localVar(value):
  """Just the errors."""
  return justErrors(value)
コード例 #51
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def macroCall(value):
  """A call to a macro."""
  return justErrors(value)
コード例 #52
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def unparsedStmt(value):
  """Unparsed statement."""
  return justErrors(value)
コード例 #53
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def privateInterface(value):
  """Private interface."""
  return justErrors(value)
コード例 #54
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def whileStmt(value):
  """An if statement."""
  return justErrors(value)
コード例 #55
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def expressionPart(value):
  """Just the errors."""
  return justErrors(value)
コード例 #56
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def forwardDeclaration(value):
  """A forward declaration of a class."""
  return justErrors(value)
コード例 #57
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def unparsedStmt(value):
  """Unparsed statement."""
  return justErrors(value)
コード例 #58
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def cppTemplateValues(value):
  """Values for a C++ template."""
  return justErrors(value)
コード例 #59
0
ファイル: rules.py プロジェクト: wtimme/ocstyle
def forwardDeclaration(value):
  """A forward declaration of a class."""
  return justErrors(value)
コード例 #60
0
ファイル: allPythonContent.py プロジェクト: shobrook/pyreco
def baseClasses(value):
  """List of base classes."""
  return justErrors(value)