Home
last modified time | relevance | path

Searched refs:lstrip (Results 1 – 25 of 4405) sorted by relevance

12345678910>>...177

/dports/textproc/py-jc/jc-1.17.5/jc/parsers/
H A Dhciconfig.py404 if line[0].isspace() and line.lstrip().startswith('BD Address:'):
421 if line[0].isspace() and line.lstrip().startswith('RX bytes:'):
433 if line[0].isspace() and line.lstrip().startswith('TX bytes:'):
445 if line[0].isspace() and line.lstrip().startswith('Features:'):
451 if line[0].isspace() and line.lstrip().startswith('Packet type:'):
457 if line[0].isspace() and line.lstrip().startswith('Link policy:'):
463 if line[0].isspace() and line.lstrip().startswith('Link mode:'):
469 if line[0].isspace() and line.lstrip().startswith('Name:'):
475 if line[0].isspace() and line.lstrip().startswith('Class:'):
497 if line[0].isspace() and line.lstrip().startswith('HCI Version:'):
[all …]
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/w3c/
H A DcssParser.py574 src = src.lstrip()
591 src = src.lstrip()
659 src = src.lstrip()
718 src = src[1:].lstrip()
737 src = src.lstrip()
772 src = src.lstrip()
832 src = src.lstrip()
956 ctxsrc = src.lstrip()
1003 src = src.lstrip()
1076 src = src.lstrip()
[all …]
/dports/devel/py-flake8-bugbear/flake8-bugbear-21.9.2/tests/
H A Db005.py8 s.lstrip(s) # no warning
9 s.lstrip("we") # no warning
10 s.lstrip(".facebook.com") # warning
11 s.lstrip("e") # no warning
12 s.lstrip("\n\t ") # no warning
13 s.lstrip(r"\n\t ") # warning
24 other_type().lstrip() # no warning
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/tests/
H A Dtest_sphinxext.py44 ''').lstrip(), results)
66 ''').lstrip(), results)
86 ''').lstrip(), results)
106 ''').lstrip(), results)
126 ''').lstrip(), results)
146 ''').lstrip(), results)
166 ''').lstrip(), results)
209 ''').lstrip(), results)
226 ''').lstrip(), results)
245 ''').lstrip(), results)
[all …]
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/abbreviate_artistsort/
H A Dabbreviate_artistsort.py118 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
119 unsort = unsort.lstrip()
145 surname = surname.lstrip()
146 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
147 unsort = unsort.lstrip()
188 new_sort += sort[0:len(sort) - len(sort[1:].lstrip())]
189 sort = sort[1:].lstrip()
192 new_unsort += unsort[0:len(unsort) - len(unsort.lstrip())]
193 unsort = unsort.lstrip()
196 new_unsort += unsort[0:len(unsort) - len(unsort[1:].lstrip())]
[all …]
/dports/lang/micropython/micropython-1.17/tests/basics/
H A Dstring_strip.py8 print(' spacious '.lstrip())
9 print('www.example.com'.lstrip('cmowz.'))
26 print("a".lstrip())
29 print(" a".lstrip())
32 print("a ".lstrip())
38 print("\0abc\0".lstrip())
/dports/devel/py-behave/behave-1.2.6/test/
H A Dtest_parser.py100 """.lstrip()
119 """.lstrip()
138 """.lstrip()
157 """.lstrip()
176 """.lstrip()
199 """.lstrip()
232 """.lstrip()
275 """.lstrip()
322 """.lstrip()
363 """.lstrip()
[all …]
/dports/graphics/lensfun/lensfun-0.3.95/tools/ptlensconv/
H A Dptlensconv.py53 cam ["maker"] = l [10:].lstrip ()
55 variant = l [11:].lstrip ()
59 l = l [10:].lstrip ()
63 l = l [11:].lstrip ()
67 l = l [6:].lstrip ()
74 cam ["cropfactor"] = l [11:].lstrip ()
98 lens ["model"] = l [10:].lstrip ()
102 l = l [6:].lstrip ()
105 lens ["cropfactor"] = l [11:].lstrip ()
179 l = l [6:].lstrip ()
/dports/devel/py-pytest-relaxed/pytest-relaxed-1.1.5/tests/
H A Dtest_display.py80 """.lstrip()
166 """.lstrip()
221 """.lstrip()
274 """.lstrip()
291 """.lstrip()
309 """.lstrip()
327 """.lstrip()
/dports/math/xtensor-blas/xtensor-blas-0.20.0/test/test_generator/
H A Dpreprocess.py72 lstrip = line.lstrip()
73 if lstrip.startswith("/*py"):
76 if lstrip.startswith("// py_"):
77 indent_n = len(line) - len(lstrip)
78 if '=' in lstrip:
79 exec_comment(lstrip[6:])
80 var = line.strip()[6:lstrip.index('=')].strip()
/dports/math/xtensor/xtensor-0.24.0/test/files/
H A Dpreprocess.py75 lstrip = line.lstrip()
76 if lstrip.startswith("/*py"):
79 if lstrip.startswith("// py_"):
80 indent_n = len(line) - len(lstrip)
81 if '=' in lstrip:
82 exec_comment(lstrip[6:])
83 var = line.strip()[6:lstrip.index('=')].strip()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/String/
H A DUtils.hs26 strip, lstrip, rstrip,
63 strip = lstrip . rstrip
66 lstrip :: String -> String
67 lstrip s = case s of function
70 then lstrip xs
75 rstrip = reverse . lstrip . reverse
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dverifier.py46 ast.parse(textwrap.dedent(code.lstrip('\n')).lstrip(), '<string>', 'exec')
57 code = textwrap.dedent(code.lstrip('\n')).lstrip()
75 textwrap.dedent(try_code.lstrip('\n')).lstrip(), '<string>', 'exec')
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/cvar/
H A Dconfig_file.py37 lstrip = line.lstrip()
38 if not lstrip or lstrip.startswith("#"):
41 strip = lstrip.rstrip()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_misc.py115 ).lstrip("\n")
160 ).lstrip()
193 ).lstrip()
225 """.lstrip(
244 """.lstrip(
266 """.lstrip(
285 """.lstrip(
/dports/devel/py-cliff/cliff-3.3.0/cliff/tests/
H A Dtest_sphinxext.py40 """).lstrip(), output)
63 """).lstrip(), output)
87 """).lstrip(), output)
110 """).lstrip(), output)
129 """).lstrip(), output)
147 """).lstrip(), output)
208 """).lstrip(), output)
262 """).lstrip(), output)
/dports/devel/py-xattr/xattr-0.9.8/xattr/tests/
H A Dtest_tool.py65 '''.lstrip(), self.getoutput())
74 '''.lstrip(), output)
84 '''.lstrip(), self.getoutput())
91 '''.lstrip(), self.getoutput())
103 '''.lstrip(), self.getoutput())
111 '''.lstrip(), self.getoutput())
117 '''.lstrip(), self.getoutput())
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DQuery.cc108 parseStatsLine(lstrip(buffer + 6)); in Query()
111 parseStatsGroupLine(lstrip(buffer + 13)); in Query()
114 parseColumnsLine(lstrip(buffer + 8)); in Query()
120 parseLimitLine(lstrip(buffer + 6)); in Query()
123 parseTimelimitLine(lstrip(buffer + 10)); in Query()
126 parseAuthUserHeader(lstrip(buffer + 9)); in Query()
138 parseKeepAliveLine(lstrip(buffer + 10)); in Query()
162 parseLocaltimeLine(lstrip(buffer + 10)); in Query()
451 char *value = lstrip(line); in parseStatsLine()
508 char *value = lstrip(line); in parseFilterLine()
[all …]
/dports/www/py-seafdav/seafdav-8.0.7-server/seafdav_tests/
H A Dclient.py37 path = posixpath.join('/', repo_name, path.lstrip('/'))
47 fullpath = posixpath.join('/', repo_name, parentdir.lstrip('/'), dirname)
53 fullpath = posixpath.join('/', repo_name, path.lstrip('/'))
59 fullpath = posixpath.join('/', repo_name, path.lstrip('/'))
64 fullpath = posixpath.join('/', repo_name, path.lstrip('/'))
69 fullpath = posixpath.join('/', repo_name, path.lstrip('/'))
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/swiftclient/
H A Dcommand_helpers.py32 options['human']).lstrip()
34 options['human']).lstrip()
55 options['human']).lstrip())
63 ).lstrip()),
69 ).lstrip()),
108 options['human']).lstrip()
110 options['human']).lstrip()
159 options['human']).lstrip()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dhelp2man_preformat.py19 if line.lstrip().startswith('-') or line.lstrip().startswith('Options'):
35 elif not line.lstrip().startswith('-'):
36 print(line.lstrip())
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dhelp2man_preformat.py19 if line.lstrip().startswith('-') or line.lstrip().startswith('Options'):
35 elif not line.lstrip().startswith('-'):
36 print(line.lstrip())
/dports/science/py-cirq-aqt/Cirq-0.12.0/dev_tools/requirements/
H A Dreqs.py36 l = l.lstrip(" ")
38 include = l.lstrip(" ").lstrip("-r").lstrip(" ")
/dports/science/py-cirq-ionq/Cirq-0.13.1/dev_tools/requirements/
H A Dreqs.py36 l = l.lstrip(" ")
38 include = l.lstrip(" ").lstrip("-r").lstrip(" ")
/dports/science/py-cirq-pasqal/Cirq-0.13.1/dev_tools/requirements/
H A Dreqs.py36 l = l.lstrip(" ")
38 include = l.lstrip(" ").lstrip("-r").lstrip(" ")

12345678910>>...177