Home
last modified time | relevance | path

Searched refs:asset_path (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/project/
H A Dassethandler.cpp147 string asset_path = unique_paths[i]; in handle_assets() local
148 assert(!asset_path.empty()); in handle_assets()
151 if (!handle_asset(asset_path)) in handle_assets()
174 if (path(asset_path).is_absolute()) in handle_asset()
175 return handle_absolute_asset(asset_path); in handle_asset()
211 asset_path = convert_to_posix(asset_path); in handle_asset()
230 return copy_absolute_asset(asset_path); in handle_absolute_asset()
244 asset_path = absolute_asset_path.string(); in make_absolute_asset_path()
263 asset_path = new_relative_asset_path.string(); in copy_absolute_asset()
266 asset_path = convert_to_posix(asset_path); in copy_absolute_asset()
[all …]
H A Dassethandler.h68 bool handle_asset(std::string& asset_path) const;
69 bool handle_absolute_asset(std::string& asset_path) const;
70 bool make_absolute_asset_path(std::string& asset_path) const;
71 bool copy_absolute_asset(std::string& asset_path) const;
72 bool copy_relative_asset(std::string& asset_path) const;
/dports/multimedia/openshot/openshot-qt-2.6.1/src/classes/
H A Dassets.py45 asset_path = os.path.join(os.path.dirname(file_path), asset_folder_name)
54 if not os.path.exists(asset_path):
59 shutil.copytree(asset_path_30_char, asset_path)
60 log.info("Copying shortened asset folder. {}".format(asset_path))
64 os.mkdir(asset_path)
65 log.info("Asset dir created as {}".format(asset_path))
67 log.debug("Using existing asset folder {}".format(asset_path))
70 asset_thumbnails_folder = os.path.join(asset_path, "thumbnail")
76 asset_titles_folder = os.path.join(asset_path, "title")
82 asset_blender_folder = os.path.join(asset_path, "blender")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/helpers/
H A Dwebpack_helper_spec.rb17 allow(Gitlab::Webpack::Manifest).to receive(:asset_paths).and_return([asset_path])
22 expect(helper).to receive(:preload_link_tag).with(asset_path, {}).and_call_original
26 …expect(output).to eq("<link rel=\"preload\" href=\"#{asset_path}\" as=\"script\" type=\"text/javas…
30 expect(helper).to receive(:prefetch_link_tag).with(asset_path).and_call_original
34 expect(output).to eq("<link rel=\"prefetch\" href=\"#{asset_path}\">")
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/stylesheet/sass/
H A D_bootstrap-mincer.scss9 // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10 // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11 // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12 …@return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*…
16 @return "<%- asset_path("#{$file}") %>";
/dports/devel/py-xstatic-bootstrap-scss/XStatic-Bootstrap-SCSS-3.4.1.0/xstatic/pkg/bootstrap_scss/data/scss/
H A D_bootstrap-mincer.scss9 // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10 // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11 // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12 …@return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*…
16 @return "<%- asset_path("#{$file}") %>";
/dports/www/R-cran-bslib/bslib/inst/lib/bs3/assets/stylesheets/
H A D_bootstrap-mincer.scss9 // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10 // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11 // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12 …@return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*…
16 @return "<%- asset_path("#{$file}") %>";
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/sass/vendor/bootstrap/
H A D_bootstrap-mincer.scss9 // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10 // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11 // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12 …@return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*…
16 @return "<%- asset_path("#{$file}") %>";
/dports/www/thirtybees/thirtybees-1.1.0/themes/community-theme-default/sass/vendor/bootstrap/
H A D_bootstrap-mincer.scss9 // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10 // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11 // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12 …@return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*…
16 @return "<%- asset_path("#{$file}") %>";
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/odfviewer/
H A Dodfviewer.php83 '%%viewer.css%%' => $this->asset_path('viewer.css'),
84 '%%viewer.js%%' => $this->asset_path('viewer.js'),
85 '%%ODFViewerPlugin.js%%' => $this->asset_path('ODFViewerPlugin.js'),
86 '%%webodf.js%%' => $this->asset_path('webodf.js'),
95 private function asset_path($path) function in odfviewer
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Theme/
H A DConfirmClassyCopiesTest.php25 $asset_path = "$theme_path/$sub_folder";
26 …$directory = new \RecursiveDirectoryIterator($asset_path, \FilesystemIterator::CURRENT_AS_FILEINFO…
63 $asset_path = "$theme_path/$sub_folder/classy";
67 if (!file_exists($asset_path)) {
73 …$directory = new \RecursiveDirectoryIterator($asset_path, \FilesystemIterator::CURRENT_AS_FILEINFO…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Theme/
H A DConfirmClassyCopiesTest.php25 $asset_path = "$theme_path/$sub_folder";
26 …$directory = new \RecursiveDirectoryIterator($asset_path, \FilesystemIterator::CURRENT_AS_FILEINFO…
63 $asset_path = "$theme_path/$sub_folder/classy";
67 if (!file_exists($asset_path)) {
73 …$directory = new \RecursiveDirectoryIterator($asset_path, \FilesystemIterator::CURRENT_AS_FILEINFO…
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake3-0.3.7/.github/workflows/
H A Dupload_github_release_asset.py15 asset_path = sys.argv[1] variable
16 asset_name = os.path.basename(asset_path)
44 print("Uploading " + repr(asset_path) + "...")
48 release.upload_asset(asset_path)
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/blake3-1.2.0/.github/workflows/
H A Dupload_github_release_asset.py15 asset_path = sys.argv[1] variable
16 asset_name = os.path.basename(asset_path)
44 print("Uploading " + repr(asset_path) + "...")
48 release.upload_asset(asset_path)
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/blake3-1.0.0/.github/workflows/
H A Dupload_github_release_asset.py15 asset_path = sys.argv[1] variable
16 asset_name = os.path.basename(asset_path)
44 print("Uploading " + repr(asset_path) + "...")
48 release.upload_asset(asset_path)
/dports/www/py-django-pipeline/django-pipeline-1.6.14/pipeline/compressors/
H A D__init__.py133 asset_path = match.group(2)
134 if NON_REWRITABLE_URL.match(asset_path):
135 return "url(%s%s%s)" % (quote, asset_path, quote)
136 asset_url = self.construct_asset_path(asset_path, path,
153 def construct_asset_path(self, asset_path, css_path, output_filename, variant=None): argument
155 public_path = self.absolute_path(asset_path, os.path.dirname(css_path).replace('\\', '/'))
158 if not posixpath.isabs(asset_path):
159 asset_path = self.relative_path(public_path, output_filename)
160 return asset_path
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/
H A Dassetmanager.cpp36 return this->asset_path; in get_asset_dir()
41 if (this->asset_path != new_path) { in set_asset_dir()
42 this->asset_path = new_path; in set_asset_dir()
65 util::Path tex_path = this->asset_path[name]; in load_texture()
177 this->asset_path["missing.png"], in get_missing_tex()
/dports/sysutils/zoxide/zoxide-0.6.0/.github/workflows/
H A Drelease.yml83 asset_path: "zoxide-aarch64-unknown-linux-gnu/zoxide"
92 asset_path: "zoxide-aarch64-unknown-linux-musl/zoxide"
101 asset_path: "zoxide-armv7-unknown-linux-gnueabihf/zoxide"
110 asset_path: "zoxide-armv7-unknown-linux-musleabihf/zoxide"
119 asset_path: "zoxide-x86_64-unknown-linux-gnu/zoxide"
128 asset_path: "zoxide-x86_64-unknown-linux-musl/zoxide"
137 asset_path: "zoxide-x86_64-apple-darwin/zoxide"
146 asset_path: "zoxide-x86_64-pc-windows-msvc/zoxide.exe"
/dports/devel/getoptions/getoptions-3.3.0/.github/workflows/
H A Drelease.yml31 asset_path: bin/getoptions
40 asset_path: bin/gengetoptions
49 asset_path: getoptions.tar.gz
58 asset_path: gengetoptions.tar.gz
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/extension/compass/
H A Dimages.py103 asset_path = os.path.join(ASSETS_ROOT, asset_file)
105 if os.path.exists(asset_path):
109 path = open(asset_path, 'rb')
114 filetime = getmtime(asset_path)
135 filetime = getmtime(asset_path)
167 new_image.save(asset_path)
171 filetime = getmtime(asset_path)
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dtextbundle.c237 memcpy(&destination[7], a->asset_path, 36);
249 fprintf(stderr, "Error adding asset '%s' to zip as '%s'.\n", a->asset_path, destination);
268 memcpy(&destination[7], a->asset_path, 36);
299 memcpy(&destination[7], a->asset_path, 36);
322 memcpy(&destination[7], a->asset_path, 36);
370 memcpy(&destination[7], a->asset_path, 36);
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/doc/cookbook/
H A Dassets.rst26 $app['asset_path'] = 'http://assets.examples.com';
32 {{ app.asset_path }}/css/styles.css
37 $app['asset_path'] = $app->share(function () {
47 {{ app.asset_path }}/css/styles.css
/dports/devel/gitlist/gitlist/vendor/silex/silex/doc/cookbook/
H A Dassets.rst26 $app['asset_path'] = 'http://assets.examples.com';
32 {{ app.asset_path }}/css/styles.css
37 $app['asset_path'] = $app->share(function () {
47 {{ app.asset_path }}/css/styles.css
/dports/www/itop/web/lib/silex/vendor/silex/silex/doc/cookbook/
H A Dassets.rst26 $app['asset_path'] = 'http://assets.examples.com';
32 {{ app.asset_path }}/css/styles.css
37 $app['asset_path'] = $app->share(function () {
47 {{ app.asset_path }}/css/styles.css
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/.github/workflows/
H A Drelease.yml190 asset_path: ./builds/containerd-binaries-ubuntu-18.04/${{ steps.catalog.outputs.file1 }}
199 asset_path: ./builds/containerd-binaries-ubuntu-18.04/${{ steps.catalog.outputs.file2 }}
208asset_path: ./builds/cri-containerd-binaries-ubuntu-18.04/${{ steps.catalog.outputs.file3 }}
217asset_path: ./builds/cri-containerd-binaries-ubuntu-18.04/${{ steps.catalog.outputs.file4 }}
226 asset_path: ./builds/containerd-binaries-windows-2019/${{ steps.catalog.outputs.file5 }}
235 asset_path: ./builds/containerd-binaries-windows-2019/${{ steps.catalog.outputs.file6 }}
244asset_path: ./builds/cri-containerd-binaries-windows-2019/${{ steps.catalog.outputs.file7 }}
253asset_path: ./builds/cri-containerd-binaries-windows-2019/${{ steps.catalog.outputs.file8 }}

12345678910