Home
last modified time | relevance | path

Searched refs:repoId (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyAbstractIntf.cc50 PyObject* repoId = PyTuple_GET_ITEM(d_o, 1); in OMNI_USING_NAMESPACE() local
56 "O", repoId)); in OMNI_USING_NAMESPACE()
70 if (!repoId) { in OMNI_USING_NAMESPACE()
79 Py_DECREF(repoId); in OMNI_USING_NAMESPACE()
84 "O", repoId)); in OMNI_USING_NAMESPACE()
142 const char* repoId = String_AS_STRING(pyrepoId); in unmarshalPyObjectAbstractInterface() local
168 PyObject* repoId = PyTuple_GET_ITEM(d_o, 1); in copyArgumentAbstractInterface() local
174 "O", repoId)); in copyArgumentAbstractInterface()
188 if (!repoId) { in copyArgumentAbstractInterface()
197 Py_DECREF(repoId); in copyArgumentAbstractInterface()
[all …]
H A DpyServant.cc164 void* _ptrToInterface(const char* repoId);
214 void* _ptrToInterface(const char* repoId);
254 void* _ptrToInterface(const char* repoId);
283 const char* repoId) in Py_omniServant() argument
286 repoId_ = CORBA::string_dup(repoId); in Py_omniServant()
350 Py_omniServant::_ptrToInterface(const char* repoId) in _ptrToInterface() argument
352 OMNIORB_ASSERT(repoId); in _ptrToInterface()
357 if (omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId)) in _ptrToInterface()
970 Py_ServantActivatorSvt::_ptrToInterface(const char* repoId) in _ptrToInterface() argument
978 if (omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId)) in _ptrToInterface()
[all …]
H A DpyExceptions.cc156 const char* repoId = String_AS_STRING(erepoId); in produceSystemException() local
159 if (omni::strMatch(repoId, "IDL:omg.org/CORBA/" #ex ":1.0")) { \ in produceSystemException()
315 const char* repoId = String_AS_STRING(PyTuple_GET_ITEM(desc_, 2)); in PyUserException() local
330 const char* repoId = String_AS_STRING(PyTuple_GET_ITEM(desc_, 2)); in PyUserException() local
331 l << "Construct Python user exception " << repoId << "\n"; in PyUserException()
385 l << "Set Python user exception state " << repoId << "\n"; in setPyExceptionState()
414 l << "Marshal Python user exception " << repoId << "\n"; in operator >>=()
440 l << "Unmarshal Python user exception " << repoId << "\n"; in operator <<=()
485 l << "C++ throw of Python user exception " << repoId << "\n"; in _raise()
498 const char* repoId = String_AS_STRING_AND_SIZE(pyrepoId, len); in _NP_repoId() local
[all …]
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dws-document.cxx47 string repoId = getSession( )->getRepositoryId( ); in getParents() local
53 string repoId = getSession( )->getRepositoryId( ); in getContentStream() local
54 return getSession( )->getObjectService( ).getContentStream( repoId, getId( ) ); in getContentStream()
60 string repoId = getSession( )->getRepositoryId( ); in setContentStream() local
61 getSession( )->getObjectService( ).setContentStream( repoId, getId( ), in setContentStream()
69 string repoId = getSession( )->getRepositoryId( ); in checkOut() local
70 return getSession( )->getVersioningService( ).checkOut( repoId, getId( ) ); in checkOut()
75 string repoId = getSession( )->getRepositoryId( ); in cancelCheckout() local
76 getSession( )->getVersioningService( ).cancelCheckOut( repoId, getId( ) ); in cancelCheckout()
84 string repoId = getSession( )->getRepositoryId( ); in checkIn() local
[all …]
H A Dws-objectservice.cxx70 libcmis::ObjectPtr ObjectService::getObject( string repoId, string id ) in getObject() argument
74 GetObjectRequest request( repoId, id ); in getObject()
91 GetObjectByPath request( repoId, path ); in getObjectByPath()
105 string repoId, string objectId, string filter ) in getRenditions() argument
109 GetRenditions request( repoId, objectId, filter ); in getRenditions()
125 string repoId, string objectId, in updateProperties() argument
140 object = getObject( repoId, id ); in updateProperties()
149 class DeleteObject request( repoId, id, allVersions ); in deleteObject()
173 MoveObject request( repoId, objectId, destId, srcId ); in move()
181 GetContentStream request( repoId, objectId ); in getContentStream()
[all …]
H A Dws-requests.hxx142 m_repositoryId( repoId ), in GetTypeDefinition()
178 m_repositoryId( repoId ), in GetTypeChildren()
214 m_repositoryId( repoId ), in GetObjectRequest()
250 m_repositoryId( repoId ), in GetObjectByPath()
272 m_repositoryId( repoId ), in UpdateProperties()
311 m_repositoryId( repoId ), in DeleteObject()
337 m_repositoryId( repoId ), in DeleteTree()
378 m_repositoryId( repoId ), in MoveObject()
398 m_repositoryId( repoId ), in GetContentStream()
435 m_repositoryId( repoId ), in GetObjectParents()
[all …]
H A Dws-objectservice.hxx58 libcmis::ObjectPtr getObject( std::string repoId, std::string id );
60 libcmis::ObjectPtr getObjectByPath( std::string repoId, std::string path );
63 std::string repoId, std::string objectId, std::string filter );
66 std::string repoId,
71 void deleteObject( std::string repoId, std::string id, bool allVersions );
73 … std::vector< std::string > deleteTree( std::string repoId, std::string folderId, bool allVersions,
76 … void move( std::string repoId, std::string objectId, std::string destId, std::string srcId );
78 … boost::shared_ptr< std::istream > getContentStream( std::string repoId, std::string objectId );
80 …void setContentStream( std::string repoId, std::string objectId, bool overwrite, std::string chang…
83 …libcmis::FolderPtr createFolder( std::string repoId, const std::map< std::string, libcmis::Propert…
[all …]
H A Dws-folder.cxx47 string repoId = getSession( )->getRepositoryId( ); in getChildren() local
48 return getSession( )->getNavigationService( ).getChildren( repoId, getId( ) ); in getChildren()
53 string repoId = getSession( )->getRepositoryId( ); in createFolder() local
54 return getSession( )->getObjectService( ).createFolder( repoId, properties, getId( ) ); in createFolder()
60 string repoId = getSession( )->getRepositoryId( ); in createDocument() local
61 …return getSession( )->getObjectService( ).createDocument( repoId, properties, getId( ), os, conten… in createDocument()
66 string repoId = getSession( )->getRepositoryId( ); in removeTree() local
67 …return getSession( )->getObjectService( ).deleteTree( repoId, getId( ), allVersion, unfile, contin… in removeTree()
H A Dws-object.cxx76 string repoId = getSession( )->getRepositoryId( ); in getRenditions() local
77 … m_renditions = getSession( )->getObjectService( ).getRenditions( repoId, this->getId( ), filter ); in getRenditions()
101 string repoId = getSession( )->getRepositoryId( ); in updateProperties() local
102 …return getSession( )->getObjectService( ).updateProperties( repoId, this->getId( ), properties, th… in updateProperties()
115 string repoId = getSession( )->getRepositoryId( ); in remove() local
116 getSession( )->getObjectService( ).deleteObject( repoId, this->getId( ), allVersions ); in remove()
121 string repoId = getSession( )->getRepositoryId( ); in move() local
122 …getSession( )->getObjectService( ).move( repoId, getId( ), destination->getId( ), source->getId( )… in move()
H A Dws-versioningservice.cxx70 libcmis::DocumentPtr VersioningService::checkOut( string repoId, string documentId ) in checkOut() argument
74 CheckOut request( repoId, documentId ); in checkOut()
91 void VersioningService::cancelCheckOut( string repoId, string documentId ) in cancelCheckOut() argument
93 CancelCheckOut request( repoId, documentId ); in cancelCheckOut()
97 libcmis::DocumentPtr VersioningService::checkIn( string repoId, string objectId, bool isMajor, in checkIn() argument
104 … CheckIn request( repoId, objectId, isMajor, properties, stream, contentType, fileName, comment ); in checkIn()
121 vector< libcmis::DocumentPtr > VersioningService::getAllVersions( string repoId, string objectId ) in getAllVersions() argument
125 GetAllVersions request( repoId, objectId ); in getAllVersions()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A DdynAnyNil.cc365 virtual void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
413 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
468 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
531 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
609 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
671 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
726 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
778 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
852 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
921 void* _ptrToObjRef(const char* repoId) { in _ptrToObjRef() argument
[all …]
H A DvalueType.cc126 if (omni::ptrStrMatch(repoId, valRepoId)) { in marshal()
218 stream.marshalRawString(b->repoId); in marshalHeaderAndBody()
346 pos-4, tag, repoId, hashval, tc); in unmarshal()
353 pos-4, tag, repoId, hashval, tc); in unmarshal()
370 repoId, hashval, tc); in unmarshal()
398 const char* repoId = 0; in unmarshalHeaderAndBody() local
445 repoId = repoIds->repoIds[i].repoId; in unmarshalHeaderAndBody()
462 repoId = unmarshalRepoId(stream, tracker); in unmarshalHeaderAndBody()
472 repoId = targetId; in unmarshalHeaderAndBody()
521 << repoIds->repoIds[0].repoId << "' to '" << repoId << "'.\n"; in unmarshalHeaderAndBody()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/orbcore/
H A Dportableserver.cc77 PortableServer::name::_ptrToObjRef(const char* repoId) \
79 OMNIORB_ASSERT(repoId ); \
83 if( omni::ptrStrMatch(repoId, CORBA::Policy::_PD_repoId) ) \
85 if( omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId) ) \
202 PortableServer::ServantBase::_do_this(const char* repoId) in _do_this() argument
204 OMNIORB_ASSERT(repoId); in _do_this()
222 return ref->_ptrToObjRef(repoId); in _do_this()
237 return ref->_ptrToObjRef(repoId); in _do_this()
248 servant__this(this, repoId); in _do_this()
264 const char* repoId = _mostDerivedRepoId(); in _do_get_interface() local
[all …]
H A DomniPolicy.cc78 omniPolicy::LocalShortcutPolicy::_ptrToObjRef(const char* repoId) in _ptrToObjRef() argument
80 OMNIORB_ASSERT(repoId); in _ptrToObjRef()
82 if (omni::ptrStrMatch(repoId, omniPolicy::LocalShortcutPolicy::_PD_repoId)) in _ptrToObjRef()
84 if (omni::ptrStrMatch(repoId, CORBA::Policy::_PD_repoId)) in _ptrToObjRef()
86 if (omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId)) in _ptrToObjRef()
171 omniPolicy::EndPointPublishPolicy::_ptrToObjRef(const char* repoId) in _ptrToObjRef() argument
173 OMNIORB_ASSERT(repoId); in _ptrToObjRef()
175 if (omni::ptrStrMatch(repoId, omniPolicy::EndPointPublishPolicy::_PD_repoId)) in _ptrToObjRef()
177 if (omni::ptrStrMatch(repoId, CORBA::Policy::_PD_repoId)) in _ptrToObjRef()
179 if (omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId)) in _ptrToObjRef()
H A DproxyFactory.cc40 proxyObjectFactory::proxyObjectFactory(const char* repoId) in proxyObjectFactory() argument
41 : pd_repoId(repoId) in proxyObjectFactory()
43 OMNIORB_ASSERT(repoId); in proxyObjectFactory()
72 int cmp = strcmp(repoId, ofl[middle]->pd_repoId); in proxyObjectFactory()
80 l << "Replaced proxyObjectFactory for " << repoId << ".\n"; in proxyObjectFactory()
162 proxyObjectFactory::lookup(const char* repoId) in lookup() argument
164 OMNIORB_ASSERT(repoId); in lookup()
177 int cmp = strcmp(repoId, ofl[middle]->pd_repoId); in lookup()
H A DanonObject.cc44 omniAnonObjRef::_ptrToObjRef(const char* repoId) in OMNI_USING_NAMESPACE()
46 OMNIORB_ASSERT(repoId); in OMNI_USING_NAMESPACE()
48 if( omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId) ) in OMNI_USING_NAMESPACE()
72 omniAnonObjRef_pof::is_a(const char* repoId) const in is_a()
74 OMNIORB_ASSERT(repoId); in is_a()
H A DcorbaObject.cc53 CORBA::Object::_is_a(const char* repoId) in _is_a() argument
55 if( !repoId ) return 0; in _is_a()
57 if( _NP_is_pseudo() ) return _ptrToObjRef(repoId) ? 1 : 0; in _is_a()
60 if( omni::strMatch(repoId, "") ) return 1; in _is_a()
64 return pd_obj->_real_is_a(repoId); in _is_a()
179 CORBA::Object::_ptrToObjRef(const char* repoId) in _ptrToObjRef() argument
181 OMNIORB_ASSERT(repoId); in _ptrToObjRef()
183 if( omni::ptrStrMatch(repoId, CORBA::Object::_PD_repoId) ) in _ptrToObjRef()
/dports/devel/py-omniorb/omniORBpy-4.2.4/python3/omniORB/
H A D__init__.py350 def registerObjref(repoId, objref): argument
351 objrefMapping[repoId] = objref
354 skeletonMapping[repoId] = skel
357 typeMapping[repoId] = desc
358 typeCodeMapping[repoId] = tc
360 def findType(repoId): argument
361 return typeMapping.get(repoId)
363 def findTypeCode(repoId): argument
374 def findValueFactory(repoId): argument
548 i._parent_id = repoId
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/python/omniORB/
H A D__init__.py338 def registerObjref(repoId, objref): argument
339 objrefMapping[repoId] = objref
342 skeletonMapping[repoId] = skel
345 typeMapping[repoId] = desc
346 typeCodeMapping[repoId] = tc
348 def findType(repoId): argument
349 return typeMapping.get(repoId)
351 def findTypeCode(repoId): argument
362 def findValueFactory(repoId): argument
511 i._parent_id = repoId
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python/omniidl/
H A Didlast.py157 self.__repoId = repoId
161 def repoId(self): return self.__repoId member in DeclRepoId
233 identifier, scopedName, repoId, argument
270 identifier, scopedName, repoId, argument
327 identifier, scopedName, repoId, argument
360 identifier, scopedName, repoId, argument
392 identifier, scopedName, repoId, argument
490 identifier, scopedName, repoId, argument
543 identifier, scopedName, repoId, argument
638 identifier, scopedName, repoId, argument
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python3/omniidl/
H A Didlast.py157 self.__repoId = repoId
161 def repoId(self): return self.__repoId member in DeclRepoId
233 identifier, scopedName, repoId, argument
270 identifier, scopedName, repoId, argument
325 identifier, scopedName, repoId, argument
358 identifier, scopedName, repoId, argument
390 identifier, scopedName, repoId, argument
488 identifier, scopedName, repoId, argument
541 identifier, scopedName, repoId, argument
636 identifier, scopedName, repoId, argument
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A DidlrepoId.cc202 setRepoId(const char* repoId, const char* file, int line) in setRepoId() argument
205 if (strcmp(repoId, repoId_)) { in setRepoId()
207 identifier_, repoId); in setRepoId()
214 repoId_ = idl_strdup(repoId); in setRepoId()
219 for (; *repoId && *repoId != ':'; ++repoId); in setRepoId()
220 if (*repoId == '\0') goto invalid; in setRepoId()
287 char* repoId = new char[len]; in genRepoId() local
289 sprintf(repoId, "IDL:%s%s%s:%hd.%hd", prefix_, in genRepoId()
291 repoId_ = repoId; in genRepoId()
301 : r_(repoId), f_(file), l_(line) {} in SetRepoIdVisitor()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudDebugger/
H A DCloudWorkspaceId.php35 public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) argument
37 $this->repoId = $repoId;
44 return $this->repoId;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDebugger/
H A DCloudWorkspaceId.php35 public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) argument
37 $this->repoId = $repoId;
44 return $this->repoId;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DGoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.php43 …n setRepoId(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1RepoId $repoId) argument
45 $this->repoId = $repoId;
52 return $this->repoId;

12345678910