Home
last modified time | relevance | path

Searched refs:storeObj (Results 1 – 12 of 12) sorted by relevance

/dports/math/gap/gap-4.11.0/hpcgap/lib/distributed/
H A Dglobalobject_messages.g14 pe := sourceId, storeObj := storeObj, pullObj := pullObj );
198 SendGetObjMsg := atomic function (readonly handle, storeObj, pullObj)
223 elif toRemove.storeObj then
249 elif storeObj then
259 storeObj,
276 CreateBlockedFetch (handle, sourceId, storeObj, pullObj);
281 elif storeObj then
288 storeObj, pullObj);
295 local sourceId, pe, localId, handle, storeObj, pullObj, request;
299 storeObj := message.content[4];
[all …]
H A Dglobalobject.gi324 …ted := false, type := REQUEST_TYPES.GET_OBJ, pe := processId, pullObj := false, storeObj := false);
462 … (completed := false, type := REQUEST_TYPES.PUSH_OBJ, pe := pe, pullObj := true, storeObj := true);
482 …d := false, type := REQUEST_TYPES.CLONE_OBJ, pe := processId, pullObj := false, storeObj := true );
514 …request := rec ( completed := false, type := REQUEST_TYPES.PULL_OBJ, pe := processId, storeObj := …
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/storage/
H A DcompressOld.php193 $storeObj = $esFactory->getStore( 'DB' );
194 $compress = $storeObj->store( $extdb, $compress );
237 $storeObj = $esFactory->getStore( 'DB' );
408 $stored = $storeObj->store( $extdb, serialize( $chunk ) );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/storage/
H A DcompressOld.php193 $storeObj = $esFactory->getStore( 'DB' );
194 $compress = $storeObj->store( $extdb, $compress );
237 $storeObj = $esFactory->getStore( 'DB' );
408 $stored = $storeObj->store( $extdb, serialize( $chunk ) );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/storage/
H A DcompressOld.php193 $storeObj = $esFactory->getStore( 'DB' );
194 $compress = $storeObj->store( $extdb, $compress );
237 $storeObj = $esFactory->getStore( 'DB' );
408 $stored = $storeObj->store( $extdb, serialize( $chunk ) );
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dop_observer_impl.cpp143 BSONObj storeObj; in replLogUpdate() local
146 storeObj = *args.preImageDoc; in replLogUpdate()
148 storeObj = args.updatedDoc; in replLogUpdate()
163 if (!storeObj.isEmpty() && opCtx->getTxnNumber()) { in replLogUpdate()
168 storeObj, in replLogUpdate()
/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A DPyscesSED.py162 storeObj(model, os.path.join(self.sedpath, mid))
438 def storeObj(obj, filename): function
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A DPyscesSED.py181 storeObj(model, os.path.join(self.sedpath, mid))
491 def storeObj(obj, filename): function
/dports/lang/nim/nim-1.6.2/compiler/
H A Dvmmarshal.nim39 proc storeObj(s: var string; typ: PType; x: PNode; stored: var IntSet; conf: ConfigRef) =
86 storeObj(s, t, a, stored, conf)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/etcd3/
H A Dstore_test.go568 …key, storeObj := testPropogateStore(ctx, t, store, &example.Pod{ObjectMeta: metav1.ObjectMeta{Name…
573 name = storeObj.Name
581 version := storeObj.ResourceVersion
589 pod := *storeObj
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/etcd3/
H A Dstore_test.go721 …key, storeObj := testPropogateStore(ctx, t, store, &example.Pod{ObjectMeta: metav1.ObjectMeta{Name…
726 name = storeObj.Name
734 version := storeObj.ResourceVersion
742 pod := *storeObj
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.cpp4480 const MDefinition* storeObj = GetStoreObject(store); in mightAlias() local
4481 if (!storeObj) in mightAlias()
4483 if (!storeObj->resultTypeSet()) in mightAlias()
4486 return input()->resultTypeSet()->objectsIntersect(storeObj->resultTypeSet()); in mightAlias()