Home
last modified time | relevance | path

Searched refs:static_path (Results 26 – 50 of 150) sorted by relevance

123456

/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_options.rb167 assert_empty options.static_path
177 assert_equal [expected], @options.static_path
184 assert_equal [File.expand_path(__FILE__)], @options.static_path
190 assert_equal [@pwd], @options.static_path
196 assert_equal 1, @options.static_path.length
198 assert_match %r%^([A-Z]:)?/$%i, @options.static_path.first
H A Dtest_rdoc_generator_darkfish.rb114 @options.static_path = [
129 @options.static_path = [File.expand_path('static')]
/dports/graphics/gmt/gmt-6.3.0/doc/rst/_extensions/sphinx_togglebutton/
H A D__init__.py10 static_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "_static"))
11 app.config.html_static_path.append(static_path)
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/endpoint/
H A Dadapter_test.exs71 test "static_path/2 returns file's path with lookup cache" do
73 Supervisor.static_path(HTTPEndpoint, "/phoenix.png")
75 Supervisor.static_path(HTTPEndpoint, "/images/unknown.png")
/dports/www/searx/searx-1.0.0/searx/
H A D__init__.py26 static_path = abspath(join(dirname(__file__), 'static')) variable
30 static_path = settings['ui']['static_path'] variable
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/extension/
H A Dhandler.py70 def static_path(self): member in ExtensionHandlerMixin
114 settings = {"static_path": self.static_path, "static_url_prefix": self.static_url_prefix}
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/router/
H A Dhelpers.ex139 def static_path(%Conn{private: private} = conn, path) do function
140 private.phoenix_endpoint.static_path(path)
143 def static_path(%Socket{endpoint: endpoint} = conn, path) do function
144 endpoint.static_path(path)
147 def static_path(endpoint, path) when is_atom(endpoint) do function
148 endpoint.static_path(path)
163 endpoint.static_url <> endpoint.static_path(path)
/dports/www/zola/zola-0.15.2/components/imageproc/src/
H A Dlib.rs354 pub static_path: String, field
366 fn new(url: String, static_path: PathBuf, meta: &ImageMeta, op: &ResizeOp) -> Self { in new()
367 let static_path = static_path.to_string_lossy().into_owned(); in new() localVariable
371 Self { url, static_path, width, height, orig_width, orig_height } in new()
430 let (static_path, url) = self.insert(img_op); in enqueue()
432 Ok(EnqueueResponse::new(url, static_path, &meta, &op)) in enqueue()
/dports/www/py-flask-assets/Flask-Assets-2.0/tests/
H A Dtest_integration.py31 self.app = Flask(__name__, static_path='/app_static')
35 static_path='/mod_static')
153 self.app = Flask(__name__, static_path='/initapp_static')
/dports/www/py-puppetboard/puppetboard-3.3.0/puppetboard/
H A Dutils.py18 static_path = '/'.join(request_parts[1:])
20 return url_for('static', filename="%s/%s" % (static_path, value))
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/application/
H A Dapplication.py127 def static_path(self): member in Application
146 static_paths = {h.static_path() for h in self.handlers}
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_nb_config.c37 struct static_path *pn; in static_path_list_create()
83 struct static_path *pn; in static_path_list_destroy()
94 struct static_path *pn; in static_path_list_tag_modify()
111 struct static_path *pn; in static_nexthop_create()
163 struct static_path *pn; in static_nexthop_destroy()
313 struct static_path *pn; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_apply_finish()
344 struct static_path *pn; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
H A Dstatic_zebra.h28 struct static_path *pn, safi_t safi,
H A Dstatic_vrf.c39 struct static_path *pn; in zebra_stable_node_cleanup()
43 struct static_path *src_pn; in zebra_stable_node_cleanup()
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_nb_config.c37 struct static_path *pn; in static_path_list_create()
83 struct static_path *pn; in static_path_list_destroy()
94 struct static_path *pn; in static_path_list_tag_modify()
111 struct static_path *pn; in static_nexthop_create()
163 struct static_path *pn; in static_nexthop_destroy()
313 struct static_path *pn; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_path_list_frr_nexthops_nexthop_apply_finish()
344 struct static_path *pn; in routing_control_plane_protocols_control_plane_protocol_staticd_route_list_src_list_path_list_frr_nexthops_nexthop_apply_finish()
H A Dstatic_zebra.h28 struct static_path *pn, safi_t safi,
H A Dstatic_vrf.c39 struct static_path *pn; in zebra_stable_node_cleanup()
43 struct static_path *src_pn; in zebra_stable_node_cleanup()
/dports/www/zola/zola-0.15.2/components/imageproc/tests/
H A Dresize_image.rs54 assert_processed_path_matches(&resp.static_path, PROCESSED_PREFIX.as_str(), expect_ext); in image_op_test()
62 let processed_path = PathBuf::from(&resp.static_path); in image_op_test()
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/endpoint/
H A Dsupervisor.ex260 def static_path(endpoint) do function
279 def static_path(_endpoint, "//" <> _ = path) do function
283 def static_path(_endpoint, "/" <> _ = path) do function
291 def static_path(_endpoint, path) when is_binary(path) do function
334 endpoint.static_path("/")
/dports/www/py-pyramid/pyramid-1.7.3/docs/api/
H A Durl.rst20 .. autofunction:: static_path
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/
H A Durl.py718 def static_path(self, path, **kw): member in URLMethodsMixin
906 def static_path(path, request, **kw): function
922 return request.static_path(path, **kw)
/dports/www/py-tornado/tornado-6.1/docs/releases/
H A Dv4.2.1.rst11 in which files whose names *started with* the ``static_path`` directory
/dports/www/py-tornado4/tornado-4.5.3/docs/releases/
H A Dv4.2.1.rst11 in which files whose names *started with* the ``static_path`` directory
/dports/www/py-tornado5/tornado-5.1.1/docs/releases/
H A Dv4.2.1.rst11 in which files whose names *started with* the ``static_path`` directory
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/views/
H A Dstatic_handler.py70 version = StaticFileHandler.get_version(dict(static_path=settings.bokehjsdir()), path)

123456