Home
last modified time | relevance | path

Searched refs:upload_template (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-fabric3/Fabric3-1.14.post1/tests/
H A Dtest_contrib.py7 from fabric.contrib.files import upload_template, contains
26 upload_template(template, '/')
39 upload_template(template, remote, {'varname': var})
54 upload_template(
115 upload_template(template_name, remote, {'first_name': first_name},
130 upload_template(fname, '/configfile.txt', {}, use_jinja=True)
157 upload_template(
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/misc/
H A Dproxmox_template.py138 def upload_template(module, proxmox, api_host, node, storage, content_type, realpath, timeout): function
222 … if upload_template(module, proxmox, api_host, node, storage, content_type, src, timeout):
/dports/www/serendipity/Serendipity-2.3.5/templates/default/admin/
H A Dmedia_upload.tpl40 <div id="upload_template">
78 document.getElementById('upload_template').style.display = 'none';
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/misc/
H A Dproxmox_template.py151 def upload_template(module, proxmox, node, storage, content_type, realpath, timeout): function
252 if upload_template(module, proxmox, node, storage, content_type, src, timeout):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dproxmox_template.py151 def upload_template(module, proxmox, node, storage, content_type, realpath, timeout): function
252 if upload_template(module, proxmox, node, storage, content_type, src, timeout):
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/
H A Dglance.py377 upload_template = "%s/v2/images/%s/file"
378 self._url = upload_template % (image_endpoint, self.id)
/dports/devel/py-fabric/fabric-2.5.0/sites/www/
H A Dchangelog-v1.rst20 `~fabric.contrib.files.upload_template` when backing up the target file,
150 ``fabric.contrib.files.upload_template`` which is passed into its inner
167 ``fabric.contrib.files.upload_template`` so users can force template renders
267 * :bug:`1146` Fix a bug where ``fabric.contrib.files.upload_template`` failed to
273 ``fabric.contrib.files.upload_template``. Thanks to Adam Kowalski for the
311 ``fabric.contrib.files.upload_template``.
355 ``upload_template`` in Jinja mode used to cause ``'NoneType' has no attribute
361 ``upload_template`` would cause ``UnicodeDecodeError`` when uploaded. This has
386 ``upload_template``; this has been fixed. Thanks to Joseph Lawson for the
514 * :feature:`665` (and #629) Update ``fabric.contrib.files.upload_template`` to
/dports/devel/py-fabric3/Fabric3-1.14.post1/fabric/contrib/
H A Dfiles.py70 def upload_template(filename, destination, context=None, use_jinja=False, function
/dports/devel/py-fabric3/Fabric3-1.14.post1/sites/www/
H A Dchangelog.rst128 `~fabric.contrib.files.upload_template` which is passed into its inner
145 `~fabric.contrib.files.upload_template` so users can force template renders
245 * :bug:`1146` Fix a bug where `~fabric.contrib.files.upload_template` failed to
251 `~fabric.contrib.files.upload_template`. Thanks to Adam Kowalski for the
289 `~fabric.contrib.files.upload_template`.
334 `.upload_template` in Jinja mode used to cause ``'NoneType' has no attribute
340 `.upload_template` would cause ``UnicodeDecodeError`` when uploaded. This has
365 `.upload_template`; this has been fixed. Thanks to Joseph Lawson for the
493 * :feature:`665` (and #629) Update `~fabric.contrib.files.upload_template` to
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/contrib/fileadmin/
H A D__init__.py193 upload_template = 'admin/file/form.html' variable in BaseFileAdmin
932 template = self.upload_template
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/
H A Dapi.po497 #: flask_admin.contrib.fileadmin.FileAdmin.upload_template:1