Home
last modified time | relevance | path

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

123456

/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java133 .getResource("/com/mxgraph/examples/swing/images/swimlane.png")), in GraphEditor()
140 .getResource("/com/mxgraph/examples/swing/images/rounded.png")), in GraphEditor()
148 .getResource("/com/mxgraph/examples/swing/images/rounded.png")), in GraphEditor()
156 .getResource("/com/mxgraph/examples/swing/images/rectangle.png")), in GraphEditor()
163 .getResource("/com/mxgraph/examples/swing/images/rounded.png")), in GraphEditor()
170 .getResource("/com/mxgraph/examples/swing/images/ellipse.png")), in GraphEditor()
177 .getResource("/com/mxgraph/examples/swing/images/doubleellipse.png")), in GraphEditor()
184 .getResource("/com/mxgraph/examples/swing/images/triangle.png")), in GraphEditor()
191 .getResource("/com/mxgraph/examples/swing/images/rhombus.png")), in GraphEditor()
198 .getResource("/com/mxgraph/examples/swing/images/hline.png")), in GraphEditor()
[all …]
DGraphEditor.java.bak58 //GraphEditor.class.getResource("/com/mxgraph/examples/swing/images/connector.gif");
114 .getResource("/com/mxgraph/examples/swing/images/swimlane.png")),
121 .getResource("/com/mxgraph/examples/swing/images/rectangle.png")),
128 .getResource("/com/mxgraph/examples/swing/images/rounded.png")),
135 .getResource("/com/mxgraph/examples/swing/images/ellipse.png")),
142 .getResource("/com/mxgraph/examples/swing/images/doubleellipse.png")),
149 .getResource("/com/mxgraph/examples/swing/images/triangle.png")),
156 .getResource("/com/mxgraph/examples/swing/images/rhombus.png")),
163 .getResource("/com/mxgraph/examples/swing/images/hline.png")),
170 .getResource("/com/mxgraph/examples/swing/images/hexagon.png")),
[all …]
/plugin/combo/ComboStrap/
H A DPageId.php102 $resource = $this->getResource();
104 …("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
284 …tionCompile("A page id can not be set with a null value (Page: {$this->getResource()})", $this->ge…
287 … id value to set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->ge…
297 …new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already…
300 …new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has already…
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.php82 $page = $this->getResource();
147 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue();
230 $resource = $this->getResource();
243 $page = $this->getResource();
H A DCacheExpirationDate.php39 $resourceCombo = $this->getResource();
88 … $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
H A DPageTitle.php61 $resource = $this->getResource();
69 return PageH1::createForPage($this->getResource())
H A DSlug.php113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
117 …throw new \RuntimeException("The default title of the page (" . $this->getResource() . ") should n…
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 …meInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection q…
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 …d("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObjec…
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 …on::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()->getPathObjec…
775 … $this->writeStore = MetadataStoreAbs::toMetadataStore($this->writeStore, $this->getResource());
788 ->setResource($this->getResource());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DGuzzleStreamWrapperTest.php17 $handle = GuzzleStreamWrapper::getResource($stream);
73 GuzzleStreamWrapper::getResource($stream);
93 $r = GuzzleStreamWrapper::getResource($stream);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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/
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
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

123456