Home
last modified time | relevance | path

Searched refs:found_pos (Results 1 – 25 of 135) sorted by relevance

123456

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/type/
H A Dtype_string_utils.h54 auto found_pos = text.find(part); in is_space_after() local
59 found_pos = found_pos + part.length(); in is_space_after()
61 if (found_pos == std::string::npos || found_pos > text.length()) in is_space_after()
76 found_pos = found_pos - 1; in is_space_before()
78 if (found_pos == std::string::npos || found_pos > text.length()) in is_space_before()
88 auto found_pos = text.find(part); in insert_space_after() local
93 found_pos = found_pos + part.length(); in insert_space_after()
95 if (found_pos == std::string::npos || found_pos > text.length()) in insert_space_after()
98 text.insert(found_pos, " "); in insert_space_after()
110 if (found_pos == std::string::npos || found_pos > text.length()) in insert_space_before()
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc48 size_t found_pos = absl::string_view::npos; in GenericFind() local
50 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
51 if (found_pos != absl::string_view::npos) { in GenericFind()
52 found = absl::string_view(text.data() + found_pos, in GenericFind()
88 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
89 if (found_pos == absl::string_view::npos) in Find()
91 return text.substr(found_pos, 1); in Find()
101 size_t found_pos = text.find(c_, pos); in Find() local
102 if (found_pos == absl::string_view::npos) in Find()
104 return text.substr(found_pos, 1); in Find()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/graphics/R-cran-s2/s2/src/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/
H A Dstr_split.cc49 size_t found_pos = absl::string_view::npos; in GenericFind() local
52 found_pos = find_policy.Find(text, delimiter, pos); in GenericFind()
53 if (found_pos != absl::string_view::npos) { in GenericFind()
54 found = absl::string_view(text.data() + found_pos, in GenericFind()
90 size_t found_pos = text.find(delimiter_[0], pos); in Find() local
91 if (found_pos == absl::string_view::npos) in Find()
93 return text.substr(found_pos, 1); in Find()
103 size_t found_pos = text.find(c_, pos); in Find() local
104 if (found_pos == absl::string_view::npos) in Find()
106 return text.substr(found_pos, 1); in Find()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdatainputstream.c635 gssize found_pos; in scan_for_newline() local
646 found_pos = -1; in scan_for_newline()
692 found_pos = start + i; in scan_for_newline()
708 if (found_pos != -1) in scan_for_newline()
711 return found_pos; in scan_for_newline()
754 gssize found_pos; in g_data_input_stream_read_line() local
788 found_pos = checked; in g_data_input_stream_read_line()
804 line[found_pos] = 0; in g_data_input_stream_read_line()
996 gssize found_pos; in g_data_input_stream_read_line_ready() local
1036 if (found_pos == -1) in g_data_input_stream_read_line_ready()
[all …]
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Stream/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Stream/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Stream/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/devel/pear-Horde_Stream/Horde_Stream-1.6.3/lib/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Stream/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/www/moodle310/moodle/lib/horde/framework/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/www/moodle311/moodle/lib/horde/framework/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/www/moodle39/moodle/lib/horde/framework/Horde/
H A DStream.php268 $found_pos = null;
280 $found_pos = $i;
292 $found_pos = $this->pos() - ($single_char ? 1 : strlen($c));
299 is_null($found_pos) ||
300 ($this->getString($found_pos, $found_pos + $len - 1) == $char)) {
304 $this->seek($found_pos + ($reverse ? 0 : 1), false);
305 $found_pos = null;
309 ($reset || is_null($found_pos)) ? $pos : $found_pos,
314 return $found_pos;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dlib_tree_model.cpp230 int found_pos = EDA_PATTERN_NOT_FOUND; in UpdateScore() local
237 else if( aMatcher.Find( m_MatchName, matchers_fired, found_pos ) ) in UpdateScore()
240 m_Score += matchPosScore( found_pos, 20 ) + 20; in UpdateScore()
242 else if( aMatcher.Find( m_Parent->m_MatchName, matchers_fired, found_pos ) ) in UpdateScore()
246 else if( aMatcher.Find( m_SearchText, matchers_fired, found_pos ) ) in UpdateScore()
256 m_Score += matchPosScore( found_pos, 17 ) + 1; in UpdateScore()
314 int found_pos = EDA_PATTERN_NOT_FOUND; in UpdateScore() local
321 else if( aMatcher.Find( m_MatchName, matchers_fired, found_pos ) ) in UpdateScore()
324 m_Score += matchPosScore( found_pos, 20 ) + 20; in UpdateScore()
/dports/math/py-sympy/sympy-1.9/sympy/logic/algorithms/
H A Ddpll.py232 found_pos, found_neg = False, False
234 if not found_pos and sym in disjuncts(c):
235 found_pos = True
238 if found_pos != found_neg:
239 return sym, found_pos
255 found_pos = all_symbols.intersection(symbols)
257 for p in found_pos:
261 if -p not in found_pos:
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DApplication.cpp44 std::size_t found_pos = ip_port.find(':'); in connect() local
45 if (found_pos != std::string::npos) in connect()
47 ip = ip_port.substr(0, found_pos); in connect()
48 port = std::stoi(ip_port.substr(found_pos + 1).data()); in connect()
/dports/audio/wavetral/wavetral-57290f2/
H A Dac_infile_mw2.cpp156 char *tmp_pos, *found_pos; in count_items() local
162 while ((found_pos = strstr(tmp_pos, mw_header)) != nullptr) in count_items()
164 found_index = int(found_pos - its_sysex_string); in count_items()
177 tmp_pos = ++found_pos; in count_items()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/helper/
H A DTextHelper.php158 $found_pos = $strpos($strtolower($text), $strtolower($phrase));
160 if ($found_pos !== false)
162 $start_pos = max($found_pos - $radius, 0);
163 $end_pos = min($found_pos + $strlen($phrase) + $radius, $strlen($text));
/dports/graphics/timg/timg-1.4.0/src/
H A Dtermutils.cc119 const char *found_pos = nullptr; in QueryTerminal() local
137 found_pos = response_found_p(buffer, total_read); in QueryTerminal()
138 if (found_pos) in QueryTerminal()
145 return found_pos; in QueryTerminal()

123456