Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 – 25 of 1431) sorted by relevance

12345678910>>...58

/dports/games/dustrac/DustRacing2D-ae380b8/data/
H A DeditorModels.conf6 <object category="tile" role="bridge" imagePath="images/bridgeEditor.png"/>
7 <object category="tile" role="corner90" imagePath="images/corner.png"/>
8 <object category="tile" role="corner45Left" imagePath="images/corner45Left.png"/>
9 <object category="tile" role="corner45Right" imagePath="images/corner45Right.png"/>
10 <object category="tile" role="straight" imagePath="images/straight.png"/>
11 <object category="tile" role="straight45Male" imagePath="images/straight45Male.png"/>
12 <object category="tile" role="straight45Female" imagePath="images/straight45Female.png"/>
13 <object category="tile" role="finish" imagePath="images/finishEditor.png"/>
14 <object category="tile" role="grass" imagePath="images/grassEditor.png"/>
18 <object category="tile" role="sand" imagePath="images/sandEditor.png"/>
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DDiskUtils.cpp28 static Framework::CStream* CreateImageStream(const fs::path& imagePath) in CreateImageStream() argument
31 auto imagePathString = imagePath.string(); in CreateImageStream()
57 auto currentPath = imagePath.parent_path(); in CreateOpticalMediaFromCueSheet()
84 auto imageDataPath = imagePath; in CreateOpticalMediaFromMds()
99 assert(!imagePath.empty()); in CreateOpticalMediaFromPath()
102 auto extension = imagePath.extension().string(); in CreateOpticalMediaFromPath()
107 stream = std::make_shared<CIszImageStream>(CreateImageStream(imagePath)); in CreateOpticalMediaFromPath()
115 return CreateOpticalMediaFromCueSheet(imagePath); in CreateOpticalMediaFromPath()
119 return CreateOpticalMediaFromMds(imagePath); in CreateOpticalMediaFromPath()
122 else if(imagePath.string()[0] == '\\') in CreateOpticalMediaFromPath()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/utils/fgqcanvas/
H A Dfgqcanvasimageloader.cpp51 m_cache.insert(imagePath, pm); in onDownloadFinished()
54 writeToDiskCache(imagePath, reply); in onDownloadFinished()
70 QString absPath = cacheDir.absoluteFilePath(imagePath); in writeToDiskCache()
72 QFileInfo finfo(imagePath); in writeToDiskCache()
92 if (m_cache.contains(imagePath)) { in getImage()
94 return m_cache.value(imagePath); in getImage()
101 m_cache.insert(imagePath, pix); in getImage()
102 qDebug() << "loaded from on-disk cache:" << imagePath; in getImage()
110 url.setPath("/aircraft-dir/" + imagePath); in getImage()
119 reply->setProperty("image", imagePath); in getImage()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core/podcasts/
H A DPodcastImageFetcher.cpp43 QString imagePath = cachedImagePath( channel ).toLocalFile(); in addChannel() local
44 QImage image( imagePath ); in addChannel()
46 error() << "could not load pixmap from " << imagePath; in addChannel()
83 QUrl imagePath = channel->saveLocation(); in cachedImagePath() local
84 if( imagePath.isEmpty() || !imagePath.isLocalFile() ) in cachedImagePath()
89 imagePath = imagePath.adjusted( QUrl::StripTrailingSlash ); in cachedImagePath()
90imagePath.setPath( imagePath.path() + QLatin1Char('/') + ( md5.result().toHex() + QLatin1Char('.')… in cachedImagePath()
91 return imagePath; in cachedImagePath()
156 QString imagePath = cachedImagePath( channel ).toLocalFile(); in slotDownloadFinished() local
157 QImage image( imagePath ); in slotDownloadFinished()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeimage/data/
H A Dqtbug_22125.qml11 source: imagePath;
19 imagePath: "http://127.0.0.1:14451/big256.png"
22 imagePath: "http://127.0.0.1:14451/big256.png"
25 imagePath: "http://127.0.0.1:14451/big256.png"
28 imagePath: "http://127.0.0.1:14451/colors.png"
31 imagePath: "http://127.0.0.1:14451/colors1.png"
34 imagePath: "http://127.0.0.1:14451/big.jpeg"
37 imagePath: "http://127.0.0.1:14451/heart.png"
40 imagePath: "http://127.0.0.1:14451/green.png"
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/themeexplorer/package/contents/ui/delegates/
H A Dpanel.qml16 imagePath: model.imagePath
44 imagePath: model.imagePath
57 imagePath: model.imagePath
84 imagePath: model.imagePath
97 imagePath: model.imagePath
123 imagePath: model.imagePath
136 imagePath: model.imagePath
162 imagePath: model.imagePath
175 imagePath: model.imagePath
194 text: model.imagePath
/dports/www/nextcloud/nextcloud/apps-pkg/sharebymail/lib/
H A DActivity.php128 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.png')));
130 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.svg')));
142 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.png')));
144 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.svg')));
154 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.png')));
156 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.svg')));
168 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.png')));
170 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.svg')));
180 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.png')));
182 $event->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/share.svg')));
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dimagewidget.h23 QString imagePath;
28 imagePath.clear(); in QPixmap()
34 imagePath = other.imagePath; in ImagePixmap()
42 imagePath = otherImagePixmap->imagePath; in ImagePixmap()
45 imagePath.clear(); in ImagePixmap()
53 imagePath = other.imagePath;
63 imagePath = otherImagePixmap->imagePath;
66 imagePath.clear();
98 QString &absoluteImagePath() { return currentPixmap.imagePath; } in absoluteImagePath()
/dports/graphics/exiv2/exiv2-0.27.5-Source/unitTests/
H A Dtest_FileIo.cpp28 const std::string imagePath(testData + "/DSC_3079.jpg"); variable
33 ASSERT_NO_THROW(FileIo file(imagePath)); in TEST()
38 FileIo file(imagePath); in TEST()
44 FileIo file(imagePath); in TEST()
52 FileIo file(imagePath); in TEST()
59 FileIo file(imagePath); in TEST()
65 FileIo file(imagePath); in TEST()
72 FileIo file(imagePath); in TEST()
85 FileIo file(imagePath); in TEST()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/kdecorations/aurorae/src/qml/
H A DAuroraeButton.qml91 imagePath: pathForButton()
97 imagePath: buttonSvg.imagePath
110 imagePath: buttonSvg.imagePath
123 imagePath: buttonSvg.imagePath
136 imagePath: buttonSvg.imagePath
149 imagePath: buttonSvg.imagePath
162 imagePath: buttonSvg.imagePath
175 imagePath: buttonSvg.imagePath
188 imagePath: buttonSvg.imagePath
201 visible = buttonSvg.imagePath != "";
/dports/polish/kadu/kadu-4.3/kadu-core/formatted-string/
H A Dformatted-string-html-visitor.cpp50 auto imagePath = formattedStringImageBlock->imagePath(); in visit() local
51 auto escapedImagePath = Qt::escape(imagePath); in visit()
55 append(QFileInfo(imagePath).isAbsolute() in visit()
56 …? QString("<img class=\"scalable\" src=\"file://%1\" name=\"%2\" />").arg(imagePath).arg(escapedIm… in visit()
57 : imagePath.startsWith("kaduimg:///") in visit()
58 … ? QString("<img class=\"scalable\" src=\"%1\" name=\"%2\" />").arg(imagePath).arg(escapedImageKey) in visit()
59 …: QString("<img class=\"scalable\" src=\"kaduimg:///%1\" name=\"%2\" />").arg(imagePath).arg(escap… in visit()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/getanddostuff/
H A Dmanipulation.cpp286 void GetAndDoStuffManipulation::copyImage(QString imagePath, QString destinationPath) { in copyImage() argument
300 if(destinationPath == imagePath) return; in copyImage()
303 QFile file(imagePath); in copyImage()
305 if(QFileInfo(destinationPath).absolutePath() == QFileInfo(imagePath).absolutePath()) in copyImage()
312 void GetAndDoStuffManipulation::moveImage(QString imagePath, QString destinationPath) { in moveImage() argument
326 if(destinationPath == imagePath) return; in moveImage()
330 destinationPath += QFileInfo(imagePath).completeSuffix(); in moveImage()
333 QFile file(imagePath); in moveImage()
344 reloadDirectory(imagePath,true); in moveImage()
352 QString GetAndDoStuffManipulation::getImageBaseName(QString imagePath) { in getImageBaseName() argument
[all …]
/dports/www/owncloud/owncloud/apps/firstrunwizard/templates/
H A Dwizard.php4 <img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/close.svg')); ?>">
15 <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.svg')); ?>"
19 <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'googleplay.png')); ?>"
23 <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.svg')); ?>"
31 src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/calendar-dark.svg')); ?>" />
36 src="<?php print_unescaped(OCP\Util::imagePath('core', 'places/contacts-dark.svg')); ?>" />
42 …<img class="appsmall svg" src="<?php print_unescaped(OCP\Util::imagePath('settings', 'help.svg'));…
47 src="<?php print_unescaped(OCP\Util::imagePath('files', 'folder.svg')); ?>" />
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Dataset/
H A DMnistDataset.php23 public function __construct(string $imagePath, string $labelPath) argument
25 $this->samples = $this->readImages($imagePath);
33 private function readImages(string $imagePath): array argument
35 $stream = fopen($imagePath, 'rb');
38 throw new InvalidArgumentException('Could not open file: '.$imagePath);
49 throw new InvalidArgumentException('Invalid magic number: '.$imagePath);
53 throw new InvalidArgumentException('Invalid number of image rows: '.$imagePath);
57 throw new InvalidArgumentException('Invalid number of image cols: '.$imagePath);
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Dataset/
H A DMnistDataset.php23 public function __construct(string $imagePath, string $labelPath) argument
25 $this->samples = $this->readImages($imagePath);
33 private function readImages(string $imagePath): array argument
35 $stream = fopen($imagePath, 'rb');
38 throw new InvalidArgumentException('Could not open file: '.$imagePath);
49 throw new InvalidArgumentException('Invalid magic number: '.$imagePath);
53 throw new InvalidArgumentException('Invalid number of image rows: '.$imagePath);
57 throw new InvalidArgumentException('Invalid number of image cols: '.$imagePath);
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Dataset/
H A DMnistDataset.php23 public function __construct(string $imagePath, string $labelPath) argument
25 $this->samples = $this->readImages($imagePath);
33 private function readImages(string $imagePath): array argument
35 $stream = fopen($imagePath, 'rb');
38 throw new InvalidArgumentException('Could not open file: '.$imagePath);
49 throw new InvalidArgumentException('Invalid magic number: '.$imagePath);
53 throw new InvalidArgumentException('Invalid number of image rows: '.$imagePath);
57 throw new InvalidArgumentException('Invalid number of image cols: '.$imagePath);
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/templates/
H A D_footer_copyright_social_links.php2 $imagePath = theme_path("images/login"); variable
10 … <img src="<?php echo "{$imagePath}/linkedin.png"; ?>" alt="LinkedIn OrangeHRM group"/></a>&nbsp;
12 … <img src="<?php echo "{$imagePath}/facebook.png"; ?>" alt="OrangeHRM on Facebook"/></a>&nbsp;
14 … <img src="<?php echo "{$imagePath}/twiter.png"; ?>" alt="OrangeHRM on twitter"/></a>&nbsp;
16 … <img src="<?php echo "{$imagePath}/youtube.png"; ?>" alt="OrangeHRM on youtube"/></a>&nbsp;
/dports/graphics/ksnip/ksnip-1.9.2/src/bootstrapper/singleInstance/
H A DSingleInstanceClientBootstrapper.cpp45 bool SingleInstanceClientBootstrapper::isImagePathValid(const QString &imagePath) const in isImagePathValid()
47 QPixmap pixmap(imagePath); in isImagePathValid()
58 auto imagePath = getImagePath(); in notifyServer() local
59 if (isImagePathValid(imagePath)) { in notifyServer()
60 qWarning("Unable to open image file %s.", qPrintable(imagePath)); in notifyServer()
64 parameter = SingleInstanceParameter(imagePath); in notifyServer()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Public/iOS/
H A DBundleImageProvider.swift46 let imagePath: String? in imageForAsset() variable
55 imagePath = path in imageForAsset()
58 imagePath = path in imageForAsset()
60 imagePath = bundle.path(forResource: asset.name, ofType: nil) in imageForAsset()
65 imagePath = path in imageForAsset()
68 imagePath = bundle.path(forResource: asset.name, ofType: nil) in imageForAsset()
72 guard let foundPath = imagePath, let image = UIImage(contentsOfFile: foundPath) else { in imageForAsset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/
H A DDiscoveryResources.java81 String imagePath; in getIconImage() local
84 imagePath = icon.getImage64(); in getIconImage()
85 if (imagePath != null || !fallback) { in getIconImage()
89 imagePath = icon.getImage48(); in getIconImage()
90 if (imagePath != null || !fallback) { in getIconImage()
94 imagePath = icon.getImage32(); in getIconImage()
99 if (imagePath != null && imagePath.length() > 0) { in getIconImage()
100 URL resource = discoverySource.getResource(imagePath); in getIconImage()
/dports/www/nextcloud/nextcloud/apps-pkg/settings/lib/Activity/
H A DSecurityProvider.php68 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
70 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
79 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
81 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
90 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
92 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
101 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
103 …$event->setIcon($this->urlGenerator->getAbsoluteURL($this->urlGenerator->imagePath('core', 'action…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/snapshots/devmapper/losetup/
H A Dlosetup.go29 func FindAssociatedLoopDevices(imagePath string) ([]string, error) {
30 output, err := losetup("--list", "--output", "NAME", "--associated", imagePath)
49 func AttachLoopDevice(imagePath string) (string, error) {
50 return losetup("--find", "--show", imagePath)
61 func RemoveLoopDevicesAssociatedWithImage(imagePath string) error {
62 loopDevices, err := FindAssociatedLoopDevices(imagePath)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/snapshots/devmapper/losetup/
H A Dlosetup.go29 func FindAssociatedLoopDevices(imagePath string) ([]string, error) {
30 output, err := losetup("--list", "--output", "NAME", "--associated", imagePath)
49 func AttachLoopDevice(imagePath string) (string, error) {
50 return losetup("--find", "--show", imagePath)
61 func RemoveLoopDevicesAssociatedWithImage(imagePath string) error {
62 loopDevices, err := FindAssociatedLoopDevices(imagePath)
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/webexport/
H A DWidgets.java192 String imagePath = "org/openscience/jmol/app/images/"; in getSupportFileNames() local
193 fileNames[0] = imagePath + "lastButton.png"; in getSupportFileNames()
194 fileNames[1] = imagePath + "playButton.png"; in getSupportFileNames()
195 fileNames[2] = imagePath + "playLoopButton.png"; in getSupportFileNames()
196 fileNames[3] = imagePath + "playOnceButton.png"; in getSupportFileNames()
197 fileNames[4] = imagePath + "playPalindromeButton.png"; in getSupportFileNames()
198 fileNames[5] = imagePath + "prevButton.png"; in getSupportFileNames()
199 fileNames[6] = imagePath + "pauseButton.png"; in getSupportFileNames()
200 fileNames[7] = imagePath + "nextButton.png"; in getSupportFileNames()
201 fileNames[8] = imagePath + "firstButton.png"; in getSupportFileNames()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsexiftools.sip.in28 static QVariantMap readTags( const QString &imagePath );
30 Returns a map object containing all exif tags stored in the image at ``imagePath``.
35 static QVariant readTag( const QString &imagePath, const QString &key );
37 Returns the value of of an exif tag ``key`` stored in the image at ``imagePath``.
42 static QgsPoint getGeoTag( const QString &imagePath, bool &ok /Out/ );
44 Returns the geotagged coordinate stored in the image at ``imagePath``.
54 static bool hasGeoTag( const QString &imagePath );
56 Returns ``True`` if the image at ``imagePath`` contains a valid geotag.
79 …static bool geoTagImage( const QString &imagePath, const QgsPointXY &location, const GeoTagDetails…
81 Writes geotags to the image at ``imagePath``.

12345678910>>...58