Home
last modified time | relevance | path

Searched refs:_exceptions (Results 26 – 50 of 652) sorted by relevance

12345678910>>...27

/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kdecoration/
H A Doxygenexceptionlist.h30 _exceptions( exceptions ) in _exceptions() function
35 { return _exceptions; } in get()
55 InternalSettingsList _exceptions; variable
H A Doxygenexceptionlist.cpp21 _exceptions.clear(); in readConfig()
48 _exceptions.append( configuration ); in readConfig()
65 foreach( const InternalSettingsPtr& exception, _exceptions ) in writeConfig()
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kdecoration/
H A Dbreezeexceptionlist.h30 _exceptions( exceptions ) in _exceptions() function
35 { return _exceptions; } in get()
57 InternalSettingsList _exceptions;
H A Dbreezeexceptionlist.cpp21 _exceptions.clear(); in readConfig()
48 _exceptions.append( configuration ); in readConfig()
65 foreach( const InternalSettingsPtr& exception, _exceptions ) in writeConfig()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/
H A Druntest.py60 self._exceptions = []
99 self._exceptions = []
101 if self._exceptions:
104 e = self._exceptions.pop()
201 self._exceptions.append(e)
/dports/textproc/p5-Perl-Critic-Bangs/Perl-Critic-Bangs-1.08/lib/Perl/Critic/Policy/Bangs/
H A DProhibitNumberedNames.pm88 $self->{_exceptions} =
89 { %{ $self->{_exceptions} }, %{ $self->{_add_exceptions} } };
106 return if $self->{_exceptions}{$basename};
/dports/devel/py-testtools/testtools-2.5.0/testtools/
H A Druntest.py65 self._exceptions = []
105 self._exceptions = []
109 if self._exceptions:
112 e = self._exceptions.pop()
218 self._exceptions.append(e)
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/struct/
H A Dgearmand.h54 bool _exceptions; member
82 _exceptions(exceptions_), in gearmand_st()
114 return _exceptions; in exceptions()
/dports/devel/py-absl-py/absl-py-0.15.0/absl/flags/
H A D_validators.py41 from absl.flags import _exceptions
264 raise _exceptions.ValidationError(
285 raise _exceptions.ValidationError(
293 raise _exceptions.ValidationError(
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/absl/flags/
H A D_validators.py41 from absl.flags import _exceptions
82 raise _exceptions.ValidationError(self.message)
414 raise _exceptions.ValidationError(
435 raise _exceptions.ValidationError(
443 raise _exceptions.ValidationError(
/dports/devel/py-absl/absl-py-0.7.1/absl/flags/
H A D_validators.py41 from absl.flags import _exceptions
82 raise _exceptions.ValidationError(self.message)
416 raise _exceptions.ValidationError(
437 raise _exceptions.ValidationError(
445 raise _exceptions.ValidationError(
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Icalendar/Handler/
H A DBase.php40 protected $_exceptions = array(); variable in Kronolith_Icalendar_Handler_Base
90 $this->_exceptions[] = $component;
110 foreach ($this->_exceptions as $exception) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Parallel/src/System/Threading/Tasks/
H A DTaskReplicator.cs25 private ConcurrentQueue<Exception> _exceptions; field in System.Threading.Tasks.TaskReplicator
93 LazyInitializer.EnsureInitialized(ref _replicator._exceptions).Enqueue(ex); in Execute()
144 if (replicator._exceptions != null) in Run()
145 throw new AggregateException(replicator._exceptions); in Run()
/dports/net/py-rabbitpy/rabbitpy-1.0.0/rabbitpy/
H A Dconnection.py113 self._exceptions = queue.Queue()
195 self._exceptions,
293 if not self._exceptions.empty():
294 exception = self._exceptions.get()
314 if not self._exceptions.empty():
315 exception = self._exceptions.get()
337 exception_queue=self._exceptions,
350 'exceptions': self._exceptions,
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/
H A Dexception.py186 self._exceptions = []
195 for e in self._exceptions)
204 return bool(self._exceptions)
211 self._exceptions.append((exc_type, exc_val, exc_tb))
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/
H A DStressEngine.cs21 private RecordedExceptions _exceptions = new RecordedExceptions(); field in DPStressHarness.StressEngine
128 _exceptions.TraceAllExceptions(); in Run()
129 return _exceptions.GetExceptionsCount(); in Run()
183 bool thresholdExceeded = _exceptions.Record(t.Title, e); in RunStressThread()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Ext/
H A DCompositeDb4oException.cs10 public readonly Exception[] _exceptions; field in Db4objects.Db4o.Ext.CompositeDb4oException
14 _exceptions = exceptions; in CompositeDb4oException()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java53 _exceptions = new HashSet(); in process()
66 _exceptions = null; in process()
139 if (!_exceptions.contains(fault.getJavaException())) { in preVisit()
144 _exceptions.add(fault.getJavaException()); in preVisit()
256 private Set _exceptions; field in ClassNameCollector
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java53 _exceptions = new HashSet(); in process()
66 _exceptions = null; in process()
139 if (!_exceptions.contains(fault.getJavaException())) { in preVisit()
144 _exceptions.add(fault.getJavaException()); in preVisit()
256 private Set _exceptions; field in ClassNameCollector
/dports/devel/py-keystonemiddleware/keystonemiddleware-9.3.0/keystonemiddleware/
H A Dfixture.py21 from keystonemiddleware.auth_token import _exceptions
95 raise _exceptions.InvalidToken()
99 raise _exceptions.InvalidToken()
/dports/devel/py-represent/Represent-1.6.0.post0/represent/compat/
H A Dcontextlib.py19 self._exceptions = exceptions
34 return exctype is not None and issubclass(exctype, self._exceptions)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/
H A Dblock_popups_table_view_controller.mm61 base::ListValue _exceptions; field
139 (_exceptions.GetSize() || _allowPopupsByPolicy.GetSize())) {
149 return _exceptions.GetSize() > 0;
224 !_exceptions.GetSize()) {
296 _exceptions.GetString(urlIndex, &urlToRemove);
306 // Remove the site from |_exceptions|.
307 _exceptions.Remove(urlIndex, NULL);
335 // add items set by the user to |_exceptions|,
365 _exceptions.AppendString(entries[i].primary_pattern.ToString());
384 for (size_t i = 0; i < _exceptions.GetSize(); ++i) {
[all …]
/dports/devel/py-squint/squint-0.1.0/squint/_compatibility/
H A Dcontextlib.py31 self._exceptions = exceptions
37 return exctype is not None and issubclass(exctype, self._exceptions)
/dports/devel/py-datatest/datatest-0.11.1/datatest/_compatibility/
H A Dcontextlib.py31 self._exceptions = exceptions
37 return exctype is not None and issubclass(exctype, self._exceptions)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java78 protected ExceptionList _exceptions; field in RequestImpl
133 _exceptions = new ExceptionListImpl(); in RequestImpl()
135 _exceptions = exceptionList; in RequestImpl()
175 return _exceptions; in exceptions()
241 _exceptions.add(exceptionType); in add_exception()

12345678910>>...27