/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | GraphEditor.java | 215 .getResource("/com/mxgraph/examples/swing/images/actor.png")), in GraphEditor() 218 .getResource("/com/mxgraph/examples/swing/images/cloud.png")), in GraphEditor() 250 .getResource("/com/mxgraph/examples/swing/images/arrow.png")), in GraphEditor() 254 .getResource("/com/mxgraph/examples/swing/images/bell.png")), in GraphEditor() 258 .getResource("/com/mxgraph/examples/swing/images/box.png")), in GraphEditor() 286 .getResource("/com/mxgraph/examples/swing/images/gear.png")), in GraphEditor() 290 .getResource("/com/mxgraph/examples/swing/images/house.png")), in GraphEditor() 310 .getResource("/com/mxgraph/examples/swing/images/server.png")), in GraphEditor() 371 .getResource("/com/mxgraph/examples/swing/images/link.png")), in GraphEditor() 399 .getResource("/com/mxgraph/examples/swing/images/rule.png")), in GraphEditor() [all …]
|
H A D | GraphEditor.java.bak | 180 .getResource("/com/mxgraph/examples/swing/images/actor.png")), 183 .getResource("/com/mxgraph/examples/swing/images/cloud.png")), 215 .getResource("/com/mxgraph/examples/swing/images/arrow.png")), 219 .getResource("/com/mxgraph/examples/swing/images/bell.png")), 223 .getResource("/com/mxgraph/examples/swing/images/box.png")), 251 .getResource("/com/mxgraph/examples/swing/images/gear.png")), 255 .getResource("/com/mxgraph/examples/swing/images/house.png")), 275 .getResource("/com/mxgraph/examples/swing/images/server.png")), 336 .getResource("/com/mxgraph/examples/swing/images/link.png")), 364 .getResource("/com/mxgraph/examples/swing/images/rule.png")), [all …]
|
/plugin/combo/ComboStrap/ |
H A D | MetadataDbStore.php | 49 $resource = $metadata->getResource(); 122 $resourceCombo = $metadata->getResource(); 152 $resourceIdAttribute = $metadata->getResource()->getUidObject()::getPersistentName(); 190 if ($metadata->getResource() === null) { 195 $uid = $metadata->getResource()->getUid(); 225 …LogUtility::msg("An exception has occurred with the $tableName ({$metadata->getResource()}) select… 267 return $metadata->getResource()->getType() . "_" . $metadata::getPersistentName(); 278 $mapKey = $this->getResource()->getPath()->toString(); 281 $page = $this->getResource();
|
H A D | MetadataDokuWikiStore.php | 141 $resource = $metadata->getResource(); 163 $resource = $metadata->getResource(); 188 $wikiId = $this->getResource()->getDokuwikiId(); 209 $this->setFromWikiId($this->getResource()->getDokuwikiId(), $name, $value); 219 $this->data = p_read_metadata($this->getResource()->getDokuwikiId()); 274 $dokuwikiId = $this->getResource()->getDokuwikiId(); 368 $resource = $this->getResource(); 436 $dokuwikiId = $this->getResource()->getDokuwikiId();
|
H A D | PageId.php | 63 $resource = $this->getResource(); 65 …("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}"); 74 …nly: You can't ask a `page id` with the action $ACT, the page ({$this->getResource()}) does not ex… 261 …eptionCombo("A page id can not be set with a null value (Page: {$this->getResource()})", $this->ge… 264 … id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->ge… 270 …w new ExceptionCombo("The page id cannot be changed, the page ({$this->getResource()}) has already… 273 …w new ExceptionCombo("The page id cannot be changed, the page ({$this->getResource()}) has already…
|
H A D | Aliases.php | 46 $alias = Alias::create($this->getResource(), $aliasMeta->getValue()); 89 $aliases[] = Alias::create($this->getResource(), $path) 100 $aliases[] = Alias::create($this->getResource(), $path); 155 $canonicalOrDefault = $this->getResource()->getCanonicalOrDefault(); 175 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias) 270 $alias = Alias::create($this->getResource(), $path->getValue());
|
H A D | ModificationDate.php | 37 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPath()); 94 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPath()); 98 return PageCreationDate::createForPage($this->getResource())->getValue();
|
H A D | PageImages.php | 59 …::msg("Error while getting the default page image for the page {$this->getResource()}. The image w… 67 PageImage::create($defaultPageImage, $this->getResource()) 70 …eating the default page image ($defaultPageImage) for the page {$this->getResource()}. The image w… 113 $page = $this->getResource(); 227 $pageImage = PageImage::create($pageImagePath->getValue(), $this->getResource()); 229 …or while creating the page image ($pageImagePath) for the page {$this->getResource()}. The image w…
|
H A D | PageUrlPath.php | 78 $page = $this->getResource(); 125 $urlTypeDefault = PageUrlType::getOrCreateForPage($this->getResource())->getDefaultValue(); 208 $resource = $this->getResource(); 217 $page = $this->getResource();
|
H A D | PageH1.php | 66 $title = PageTitle::createForPage($this->getResource()) 72 return ResourceName::createForResource($this->getResource())
|
H A D | Metadata.php | 203 ->setResource($this->getResource()); 275 return $this->getResource()->getReadStoreOrDefault(); 278 … $this->readStore = MetadataStoreAbs::toMetadataStore($this->readStore, $this->getResource()); 366 public function getResource(): ?ResourceCombo function in ComboStrap\\Metadata 372 return $this->parent->getResource(); 730 … $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource()); 739 ->setResource($this->getResource());
|
H A D | MetadataSingleArrayStore.php | 42 $this->checkResource($metadata->getResource()); 48 $this->checkResource($metadata->getResource()); 128 $this->checkResource($metadata->getResource());
|
H A D | ResourceName.php | 26 $resourceCombo = $this->getResource(); 58 $resourceCombo = $this->getResource();
|
H A D | Canonical.php | 69 $namesOriginal = $this->getResource()->getPath()->getNames(); 98 if ($this->getResource()->isStartPage()) {
|
H A D | CacheExpirationDate.php | 32 $resourceCombo = $this->getResource(); 65 $cronExpression = $this->getResource()->getCacheExpirationFrequency();
|
H A D | BacklinkCount.php | 78 $resource = $this->getResource(); 132 …d("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPath()->t…
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | GuzzleStreamWrapperTest.php | 17 $handle = GuzzleStreamWrapper::getResource($stream); 73 GuzzleStreamWrapper::getResource($stream); 93 $r = GuzzleStreamWrapper::getResource($stream);
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | JTableRenderer.java | 125 .getResource(IMAGE_PATH + "preferences.gif"))); in JTableRenderer() 139 JTableRenderer.class.getResource(IMAGE_PATH + "minimize.gif"))) in JTableRenderer() 149 .getResource(IMAGE_PATH in JTableRenderer() 190 .getResource(IMAGE_PATH + "resize.gif"))); in JTableRenderer() 308 JTableRenderer.class.getResource(IMAGE_PATH in MyTable() 311 JTableRenderer.class.getResource(IMAGE_PATH in MyTable() 314 JTableRenderer.class.getResource(IMAGE_PATH in MyTable()
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.js | 9 …getResource('jquery.syntax.brush',name,callback);}),layouts:new ResourceLoader(function(name,callb… 12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function… method in Syntax
|
H A D | jquery.syntax.min.js | 9 …getResource('jquery.syntax.brush',name,callback);}),layouts:new ResourceLoader(function(name,callb… 12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function… method in Syntax
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/ |
H A D | SasPortalGetPolicyRequest.php | 37 public function getResource() function in Google\\Service\\SASPortalTesting\\SasPortalGetPolicyRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/ |
H A D | SasPortalGetPolicyRequest.php | 37 public function getResource() function in Google\\Service\\Sasportal\\SasPortalGetPolicyRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | RoutersPreviewResponse.php | 35 public function getResource() function in Google\\Service\\Compute\\RoutersPreviewResponse
|
H A D | RegionUrlMapsValidateRequest.php | 35 public function getResource() function in Google\\Service\\Compute\\RegionUrlMapsValidateRequest
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | InflateStream.php | 23 $resource = GuzzleStreamWrapper::getResource($stream);
|