Home
last modified time | relevance | path

Searched refs:getResource (Results 1 – 25 of 134) sorted by relevance

123456

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java215 .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 DGraphEditor.java.bak180 .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 DPageId.php102 $resource = $this->getResource();
104 LogUtility::msg("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
284 throw new ExceptionCompile("A page id can not be set with a null value (Page: {$this->getResource()})", $this->getCanonical());
287 throw new ExceptionCompile("The page id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->getCanonical());
297 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId}) that has not the same value ($value})", $this->getCanonical());
300 throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already an id ($actualId})", $this->getCanonical());
H A DModificationDate.php34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject());
102 return FileSystems::getModifiedTime($this->getResource()->getPathObject());
104 return CreationDate::createForPage($this->getResource())->getValue();
H A DMetadataSingleArrayStore.php46 $this->checkResource($metadata->getResource());
52 $this->checkResource($metadata->getResource());
128 $this->checkResource($metadata->getResource());
H A DPageUrlPath.php83 $page = $this->getResource();
148 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
231 $resource = $this->getResource();
244 $page = $this->getResource();
H A DPageTitle.php61 $resource = $this->getResource();
69 return PageH1::createForPage($this->getResource())
H A DCacheExpirationDate.php39 $resourceCombo = $this->getResource();
88 $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
H A DPagePublicationDate.php125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
138 ->setResource($this->getResource())
H A DCanonical.php93 $resourceCombo = $this->getResource();
110 $namesOriginal = $this->getResource()->getPathObject()->getNamesWithoutExtension();
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php105 $resource = $metadata->getResource();
174 $resourceCombo = $metadata->getResource();
207 $resourceIdAttribute = $metadata->getResource()->getUidObject()::getPersistentName();
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
315 return $metadata->getResource()->getType() . "_" . $metadata::getPersistentName();
326 $mapKey = $this->getResource()->getPathObject()->toAbsoluteId();
329 $page = $this->getResource();
H A DMetadataDokuWikiStore.php143 $resource = $metadata->getResource();
162 $resource = $metadata->getResource();
295 return $this->getResource()->getPathObject()->toWikiPath()->getWikiId();
324 $wikiPage = $this->getResource();
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
98 $aliases[] = Alias::create($this->getResource(), $path)
110 $aliases[] = Alias::create($this->getResource(), $path);
166 $canonicalOrDefault = $this->getResource()->getCanonicalOrDefault();
190 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias)
293 $alias = Alias::create($this->getResource(), $path->getValue());
H A DTwitterImage.php52 $pageImages = PageImages::createForPage($this->getResource())
68 return SocialCardImage::createFromResourcePage($this->getResource())
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
72 return SocialCardImage::createFromResourcePage($this->getResource())
H A DPageH1.php77 return PageTitle::createForMarkup($this->getResource())
83 return ResourceName::createForResource($this->getResource())
H A DBacklinkCount.php61 $resource = $this->getResource();
93 ->setQueryParametrized("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObject()->toAbsoluteId()]);
H A DFeaturedRasterImage.php57 $pageImages = PageImages::createForPage($this->getResource())
125 $markupPath = $this->getResource();
H A DPageImages.php74 $page = $this->getResource();
198 $pageImage = PageImage::create($pageImagePathValue, $this->getResource());
313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php182 ->setResource($this->getResource());
279 return $this->getResource()->getReadStoreOrDefault();
282 $this->readStore = MetadataStoreAbs::toMetadataStore($this->readStore, $this->getResource());
363 public function getResource(): ?ResourceCombo function in ComboStrap\\Meta\\Api\\Metadata
369 return $this->parent->getResource();
640 MetadataMutation::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()->getPathObject());
775 $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
788 ->setResource($this->getResource());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php17 $handle = GuzzleStreamWrapper::getResource($stream);
73 GuzzleStreamWrapper::getResource($stream);
93 $r = GuzzleStreamWrapper::getResource($stream);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java125 .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 Djquery.syntax.js9getResource('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 Djquery.syntax.min.js9getResource('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 DSasPortalGetPolicyRequest.php37 public function getResource() function in Google\\Service\\SASPortalTesting\\SasPortalGetPolicyRequest

123456