Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/dports/lang/bwbasic/bwbasic-3.20/
H A Dbwbasic.h1763 extern LineType *bwb_AS (LineType * L);
1768 extern LineType *bwb_BYE (LineType * l);
1778 extern LineType *bwb_CLR (LineType * l);
1790 extern LineType *bwb_DEC (LineType * L);
1791 extern LineType *bwb_DEF (LineType * l);
1804 extern LineType *bwb_DO (LineType * l);
1834 extern LineType *bwb_GO (LineType * L);
1841 extern LineType *bwb_IF (LineType * l);
1894 extern LineType *bwb_OF (LineType * L);
1896 extern LineType *bwb_ON (LineType * l);
[all …]
H A Dbwb_cnd.c59 LineType *
73 LineType *
105 LineType *
151 LineType *
180 LineType *
209 LineType *
217 LineType *
248 LineType *
292 LineType *
321 LineType *
[all …]
H A Dbwb_var.c52 static LineType *dio_lrset (LineType * l, int rset);
56 static LineType *internal_swap (LineType * l);
418 LineType *
493 LineType *
644 LineType *
656 LineType *
668 LineType *
691 LineType *
703 LineType *
726 LineType *
[all …]
H A Dbwb_cmd.c47 static LineType *bwb_delete (LineType * l);
53 static LineType *bwb_system (LineType * l);
62 static LineType *H14_RENAME (LineType * l);
143 LineType *
169 LineType *
182 LineType *
201 LineType *
223 LineType *
243 LineType *
329 LineType *
[all …]
H A Dbwb_dio.c46 static LineType *C77_OPEN (LineType * l);
47 static LineType *D71_OPEN (LineType * l);
48 static LineType *H80_OPEN (LineType * l);
49 static LineType *M80_OPEN (LineType * l);
50 static LineType *S70_OPEN (LineType * l);
51 static LineType *T79_OPEN (LineType * l);
304 static LineType *
518 static LineType *
630 static LineType *
1189 LineType *
[all …]
H A Dbwb_inp.c52 static LineType *D71_GET (LineType * Line);
53 static LineType *data_if_end (LineType * Line);
54 static LineType *data_restore (LineType * Line);
56 static LineType *file_if_end (LineType * Line);
57 static LineType *file_input (LineType * Line);
58 static LineType *file_read_matrix (LineType * Line);
59 static LineType *file_restore (LineType * Line);
60 static LineType *H14_GET (LineType * Line);
70 static LineType *read_file (LineType * Line);
71 static LineType *read_list (LineType * Line);
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dgrep_proc.hh60 template<typename LineType>
66 template<typename LineType>
83 virtual LineType grep_initial_line(LineType start, LineType highest) { in grep_initial_line()
91 line = line + LineType(1); in grep_next_line()
112 template<typename LineType>
118 virtual void grep_begin(grep_proc<LineType> &gp, LineType start, LineType stop) { }; in grep_begin()
154 virtual void grep_match_end(grep_proc<LineType> &gp, LineType line) { }; in grep_match_end()
167 template<typename LineType>
214 grep_proc &queue_request(LineType start = LineType(0), in queue_request()
215 LineType stop = LineType(-1)) in queue_request()
[all …]
H A Dbookmarks.hh96 template<typename LineType>
129 std::pair<iterator, iterator> equal_range(LineType start, LineType stop) { in equal_range()
148 LineType next(LineType start) const;
157 LineType prev(LineType start) const;
214 template<typename LineType>
215 LineType bookmark_vector<LineType>::next(LineType start) const in next()
217 LineType retval(-1); in next()
231 template<typename LineType>
232 LineType bookmark_vector<LineType>::prev(LineType start) const in prev()
234 LineType retval(-1); in prev()
[all …]
H A Dgrep_proc.cc51 template<typename LineType>
52 grep_proc<LineType>::grep_proc(pcre *code, grep_proc_source<LineType> &gps) in grep_proc()
61 template<typename LineType>
67 template<typename LineType>
94 template<typename LineType>
156 template<typename LineType>
172 LineType line; in child_loop()
234 template<typename LineType>
269 template<typename LineType>
314 template<typename LineType>
[all …]
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dhtmlrenderer.cpp22 std::pair<newsboat::LineType, std::string> p(newsboat::LineType type, in p()
40 case LineType::wrappable: in toString()
42 case LineType::softwrappable: in toString()
44 case LineType::nonwrappable: in toString()
46 case LineType::hr: in toString()
322 p(LineType::softwrappable,
406 p(LineType::softwrappable,
515 p(LineType::wrappable,
670 p(LineType::wrappable,
690 p(LineType::wrappable,
[all …]
H A Dtextformatter.cpp12 fmt.add_lines({std::make_pair(LineType::wrappable,
14 std::make_pair(LineType::softwrappable,
17 std::make_pair(LineType::nonwrappable,
61 fmt.add_lines({std::make_pair(LineType::wrappable,
92 fmt.add_line(LineType::wrappable, "Highlight me please!");
117 fmt.add_line(LineType::hr, "");
152 fmt.add_line(LineType::wrappable, "0123456789101112");
154 fmt.add_line(LineType::nonwrappable, "0123456789101112");
171 fmt.add_line(LineType::wrappable, " 0123456789101112");
200 fmt.add_line(LineType::wrappable, "just a test");
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/ui/qml/
H A Dtest_FormattedTextModel.cpp13 using PairList = QList<QPair<QString, FormattedTextModel::LineType> >;
29 QTest::addColumn<FormattedTextModel::LineType>("type"); in test_LineType_data()
31 QTest::newRow("Empty") << " " << FormattedTextModel::LineType::EMPTY; in test_LineType_data()
33 QTest::newRow("Header") << "***" << FormattedTextModel::LineType::HEADER; in test_LineType_data()
51 QFETCH(FormattedTextModel::LineType, type); in test_LineType()
59 QTest::addColumn<FormattedTextModel::LineType>("type"); in test_isFormattingLine_data()
62 QTest::newRow("Empty") << FormattedTextModel::LineType::EMPTY << false; in test_isFormattingLine_data()
63 QTest::newRow("Header") << FormattedTextModel::LineType::HEADER << true; in test_isFormattingLine_data()
73 QFETCH(FormattedTextModel::LineType, type); in test_isFormattingLine()
83 QTest::addColumn<FormattedTextModel::LineType>("type"); in test_stripFormattingCharacters_data()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/src/
H A Dtypes.rs39 pub enum LineType { enum
48 impl<'a> From<&'a str> for LineType { implementation
71 impl LineType { implementation
106 use super::LineType;
110 assert_eq!(LineType::from(""), LineType::Empty); in test_linetype_from_str()
111 assert_eq!(LineType::from(" \n \r"), LineType::Empty); in test_linetype_from_str()
113 LineType::from("# Hello there"), in test_linetype_from_str()
114 LineType::Title("Hello there".into()) in test_linetype_from_str()
117 LineType::from("> tis a description \n"), in test_linetype_from_str()
121 LineType::from("some command "), in test_linetype_from_str()
[all …]
H A Dtokenizer.rs5 use crate::types::LineType;
45 pub fn next_token(&mut self) -> Option<LineType> { in next_token() argument
66 return Some(LineType::Title(self.current_line.trim_end().to_string())); in next_token()
79 TldrFormat::V1 => Some(LineType::from_v1(&self.current_line[..])), in next_token()
80 TldrFormat::V2 => Some(LineType::from(&self.current_line[..])), in next_token()
91 use crate::types::LineType;
98 assert_eq!(title, LineType::Title("The Title".to_string())); in test_first_line_old_format()
100 assert_eq!(empty, LineType::Empty); in test_first_line_old_format()
108 assert_eq!(title, LineType::Title("The Title".to_string())); in test_first_line_new_format()
110 assert_eq!(empty, LineType::Empty); in test_first_line_new_format()
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A DLineRef.h20 typedef qint32 LineType; typedef
22 static constexpr LineType invalid = -1;
24 inline LineRef(const LineType i) noexcept { mLineNumber = i; } in LineRef()
28 if(i <= TYPE_MAX(LineType)) in LineRef()
29 mLineNumber = (LineType)i; in LineRef()
33 inline operator LineType() const noexcept { return mLineNumber; } in LineType() function
34 inline LineRef& operator=(const LineType lineIn) noexcept
39 inline LineRef& operator+=(const LineType& inLine)
74 LineType mLineNumber = invalid;
90 typedef LineRef::LineType LineCount;
[all …]
/dports/security/py-stem/stem-1.8.0/test/
H A Doutput.py39 ' ... ok': LineType.OK,
40 ' ... FAIL': LineType.FAIL,
41 ' ... ERROR': LineType.ERROR,
42 ' ... skipped': LineType.SKIPPED,
46 LineType.OK: (term.Color.GREEN,),
136 line_type = LineType.CONTENT
207 if line_type == LineType.CONTENT:
223 if line_type == LineType.SKIPPED:
226 if line_type == LineType.OK:
228 elif line_type in (LineType.FAIL, LineType.ERROR):
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Examples/SpatialObjects/
H A DLineSpatialObject.cxx47 using LineType = itk::LineSpatialObject<3>; in main() typedef
48 using LinePointer = LineType::Pointer; in main()
49 using LinePointType = LineType::LinePointType; in main()
51 using PointType = LineType::PointType; in main()
52 using CovariantVectorType = LineType::CovariantVectorType; in main()
54 LinePointer Line = LineType::New(); in main()
72 LineType::LinePointListType list; in main()
121 LineType::LinePointListType pointList = Line->GetPoints(); in main()
139 LineType::LinePointListType::const_iterator it = Line->GetPoints().begin(); in main()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pdf/
H A Dpdftextrecognition.cpp229 return LineType::FIRSTPOINT; in linearTest()
231 return LineType::SAMELINE; in linearTest()
251 return LineType::NEWLINE; in linearTest()
253 return LineType::NEWLINE; in linearTest()
267 return LineType::FAIL; in linearTest()
308 if (mode == LineType::FAIL) in moveToPoint()
312 if (mode == LineType::NEWLINE || mode == LineType::FIRSTPOINT) in moveToPoint()
319 if (mode == LineType::NEWLINE) in moveToPoint()
340 if (mode != LineType::NEWLINE && mode != LineType::FIRSTPOINT) in moveToPoint()
375 if (mode == LineType::FAIL) in addGlyphAtPoint()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/eigen2/
H A Deigen2_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) in parametrizedline()
23 typedef typename LineType::Scalar Scalar; in parametrizedline()
25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType; in parametrizedline()
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, in parametrizedline()
27 LineType::AmbientDimAtCompileTime> MatrixType; in parametrizedline()
34 LineType l0(p0, d0); in parametrizedline()
46 const int Dim = LineType::AmbientDimAtCompileTime; in parametrizedline()
/dports/cad/pcb/pcb-4.2.0/src/
H A Dfind.h47 bool LineLineIntersect (LineType *, LineType *);
48 bool LineArcIntersect (LineType *, ArcType *);
49 bool PinLineIntersect (PinType *, LineType *);
50 bool LinePadIntersect (LineType *, PadType *);
68 bool IsLineInPolygon (LineType *, PolygonType *);
/dports/textproc/gutenmark/GutenMark-source/GutenUtilities/
H A DAddTocToLatex.c43 char *s, *ss, *LineType; in main() local
64 LineType = "\\addcontentsline{toc}{chapter}"; in main()
66 LineType = "\\addcontentsline{toc}{section}"; in main()
68 LineType = NULL; in main()
69 if (LineType != NULL) in main()
88 LineType, s); in main()
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dline3.h75 typedef Line3<LineScalarType,NORM> LineType; typedef
117 inline bool operator == ( LineType const & p ) const
120 inline bool operator != ( LineType const & p ) const
136 static Line3<ScalarType,true> &Normalize(LineType &p) in Normalize()
147 static LineType Construct( const Line3<Q,K> & b ) in Construct()
148 { LineType res; res.Import(b); return res; in Construct()
166 inline Line3<ScalarType,false> operator + ( LineType const & p) const
168 inline Line3<ScalarType,false> operator - ( LineType const & p) const
173 {ScalarType s0=((ScalarType)1.0)/s; return LineType( _ori*s0, _dir*s0 );}
186 inline LineType & operator = ( Line3<ScalarType,!NORM> const &r)
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dline3.h75 typedef Line3<LineScalarType,NORM> LineType; typedef
117 inline bool operator == ( LineType const & p ) const
120 inline bool operator != ( LineType const & p ) const
136 static Line3<ScalarType,true> &Normalize(LineType &p) in Normalize()
147 static LineType Construct( const Line3<Q,K> & b ) in Construct()
148 { LineType res; res.Import(b); return res; in Construct()
166 inline Line3<ScalarType,false> operator + ( LineType const & p) const
168 inline Line3<ScalarType,false> operator - ( LineType const & p) const
173 {ScalarType s0=((ScalarType)1.0)/s; return LineType( _ori*s0, _dir*s0 );}
186 inline LineType & operator = ( Line3<ScalarType,!NORM> const &r)
/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Mesh/
H A DMeshCellVisitor2.cxx60 using LineType = itk::LineCell< CellType >; typedef
128 void Visit(unsigned long cellId, LineType * t ) in Visit()
131 LineType::PointIdIterator pit = t->PointIdsBegin(); in Visit()
171 LineType::PointIdIterator end = t->PointIdsEnd(); in Visit()
272 cellpointer.TakeOwnership( new LineType ); in main()
277 cellpointer.TakeOwnership( new LineType ); in main()
282 cellpointer.TakeOwnership( new LineType ); in main()
287 cellpointer.TakeOwnership( new LineType ); in main()
292 cellpointer.TakeOwnership( new LineType ); in main()
297 cellpointer.TakeOwnership( new LineType ); in main()
[all …]
/dports/www/newsboat/newsboat-2.22.1/src/
H A Ditemrenderer.cpp35 std::vector<std::pair<LineType, std::string>>& lines, in prepare_header() argument
42 LineType lineType = LineType::wrappable) { in prepare_header()
66 add_line(item->link(), _("Link: "), LineType::softwrappable); in prepare_header()
80 lines.push_back(std::make_pair(LineType::softwrappable, dlurl)); in prepare_header()
98 std::vector<std::pair<LineType, std::string>>& lines, in render_html() argument
128 lines.push_back(std::make_pair(LineType::softwrappable, line)); in render_html()
137 std::vector<std::pair<LineType, std::string>> lines; in to_plain_text()
165 std::vector<std::pair<LineType, std::string>> lines; in to_stfl_list()
179 std::vector<std::pair<LineType, std::string>>& lines, in render_source() argument
196 lines.push_back(std::make_pair(LineType::softwrappable, line)); in render_source()
[all …]

12345678910>>...36