Home
last modified time | relevance | path

Searched refs:notFound (Results 1 – 25 of 1544) sorted by relevance

12345678910>>...62

/dports/devel/pear-Date_Holidays/Date_Holidays-0.21.8/Date/Holidays/Driver/
H A DComposite.php243 $notFound = array();
285 $notFound = array_unique($notFound);
287 unset($notFound[array_search($internalName, $notFound)]);
294 if (! empty($notFound)) {
416 $notFound = array();
439 $notFound = array_unique($notFound);
441 unset($notFound[array_search($internalName, $notFound)]);
448 if (! empty($notFound)) {
518 $notFound = array();
542 $notFound = array_unique($notFound);
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DDirstructure.cpp156 wxString notFound = _("Maxima not found as %s"); in MaximaDefaultLocation() local
165 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
171 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
177 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
183 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
189 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
195 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
201 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
207 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
214 wxLogMessage(wxString::Format(notFound,maximaLocation.utf8_str())); in MaximaDefaultLocation()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLinkHash.cpp37 return notFound; in findSlashDotDotSlash()
43 return notFound; in findSlashDotDotSlash()
49 return notFound; in findSlashSlash()
55 return notFound; in findSlashSlash()
61 return notFound; in findSlashDotSlash()
67 return notFound; in findSlashDotSlash()
123 if (!refPos || refPos == notFound) in mergeDoubleSlashes()
132 if ((slash = findSlashSlash(path.data(), path.size(), slash)) == notFound) in mergeDoubleSlashes()
153 if (firstSlash != notFound) in cleanPath()
158 if (firstSlash != notFound) in cleanPath()
[all …]
H A DContentType.cpp45 if (semi != notFound) { in parameter()
47 if (start != notFound) { in parameter()
49 if (start != notFound) { in parameter()
52 if (quote != notFound && end != notFound) in parameter()
56 if (end == notFound) in parameter()
73 if (semi != notFound) in type()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddrw_textcodec.cpp137 bool notFound; in fromUtf8() local
150 notFound = true; in fromUtf8()
158 if (notFound) in fromUtf8()
273 bool notFound; in fromUtf8() local
286 notFound = true; in fromUtf8()
299 if (notFound) in fromUtf8()
312 bool notFound = true; in toUtf8() local
315 notFound = false; in toUtf8()
351 bool notFound; in fromUtf8() local
364 notFound = true; in fromUtf8()
[all …]
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddrw_textcodec.cpp137 bool notFound; in fromUtf8() local
150 notFound = true; in fromUtf8()
158 if (notFound) in fromUtf8()
273 bool notFound; in fromUtf8() local
286 notFound = true; in fromUtf8()
299 if (notFound) in fromUtf8()
312 bool notFound = true; in toUtf8() local
315 notFound = false; in toUtf8()
351 bool notFound; in fromUtf8() local
364 notFound = true; in fromUtf8()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Ddrw_textcodec.cpp134 bool notFound; in fromUtf8() local
147 notFound = true; in fromUtf8()
155 if (notFound) in fromUtf8()
269 bool notFound; in fromUtf8() local
282 notFound = true; in fromUtf8()
295 if (notFound) in fromUtf8()
307 bool notFound = true; in toUtf8() local
310 notFound = false; in toUtf8()
350 bool notFound; in fromUtf8() local
363 notFound = true; in fromUtf8()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddrw_textcodec.cpp168 bool notFound; in fromUtf8() local
183 notFound = true; in fromUtf8()
193 if ( notFound ) in fromUtf8()
336 bool notFound; in fromUtf8() local
351 notFound = true; in fromUtf8()
366 if ( notFound ) in fromUtf8()
385 notFound = false; in toUtf8()
404 notFound = false; in toUtf8()
433 bool notFound; in fromUtf8() local
448 notFound = true; in fromUtf8()
[all …]
/dports/devel/gh/cli-2.4.0/internal/config/
H A Dfrom_file.go36 var notFound *NotFoundError
39 if err != nil && !errors.As(err, &notFound) {
60 var notFound *NotFoundError
62 if err != nil && errors.As(err, &notFound) {
80 var notFound *NotFoundError
81 if errors.As(err, &notFound) {
160 notFound := errors.As(err, &nfe)
161 if err != nil && !notFound {
188 if notFound {
261 var notFound *NotFoundError
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DConfigValues.hpp68 Uint32 get(Uint32 key, Uint32 notFound) const;
69 Uint64 get64(Uint32 key, Uint64 notFound) const;
70 const char * get(Uint32 key, const char * notFound) const;
256 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const in get()
261 return notFound; in get()
267 return notFound; in get()
272 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const in get64()
277 return notFound; in get64()
283 return notFound; in get64()
293 return notFound; in get()
[all …]
/dports/net/p5-Net-Amazon-MechanicalTurk/Net-Amazon-MechanicalTurk-1.02/t/
H A D38-api-iterator-SearchHITsAll.t21 my %notFound;
23 $notFound{$hitId} = 1;
40 if (exists $notFound{$hit->{HITId}[0]}) {
47 delete $notFound{$hit->{HITId}[0]};
52 while (my ($hitId, $v) = each %notFound) {
/dports/www/grafana8/grafana-8.3.6/pkg/api/avatar/
H A Davatar.go39 notFound bool member
75 notFound *Avatar member
101 avatar = a.notFound
105 if avatar.notFound {
106 avatar = a.notFound
130 notFound: newNotFound(cfg),
136 avatar := &Avatar{notFound: true}
232 a.Avatar.notFound = true
242 a.Avatar.notFound = true
/dports/net/concourse-fly/concourse-6.7.1/web/elm/tests/
H A DSubPageTests.elm33 (notFound
49 (notFound
64 (notFound
80 (notFound
92 notFound : Routes.Route -> NotFound.Model.Model
93 notFound route = function
/dports/misc/concourse/concourse-6.7.2/web/elm/tests/
H A DSubPageTests.elm33 (notFound
49 (notFound
64 (notFound
80 (notFound
92 notFound : Routes.Route -> NotFound.Model.Model
93 notFound route = function
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/containers/
H A DSoloPanelPage.tsx31 notFound: boolean;
37 notFound: false,
68 this.setState({ notFound: true });
80 notFound={this.state.notFound}
93 export const SoloPanel = ({ dashboard, notFound, panel, panelId }: SoloPanelProps) => {
94 if (notFound) {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DConfigValues.hpp74 Uint32 get(Uint32 key, Uint32 notFound) const;
75 Uint64 get64(Uint32 key, Uint64 notFound) const;
76 const char * get(Uint32 key, const char * notFound) const;
195 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
200 return notFound; in get()
205 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
210 return notFound; in get64()
215 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
220 return notFound; in get()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DConfigValues.hpp74 Uint32 get(Uint32 key, Uint32 notFound) const;
75 Uint64 get64(Uint32 key, Uint64 notFound) const;
76 const char * get(Uint32 key, const char * notFound) const;
195 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
200 return notFound; in get()
205 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
210 return notFound; in get64()
215 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
220 return notFound; in get()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DConfigValues.hpp74 Uint32 get(Uint32 key, Uint32 notFound) const;
75 Uint64 get64(Uint32 key, Uint64 notFound) const;
76 const char * get(Uint32 key, const char * notFound) const;
195 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
200 return notFound; in get()
205 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
210 return notFound; in get64()
215 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
220 return notFound; in get()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DConfigValues.hpp97 Uint32 get(Uint32 key, Uint32 notFound) const;
98 Uint64 get64(Uint32 key, Uint64 notFound) const;
99 const char * get(Uint32 key, const char * notFound) const;
228 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
233 return notFound; in get()
238 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
243 return notFound; in get64()
248 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
253 return notFound; in get()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DConfigValues.hpp97 Uint32 get(Uint32 key, Uint32 notFound) const;
98 Uint64 get64(Uint32 key, Uint64 notFound) const;
99 const char * get(Uint32 key, const char * notFound) const;
228 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
233 return notFound; in get()
238 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
243 return notFound; in get64()
248 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
253 return notFound; in get()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DConfigValues.hpp97 Uint32 get(Uint32 key, Uint32 notFound) const;
98 Uint64 get64(Uint32 key, Uint64 notFound) const;
99 const char * get(Uint32 key, const char * notFound) const;
228 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
233 return notFound; in get()
238 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
243 return notFound; in get64()
248 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
253 return notFound; in get()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DConfigValues.hpp97 Uint32 get(Uint32 key, Uint32 notFound) const;
98 Uint64 get64(Uint32 key, Uint64 notFound) const;
99 const char * get(Uint32 key, const char * notFound) const;
228 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
233 return notFound; in get()
238 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
243 return notFound; in get64()
248 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
253 return notFound; in get()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DConfigValues.hpp97 Uint32 get(Uint32 key, Uint32 notFound) const;
98 Uint64 get64(Uint32 key, Uint64 notFound) const;
99 const char * get(Uint32 key, const char * notFound) const;
228 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
233 return notFound; in get()
238 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
243 return notFound; in get64()
248 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
253 return notFound; in get()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/include/util/
H A DConfigValues.hpp74 Uint32 get(Uint32 key, Uint32 notFound) const;
75 Uint64 get64(Uint32 key, Uint64 notFound) const;
76 const char * get(Uint32 key, const char * notFound) const;
195 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
200 return notFound; in get()
205 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
210 return notFound; in get64()
215 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
220 return notFound; in get()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/include/util/
H A DConfigValues.hpp74 Uint32 get(Uint32 key, Uint32 notFound) const;
75 Uint64 get64(Uint32 key, Uint64 notFound) const;
76 const char * get(Uint32 key, const char * notFound) const;
195 ConfigValues::ConstIterator::get(Uint32 key, Uint32 notFound) const { in get()
200 return notFound; in get()
205 ConfigValues::ConstIterator::get64(Uint32 key, Uint64 notFound) const { in get64()
210 return notFound; in get64()
215 ConfigValues::ConstIterator::get(Uint32 key, const char * notFound) const { in get()
220 return notFound; in get()

12345678910>>...62