| /petsc/src/sys/classes/viewer/impls/mathematica/ |
| H A D | runtime.c | 51 static PetscErrorCode printIndent(int indent) in printIndent() argument 56 for (i = 0; i < indent; i++) printf(" "); in printIndent() 60 static PetscErrorCode processPacket(MLINK link, int indent, int *result) in processPacket() argument 67 PetscCall(printIndent(indent)); in processPacket() 78 PetscCall(processPacket(link, indent + 4, result)); in processPacket() 83 for (arg = 0; arg < numArguments; arg++) PetscCall(processPacket(link, indent + 4)); in processPacket()
|
| /petsc/src/sys/yaml/src/ |
| H A D | scanner.c | 728 int *indent, yaml_string_t *breaks, 1103 && parser->indent == (ptrdiff_t)parser->mark.column); in yaml_parser_save_simple_key() 1212 if (parser->indent < column) in yaml_parser_roll_indent() 1219 if (!PUSH(parser, parser->indents, parser->indent)) in yaml_parser_roll_indent() 1227 parser->indent = column; in yaml_parser_roll_indent() 1266 while (parser->indent > column) in yaml_parser_unroll_indent() 1277 parser->indent = POP(parser, parser->indents); in yaml_parser_unroll_indent() 1295 parser->indent = -1; in yaml_parser_fetch_stream_start() 2743 int indent = 0; in yaml_parser_scan_block_scalar() local 2851 if (increment) indent = parser->indent >= 0 ? parser->indent+increment : increment; in yaml_parser_scan_block_scalar() [all …]
|
| /petsc/doc/manualpages/doctext/ |
| H A D | nroff.def | 9 # .HP len - hanging indent 13 # .RS - increase relative indent 14 # .RE - decreate relative indent
|
| /petsc/config/ |
| H A D | testparse.py | 582 indent=" " 589 print(indent+runex+':'+str(rDict[sfile][runex])) 591 print(indent+runex) 593 print(indent*2+rDict[sfile][runex]) 597 print(indent*2+var+": "+str(rDict[sfile][runex][var])) 600 print(indent*2+var) 602 print(indent*3+var2+": "+str(rDict[sfile][runex][var][var2]))
|
| H A D | gmakegentest.py | 150 self.indent=" " 439 cmdindnt=self.indent*nindnt 455 diffindnt=self.indent*(nindnt+1) 521 outstr=''; indnt=self.indent 537 outstr=''; indnt=self.indent 705 indent=" " 729 if debug: print(indent+"Requirement: ", requirement) 857 indent=" " 871 fh.write(indent+exfile+indent*4+builtStatus+"\n") 874 line=indent*2+test [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 467 indent: int 472 def __init__(self, linter: Linter, cursor: Cursor, indent: int = 2) -> None: 488 self.indent = indent 934 patch=Patch(restloc, '\n' + (' '*self.indent) + rest) 989 indent = linelen - len(left_stripped) 990 expected_ind = 0 if line.startswith(('.', '+', '-', '$')) else self.indent 991 if indent != expected_ind: 993 loc = self.make_source_range(' ' * indent, line, lineno)
|
| /petsc/src/binding/petsc4py/ |
| H A D | .cython-lint.toml | 3 "E125", # continuation line with same indent as next logical line
|
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 344 …def logPrintBox(self, msg, debugLevel = -1, debugSection = 'screen', indent = 1, comm = None, rmDi… argument 350 …l, debugSection = debugSection, rmDir = rmDir, forceNewLine = True, forceScroll = True, indent = 0) 395 …def logPrint(self, msg, debugLevel = -1, debugSection = None, indent = 1, comm = None, forceScroll… argument 398 if indent:
|
| H A D | graph.py | 90 def printIndent(self, indent): argument 92 for i in range(indent): sys.stdout.write(' ')
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | exampleslog.py | 170 indent=" " 176 print(indent+testDict[fname][test]['gitPerson']) 179 print(2*indent+" ".join(testDict[fname][test]['errors'][error])) 180 print(2*indent+error)
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 77 indent = self.INDENT * self.level 79 self.append(indent + line) 154 return textwrap.indent(doc, Lines.INDENT) 196 doc = textwrap.indent(doc, Lines.INDENT)
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 69 indent = self.INDENT * self.level 71 self.append(indent + line)
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 915 int indent; member
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 134 …_filename)+':'+str(test.__func__.__code__.co_firstlineno)+')', debugSection = 'screen', indent = 0) 145 …_filename)+':'+str(test.__func__.__code__.co_firstlineno)+')', debugSection = 'screen', indent = 0)
|
| H A D | package.py | 416 …ir CMakeLists.txt:\n\t{cmd}\nLeaving std flags in'.format(pkg=self.name,cmd=line.strip()),indent=1) 418 …heir CMakeLists.txt:\n\t{cmd}\nRemoving std flags'.format(pkg=self.name,cmd=line.strip()),indent=1)
|
| /petsc/ |
| H A D | makefile | 315 …@git ls-files "*.[hF]90" | xargs fprettify --indent 2 --line-length 1000 --whitespace 2 --whitespa…
|