Home
last modified time | relevance | path

Searched refs:resourceId (Results 1 – 25 of 1837) sorted by relevance

12345678910>>...74

/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/
H A DToolbox.lua36 if resourceId == nil then
46 return resourceId
50 function SendToPeer(resourceId, peer)
51 if resourceId == nil then
60 return resourceId
64 function Delete(resourceId)
65 if resourceId == nil then
78 if resourceId == nil then
82 if resourceId == '' then
105 if resourceId == nil then
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/
H A DToolbox.lua36 if resourceId == nil then
46 return resourceId
50 function SendToPeer(resourceId, peer)
51 if resourceId == nil then
60 return resourceId
64 function Delete(resourceId)
65 if resourceId == nil then
78 if resourceId == nil then
82 if resourceId == '' then
105 if resourceId == nil then
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/
H A DToolbox.lua36 if resourceId == nil then
46 return resourceId
50 function SendToPeer(resourceId, peer)
51 if resourceId == nil then
60 return resourceId
64 function Delete(resourceId)
65 if resourceId == nil then
78 if resourceId == nil then
82 if resourceId == '' then
105 if resourceId == nil then
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/
H A DToolbox.lua36 if resourceId == nil then
46 return resourceId
50 function SendToPeer(resourceId, peer)
51 if resourceId == nil then
60 return resourceId
64 function Delete(resourceId)
65 if resourceId == nil then
78 if resourceId == nil then
82 if resourceId == '' then
105 if resourceId == nil then
[all …]
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Resources/
H A DToolbox.lua36 if resourceId == nil then
46 return resourceId
50 function SendToPeer(resourceId, peer)
51 if resourceId == nil then
60 return resourceId
64 function Delete(resourceId)
65 if resourceId == nil then
78 if resourceId == nil then
82 if resourceId == '' then
105 if resourceId == nil then
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DResourceHandler.cpp67 int resourceId = resources.size()-1; in AddResource() local
69 return resourceId; in AddResource()
74 if (IsValidId(resourceId)) { in GetResource()
75 return &resources[resourceId]; in GetResource()
98 if (resourceId == GetMetalId()) { in GetResourceMap()
106 if (resourceId == GetMetalId()) { in GetResourceMapSize()
107 return GetResourceMapWidth(resourceId) * GetResourceMapHeight(resourceId); in GetResourceMapSize()
114 if (resourceId == GetMetalId()) { in GetResourceMapWidth()
122 if (resourceId == GetMetalId()) { in GetResourceMapHeight()
130 if (!IsValidId(resourceId)) { in GetResourceMapAnalyzer()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/system/
H A Dsound.cpp62 SoundQueueItem *item = getItem(resourceId); in playSound()
65 item = addToQueue(item->resourceId); in playSound()
68 if (!isValidSoundResource(resourceId)) in playSound()
71 item = addToQueue(resourceId); in playSound()
83 if (resourceId == kResourceNone) { in playMusic()
95 if (!isValidSoundResource(resourceId)) in playMusic()
243 void Sound::stop(ResourceId resourceId) { in stop() argument
252 if (it->resourceId == resourceId) in stopAll()
286 if (resourceId == _soundQueue[i].resourceId) in getItem()
294 if (resourceId == _soundQueue[i].resourceId in getPlayingItem()
[all …]
H A Dsound.h42 ResourceId resourceId; member
48 resourceId = kResourceNone; in SoundItem()
56 ResourceId resourceId; member
64 resourceId = kResourceNone; in FrameSoundItem()
76 ResourceId resourceId; member
86 resourceId = kResourceNone; in AmbientSoundItem()
95 ResourceId resourceId; member
99 resourceId = kResourceNone; in SoundQueueItem()
145 bool isPlaying(ResourceId resourceId);
219 void stop(ResourceId resourceId);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/squareup/picasso/
H A DRequest.java37 public final int resourceId; field in Request
69 this.resourceId = resourceId; in Request()
115 private int resourceId; field in Request.Builder
132 public Builder(int resourceId) { in Builder() argument
133 setResourceId(resourceId); in Builder()
136 Builder(Uri uri, int resourceId) { in Builder() argument
138 this.resourceId = resourceId; in Builder()
143 resourceId = request.resourceId; in Builder()
175 this.resourceId = 0; in setUri()
185 if (resourceId == 0) { in setResourceId()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/com/squareup/picasso/
H A DRequest.java37 public final int resourceId; field in Request
69 this.resourceId = resourceId; in Request()
115 private int resourceId; field in Request.Builder
132 public Builder(int resourceId) { in Builder() argument
133 setResourceId(resourceId); in Builder()
136 Builder(Uri uri, int resourceId) { in Builder() argument
138 this.resourceId = resourceId; in Builder()
143 resourceId = request.resourceId; in Builder()
175 this.resourceId = 0; in setUri()
185 if (resourceId == 0) { in setResourceId()
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template/
H A DFile.php173 …* @param mixed $resourceId the filename (relative to this template's dir) of the template to inclu…
189 …$resourceId = str_replace(array("\t", "\n", "\r", "\f", "\v"), array('\\t', '\\n', '\\r', '\\f', '…
191 $resourceId = strtr($resourceId, '\\', '/');
195 if (file_exists($resourceId) === false) {
201 if (strstr($resourceId, '../')) {
205 … $resourceId = dirname($parentTemplate->getResourceIdentifier()).DIRECTORY_SEPARATOR.$resourceId;
206 if (file_exists($resourceId) === false) {
217 if (preg_match('{^([a-z]+?)://}i', $resourceId)) {
225 $resourceId = realpath($resourceId);
228 if (strpos($resourceId, $dir) === 0) {
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Template/
H A DFile.php173 …* @param mixed $resourceId the filename (relative to this template's dir) of the template to inclu…
189 …$resourceId = str_replace(array("\t", "\n", "\r", "\f", "\v"), array('\\t', '\\n', '\\r', '\\f', '…
191 $resourceId = strtr($resourceId, '\\', '/');
195 if (file_exists($resourceId) === false) {
201 if (strstr($resourceId, '../')) {
205 … $resourceId = dirname($parentTemplate->getResourceIdentifier()).DIRECTORY_SEPARATOR.$resourceId;
206 if (file_exists($resourceId) === false) {
217 if (preg_match('{^([a-z]+?)://}i', $resourceId)) {
225 $resourceId = realpath($resourceId);
228 if (strpos($resourceId, $dir) === 0) {
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dcursor.cpp123 void Cursor::readBuiltinType(Datum resourceId) { in readBuiltinType() argument
124 if (resourceId.equalTo(_cursorResId)) in readBuiltinType()
127 if (resourceId.type != INT) { in readBuiltinType()
132 switch(resourceId.asInt()) { in readBuiltinType()
158 void Cursor::readFromResource(Datum resourceId) { in readFromResource() argument
159 if (resourceId.equalTo(_cursorResId)) in readFromResource()
162 if (resourceId.type != INT) { in readFromResource()
166 switch(resourceId.asInt()) { in readFromResource()
174 readBuiltinType(resourceId); in readFromResource()
206 uint id = (resourceId.asInt() & 0x7f) + 2; in readFromResource()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/TryWithResources/
H A DTwrTests.java71 if (e.resourceId() != 0) { in testCreateFailure1()
383 int id = e.resourceId(); in testCreateSuccess1()
695 private final int resourceId; field in Resource
707 this.resourceId = resourceId; in Resource()
713 closedList.add(resourceId); in close()
719 private final int resourceId; field in Resource.ResourceException
723 this.resourceId = resourceId; in ResourceException()
726 public int resourceId() { in resourceId() method in Resource.ResourceException
727 return resourceId; in resourceId()
733 super(resourceId); in CreateFailException()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DMongoDbOptions.php33 private $resourceId = 'default'; variable in Zend\\Cache\\Storage\\Adapter\\MongoDbOptions
100 return $this->resourceId;
106 * @param string $resourceId
110 public function setResourceId($resourceId) argument
112 $resourceId = (string) $resourceId;
114 if ($this->resourceId !== $resourceId) {
115 $this->triggerOptionEvent('resource_id', $resourceId);
117 $this->resourceId = $resourceId;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DMongoDbOptions.php33 private $resourceId = 'default'; variable in Zend\\Cache\\Storage\\Adapter\\MongoDbOptions
100 return $this->resourceId;
106 * @param string $resourceId
110 public function setResourceId($resourceId) argument
112 $resourceId = (string) $resourceId;
114 if ($this->resourceId !== $resourceId) {
115 $this->triggerOptionEvent('resource_id', $resourceId);
117 $this->resourceId = $resourceId;

12345678910>>...74