Home
last modified time | relevance | path

Searched refs:render_template (Results 76 – 100 of 548) sorted by relevance

12345678910>>...22

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/controllers/
H A Dwiki_actions_shared_examples.rb29 expect(response).to render_template('shared/wikis/git_error')
150 expect(response).to render_template('shared/wikis/diff')
193 expect(response).to render_template('shared/wikis/show')
212 expect(response).to render_template('shared/wikis/_sidebar')
243 expect(response).to render_template('shared/wikis/show')
257 expect(response).to render_template('shared/wikis/edit')
282 expect(response).to render_template('shared/wikis/empty')
418 expect(response).to render_template('shared/wikis/empty')
455 expect(response).to render_template('shared/wikis/edit')
498 expect(response).to render_template('shared/wikis/edit')
[all …]
/dports/finance/fava/fava-1.18/src/fava/
H A Dapplication.py31 from flask import render_template
266 return render_template(
285 return render_template(
314 return render_template(
325 return render_template("_query_result.html")
332 return render_template("_layout.html", active_page=report_name)
344 return render_template(
367 data = BytesIO(bytes(render_template("beancount_file"), "utf8"))
381 return render_template(
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/plnt/
H A Dviews.py7 from .utils import render_template
28 return render_template("index.html", days=days, pagination=pagination)
34 return render_template("about.html")
/dports/www/py-puppetboard/puppetboard-3.3.0/puppetboard/
H A Dapp.py8 render_template, abort, url_for,
232 return render_template(
340 return render_template(
376 return render_template(
407 return render_template(
430 return render_template(
553 return render_template(
607 return render_template(
712 return render_template(
952 return render_template(
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/projects/
H A Dincidents_controller_spec.rb45 expect(response).to render_template(:index)
61 expect(response).to render_template(:index)
79 expect(response).to render_template(:show)
106 expect(response).to render_template(:show)
H A Dbadges_controller_spec.rb52 expect(response).to render_template('projects/badges/badge')
59 expect(response).to render_template('projects/badges/badge')
67 expect(response).to render_template('projects/badges/badge')
75 expect(response).to render_template('projects/badges/badge_flat-square')
/dports/textproc/py-wtf-peewee/wtf-peewee-3.0.2/example/
H A Dapp.py20 from flask import Flask, redirect, render_template, request, g, abort, url_for, flash
97 return render_template('posts/index.html', posts=posts)
103 return render_template('posts/detail.html', post=post, comment_form=comment_form)
119 return render_template('posts/add.html', post=post, form=form)
135 return render_template('posts/edit.html', post=post, form=form)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/admin/
H A Dsessions_controller_spec.rb30 expect(response).to render_template :new
87 expect(response).to render_template :new
135 expect(response).to render_template('admin/sessions/two_factor')
158 expect(response).to render_template('admin/sessions/two_factor')
205 expect(response).to render_template('admin/sessions/two_factor')
217 expect(response).to render_template('admin/sessions/two_factor')
235 expect(response).to render_template('admin/sessions/two_factor')
266 expect(response).to render_template('admin/sessions/two_factor')
/dports/devel/py-jupyterlab_launcher/jupyterlab_launcher-0.13.1/jupyterlab_launcher/
H A Dhandlers.py89 self.write(self.render_template(
95 self.write(self.render_template('index.html', page_config=page_config))
100 def render_template(self, name, **ns): member in LabHandler
102 return JupyterHandler.render_template(self, name, **ns)
172 def render_template(self, name, **ns): member in NotFoundHandler
176 return LabHandler.render_template(self, name, **ns)
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/examples/simple/simple_ext2/
H A Dhandlers.py23 self.write(self.render_template("index.html"))
29 self.write(self.render_template("simple_ext2.html", path=path))
34 self.write(self.render_template("error.html"))
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/flask/
H A Dtest_template.py18 self.assert_is_wrapped(flask.render_template)
30 self.assert_is_not_wrapped(flask.render_template)
41 response = flask.render_template("test.html", world="world")
69 response = flask.render_template("test.html", world="world")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/views/projects/diffs/
H A D_viewer.html.haml_spec.rb36 expect(view).to render_template('projects/diffs/_render_error')
48 expect(view).to render_template('projects/diffs/viewers/_collapsed')
62 expect(view).to render_template('projects/diffs/viewers/_text')
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/
H A Dconfirmations_controller_spec.rb31 expect(response).to render_template(:new)
71 expect(response).to render_template(:new)
105 expect(response).to render_template(:new)
154 expect(response).to render_template(:new)
/dports/www/py-django-cms/django-cms-3.7.1/cms/test_utils/project/pluginapp/plugins/manytomany_rel/
H A Dcms_plugins.py17 render_template = "articles.html" variable in ArticlePlugin
56 render_template = "articles.html" variable in PluginWithFKFromModel
61 render_template = "articles.html" variable in PluginWithM2MToModel
/dports/www/py-flask-security/Flask-Security-3.0.0/flask_security/
H A Dviews.py87 return _security.render_template(config_value('LOGIN_USER_TEMPLATE'),
137 return _security.render_template(config_value('REGISTER_USER_TEMPLATE'),
160 return _security.render_template(config_value('SEND_LOGIN_TEMPLATE'),
206 return _security.render_template(
268 return _security.render_template(config_value('FORGOT_PASSWORD_TEMPLATE'),
298 return _security.render_template(
330 return _security.render_template(
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/examples/simple/simple_ext1/
H A Dhandlers.py40 self.write(self.render_template("typescript.html"))
46 self.write(self.render_template("simple1.html", path=path))
51 self.write(self.render_template("error.html", path=path))
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/generator/
H A Ddarkfish.rb320 render_template template_file, out_file do |io|
356 render_template template_file, out_file do |io|
445 render_template template_file, out_file do |io|
481 render_template template_file, out_file do |io|
509 render_template template_file do |io|
541 render_template template_file do |io| binding end
570 render_template template_file, out_file do |io|
717 def render_template template_file, out_file = nil # :yield: io method in Darkfish
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/groups/settings/
H A Dapplications_controller_spec.rb23 expect(response).to render_template :index
50 expect(response).to render_template :edit
92 expect(response).to render_template :index
119 expect(response).to render_template :index
160 expect(response).to render_template :edit
/dports/databases/py-flask-sqlalchemy/Flask-SQLAlchemy-2.5.1/examples/hello/
H A Dhello.py3 render_template, abort
29 return render_template('show_all.html',
47 return render_template('new.html')
/dports/www/py-flask/Flask-2.0.2/examples/tutorial/flaskr/
H A Dauth.py7 from flask import render_template
81 return render_template("auth/register.html")
109 return render_template("auth/login.html")
/dports/www/py-frozen-flask/Frozen-Flask-0.11/flask_frozen/test_app/admin/
H A D__init__.py12 from flask import Blueprint, render_template
21 return render_template('admin.html')
/dports/databases/py-flask-sqlalchemy/Flask-SQLAlchemy-2.5.1/examples/flaskr/flaskr/auth/
H A Dviews.py7 from flask import render_template
68 return render_template("auth/register.html")
93 return render_template("auth/login.html")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/registrations/
H A Dwelcome_controller_spec.rb20 it { is_expected.to render_template(:show) }
29 it { is_expected.to render_template(:show) }
47 it { is_expected.to render_template(:show) }
/dports/www/py-flask-peewee/flask-peewee-3.0.4/example/
H A Dviews.py3 from flask import request, redirect, url_for, render_template, flash
53 return render_template('join.html')
112 return render_template('create.html')
125 return render_template('edit.html', message=message)
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/cupoftee/
H A Dapplication.py69 def render_template(self, template=None): member in Page
74 return self.cup.render_template(template, context)
77 return Response(self.render_template(), mimetype="text/html")
115 def render_template(self, name, **context): member in Cup

12345678910>>...22