Home
last modified time | relevance | path

Searched refs:_resource (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DWSEndpoint.cs17 _resource = res; in WSEndpoint()
27 if(_resource == null) in WSEndpoint()
29 _resource = "/"; in WSEndpoint()
38 _resource = s.readString(); in WSEndpoint()
70 info.resource = _resource; in getInfo()
89 s.writeString(_resource); in streamWriteImpl()
164 _resource = res; in EndpointI_connectorsI()
265 if(_resource != null && _resource.Length > 0) in options()
273 s += _resource; in options()
303 int v = string.Compare(_resource, p._resource, StringComparison.Ordinal); in CompareTo()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DWSEndpoint.cs17 _resource = res; in WSEndpoint()
27 if(_resource == null) in WSEndpoint()
29 _resource = "/"; in WSEndpoint()
38 _resource = s.readString(); in WSEndpoint()
70 info.resource = _resource; in getInfo()
89 s.writeString(_resource); in streamWriteImpl()
164 _resource = res; in EndpointI_connectorsI()
265 if(_resource != null && _resource.Length > 0) in options()
273 s += _resource; in options()
303 int v = string.Compare(_resource, p._resource, StringComparison.Ordinal); in CompareTo()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DWSEndpoint.cs17 _resource = res; in WSEndpoint()
27 if(_resource == null) in WSEndpoint()
29 _resource = "/"; in WSEndpoint()
38 _resource = s.readString(); in WSEndpoint()
70 info.resource = _resource; in getInfo()
89 s.writeString(_resource); in streamWriteImpl()
164 _resource = res; in EndpointI_connectorsI()
265 if(_resource != null && _resource.Length > 0) in options()
273 s += _resource; in options()
303 int v = string.Compare(_resource, p._resource, StringComparison.Ordinal); in CompareTo()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DWSEndpoint.java13 _resource = res; in WSEndpoint()
23 if(_resource == null) in WSEndpoint()
25 _resource = "/"; in WSEndpoint()
33 _resource = s.readString(); in WSEndpoint()
80 s.writeString(_resource); in streamWriteImpl()
252 h = IceInternal.HashUtil.hashAdd(h, _resource); in hashCode()
268 if(_resource != null && _resource.length() > 0) in options()
276 s += _resource; in options()
300 int v = _resource.compareTo(p._resource); in compareTo()
326 _resource = argument; in checkOption()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DWSEndpoint.java13 _resource = res; in WSEndpoint()
23 if(_resource == null) in WSEndpoint()
25 _resource = "/"; in WSEndpoint()
33 _resource = s.readString(); in WSEndpoint()
80 s.writeString(_resource); in streamWriteImpl()
252 h = IceInternal.HashUtil.hashAdd(h, _resource); in hashCode()
268 if(_resource != null && _resource.length() > 0) in options()
276 s += _resource; in options()
300 int v = _resource.compareTo(p._resource); in compareTo()
326 _resource = argument; in checkOption()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DWSEndpoint.java13 _resource = res; in WSEndpoint()
23 if(_resource == null) in WSEndpoint()
25 _resource = "/"; in WSEndpoint()
33 _resource = s.readString(); in WSEndpoint()
80 s.writeString(_resource); in streamWriteImpl()
252 h = IceInternal.HashUtil.hashAdd(h, _resource); in hashCode()
268 if(_resource != null && _resource.length() > 0) in options()
276 s += _resource; in options()
300 int v = _resource.compareTo(p._resource); in compareTo()
326 _resource = argument; in checkOption()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/
H A Dsync.cpp32 _resource(nullptr), in Sync()
40 _resource = _resMan->findResource(id, true); in start()
43 if (_resource) { in start()
53 if (_resource && (_offset < _resource->size() - 1)) { in next()
55 int16 syncTime = _resource->getInt16SEAt(_offset); in next()
59 if ((syncTime != -1) && (_offset < _resource->size() - 1)) { in next()
60 syncCue = _resource->getInt16SEAt(_offset); in next()
70 if (_resource) { in stop()
71 _resMan->unlockResource(_resource); in stop()
72 _resource = nullptr; in stop()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/
H A Dsync.cpp32 _resource(nullptr), in Sync()
40 _resource = _resMan->findResource(id, true); in start()
43 if (_resource) { in start()
53 if (_resource && (_offset < _resource->size() - 1)) { in next()
55 int16 syncTime = _resource->getInt16SEAt(_offset); in next()
59 if ((syncTime != -1) && (_offset < _resource->size() - 1)) { in next()
60 syncCue = _resource->getInt16SEAt(_offset); in next()
70 if (_resource) { in stop()
71 _resMan->unlockResource(_resource); in stop()
72 _resource = nullptr; in stop()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DWSEndpoint.java15 _resource = res; in WSEndpoint()
25 if(_resource == null) in WSEndpoint()
27 _resource = "/"; in WSEndpoint()
35 _resource = s.readString(); in WSEndpoint()
82 s.writeString(_resource); in streamWriteImpl()
257 h = HashUtil.hashAdd(h, _resource); in hashCode()
273 if(_resource != null && _resource.length() > 0) in options()
281 s += _resource; in options()
305 int v = _resource.compareTo(p._resource); in compareTo()
331 _resource = argument; in checkOption()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DWSEndpoint.java15 _resource = res; in WSEndpoint()
25 if(_resource == null) in WSEndpoint()
27 _resource = "/"; in WSEndpoint()
35 _resource = s.readString(); in WSEndpoint()
82 s.writeString(_resource); in streamWriteImpl()
257 h = HashUtil.hashAdd(h, _resource); in hashCode()
273 if(_resource != null && _resource.length() > 0) in options()
281 s += _resource; in options()
305 int v = _resource.compareTo(p._resource); in compareTo()
331 _resource = argument; in checkOption()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DWSEndpoint.java15 _resource = res; in WSEndpoint()
25 if(_resource == null) in WSEndpoint()
27 _resource = "/"; in WSEndpoint()
35 _resource = s.readString(); in WSEndpoint()
82 s.writeString(_resource); in streamWriteImpl()
257 h = HashUtil.hashAdd(h, _resource); in hashCode()
273 if(_resource != null && _resource.length() > 0) in options()
281 s += _resource; in options()
305 int v = _resource.compareTo(p._resource); in compareTo()
331 _resource = argument; in checkOption()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DWSEndpoint.cpp112 if(_resource.empty()) in WSEndpoint()
114 const_cast<string&>(_resource) = "/"; in WSEndpoint()
131 info->resource = _resource; in getInfo()
151 s->write(_resource, false); in streamWriteImpl()
263 const string _resource; in connectors_async() member in IceInternal::WSEndpoint::connectors_async::CallbackI
354 hashAdd(h, _resource); in hash()
371 if(!_resource.empty()) in options()
379 s << _resource; in options()
412 if(_resource != p->_resource) in operator ==()
452 if(_resource < p->_resource) in operator <()
[all …]
H A DWSConnector.cpp17 return new WSTransceiver(_instance, _delegate->connect(), _host, _resource); in connect()
51 if(_resource != p->_resource) in operator ==()
82 if(_resource < p->_resource) in operator <()
86 else if(p->_resource < _resource) in operator <()
96 _instance(instance), _delegate(del), _host(host), _resource(resource) in WSConnector()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DWSEndpoint.cpp112 if(_resource.empty())
114 const_cast<string&>(_resource) = "/";
131 info->resource = _resource;
151 s->write(_resource, false);
263 const string _resource;
354 hashAdd(h, _resource);
371 if(!_resource.empty())
379 s << _resource;
412 if(_resource != p->_resource)
452 if(_resource < p->_resource)
[all …]
H A DWSConnector.cpp17 return new WSTransceiver(_instance, _delegate->connect(), _host, _resource); in connect()
51 if(_resource != p->_resource) in operator ==()
82 if(_resource < p->_resource) in operator <()
86 else if(p->_resource < _resource) in operator <()
96 _instance(instance), _delegate(del), _host(host), _resource(resource) in WSConnector()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DWSEndpoint.cpp112 if(_resource.empty()) in WSEndpoint()
114 const_cast<string&>(_resource) = "/"; in WSEndpoint()
131 info->resource = _resource; in getInfo()
151 s->write(_resource, false); in streamWriteImpl()
263 const string _resource; in connectors_async() member in IceInternal::WSEndpoint::connectors_async::CallbackI
354 hashAdd(h, _resource); in hash()
371 if(!_resource.empty()) in options()
379 s << _resource; in options()
412 if(_resource != p->_resource) in operator ==()
452 if(_resource < p->_resource) in operator <()
[all …]
H A DWSConnector.cpp17 return new WSTransceiver(_instance, _delegate->connect(), _host, _resource); in connect()
51 if(_resource != p->_resource) in operator ==()
82 if(_resource < p->_resource) in operator <()
86 else if(p->_resource < _resource) in operator <()
96 _instance(instance), _delegate(del), _host(host), _resource(resource) in WSConnector()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/cdt/
H A DCElement.java30 protected IResource _resource; field in CElement
40 _resource = resource; in CElement()
41 cp._resourceToModel.put(_resource, this); in CElement()
48 return _resource; in getResource()
52 _resource = Resource; in setResource()
56 return "CElement: " + _resource.getName(); in getElementName()
65 if (_children.isEmpty() && _resource instanceof IContainer) { in getChildren()
66 IResource members[] = ((IContainer) _resource).members(); in getChildren()
96 return adapter.cast(_resource); in getAdapter()
102 return getClass().getName() + ": " + _resource; in toString()
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/
H A Djid.py253 self._resource = resource
262 return self._resource or ''
275 return _format_jid(self._node, self._domain, self._resource)
318 self._resource = ''
327 self._resource = jid._resource
343 self._resource)
351 self._full = (self._bare + '/' + self._resource
352 if self._resource
365 return self._resource
395 self._resource = _validate_resource(value)
[all …]
/dports/x11-fonts/py-QtAwesome/QtAwesome-1.1.1/qtawesome/
H A D__init__.py29 _resource = { 'iconic': None } variable
56 _resource['iconic'] is not None
57 and not has_valid_font_ids(_resource['iconic'])
60 _resource['iconic'] = None
62 if _resource['iconic'] is None:
63 _resource['iconic'] = IconicFont(
85 return _resource['iconic']
89 if _resource['iconic'] is not None:
90 _resource['iconic'].icon_cache = {}
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Form/
H A DEditResource.php26 protected $_resource; variable in Kronolith_Form_EditResource
33 $this->_resource = $resource;
86 $this->_resource->set('name', $new_name);
87 $this->_resource->set('description', $this->_vars->get('description'));
88 $this->_resource->set('response_type', $this->_vars->get('responsetype'));
89 $this->_resource->set('email', $this->_vars->get('email'));
93 $existing_groups = $driver->getGroupMemberships($this->_resource->getId());
102 $idx = array_search($this->_resource->getId(), $members);
120 $members[] = $this->_resource->getId();
126 $this->_resource->save();
[all …]
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/network/v2/
H A Davailability_zone.py13 from openstack import resource as _resource unknown
16 class AvailabilityZone(_resource.Resource):
32 _query_mapping = _resource.QueryParameters(
37 name = _resource.Body('name')
39 resource = _resource.Body('resource')
42 state = _resource.Body('state')
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Calendar/
H A DResourceGroup.php22 protected $_resource; variable in Kronolith_Calendar_ResourceGroup
61 return $this->_resource->get('name');
71 return $this->_resource->get('description');
87 return $this->_resource->hasPermission($user, $permission, $creator);
97 …return in_array($this->_resource->get('calendar'), $GLOBALS['calendar_manager']->get(Kronolith::DI…
110 $hash['id'] = $this->_resource->getId();
118 $hash['members'] = $this->_resource->get('members');
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/utilities/
H A DjfrResourceManager.hpp33 T* const _resource; member in ResourceManager
35 ResourceManager(T* resource) : _resource(resource) {} in ResourceManager()
37 if (_resource != NULL) { in ~ResourceManager()
38 delete _resource; in ~ResourceManager()
41 operator T*() { return _resource; } in operator T*()
42 T* operator->() { return _resource; } in operator ->()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/utilities/
H A DjfrResourceManager.hpp33 T* const _resource; member in ResourceManager
35 ResourceManager(T* resource) : _resource(resource) {} in ResourceManager()
37 if (_resource != NULL) { in ~ResourceManager()
38 delete _resource; in ~ResourceManager()
41 operator T*() { return _resource; } in operator T*()
42 T* operator->() { return _resource; } in operator ->()

12345678910>>...26