| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | GraphEditor.java | 133 .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 …]
|
| D | GraphEditor.java.bak | 58 //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 D | PageId.php | 102 $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 D | ModificationDate.php | 34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject()); 102 return FileSystems::getModifiedTime($this->getResource()->getPathObject()); 104 return CreationDate::createForPage($this->getResource())->getValue();
|
| H A D | MetadataSingleArrayStore.php | 46 $this->checkResource($metadata->getResource()); 52 $this->checkResource($metadata->getResource()); 128 $this->checkResource($metadata->getResource());
|
| H A D | PageUrlPath.php | 82 $page = $this->getResource(); 147 $urlTypeDefault = PageUrlType::createFromPage($this->getResource())->getDefaultValue(); 230 $resource = $this->getResource(); 243 $page = $this->getResource();
|
| H A D | CacheExpirationDate.php | 39 $resourceCombo = $this->getResource(); 88 … $cronExpression = CacheExpirationFrequency::createForPage($this->getResource())->getValue();
|
| H A D | PageTitle.php | 61 $resource = $this->getResource(); 69 return PageH1::createForPage($this->getResource())
|
| H A D | Slug.php | 113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault(); 117 …throw new \RuntimeException("The default title of the page (" . $this->getResource() . ") should n…
|
| H A D | PagePublicationDate.php | 125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension(); 138 ->setResource($this->getResource())
|
| H A D | Canonical.php | 93 $resourceCombo = $this->getResource(); 110 $namesOriginal = $this->getResource()->getPathObject()->getNamesWithoutExtension();
|
| /plugin/combo/ComboStrap/Meta/Store/ |
| H A D | MetadataDbStore.php | 105 $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 D | MetadataDokuWikiStore.php | 143 $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 D | Aliases.php | 52 $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 D | TwitterImage.php | 52 $pageImages = PageImages::createForPage($this->getResource()) 68 return SocialCardImage::createFromResourcePage($this->getResource())
|
| H A D | FacebookImage.php | 55 $pageImages = PageImages::createForPage($this->getResource()) 72 return SocialCardImage::createFromResourcePage($this->getResource())
|
| H A D | PageH1.php | 77 return PageTitle::createForMarkup($this->getResource()) 83 return ResourceName::createForResource($this->getResource())
|
| H A D | BacklinkCount.php | 61 $resource = $this->getResource(); 93 …d("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObjec…
|
| H A D | FeaturedRasterImage.php | 57 $pageImages = PageImages::createForPage($this->getResource()) 125 $markupPath = $this->getResource();
|
| H A D | PageImages.php | 74 $page = $this->getResource(); 198 $pageImage = PageImage::create($pageImagePathValue, $this->getResource()); 313 $firstImage = FirstRasterImage::createForPage($this->getResource())->getValue();
|
| /plugin/combo/ComboStrap/Meta/Api/ |
| H A D | Metadata.php | 182 ->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/ |
| 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/ |
| 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/ |
| 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
|
| 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
|