Home
last modified time | relevance | path

Searched refs:save_as (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/dports/devel/R-cran-usethis/usethis/R/
H A Dgithub-actions.R130 save_as = NULL, argument
152 if (is.null(save_as)) {
153 save_as <- path_file(url)
160 save_as <- path(".github", "workflows", save_as)
161 create_directory(path_dir(proj_path(save_as)))
163 new <- write_over(proj_path(save_as), contents)
166 edit_file(proj_path(save_as))
185 save_as = save_as,
205 save_as = save_as,
231 save_as = save_as,
[all …]
H A Dtemplate.R41 save_as = template, argument
47 new <- write_over(proj_path(save_as), template_contents)
50 use_build_ignore(save_as)
54 edit_file(proj_path(save_as))
H A Dcode-of-conduct.R26 save_as <- path_join(c(path, "CODE_OF_CONDUCT.md")) functionVar
30 save_as = save_as,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/browser/
H A Dshell_download_manager_delegate.cc169 OPENFILENAME save_as; in ChooseDownloadPath() local
170 ZeroMemory(&save_as, sizeof(save_as)); in ChooseDownloadPath()
171 save_as.lStructSize = sizeof(OPENFILENAME); in ChooseDownloadPath()
176 save_as.hwndOwner = in ChooseDownloadPath()
178 save_as.lpstrFile = file_name; in ChooseDownloadPath()
179 save_as.nMaxFile = base::size(file_name); in ChooseDownloadPath()
185 save_as.lpstrInitialDir = directory.c_str(); in ChooseDownloadPath()
186 save_as.Flags = OFN_OVERWRITEPROMPT | OFN_EXPLORER | OFN_ENABLESIZING | in ChooseDownloadPath()
189 if (GetSaveFileName(&save_as)) in ChooseDownloadPath()
190 result = base::FilePath(std::wstring(save_as.lpstrFile)); in ChooseDownloadPath()
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/
H A Datom.py40 def _save_as_to_mapping(save_as): argument
48 if save_as is None:
50 if isinstance(save_as, six.string_types):
54 return collections.OrderedDict([(save_as, None)])
55 elif isinstance(save_as, _sequence_types):
60 for num, key in enumerate(save_as))
61 elif isinstance(save_as, _set_types):
66 return collections.OrderedDict((key, key) for key in save_as)
69 'should be str, set or tuple/list, not %r' % save_as)
262 self.save_as = _save_as_to_mapping(provides)
[all …]
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/
H A Dcookbook.py13 from pyexcel.core import save_as, get_book, get_sheet
44 sheet.save_as(default_out_file)
66 sheet.save_as(default_out_file)
81 merged_sheet.save_as(outfilename)
109 save_as(dest_file_name=outfilename, adict=content)
136 merged.save_as(outfilename)
148 merged.save_as(outfilename)
164 sheet.save_as(filename)
181 sheet.save_as(file_name)
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A Dtest_signature_fuction.py68 sheet.save_as(testfile)
123 sheet.save_as(testfile)
158 sheet.save_as(testfile)
188 sheet.save_as(testfile)
411 pe.save_as(
684 pe.save_as(
692 pe.save_as(
720 pe.save_as(
811 pe.save_as(
826 pe.save_as(
[all …]
H A Dtest_django_related_functions.py66 pe.save_as(
78 pe.save_as(
96 pe.save_as(
134 pe.save_as(array=self.data, name_columns_by_row=0, dest_model=model)
139 pe.save_as(array=self.data, dest_model=model, name_columns_by_row=0)
157 pe.save_as(
170 pe.save_as(array=data2, dest_model=model, dest_mapdict=mapdict)
177 pe.save_as(
/dports/www/py-django-filer/django-filer-1.7.0/filer/server/backends/
H A Dbase.py30 save_as = kwargs.get('save_as', None)
31 if save_as is False:
34 if save_as is True or save_as is None:
37 filename = save_as
/dports/www/py-pelican/pelican-4.7.1/pelican/
H A Dgenerators.py541 if save_as:
552 if not save_as:
874 save_as = os.path.join(self.output_path, staticfile.save_as)
875 if not os.path.exists(save_as):
890 save_as = os.path.join(self.output_path, staticfile.save_as)
892 d_mtime = os.path.getmtime(save_as)
903 save_as = os.path.join(self.output_path, sc.save_as)
905 copy(source_path, save_as)
910 save_as = os.path.join(self.output_path, sc.save_as)
913 if os.path.lexists(save_as):
[all …]
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/tests/
H A Dtest_filewriter.py205 ds.save_as(self.file_out)
215 ds.save_as(fp, write_like_original=True)
234 ds.save_as(self.file_out)
245 original.save_as(self.file_out)
258 original.save_as(self.file_out)
946 ds.save_as(DicomBytesIO())
973 ds.save_as(fp, write_like_original=True)
980 ds.save_as(fp, write_like_original=True)
1277 ds.save_as(None)
1280 ds.save_as(42)
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dusers_db_test.exs219 save_as(
234 save_as(
246 save_as(
258 save_as(
274 save_as(
327 save_as(
339 save_as(
351 save_as(
363 save_as(
375 save_as(
[all …]
/dports/www/py-pelican/pelican-4.7.1/pelican/tests/
H A Dtest_paginator.py57 self.assertEqual(page.save_as, 'foobar.foo')
74 self.assertEqual(page1.save_as, 'blog/index.html')
77 self.assertEqual(page2.save_as, 'blog/2/index.html')
97 self.assertEqual(page1.save_as, 'blog/1/index.html')
100 self.assertEqual(page2.save_as, 'blog/2/index.html')
103 self.assertEqual(page3.save_as, 'blog/index.html')
H A Dtest_contents.py195 self.assertEqual(page.save_as, "pages/foo-bar.html")
200 self.assertEqual(page.save_as, "pages/foo-bar-fr.html")
236 self.assertEqual(page.save_as, 'test-dir/foo-bar')
785 self.assertEqual(self.static.save_as, expected_save_as)
796 self.assertEqual(self.static.save_as, expected_save_as)
808 self.assertEqual(self.static.save_as, expected_save_as)
840 original_save_as = self.static.save_as
849 self.assertEqual(self.static.save_as, original_save_as)
886 self.assertEqual(customstatic.save_as, 'customfoo.jpg')
906 self.assertEqual(self.static.save_as, expected_save_as)
[all …]
/dports/textproc/py-pyexcel/pyexcel-0.6.7/docs/source/
H A Dtutorial_file.rst22 >>> pyexcel.save_as(array=data, dest_file_name="example.csv")
23 >>> pyexcel.save_as(array=data, dest_file_name="example.tsv")
105 >>> pyexcel.save_as(array=data, dest_file_name="example.xls")
118 >>> sheet.save_as("new_example.xls")
148 >>> sheet.save_as("new_example1.xls")
177 >>> sheet.save_as("new_example2.xls")
205 >>> sheet.save_as("new_example3.xls")
226 >>> sheet.save_as("new_example4.xls")
260 >>> pe.save_as(array=data, dest_file_name="row_example.xls")
273 >>> sheet.save_as("new_example5.xls")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_file_chooser_trusted_thunk.cc23 PP_Bool save_as, in ShowWithoutUserGesture_0_5() argument
31 save_as, suggested_file_name, enter.callback())); in ShowWithoutUserGesture_0_5()
35 PP_Bool save_as, in ShowWithoutUserGesture() argument
44 save_as, suggested_file_name, output, enter.callback())); in ShowWithoutUserGesture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_file_chooser_trusted_thunk.cc24 PP_Bool save_as, in ShowWithoutUserGesture_0_5() argument
32 save_as, suggested_file_name, enter.callback())); in ShowWithoutUserGesture_0_5()
36 PP_Bool save_as, in ShowWithoutUserGesture() argument
45 save_as, suggested_file_name, output, enter.callback())); in ShowWithoutUserGesture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dfile_chooser_resource.cc43 PP_Bool save_as, in ShowWithoutUserGesture() argument
47 int32_t result = ShowInternal(save_as, suggested_file_name, callback); in ShowWithoutUserGesture()
70 PP_Bool save_as, in ShowWithoutUserGesture0_5() argument
73 return ShowInternal(save_as, suggested_file_name, callback); in ShowWithoutUserGesture0_5()
133 PP_Bool save_as, in ShowInternal() argument
146 PP_ToBool(save_as), in ShowInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dfile_chooser_resource.cc43 PP_Bool save_as, in ShowWithoutUserGesture() argument
47 int32_t result = ShowInternal(save_as, suggested_file_name, callback); in ShowWithoutUserGesture()
70 PP_Bool save_as, in ShowWithoutUserGesture0_5() argument
73 return ShowInternal(save_as, suggested_file_name, callback); in ShowWithoutUserGesture0_5()
133 PP_Bool save_as, in ShowInternal() argument
146 PP_ToBool(save_as), in ShowInternal()
/dports/www/py-pelican/pelican-4.7.1/samples/content/pages/
H A Doverride_url_saveas.rst1 Override url/save_as
6 :save_as: override/index.html
8 Test page which overrides save_as and url so that this page will be generated
/dports/graphics/krita/krita-4.4.8/plugins/python/scripter/
H A Ddocumentcontroller.py37 def saveDocument(self, data, filePath, save_as=False): argument
45 if save_as or not self._activeDocument:
49 if save_as or not self._activeDocument.compare(text):
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dtest_file.py13 selection_name = selection.save_as("script_test_selection.png")
23 file_name = image.save_as(wanted_file_name, skip_options=True)
25 image.save_as(file_name, validate=True, overwrite=True, skip_options=True)
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php84 $save_as = $this->getArgument('as');
85 if ($save_as === '-') {
87 } else if ($save_as === null) {
94 $path = Filesystem::resolvePath($save_as);
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php84 $save_as = $this->getArgument('as');
85 if ($save_as === '-') {
87 } else if ($save_as === null) {
94 $path = Filesystem::resolvePath($save_as);
/dports/devel/R-cran-usethis/usethis/man/
H A Duse_github_action.Rd14 save_as = NULL,
20 save_as = "R-CMD-check.yaml",
26 save_as = "R-CMD-check.yaml",
32 save_as = "R-CMD-check.yaml",
39 save_as = "pr-commands.yaml",
50 \item{save_as}{Name of the workflow file. Defaults to \code{fs::path_file(url)}

12345678910>>...26