Home
last modified time | relevance | path

Searched refs:maybe_string (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/py-jedi/jedi-0.18.0/jedi/
H A Dparser_utils.py111 maybe_string = tree_node.get_next_sibling()
112 if maybe_string is not None:
113 if maybe_string.type == 'simple_stmt':
114 maybe_string = maybe_string.children[0]
115 if maybe_string.type == 'string':
116 return cleandoc(safe_literal_eval(maybe_string.value))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dfxv8.cpp86 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToWideStringHelper() local
88 if (maybe_string.IsEmpty()) in ReentrantToWideStringHelper()
91 v8::String::Utf8Value s(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToWideStringHelper()
100 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToByteStringHelper() local
102 if (maybe_string.IsEmpty()) in ReentrantToByteStringHelper()
105 v8::String::Utf8Value s(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToByteStringHelper()
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Dremote.py32 from .utils import maybe_string, to_bytes, strarray_to_strings, StrArray
79 return maybe_string(C.git_remote_name(self._remote))
85 return maybe_string(C.git_remote_url(self._remote))
91 return maybe_string(C.git_remote_pushurl(self._remote))
182 "name": maybe_string(refs[0][i].name),
183 "symref_target": maybe_string(refs[0][i].symref_target),
H A Dcallbacks.py73 from .utils import maybe_string, to_bytes
388 message = maybe_string(msg)
444 s = maybe_string(refname)
458 url_str = maybe_string(url)
459 username_str = maybe_string(username)
H A Dutils.py32 def maybe_string(ptr): function
/dports/biology/lamarc/lamarc-2.1.8/boost/spirit/fusion/sequence/detail/
H A Das_tuple_element.hpp73 struct maybe_string
99 , maybe_string<T>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dfxv8.cpp135 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToWideStringHelper() local
137 if (maybe_string.IsEmpty()) in ReentrantToWideStringHelper()
140 v8::String::Utf8Value s(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToWideStringHelper()
150 v8::MaybeLocal<v8::String> maybe_string = in ReentrantToByteStringHelper() local
152 if (maybe_string.IsEmpty()) in ReentrantToByteStringHelper()
155 v8::String::Utf8Value s(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToByteStringHelper()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/mysql57-client/mysql-5.7.36/client/base/
H A Dmysql_connection_options.cc213 Nullable<string>& maybe_string) in get_null_or_string() argument
215 if (maybe_string.has_value()) in get_null_or_string()
217 return maybe_string.value().c_str(); in get_null_or_string()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/base/
H A Dmysql_connection_options.cc226 Nullable<string> &maybe_string) { in get_null_or_string() argument
227 if (maybe_string.has_value()) { in get_null_or_string()
228 return maybe_string.value().c_str(); in get_null_or_string()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/absl/flags/
H A D_helpers.py435 def is_bytes_or_string(maybe_string): argument
437 return isinstance(maybe_string, basestring)
439 return isinstance(maybe_string, (str, bytes))
/dports/devel/py-absl-py/absl-py-0.15.0/absl/flags/
H A D_helpers.py435 def is_bytes_or_string(maybe_string): argument
437 return isinstance(maybe_string, basestring)
439 return isinstance(maybe_string, (str, bytes))
/dports/devel/py-absl/absl-py-0.7.1/absl/flags/
H A D_helpers.py427 def is_bytes_or_string(maybe_string): argument
429 return isinstance(maybe_string, basestring)
431 return isinstance(maybe_string, (str, bytes))
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc123 Node* const maybe_string = Parameter(Descriptor::kReceiver); in TF_BUILTIN() local
127 ToThisString(context, maybe_string, "String.prototype.toLowerCase"); in TF_BUILTIN()
H A Dbuiltins-regexp-gen.cc97 TNode<Object> maybe_string, TNode<String> flags) { in RegExpCreate() argument
102 return RegExpCreate(context, initial_map, maybe_string, flags); in RegExpCreate()
110 IsUndefined(maybe_string), [=] { return EmptyStringConstant(); }, in RegExpCreate()
111 [=] { return ToString_Inline(context, maybe_string); }); in RegExpCreate()
1046 Node* const maybe_string = Parameter(Descriptor::kString); in TF_BUILTIN() local
1055 TNode<String> const string = ToString_Inline(context, maybe_string); in TF_BUILTIN()
1707 Node* const maybe_string = Parameter(Descriptor::kString); in TF_BUILTIN() local
1717 TNode<String> const string = ToString_Inline(context, maybe_string); in TF_BUILTIN()
1936 Node* const maybe_string = Parameter(Descriptor::kString); in TF_BUILTIN() local
1946 TNode<String> const string = ToString_Inline(context, maybe_string); in TF_BUILTIN()
[all …]
/dports/editors/joe/joe-4.6/syntax/
H A Dperl.jsf88 "\i@" maybe_string buffer
90 "\i@%&" maybe_string buffer
393 :maybe_string Idle
401 "\c" maybe_string
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-intl-gen.cc139 auto maybe_string = Parameter<Object>(Descriptor::kReceiver); in TF_BUILTIN() local
143 ToThisString(context, maybe_string, "String.prototype.toLowerCase"); in TF_BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-intl-gen.cc139 auto maybe_string = Parameter<Object>(Descriptor::kReceiver); in TF_BUILTIN() local
143 ToThisString(context, maybe_string, "String.prototype.toLowerCase"); in TF_BUILTIN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-intl-gen.cc139 TNode<Object> maybe_string = CAST(Parameter(Descriptor::kReceiver)); in TF_BUILTIN() local
143 ToThisString(context, maybe_string, "String.prototype.toLowerCase"); in TF_BUILTIN()
/dports/www/p5-WWW-Mixi-Scraper/WWW-Mixi-Scraper-0.34/t_live/
H A Dview_event.t30 subject => 'maybe_string',
/dports/math/curv/curv-0.5/issues/closed/
H A DDenormString6 * remove maybe_string, it isn't used

123