Home
last modified time | relevance | path

Searched refs:SENTENCE (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/demo_pi_sample/src/nmea0183/
H A Dsentence.cpp58 SENTENCE::SENTENCE() in SENTENCE() function in SENTENCE
63 SENTENCE::~SENTENCE() in ~SENTENCE()
458 const SENTENCE& SENTENCE::operator = ( const SENTENCE& source ) in operator =()
467 const SENTENCE& SENTENCE::operator = ( const wxString& source ) in operator =()
476 const SENTENCE& SENTENCE::operator += ( const wxString& source ) in operator +=()
486 const SENTENCE& SENTENCE::operator += ( double value ) in operator +=()
500 SENTENCE& SENTENCE::Add ( double value, int precision ) in Add()
649 const SENTENCE& SENTENCE::operator += ( NORTHSOUTH northing ) in operator +=()
667 const SENTENCE& SENTENCE::operator += ( int value ) in operator +=()
681 const SENTENCE& SENTENCE::operator += ( EASTWEST easting ) in operator +=()
[all …]
H A DSentence.hpp46 class SENTENCE class
52 SENTENCE();
53 virtual ~SENTENCE();
86 virtual const SENTENCE& operator = ( const SENTENCE& source );
87 virtual const SENTENCE& operator = ( const wxString& source );
88 virtual const SENTENCE& operator += ( const wxString& source );
89 virtual const SENTENCE& operator += ( double value );
90 virtual const SENTENCE& operator += ( NORTHSOUTH northing );
92 virtual const SENTENCE& operator += ( int value );
93 virtual const SENTENCE& operator += ( EASTWEST easting );
[all …]
H A DLatLong.hpp44 class SENTENCE;
68 …virtual void Parse( int PositionFieldNumber, int NorthingFieldNumber, const SENTENCE& LineToParse …
70 virtual void Write( SENTENCE& sentence );
101 …virtual void Parse( int PositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
103 virtual void Write( SENTENCE& sentence );
132 …eldNumber, int LongitudePositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
133 virtual void Write( SENTENCE& sentence );
H A Dhdm.hpp63 virtual bool Parse( const SENTENCE& sentence );
64 virtual bool Write( SENTENCE& sentence );
H A Dgsv.hpp63 virtual bool Parse( const SENTENCE& sentence );
64 virtual bool Write( SENTENCE& sentence );
H A Dhdt.hpp53 virtual bool Parse( const SENTENCE& sentence );
54 virtual bool Write( SENTENCE& sentence );
/dports/astro/opencpn/OpenCPN-5.2.4/libs/nmea0183/src/
H A Dsentence.cpp58 SENTENCE::SENTENCE() in SENTENCE() function in SENTENCE
63 SENTENCE::~SENTENCE() in ~SENTENCE()
458 const SENTENCE& SENTENCE::operator = ( const SENTENCE& source ) in operator =()
467 const SENTENCE& SENTENCE::operator = ( const wxString& source ) in operator =()
476 const SENTENCE& SENTENCE::operator += ( const wxString& source ) in operator +=()
486 const SENTENCE& SENTENCE::operator += ( double value ) in operator +=()
500 SENTENCE& SENTENCE::Add ( double value, int precision ) in Add()
649 const SENTENCE& SENTENCE::operator += ( NORTHSOUTH northing ) in operator +=()
667 const SENTENCE& SENTENCE::operator += ( int value ) in operator +=()
681 const SENTENCE& SENTENCE::operator += ( EASTWEST easting ) in operator +=()
[all …]
H A DSentence.hpp46 class SENTENCE class
52 SENTENCE();
53 virtual ~SENTENCE();
86 virtual const SENTENCE& operator = ( const SENTENCE& source );
87 virtual const SENTENCE& operator = ( const wxString& source );
88 virtual const SENTENCE& operator += ( const wxString& source );
89 virtual const SENTENCE& operator += ( double value );
90 virtual const SENTENCE& operator += ( NORTHSOUTH northing );
92 virtual const SENTENCE& operator += ( int value );
93 virtual const SENTENCE& operator += ( EASTWEST easting );
[all …]
H A DLatLong.hpp44 class SENTENCE;
68 …virtual void Parse( int PositionFieldNumber, int NorthingFieldNumber, const SENTENCE& LineToParse …
70 virtual void Write( SENTENCE& sentence );
101 …virtual void Parse( int PositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
103 virtual void Write( SENTENCE& sentence );
132 …eldNumber, int LongitudePositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
133 virtual void Write( SENTENCE& sentence );
H A Dhdm.hpp63 virtual bool Parse( const SENTENCE& sentence );
64 virtual bool Write( SENTENCE& sentence );
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/nmea0183/
H A Dsentence.cpp45 SENTENCE::SENTENCE() in SENTENCE() function in SENTENCE
50 SENTENCE::~SENTENCE() in ~SENTENCE()
443 const SENTENCE& SENTENCE::operator = ( const SENTENCE& source ) in operator =()
452 const SENTENCE& SENTENCE::operator = ( const wxString& source ) in operator =()
461 const SENTENCE& SENTENCE::operator += ( const wxString& source ) in operator +=()
471 const SENTENCE& SENTENCE::operator += ( double value ) in operator +=()
485 const SENTENCE& SENTENCE::operator += ( COMMUNICATIONS_MODE mode ) in operator +=()
619 const SENTENCE& SENTENCE::operator += ( NORTHSOUTH northing ) in operator +=()
637 const SENTENCE& SENTENCE::operator += ( int value ) in operator +=()
651 const SENTENCE& SENTENCE::operator += ( EASTWEST easting ) in operator +=()
[all …]
H A DSentence.hpp46 class SENTENCE class
52 SENTENCE();
53 virtual ~SENTENCE();
85 virtual const SENTENCE& operator = ( const SENTENCE& source );
86 virtual const SENTENCE& operator = ( const wxString& source );
87 virtual const SENTENCE& operator += ( const wxString& source );
88 virtual const SENTENCE& operator += ( double value );
89 virtual const SENTENCE& operator += ( NORTHSOUTH northing );
91 virtual const SENTENCE& operator += ( int value );
92 virtual const SENTENCE& operator += ( EASTWEST easting );
[all …]
H A DLatLong.hpp44 class SENTENCE;
68 …virtual void Parse( int PositionFieldNumber, int NorthingFieldNumber, const SENTENCE& LineToParse …
70 virtual void Write( SENTENCE& sentence );
101 …virtual void Parse( int PositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
103 virtual void Write( SENTENCE& sentence );
132 …eldNumber, int LongitudePositionFieldNumber, int EastingFieldNumber, const SENTENCE& LineToParse );
133 virtual void Write( SENTENCE& sentence );
H A Dhdt.hpp53 virtual bool Parse( const SENTENCE& sentence );
54 virtual bool Write( SENTENCE& sentence );
/dports/www/zola/zola-0.15.2/cargo-crates/jieba-rs-0.6.6/benches/
H A Djieba_benchmark.rs17 static SENTENCE: &str = "我是拖拉机学院手扶拖拉机专业的。不用多久,我就会升职加薪,当上CEO,走上人生巅峰。";
31 group.throughput(Throughput::Bytes(SENTENCE.len() as u64));
34 group.bench_function("cut_all", |b| b.iter(|| JIEBA.cut_all(black_box(SENTENCE))));
36 b.iter(|| JIEBA.cut_for_search(black_box(SENTENCE), true))
41 group.throughput(Throughput::Bytes(SENTENCE.len() as u64));
43 b.iter(|| JIEBA.tokenize(black_box(SENTENCE), TokenizeMode::Default, true))
46 b.iter(|| JIEBA.tokenize(black_box(SENTENCE), TokenizeMode::Search, true))
51 group.throughput(Throughput::Bytes(SENTENCE.len() as u64));
52 group.bench_function("tag", |b| b.iter(|| JIEBA.tag(black_box(SENTENCE), true)));
56 group.throughput(Throughput::Bytes(SENTENCE.len() as u64));
[all …]
/dports/audio/praat/praat-6.2.03/stat/
H A Dpraat_Stat.cpp55 SENTENCE (string, U"String", U"")
415 SENTENCE (group, U"Group", U"F")
509 SENTENCE (value, U"Value", U"")
604 SENTENCE (group1, U"Group 1", U"F")
605 SENTENCE (group2, U"Group 2", U"M")
634 SENTENCE (group1, U"Group 1", U"F")
635 SENTENCE (group2, U"Group 2", U"M")
658 SENTENCE (group, U"Group", U"F")
685 SENTENCE (column, U"Column", U"")
723 SENTENCE (label, U"Label", U"diff")
[all …]
H A Dpraat_TableOfReal.cpp121 SENTENCE (columnLabel, U"Column label", U"")
152 SENTENCE (columnLabel, U"Column label", U"")
174 SENTENCE (columnLabel, U"Column label", U"1")
197 SENTENCE (rowLabel, U"Row label", U"")
278 SENTENCE (label, U"Label", U"")
287 SENTENCE (oldLabel, U"Old label", U"")
288 SENTENCE (newLabel, U"New label", U"")
299 SENTENCE (label, U"Label", U"")
321 SENTENCE (oldLabel, U"Old label", U"")
383 SENTENCE (___theText, U"...the text", U"a")
[all …]
/dports/astro/gpsd/gpsd-3.20/contrib/
H A Dskyview2svg66 SENTENCE = json.loads(f.readline())
67 if 'class' in SENTENCE and SENTENCE['class'] == 'SKY':
68 SKY = SENTENCE
69 if 'class' in SENTENCE and SENTENCE['class'] == 'TPV':
70 TPV = SENTENCE
75 SENTENCE = json.loads(sys.stdin.readline())
76 if 'class' in SENTENCE and SENTENCE['class'] == 'SKY':
77 SKY = SENTENCE
78 if 'class' in SENTENCE and SENTENCE['class'] == 'TPV':
79 TPV = SENTENCE
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dtxtselector.cpp51 return selectMiddleInterval( SENTENCE, positionToShow ); in doCommand()
75 _currInterval = SENTENCE; in doCommand()
83 return moveBy( SENTENCE, FORWARD, START, count, positionToShow ); in doCommand()
99 return moveBy( SENTENCE, FORWARD, END, count, positionToShow ); in doCommand()
107 return moveBy( SENTENCE, BACK, END, count, positionToShow ); in doCommand()
115 return moveBy( SENTENCE, FORWARD, ALL, count, positionToShow ); in doCommand()
123 return moveBy( SENTENCE, BACK, ALL, count, positionToShow ); in doCommand()
131 return moveBy( SENTENCE, FORWARD, _currOrigin, count, positionToShow ); in doCommand()
139 return moveBy( SENTENCE, BACK, _currOrigin, count, positionToShow ); in doCommand()
/dports/devel/bmake/bmake/unit-tests/
H A Dvarmod-to-one-word.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
8 .if ${SENTENCE:tW:[#]} != 1
11 .if ${SENTENCE:tw:[#]} != 10
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
H A Dvarmod-to-many-words.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
8 .if ${SENTENCE:tw:[#]} != 10
11 .if ${SENTENCE:tW:[#]} != 1
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DStringUtilsSubstringTest.java34 private static final String SENTENCE = "foo bar baz"; field in StringUtilsSubstringTest
48 assertEquals("", StringUtils.substring(SENTENCE, 80)); in testSubstring_StringInt()
49 assertEquals(BAZ, StringUtils.substring(SENTENCE, 8)); in testSubstring_StringInt()
50 assertEquals(BAZ, StringUtils.substring(SENTENCE, -3)); in testSubstring_StringInt()
51 assertEquals(SENTENCE, StringUtils.substring(SENTENCE, 0)); in testSubstring_StringInt()
70 assertEquals("", StringUtils.substring(SENTENCE, 8, 6)); in testSubstring_StringIntInt()
71 assertEquals(FOO, StringUtils.substring(SENTENCE, 0, 3)); in testSubstring_StringIntInt()
72 assertEquals("o", StringUtils.substring(SENTENCE, -9, 3)); in testSubstring_StringIntInt()
73 assertEquals(FOO, StringUtils.substring(SENTENCE, 0, -8)); in testSubstring_StringIntInt()
75 assertEquals(SENTENCE, StringUtils.substring(SENTENCE, 0, 80)); in testSubstring_StringIntInt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunotextmarkup.cxx170 … else if ( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
224 … if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
240 … else if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
245 if( bStartInField && nType != text::TextMarkupType::SENTENCE ) in commitStringMarkup()
266 if( bEndInField && nType != text::TextMarkupType::SENTENCE ) in commitStringMarkup()
289 if( nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
308 …== text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE, "Wrong mark-up t… in lcl_commitGrammarMarkUp()
345 if( bStartInField && nType != text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
362 if( bEndInField && nType != text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
385 if( nType == text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunotextmarkup.cxx168 … else if ( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
222 … if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
238 … else if( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
243 if( bStartInField && nType != text::TextMarkupType::SENTENCE ) in commitStringMarkup()
264 if( bEndInField && nType != text::TextMarkupType::SENTENCE ) in commitStringMarkup()
287 if( nType == text::TextMarkupType::SENTENCE ) in commitStringMarkup()
306 …== text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE, "Wrong mark-up t… in lcl_commitGrammarMarkUp()
343 if( bStartInField && nType != text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
360 if( bEndInField && nType != text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
383 if( nType == text::TextMarkupType::SENTENCE ) in lcl_commitGrammarMarkUp()
[all …]
/dports/net/fort/FORT-validator-1.5.3/test/
H A Dline_file_test.c14 char *SENTENCE; in START_TEST() local
36 SENTENCE = "This is a very long line. "; in START_TEST()
37 SENTENCE_LEN = strlen(SENTENCE); in START_TEST()
41 strcpy(long_string + i * SENTENCE_LEN, SENTENCE); in START_TEST()

12345678910>>...19