Home
last modified time | relevance | path

Searched defs:lines (Results 376 – 400 of 28230) sorted by relevance

1...<<11121314151617181920>>...1130

/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Diff/
H A DDiffFormatter.php76 protected function _lines($lines, $prefix = ' ', $color = 'white') {
158 protected function _added($lines) {
167 protected function _deleted($lines) {
176 protected function _context($lines) {
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/format/
H A D_sequence_feature_vocabulary.py57 def parser(lines): argument
73 lines, label_delimiter=None, join_delimiter=' ', return_label=False): argument
106 def _parse_feature_table(lines, length): argument
124 def _parse_single_feature(lines, imd): argument
/dports/multimedia/mpv/waf-2.0.20/playground/gtest/tests/test1/
H A DAccumulatorTest.cpp29 static void readlines(const char * filename, vector<string> & lines) in readlines()
49 vector<string> lines; in TEST_F() local
60 vector<string> lines; in TEST_F() local
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/cgram/
H A DPreprocessorInfoChannel.java14 final Vector<Object> lines = lineLists.get( toknum ); in addLineForTokenNumber() local
18 final Vector<Object> lines = new Vector<Object>(); in addLineForTokenNumber() local
34 final Vector<Object> lines = new Vector<Object>(); in extractLinesPrecedingTokenNumber() local
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/
H A DPreprocessorInfoChannel.java14 Vector lines = (Vector) lineLists.get( toknum ); in addLineForTokenNumber() local
18 Vector lines = new Vector(); in addLineForTokenNumber() local
34 Vector lines = new Vector(); in extractLinesPrecedingTokenNumber() local
/dports/textproc/py-pygments/Pygments-2.7.2/scripts/
H A Dcheck_sources.py48 def check_syntax(fn, lines): argument
63 def check_style_and_encoding(fn, lines): argument
72 def check_fileheader(fn, lines): argument
/dports/textproc/py-pygments-25/Pygments-2.5.2/scripts/
H A Dcheck_sources.py50 def check_syntax(fn, lines): argument
65 def check_style_and_encoding(fn, lines): argument
74 def check_fileheader(fn, lines): argument
/dports/devel/py-bandit/bandit-1.7.1/bandit/formatters/
H A Dtext.py70 lines=-1): argument
93 def get_results(manager, sev_level, conf_level, lines): argument
124 def report(manager, fileobj, sev_level, conf_level, lines=-1): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/devops/models/
H A Ddiff_section.py68 def lines(self): member in DiffSection
80 def lines(self, lines): argument
/dports/science/py-scipy/scipy-1.7.1/doc/
H A Dpostprocess.py37 def process_html(fn, lines): argument
41 def process_tex(lines): argument
/dports/math/py-numpy/numpy-1.20.3/doc/
H A Dpostprocess.py27 def process_html(fn, lines): argument
30 def process_tex(lines): argument
/dports/sysutils/py-focker/focker-ce2108e3/focker/
H A Dpull.py23 return (status, reason, None, resp)
26 class RegistryClient(object):
/dports/science/py-ase/ase-3.22.0/ase/calculators/vasp/
H A Dvasp.py665 def read_outcar(self, lines=None): argument
828 def read_stress(self, lines=None): argument
845 def read_ldau(self, lines=None): argument
953 def read_fermi(self, lines=None): argument
964 def read_dipole(self, lines=None): argument
975 def read_mag(self, lines=None): argument
1026 def read_nbands(self, lines=None): argument
1037 def read_convergence(self, lines=None): argument
1101 def read_relaxed(self, lines=None): argument
1110 def read_spinpol(self, lines=None): argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dtest_dump_custom.cpp97 auto lines = read_lines(dump_file); in TEST_F() local
114 auto lines = read_lines(dump_file); in TEST_F() local
135 auto lines = read_lines(dump_file); in TEST_F() local
158 auto lines = read_lines(dump_file); in TEST_F() local
180 auto lines = read_lines(dump_file); in TEST_F() local
222 auto lines = read_lines(dump_file); in TEST_F() local
267 auto lines = read_lines(dump_file); in TEST_F() local
284 auto lines = read_lines(dump_file); in TEST_F() local
/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dprintlines_antiooze.cpp27 void test_range(AORange range, const vector<PLine3> &lines) in test_range()
63 inline bool move_start(uint from, uint &movestart, const vector<PLine3> &lines) in move_start()
78 inline bool move_end(uint from, uint &moveend, const vector<PLine3> &lines) in move_end()
95 const vector<PLine3> &lines) in find_moverange()
117 const vector<PLine3> &lines) in find_nextmoves()
158 uint Printlines::insertAntioozeHaltBefore(uint index, double amount, double AOspeed, in insertAntioozeHaltBefore()
177 int Printlines::distribute_AntioozeAmount(double AOamount, double AOspeed, in distribute_AntioozeAmount()
285 uint Printlines::makeAntioozeRetract(vector<PLine3> &lines, in makeAntioozeRetract()
/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Darray.c102 gal_array_read(char *filename, char *extension, gal_list_str_t *lines, in gal_array_read()
141 gal_list_str_t *lines, uint8_t type, in gal_array_read_to_type()
168 gal_array_read_one_ch(char *filename, char *extension, gal_list_str_t *lines, in gal_array_read_one_ch()
204 gal_list_str_t *lines, uint8_t type, in gal_array_read_one_ch_to_type()
/dports/www/tikiwiki/tiki-21.2/lib/diff/
H A Drenderer_htmldiff.php122 protected function _lines($lines, $prefix = '', $suffix = '', $type = '')
177 protected function _context($lines)
182 protected function _added($lines, $changemode = false)
191 protected function _deleted($lines, $changemode = false)
/dports/sysutils/vector/vector-0.10.0/src/sources/file/
H A Dline_agg.rs262 let lines = vec![ in mode_continue_through_1() localVariable
293 let lines = vec![ in mode_continue_past_1() localVariable
324 let lines = vec![ localVariable
355 let lines = vec![ localVariable
386 let lines = vec![ localVariable
407 let lines = vec![ localVariable
430 let lines = vec![ localVariable
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dgib_semantics.c125 gib_tree_t *mainline, *lines = 0, *embedded, *token, *temp; in GIB_Semantic_Normal_To_Lines() local
185 gib_tree_t *lines = 0, *temp, *cur, *embedded; in GIB_Semantic_Process_Conditional() local
214 gib_tree_t *token = *tokens, *lines, *temp, **next = &lines, *conditional; in GIB_Semantic_If_To_Lines() local
309 gib_tree_t *lines, **next = &lines, *temp, *conditional, *endp; in GIB_Semantic_While_To_Lines() local
393 gib_tree_t *lines = 0, **next = &lines, *temp, *endp, *forinst, *embedded; in GIB_Semantic_For_To_Lines() local
507 gib_tree_t *lines, **next = &lines, *temp, *endp = 0; in GIB_Semantic_Tokens_To_Lines() local
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/utf8-string-1.0.1.1/Data/ByteString/
H A DUTF8.hs196 lines bs | B.null bs = [] function
197 lines bs = case B.elemIndex 10 bs of function
208 lines' bs | B.null bs = [] function
209 lines' bs = case B.elemIndex 10 bs of function

1...<<11121314151617181920>>...1130