Home
last modified time | relevance | path

Searched refs:end_pos (Results 176 – 200 of 4539) sorted by relevance

12345678910>>...182

/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc2045decodemimesection.c23 off_t start_pos, end_pos, start_body; in rfc2045_decodemimesection() local
29 rfc2045_mimepos(rfc, &start_pos, &end_pos, &start_body, in rfc2045_decodemimesection()
35 while (start_body < end_pos) in rfc2045_decodemimesection()
38 if (cnt > end_pos-start_body) in rfc2045_decodemimesection()
39 cnt=end_pos-start_body; in rfc2045_decodemimesection()
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc2045decodemimesection.c23 off_t start_pos, end_pos, start_body; in rfc2045_decodemimesection() local
29 rfc2045_mimepos(rfc, &start_pos, &end_pos, &start_body, in rfc2045_decodemimesection()
35 while (start_body < end_pos) in rfc2045_decodemimesection()
38 if (cnt > end_pos-start_body) in rfc2045_decodemimesection()
39 cnt=end_pos-start_body; in rfc2045_decodemimesection()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DEsiParser.cc263 size_t curr_pos, end_pos; in _parse() local
354 parse_result = _processIncludeTag(data, curr_pos, end_pos, node_list); in _parse()
364 parse_result = _processWhenTag(data, curr_pos, end_pos, node_list); in _parse()
368 parse_result = _processTryTag(data, curr_pos, end_pos, node_list); in _parse()
372 parse_result = _processChooseTag(data, curr_pos, end_pos, node_list); in _parse()
401 parse_start_pos = end_pos + node_info->closing_tag_len; in _parse()
429 if (!Utils::getAttribute(data, SRC_ATTR_STR, curr_pos, end_pos, src_info)) { in _processIncludeTag()
451 node.data_len = end_pos - curr_pos; in _processSpecialIncludeTag()
479 int data_size = end_pos - term_pos; in _processWhenTag()
494 int data_size = end_pos - curr_pos; in _processTryTag()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DTemplateParser.php46 $end_pos = $this->_getEndPos($tag, $content, $start_pos);
51 $sub_end_pos = $end_pos;
61 $end_pos = $sub_end_pos;
64 if($end_pos === false)
68 $tag_length = $end_pos-$start_pos;
77 $end_pos = strpos($content, $this->openTagSymbol.'/'.$tag.$this->closeTagSymbol, $offset);
78 if($end_pos!==false)
80 $end_pos+=strlen($this->openTagSymbol.'/'.$tag.$this->closeTagSymbol);
82 return $end_pos;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_string.c192 end_pos = len; in duk_bi_string_prototype_substring()
197 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_substring()
201 start_pos = end_pos; in duk_bi_string_prototype_substring()
202 end_pos = tmp; in duk_bi_string_prototype_substring()
242 end_pos = len; in duk_bi_string_prototype_substr()
248 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_substr()
277 end_pos = len; in duk_bi_string_prototype_slice()
280 if (end_pos < 0) { in duk_bi_string_prototype_slice()
281 end_pos = len + end_pos; in duk_bi_string_prototype_slice()
285 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_slice()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_string.c192 end_pos = len; in duk_bi_string_prototype_substring()
197 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_substring()
201 start_pos = end_pos; in duk_bi_string_prototype_substring()
202 end_pos = tmp; in duk_bi_string_prototype_substring()
242 end_pos = len; in duk_bi_string_prototype_substr()
248 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_substr()
277 end_pos = len; in duk_bi_string_prototype_slice()
280 if (end_pos < 0) { in duk_bi_string_prototype_slice()
281 end_pos = len + end_pos; in duk_bi_string_prototype_slice()
285 DUK_ASSERT(end_pos >= 0 && end_pos <= len); in duk_bi_string_prototype_slice()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_ods.cpp195 size_t start_pos, end_pos; in test_ods_import_formatted_text() local
198 bool good = bold_runs.search_tree(0, is_bold, &start_pos, &end_pos).second; in test_ods_import_formatted_text()
202 assert(end_pos == 4); in test_ods_import_formatted_text()
205 good = bold_runs.search_tree(4, is_bold, &start_pos, &end_pos).second; in test_ods_import_formatted_text()
209 assert(end_pos == str->size()); in test_ods_import_formatted_text()
223 size_t start_pos, end_pos; in test_ods_import_formatted_text() local
230 assert(end_pos == 9); in test_ods_import_formatted_text()
233 good = italic_runs.search_tree(9, it_italic, &start_pos, &end_pos).second; in test_ods_import_formatted_text()
237 assert(end_pos == 15); in test_ods_import_formatted_text()
240 good = italic_runs.search_tree(15, it_italic, &start_pos, &end_pos).second; in test_ods_import_formatted_text()
[all …]
/dports/lang/seed7/seed7/src/
H A Dcon_inf.c538 int end_pos; in doWrite() local
556 while (end_pos >= 0 && in doWrite()
557 new_line[end_pos] == stri[end_pos] && in doWrite()
559 end_pos--; in doWrite()
561 if (end_pos >= 0) { in doWrite()
1099 int end_pos; in doLeftScroll() local
1167 while (new_line[end_pos] == old_line[end_pos]) { in doLeftScroll()
1168 end_pos--; in doLeftScroll()
1240 int end_pos; in doRightScroll() local
1312 while (new_line[end_pos] == old_line[end_pos]) { in doRightScroll()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/www/firefox/firefox-99.0/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/atk-1.0/atk/
H A Datkeditabletext.h62 gint end_pos);
65 gint end_pos);
68 gint end_pos);
90 gint end_pos);
93 gint end_pos);
96 gint end_pos);
/dports/devel/vstr/vstr-1.0.15/src/
H A Dvstr_add_netstr.c63 size_t beg_pos, size_t end_pos, in vstr__netstr_end_start() argument
70 ASSERT(end_pos); in vstr__netstr_end_start()
74 ASSERT_RET(beg_pos < end_pos, FALSE); in vstr__netstr_end_start()
75 ASSERT_RET(end_pos <= base->len, FALSE); in vstr__netstr_end_start()
76 ASSERT_RET(vstr_sc_posdiff(beg_pos, end_pos) > VSTR__ULONG_MAX_LEN, FALSE); in vstr__netstr_end_start()
82 len = end_pos - (beg_pos + VSTR__ULONG_MAX_LEN); in vstr__netstr_end_start()
84 if (!vstr_add_rep_chr(base, end_pos, VSTR__ASCII_COMMA(), 1)) in vstr__netstr_end_start()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dtools_t.cpp77 void simulateDrag(const QPoint& start_pos, const QPoint& end_pos);
78 void simulateDrag(const QPointF& start_pos, const QPointF& end_pos);
144 void TestMapEditor::simulateDrag(const QPoint& start_pos, const QPoint& end_pos) in simulateDrag() argument
151 …QMouseEvent event(QEvent::MouseMove, end_pos, map_widget->mapToGlobal(end_pos), Qt::NoButton, Qt::… in simulateDrag()
154 QTest::mouseRelease(map_widget, Qt::LeftButton, nullptr, end_pos); in simulateDrag()
157 void TestMapEditor::simulateDrag(const QPointF& start_pos, const QPointF& end_pos) in simulateDrag() argument
159 simulateDrag(start_pos.toPoint(), end_pos.toPoint()); in simulateDrag()
/dports/devel/cquery/cquery-20180718/src/
H A Dworking_files.cc630 lsPosition end_pos; variable
635 REQUIRE(end_pos.line == CharPos(f, '.').line);
636 REQUIRE(end_pos.character == CharPos(f, '.').character);
640 REQUIRE(end_pos.line == CharPos(f, ' ').line);
645 REQUIRE(end_pos.line == CharPos(f, ' ').line);
650 REQUIRE(end_pos.line == CharPos(f, ' ').line);
655 REQUIRE(end_pos.line == CharPos(f, ' ').line);
663 lsPosition end_pos; variable
668 REQUIRE(end_pos.line == CharPos(f, ' ').line);
673 REQUIRE(end_pos.line == CharPos(f, ' ').line);
[all …]
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/parse/
H A Dlexer.rs467 let end_pos = self.get_pos(); in lex_name() localVariable
473 end: end_pos, in lex_name()
481 end: end_pos, in lex_name()
487 let end_pos = self.get_pos(); in lex_name() localVariable
490 Ok((start_pos, tok, end_pos)) in lex_name()
516 end: end_pos, in lex_upname()
521 let end_pos = self.get_pos(); in lex_upname() localVariable
681 let end_pos = self.get_pos(); in lex_comment() localVariable
682 (start_pos, kind, end_pos) in lex_comment()
735 let end_pos = self.get_pos(); in lex_string() localVariable
[all …]
/dports/devel/mdds/mdds-1.7.0/include/mdds/
H A Dmulti_type_vector.hpp685 iterator release_range(size_type start_pos, size_type end_pos);
711 iterator release_range(const iterator& pos_hint, size_type start_pos, size_type end_pos);
875 iterator set_empty(size_type start_pos, size_type end_pos);
906 iterator set_empty(const iterator& pos_hint, size_type start_pos, size_type end_pos);
923 void erase(size_type start_pos, size_type end_pos);
1144 size_type start_pos, size_type end_pos, size_type block_index1,
1151 size_type start_pos, size_type end_pos, size_type block_index1,
1173 size_type start_pos, size_type end_pos, size_type block_index1, bool overwrite);
1213 void erase_impl(size_type start_pos, size_type end_pos);
1214 void erase_in_single_block(size_type start_pos, size_type end_pos, size_type block_pos);
[all …]
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datkeditabletext.h64 gint end_pos);
67 gint end_pos);
70 gint end_pos);
94 gint end_pos);
98 gint end_pos);
102 gint end_pos);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/
H A Darranger_selections.c1554 Position pos, end_pos;
1834 Position pos, end_pos;
1839 &pos, &end_pos,
1856 &pos, &end_pos,
1936 Position pos, end_pos;
1941 &pos, &end_pos,
2626 &pos, &end_pos,
2700 &pos, &end_pos,
3261 Position end_pos;
3262 position_set_to_pos (&end_pos, &r_obj->end_pos);
[all …]
/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dpoet.cc27 size_t end_pos; member
68 lengths.push_back(c->end_pos - last_end_pos); in word_lengths()
69 last_end_pos = c->end_pos; in word_lengths()
208 size_t end_pos = ev.first; in MakeSentenceWithStrategy() local
209 if (start_pos == 0 && end_pos == total_length) in MakeSentenceWithStrategy()
211 DLOG(INFO) << "end pos: " << end_pos; in MakeSentenceWithStrategy()
212 bool is_rear = end_pos == total_length; in MakeSentenceWithStrategy()
213 auto& target_state = states[end_pos]; in MakeSentenceWithStrategy()
225 Line new_line{&candidate, entry.get(), end_pos, weight}; in MakeSentenceWithStrategy()
228 DLOG(INFO) << "updated line ending at " << end_pos in MakeSentenceWithStrategy()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/_ffi/
H A Dbase.py205 end_pos = line.rfind(":")
206 if end_pos == -1:
208 start_pos = line.rfind(":", 0, end_pos)
210 err_name = line[:end_pos].strip()
212 err_name = line[start_pos + 1 : end_pos].strip()
217 end_pos = line.find(":")
218 if end_pos == -1:
220 err_name = line[:end_pos]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dtextview.c103 const char * end_pos; in bg_gtk_textview_update() local
136 end_pos = strchr(pos, '\n'); in bg_gtk_textview_update()
137 if(!end_pos) in bg_gtk_textview_update()
138 end_pos = pos + strlen(pos); in bg_gtk_textview_update()
139 if(next_tab > end_pos) in bg_gtk_textview_update()
149 gtk_text_buffer_insert(t->buffer, &end_iter, pos, (int)(end_pos - pos)); in bg_gtk_textview_update()
177 gtk_text_buffer_insert(t->buffer, &end_iter, next_tab, (int)(end_pos - next_tab)); in bg_gtk_textview_update()
179 pos = end_pos; in bg_gtk_textview_update()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/cmds/
H A Dtxtobjs.c65 gint end_pos = 0; in select_brace() local
75 end_pos = find_char(p->sci, pos, close_brace, TRUE); in select_brace()
82 end_pos = SSM(p->sci, SCI_BRACEMATCH, start_pos, 0); in select_brace()
85 if (end_pos < 0) in select_brace()
94 end_pos = NEXT(p->sci, end_pos); in select_brace()
99 SET_POS(p->sci, end_pos, TRUE); in select_brace()
104 p->sel_len = end_pos - start_pos; in select_brace()

12345678910>>...182