Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 25 of 1501) sorted by relevance

12345678910>>...61

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/ci/
H A Dpipelines_helper.rb35 …{ name: 'Android', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/android.…
36 …{ name: 'Bash', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/bash.svg') …
41 …{ name: 'Dart', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/dart.svg') …
47 …{ name: 'Go', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/go_logo.svg')…
51 …{ name: 'Julia', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/julia.svg'…
53 …{ name: 'LaTeX', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/latex.svg'…
55 …{ name: 'Mono', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/mono.svg') …
57 … { name: 'npm', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/npm.svg') },
60 … { name: 'PHP', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/php.svg') },
62 …{ name: 'Ruby', logo: image_path('illustrations/third-party-logos/ci_cd-template-logos/ruby.svg') …
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Dtestsuite2145 *) image_path="" ;;
2182 *) image_path="" ;;
2219 *) image_path="" ;;
2256 *) image_path="" ;;
2293 *) image_path="" ;;
2330 *) image_path="" ;;
2367 *) image_path="" ;;
2409 *) image_path="" ;;
2446 *) image_path="" ;;
2483 *) image_path="" ;;
[all …]
/dports/games/retroarch/RetroArch-1.9.7/
H A Ddisk_index_file.c43 char *image_path; member
109 disk_index_file->image_path[0] = '\0'; in disk_index_file_reset()
192 if (!string_is_empty(context.image_path)) in disk_index_file_read()
194 disk_index_file->image_path, context.image_path, in disk_index_file_read()
197 disk_index_file->image_path[0] = '\0'; in disk_index_file_read()
203 if (context.image_path) in disk_index_file_read()
204 free(context.image_path); in disk_index_file_read()
314 const char *image_path) in disk_index_file_set() argument
327 if (!string_is_empty(image_path)) in disk_index_file_set()
329 if (!string_is_equal(disk_index_file->image_path, image_path)) in disk_index_file_set()
[all …]
/dports/www/nextcloud-appointments/appointments/templates/
H A Dhelp.php4 …alt="add calendar" style="max-width: 760px" src="<?php print_unescaped(image_path('appointments', …
6 …alt="contact info" style="max-width: 688px" src="<?php print_unescaped(image_path('appointments', …
8 …calendar settings" style="max-width: 694px" src="<?php print_unescaped(image_path('appointments', …
10 …appointment slots" style="max-width: 846px" src="<?php print_unescaped(image_path('appointments', …
12 …lt="save template" style="max-width: 857px" src="<?php print_unescaped(image_path('appointments', …
14 …t="enable sharing" style="max-width: 706px" src="<?php print_unescaped(image_path('appointments', …
16 …alt="get page url" style="max-width: 706px" src="<?php print_unescaped(image_path('appointments', …
20 …rgdev-appt-hs-tz-img quick-start-guide-img" src="<?php print_unescaped(image_path('appointments', …
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/tools/
H A Dchecklibs.py59 self.image_path = image_path
69 if not self.image_path.exists():
103 image_path.rpath_source = self
104 self._rpaths.append(image_path)
135 return root.image_path
155 known[self.image_path.resolved_path] = self
161 if not self.image_path.exists():
204 def lookup_or_make_item(self, image_path): argument
245 return str(self.image_path)
248 print(self.image_path)
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/tools/
H A Dchecklibs.py59 self.image_path = image_path
69 if not self.image_path.exists():
103 image_path.rpath_source = self
104 self._rpaths.append(image_path)
135 return root.image_path
155 known[self.image_path.resolved_path] = self
161 if not self.image_path.exists():
204 def lookup_or_make_item(self, image_path): argument
245 return str(self.image_path)
248 print(self.image_path)
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/tools/
H A Dchecklibs.py59 self.image_path = image_path
69 if not self.image_path.exists():
103 image_path.rpath_source = self
104 self._rpaths.append(image_path)
135 return root.image_path
155 known[self.image_path.resolved_path] = self
161 if not self.image_path.exists():
204 def lookup_or_make_item(self, image_path): argument
245 return str(self.image_path)
248 print(self.image_path)
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/test/py/tests/test_efi_secboot/
H A Dconftest.py36 image_path = u_boot_config.persistent_data_dir
37 image_path = image_path + '/' + EFI_SECBOOT_IMAGE_NAME
51 % (image_path, image_size), shell=True)
53 % (image_path, part_size), shell=True)
56 % (image_path, part_size), shell=True)
57 check_call('mkfs -t %s %s.tmp' % (fs_type, image_path), shell=True)
59 % (image_path, image_path, 1), shell=True)
60 check_call('rm %s.tmp' % image_path, shell=True)
62 % (part_size, image_path), shell=True).decode()
131 yield image_path
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/router/
H A Dconsole_formatter_test.exs28 image_path GET /images Phoenix.ImageController :index
29 image_path GET /images/:id/edit Phoenix.ImageController :edit
30 image_path GET /images/new Phoenix.ImageController :new
31 image_path GET /images/:id Phoenix.ImageController :show
32 image_path POST /images Phoenix.ImageController :create
48 image_path GET /image/edit Phoenix.ImageController :edit
49 image_path GET /image/new Phoenix.ImageController :new
50 image_path GET /image Phoenix.ImageController :show
51 image_path POST /image Phoenix.ImageController :create
52 image_path PATCH /image Phoenix.ImageController :update
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp56 base::FilePath image_path = iter->second.path; in CalcVBMetaDigest() local
61 image_path.value().c_str(), hash_algorithm.c_str(), in CalcVBMetaDigest()
120 base::FilePath BaseFsAvbTest::ExtractVBMetaImage(const base::FilePath& image_path, in ExtractVBMetaImage() argument
152 base::FilePath image_path = test_dir_.Append(file_name); in GenerateImage() local
156 return image_path; in GenerateImage()
214 base::FilePath image_path = iter->second.path; in LoadVBMetaData() local
218 EXPECT_TRUE(base::ReadFileToString(image_path, &vbmeta_buffer)); in LoadVBMetaData()
226 ExtractVBMetaImage(image_path, output_file_name); in ExtractAndLoadVBMetaData()
230 std::string BaseFsAvbTest::InfoImage(const base::FilePath& image_path) { in InfoImage() argument
243 base::FilePath image_path = iter->second.path; in InfoImage() local
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/
H A DImageServiceProviderLaravel4.php43 $image_path = $path.'/'.str_replace('..', '', $filename);
44 if (file_exists($image_path) && is_file($image_path)) {
47 $image_path = false;
52 if ($image_path === false) {
62 … $content = $app['image']->cache(function ($image) use ($image_path, $callback) {
66 return $callback($image->make($image_path));
70 return $image->make($image_path)->filter(new $callback);
79 $content = file_get_contents($image_path);
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dimage_sanitizer.cc137 const base::FilePath& image_path, in ImageFileRead() argument
140 ReportError(Status::kFileReadError, image_path); in ImageFileRead()
144 ReportError(Status::kFileDeleteError, image_path); in ImageFileRead()
152 image_path)); in ImageFileRead()
158 ReportError(Status::kDecodingError, image_path); in ImageDecoded()
166 ReportError(Status::kDecodingError, image_path); in ImageDecoded()
184 const base::FilePath& image_path, in ImageReencoded() argument
189 ReportError(Status::kEncodingError, image_path); in ImageReencoded()
199 image_path, size)); in ImageReencoded()
206 ReportError(Status::kFileWriteError, image_path); in ImageWritten()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/prefdialog/
H A Dwidget-image.cpp29 std::string image_path; in WidgetImage() local
37 image_path = content; in WidgetImage()
44 if (!Glib::path_is_absolute(image_path)) { in WidgetImage()
45 image_path = Glib::build_filename(_extension->get_base_directory(), image_path); in WidgetImage()
49 if (Glib::file_test(image_path, Glib::FILE_TEST_IS_REGULAR)) { in WidgetImage()
50 _image_path = image_path; in WidgetImage()
53 image_path.c_str(), _extension->get_id()); in WidgetImage()
/dports/www/nextcloud/nextcloud/apps-pkg/firstrunwizard/templates/
H A Dpersonal-settings.php37 <img src="<?php print_unescaped(image_path('core', 'desktopapp.svg')); ?>"
41 <img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>"
45 <img src="<?php print_unescaped(image_path('core', 'f-droid.svg')); ?>"
49 <img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>"
68 src="<?php p(image_path('core', 'places/calendar.svg')); ?>" />
73 src="<?php p(image_path('core', 'places/contacts.svg')); ?>" />
78 src="<?php p(image_path('files', 'folder.svg')); ?>" />
84 src="<?php p(image_path('core', 'places/default-app-icon.svg')); ?>" />
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/fixtures/development/
H A D26_container_images.rb20 image_path = "#{project.container_registry_url}:tag_#{i}"
21 build_image(image_path)
22 push_image(image_path)
31 def build_image(image_path) argument
32 …system(*%W[docker build -t #{image_path} --build-arg tag=gitlab_container_image_seed .], chdir: @t…
35 def push_image(image_path) argument
36 system(*%W[docker push #{image_path}], chdir: @tmp_dir)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dimage_sanitizer.cc133 const base::FilePath& image_path, in ImageFileRead() argument
136 ReportError(Status::kFileReadError, image_path); in ImageFileRead()
140 ReportError(Status::kFileDeleteError, image_path); in ImageFileRead()
148 image_path)); in ImageFileRead()
154 ReportError(Status::kDecodingError, image_path); in ImageDecoded()
159 image_decoded_callback_.Run(image_path, decoded_image); in ImageDecoded()
172 const base::FilePath& image_path, in ImageReencoded() argument
177 ReportError(Status::kEncodingError, image_path); in ImageReencoded()
187 image_path, size)); in ImageReencoded()
194 ReportError(Status::kFileWriteError, image_path); in ImageWritten()
[all …]
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dimage.cpp3 UIImage::UIImage(const std::string& image_path) in UIImage() argument
4 : image_path(image_path), coords(0.0f, 0.0f, 1.0f, 1.0f) { in UIImage()
10 UIImage::UIImage(const std::string& image_path, const vec2& rect, const vec4& coords) in UIImage() argument
11 : image_path(image_path), coords(coords) { in UIImage()
23 imagetex = texturemanager.grab(image_path); in init()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/py/tests/test_efi_secboot/
H A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)

12345678910>>...61