Home
last modified time | relevance | path

Searched defs:lines (Results 251 – 275 of 26438) sorted by relevance

1...<<11121314151617181920>>...1058

/dports/www/mediawiki137/mediawiki-1.37.1/includes/diff/
H A DTableDiffFormatter.php105 protected function lines( $lines, $prefix = ' ', $color = 'white' ) { function in TableDiffFormatter
179 protected function added( $lines ) {
204 protected function deleted( $lines ) {
229 protected function context( $lines ) {
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/
H A Dcstyle-file.py66 def emacs_reindent(lines): argument
113 def check_comment(lines, ln): argument
214 def check_unbraced_flow_body(line, ln, lines): argument
252 def check_file(lines): argument
314 lines = sys.stdin.readlines() variable
317 lines = f.readlines() variable
/dports/security/krb5/krb5-1.19.2/src/util/
H A Dcstyle-file.py66 def emacs_reindent(lines): argument
113 def check_comment(lines, ln): argument
214 def check_unbraced_flow_body(line, ln, lines): argument
252 def check_file(lines): argument
314 lines = sys.stdin.readlines() variable
317 lines = f.readlines() variable
/dports/security/lasso/lasso-2.7.0/tools/
H A Dcheck-lasso-sections.py22 lines = f.readlines() variable
24 line, lines = lines[0], lines[1:] variable
29 line, lines = line + lines[0], lines[1:] variable
/dports/textproc/py-markdown/Markdown-3.3.4/markdown/
H A Dpreprocessors.py52 def run(self, lines): argument
65 def run(self, lines): argument
77 def run(self, lines): argument
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/matlab_xunit/+xunit/+utils/
H A DarrayToString.m52 lines = xunit.utils.stringToCellArray(in); variable
55 lines = removeLeadingBlankLines(lines); variable
72 lines = xunit.utils.stringToCellArray(in); variable
75 lines = removeLeadingBlankLines(lines); variable
/dports/devel/folly/folly-2021.12.27.00/folly/gen/test/
H A DStringTest.cpp149 auto lines = "2:1.414:yo 3:1.732:hi"; in TEST() local
163 auto lines = "2 3"; in TEST() local
178 auto lines = "1:cat 2:dog"; in TEST() local
193 auto lines = "1::cat 2::dog"; in TEST() local
208 auto lines = "2:tjackson:4 3::5"; in TEST() local
223 auto lines = "1:2 3:4:5"; in TEST() local
234 auto lines = "1:2:3 4:5"; in TEST() local
248 auto lines = "2:1.414 3:1.732"; in TEST() local
263 auto lines = "ab=>cd ef=>gh"; in TEST() local
367 std::vector<std::string> lines{"one", "two", "three", "four"}; in TEST() local
/dports/devel/R-cran-pkgbuild/pkgbuild/R/
H A Dc-registration.R35 lines <- textConnectionValue(con) functionVar
66 remove_fixme <- function(lines) { argument
73 tools_generated_section <- function(lines) { argument
80 pkgbuild_generated_section <- function(lines) { argument
87 add_generation_message <- function(lines) { argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dskipping.py206 def show_simple(terminalreporter, lines, stat, format): argument
214 def show_xfailed(terminalreporter, lines): argument
225 def show_xpassed(terminalreporter, lines): argument
253 def show_skipped(terminalreporter, lines): argument
278 def show_(terminalreporter, lines): argument
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/perf/geom/prep/
H A DPreparedLineIntersectsPerfTest.java72 List lines = builder.createTestGeoms(target.getEnvelopeInternal(), in test() local
80 public void test(Geometry g, List lines) in test()
103 public int testOriginal(Geometry g, List lines) in testOriginal()
115 public int testPrepGeomCached(Geometry g, List lines) in testPrepGeomCached()
142 public int testPrepGeomNotCached(Geometry g, List lines) in testPrepGeomNotCached()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dskipping.py206 def show_simple(terminalreporter, lines, stat, format): argument
214 def show_xfailed(terminalreporter, lines): argument
225 def show_xpassed(terminalreporter, lines): argument
253 def show_skipped(terminalreporter, lines): argument
278 def show_(terminalreporter, lines): argument
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/text/
H A Dscroll.go108 func rollingDisabled(st *scrollTracker, lines, height int) rollState { argument
115 func rollToEnd(st *scrollTracker, lines, height int) rollState { argument
132 func rollingPaused(st *scrollTracker, lines, height int) rollState { argument
144 func lastLineVisible(start, lines, height int) bool { argument
151 func normalizeScroll(first, lines, height int) int { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dskipping.py206 def show_simple(terminalreporter, lines, stat, format): argument
214 def show_xfailed(terminalreporter, lines): argument
225 def show_xpassed(terminalreporter, lines): argument
253 def show_skipped(terminalreporter, lines): argument
278 def show_(terminalreporter, lines): argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dskipping.py206 def show_simple(terminalreporter, lines, stat, format): argument
214 def show_xfailed(terminalreporter, lines): argument
225 def show_xpassed(terminalreporter, lines): argument
253 def show_skipped(terminalreporter, lines): argument
278 def show_(terminalreporter, lines): argument
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clangtidy/
H A Djob.cpp87 void Job::processStdoutLines(const QStringList& lines) in processStdoutLines()
93 void Job::processStderrLines(const QStringList& lines) in processStderrLines()
114 void Job::postProcessStdout(const QStringList& lines) in postProcessStdout()
121 void Job::postProcessStderr(const QStringList& lines) in postProcessStderr()
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/indicators/
H A Dols.py48 lines = ('slope', 'intercept',) variable in OLS_Slope_InterceptN
71 lines = ('spread', 'spread_mean', 'spread_std', 'zscore',) variable in OLS_TransformationN
97 lines = ('beta',) variable in OLS_BetaN
122 lines = ('score', 'pvalue',) variable in CointN
/dports/www/tikiwiki/tiki-21.2/lib/diff/
H A Drenderer_sidebyside.php67 protected function _lines($lines, $prefix = '', $suffix = '', $type = '')
95 protected function _context($lines)
100 protected function _added($lines, $changemode = false)
109 protected function _deleted($lines, $changemode = false)
H A Drenderer_character.php50 protected function _lines($lines, $prefix = '', $suffix = '', $type = '')
76 protected function _context($lines)
81 protected function _added($lines, $changemode = false)
90 protected function _deleted($lines, $changemode = false)
/dports/science/lammps/lammps-stable_29Sep2021/tools/replica/example/
H A Dparse_ene.py17 lines = of.readlines() variable
21 lines = lines[(start+1) : ] variable
23 lines = lines[:stop] variable
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/find-modules/
H A Drun-sip.py51 lines = [] variable
53 lines = f.readlines() variable
54 lines = [line for line in lines if not line.startswith("#line")] variable
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-r.R53 lines <- read_utf8(proj_path("tests", "testthat", "test-bar.R")) globalVar
67 lines <- read_utf8(proj_path("tests", "testthat", "test-bar.R")) globalVar
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DBodyParser.cc50 int BodyParser::skipToBlank(const CRef<AbstractMultiLineString> &lines, in skipToBlank()
62 int BodyParser::skipToNonBlank(const CRef<AbstractMultiLineString> &lines, in skipToNonBlank()
74 void BodyParser::addPart(const CRef<AbstractMultiLineString> &lines) in addPart()
88 void BodyParser::addPartsForBoundary(const CRef<AbstractMultiLineString> &lines, in addPartsForBoundary()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/matlab/
H A DSmoothMeshLines.m53 lines = unique(sort(lines)); variable
86 lines = unique(sort([lines addLines])); variable
110 lines = unique(sort([lines addLines])); variable
114 lines = SmoothMeshLines( lines, max_res, ratio, 0); variable
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Text_Diff/Horde/Text/Diff/Renderer/
H A DUnified.php38 protected function _context($lines)
43 protected function _added($lines)
48 protected function _deleted($lines)
/dports/www/limesurvey/limesurvey/framework/gii/components/Pear/Text/Diff/Renderer/
H A Dunified.php47 function _context($lines)
52 function _added($lines)
57 function _deleted($lines)

1...<<11121314151617181920>>...1058