Home
last modified time | relevance | path

Searched refs:_details (Results 1 – 25 of 1282) sorted by relevance

12345678910>>...52

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/catalog/
H A Dnamespace_details_rsv1_metadata.cpp50 return _details->capExtent; in capExtent()
58 return _details->capFirstNewRecord; in capFirstNewRecord()
71 return _details->stats.datasize; in dataSize()
74 return _details->stats.nrecords; in numRecords()
135 return _details->firstExtent; in firstExtent()
143 return _details->lastExtent; in lastExtent()
151 return _details->isCapped; in isCapped()
159 return _details->userFlags; in userFlags()
179 if (_details->userFlags == flags) in replaceUserFlags()
187 return _details->lastExtentSize; in lastExtentSize()
[all …]
H A Dnamespace_details_collection_entry.cpp63 _details(details), in NamespaceDetailsCollectionCatalogEntry()
75 if (options.flags != _details->userFlags) { in getCollectionOptions()
85 options.flags = _details->userFlags; in getCollectionOptions()
91 return _details->nIndexes + _details->indexBuildsInProgress; in getTotalIndexCount()
95 return _details->nIndexes; in getCompletedIndexCount()
143 if (_details->multiKeyIndexBits & mask) { in setIndexIsMultikey()
150 if (!(_details->multiKeyIndexBits & mask)) { in setIndexIsMultikey()
166 return _details->idx(idxNo).head.toRecordId(); in getIndexHead()
173 const IndexDetails& id = _details->idx(idxNo); in getIndexSpec()
331 IndexDetails temp = _details->idx(idxNo); in indexBuildSuccess()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Drecord_store_v1_capped.cpp131 if (_details->numRecords() < _details->maxCappedDocs()) { in allocRecord()
141 if (_details->capExtent() != _details->firstExtent(opCtx)) in allocRecord()
193 if (_details->capFirstNewRecord().isValid() && _details->capFirstNewRecord().isNull()) in allocRecord()
230 _details->setCapExtent(opCtx, _details->firstExtent(opCtx)); in truncate()
231 _details->setStats(opCtx, 0, 0); in truncate()
329 if (_details->capExtent().a() == 0 && _details->capExtent().getOfs() == 0) { in cappedCheckMigrate()
348 _details->setCapExtent(opCtx, _details->firstExtent(opCtx)); in cappedCheckMigrate()
378 if (_details->capExtent() == _details->lastExtent(opCtx)) in advanceCapExtent()
387 _details->setCapExtent(opCtx, in advanceCapExtent()
426 if (_details->capExtent() == _details->firstExtent(opCtx)) { in cappedTruncateLastDelUpdate()
[all …]
H A Drecord_store_v1_simple.cpp199 const DiskLoc firstExtLoc = _details->firstExtent(opCtx); in truncate()
215 _details->setLastExtent(opCtx, firstExtLoc); in truncate()
216 _details->setLastExtentSize(opCtx, firstExt->length); in truncate()
224 _details->orphanDeletedList(opCtx); in truncate()
228 _details->setStats(opCtx, 0, 0); in truncate()
238 _details->setDeletedListEntry(opCtx, b, dloc); in addDeletedRec()
418 _details->setFirstExtent(opCtx, newFirst); in _compactExtent()
453 _details->orphanDeletedList(opCtx); in compact()
456 _details->setLastExtentSize(opCtx, 0); in compact()
473 invariant(_details->firstExtent(opCtx) == *it); in compact()
[all …]
H A Drecord_store_v1_base.cpp153 DiskLoc cur = _details->firstExtent(opCtx); in storageSize()
379 _details->incrementStats(opCtx, r->netLength(), 1); in _insertRecord()
536 if (_details->lastExtent(opCtx).isNull()) { in increaseStorageSize()
538 _details->setFirstExtent(opCtx, eloc); in increaseStorageSize()
539 _details->setLastExtent(opCtx, eloc); in increaseStorageSize()
540 _details->setCapExtent(opCtx, eloc); in increaseStorageSize()
548 _details->setLastExtent(opCtx, eloc); in increaseStorageSize()
551 _details->setLastExtentSize(opCtx, e->length); in increaseStorageSize()
579 if (_details->firstExtent(opCtx).isNull()) in validate()
586 if (_details->lastExtent(opCtx).isNull()) in validate()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/View/Scaffolds/
H A Dview.ctp31 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'view'…
69 if ($_details['controller'] != $this->name && !in_array($_details['controller'], $done)) {
73 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'index…
79 … array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'add')
82 $done[] = $_details['controller'];
110 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'edit'…
139 if (isset($_details['with'])) {
162 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'view'…
168 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'edit'…
174 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'delet…
[all …]
H A Dindex.ctp32 foreach ($associations['belongsTo'] as $_alias => $_details):
33 if ($_field === $_details['foreignKey']):
35 …}[$_alias][$_details['displayField']], array('controller' => $_details['controller'], 'action' => …
81 foreach ($_data as $_alias => $_details) {
82 if ($_details['controller'] != $this->name && !in_array($_details['controller'], $done)) {
85 __d('cake', 'List %s', Inflector::humanize($_details['controller'])),
86 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'index…
93 … array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'add')
96 $done[] = $_details['controller'];
H A Dform.ctp39 foreach ($_data as $_alias => $_details):
40 if ($_details['controller'] != $this->name && !in_array($_details['controller'], $done)):
42 __d('cake', 'List %s', Inflector::humanize($_details['controller'])),
43 …array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'index…
47 … array('plugin' => $_details['plugin'], 'controller' => $_details['controller'], 'action' => 'add')
49 $done[] = $_details['controller'];
/dports/mail/horde-ingo/ingo-3.2.16/lib/Transport/
H A DIspconfig.php44 protected $_details = null; variable in Ingo_Transport_Ispconfig
109 $this->_details['mailuser_id'], $user);
125 if (!is_null($this->_details)) {
126 return $this->_details;
147 $this->_details['vacation'] =
149 $this->_details['message'] = $user['autoresponder_text'];
150 $this->_details['mailuser_id'] = $user['mailuser_id'];
152 $this->_details['client_id'] = 0;
153 $this->_details['autoresponder_start_date'] =
155 $this->_details['autoresponder_end_date'] =
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DGenericCompositionNode.cs21 private GenericCompositionDetails _details; field in ILCompiler.DependencyAnalysis.GenericCompositionNode
25 _details = details; in GenericCompositionNode()
32 for (int i = 0; i < _details.Instantiation.Length; i++) in AppendMangledName()
35 sb.Append(nameMangler.GetMangledTypeName(_details.Instantiation[i])); in AppendMangledName()
38 if (_details.Variance != null) in AppendMangledName()
40 for (int i = 0; i < _details.Variance.Length; i++) in AppendMangledName()
60 if (_details.Instantiation[0].Context.Target.IsWindows)
73 bool hasVariance = _details.Variance != null; in GetData()
89 foreach (var typeArg in _details.Instantiation) in GetData()
94 foreach (var argVariance in _details.Variance) in GetData()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DHostingEnvironmentException.cs15 private String _details; field in System.Web.Hosting.HostingEnvironmentException
18 _details = info.GetString("_details"); in HostingEnvironmentException()
24 info.AddValue("_details", _details); in GetObjectData()
28 _details = details; in HostingEnvironmentException()
32 get { return (_details != null) ? _details : String.Empty; }
/dports/devel/py-asciimatics/asciimatics-1.13.0/samples/
H A Dtreeview.py27 self._details = Text()
28 self._details.disabled = True
29 self._details.custom_colour = "field"
39 layout.add_widget(self._details)
54 self._details.value = "Directory"
57 self._details.value = magic.from_file(self._list.value)
59 self._details.value = "File (run 'pip install python-magic' for more details)"
61 self._details.value = "--"
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_outdated_bar.cpp40 object_ptr<Ui::FlatLabel> _details; member in Window::__anonb7b6083a0111::Bar
59 , _details(this, in Bar()
65 _details->setTryMakeSimilarLines(true); in Bar()
66 _details->setText(_soon in Bar()
83 _details->resizeToWidth(available); in resizeGetHeight()
84 _details->moveToLeft( in resizeGetHeight()
91 return _details->y() + _details->height() + padding.bottom(); in resizeGetHeight()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/TestObjects/
H A DEvent.cs71 private string _details; field in Newtonsoft.Json.Tests.TestObjects.Event
93 _details = details; in Event()
105 …tackTrace = {5}, tag = {6} }}", _sublocation, _userId, _type, _summary, _details, _stackTrace, _ta… in ToString()
130 get { return _details; }
131 set { _details = value; }
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DEvent.cs70 private string _details; field in Newtonsoft.Json.Tests.TestObjects.Event
98 _details = details; in Event()
116 …tackTrace = {5}, tag = {6} }}", _sublocation, _userId, _type, _summary, _details, _stackTrace, _ta… in ToString()
145 get { return _details; }
146 set { _details = value; }
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Diagnostic/
H A DNativeQueryNotOptimized.cs15 private readonly Exception _details; field in Db4objects.Db4o.Diagnostic.NativeQueryNotOptimized
20 _details = details; in NativeQueryNotOptimized()
25 if (_details == null) in Reason()
29 return _predicate != null ? _predicate.ToString() : string.Empty + "\n" + _details in Reason()
H A DNativeQueryOptimizerNotLoaded.cs12 private readonly Exception _details; field in Db4objects.Db4o.Diagnostic.NativeQueryOptimizerNotLoaded
21 _details = details; in NativeQueryOptimizerNotLoaded()
58 if (_details == null) in AppendDetails()
62 return reason + "\n" + _details.ToString(); in AppendDetails()
/dports/net-mgmt/py-pdagent-integrations/pdagent-integrations-1.6.2/bin/
H A Dpd-nagios49 self._details = dict(list(details.items()) +
66 self._details,
82 pairs = ["{0}={1}".format(field, self._details[field])
90 self._details[NagiosEvent.HOST_NAME],
91 self._details[NagiosEvent.SERVICE_DESCRIPTION]
94 … return "event_source=host;host_name={0}".format(self._details[NagiosEvent.HOST_NAME])
102 … if not NagiosEvent.REQUIRED_FIELDS[self._notification_type].issubset(list(self._details.keys())):
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Http.Data.Test/Models/
H A DCatalogEntities.cs52 private List<Order_Detail> _details; field in Microsoft.Web.Http.Data.Test.Models.Order
79 if (this._details == null)
81 this._details = new List<Order_Detail>();
83 return this._details;
87 this._details = value;
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_testing/grpc_testing/_channel/
H A D_rpc_state.py32 self._details = None
72 self._details)
82 self._code, self._details)
90 return self._trailing_metadata, self._code, self._details
99 self._details = details
162 self._details = details
172 self._details = details
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_testing/grpc_testing/_channel/
H A D_rpc_state.py32 self._details = None
72 self._details)
82 self._code, self._details)
90 return self._trailing_metadata, self._code, self._details
99 self._details = details
162 self._details = details
172 self._details = details
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_testing/grpc_testing/_channel/
H A D_rpc_state.py32 self._details = None
72 self._details)
82 self._code, self._details)
90 return self._trailing_metadata, self._code, self._details
99 self._details = details
162 self._details = details
172 self._details = details
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_testing/grpc_testing/_channel/
H A D_rpc_state.py32 self._details = None
71 self._details)
81 self._code, self._details)
89 return self._trailing_metadata, self._code, self._details
98 self._details = details
161 self._details = details
171 self._details = details
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/
H A Ddifference.py74 self._details = details or []
95 details=self._details[:],
107 details=[d.fmap(f) for d in self._details],
129 details=self._details, # already reversed by fmap in get_reverse, no need to copy
144 and all(x.equals(y) for x, y in zip(self._details, other._details))
174 or self._details
181 for d in self._details:
189 queue.extend(top._details)
206 for d in top._details:
388 return self._details
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/payments/
H A Dpayments_form.cpp376 _details = FormDetails{ in processDetails()
405 _details = FormDetails{ in processDetails()
423 if (_details.botId) { in processDetails()
460 = _details.canSaveCredentials || _details.passwordMissing; in refreshPaymentMethodDetails()
481 _details.nativeParamsJson, in fillPaymentMethodInformation()
577 MTP_long(_details.formId), in submit()
585 && _details.canSaveCredentials) in submit()
906 && !_details.canSaveCredentials in setPaymentCredentials()
907 && _details.passwordMissing; in setPaymentCredentials()
913 if (_details.passwordMissing) { in setHasPassword()
[all …]

12345678910>>...52