Home
last modified time | relevance | path

Searched refs:static_path (Results 1 – 25 of 150) sorted by relevance

123456

/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_routes.h82 struct static_path { struct
95 DECLARE_DLIST(static_path_list, struct static_path, list); argument
159 static_add_nexthop(struct route_node *rn, struct static_path *pn, safi_t safi,
164 struct static_path *pn,
169 extern int static_delete_nexthop(struct route_node *rn, struct static_path *pn,
179 extern void static_install_path(struct route_node *rn, struct static_path *pn,
189 extern struct static_path *static_add_path(struct route_node *rn,
191 extern void static_del_path(struct route_node *rn, struct static_path *pn,
H A Dstatic_routes.c90 struct static_path *pn; in static_del_src_route()
109 struct static_path *pn; in static_del_route()
170 struct static_path *pn; in static_add_path()
176 pn = XCALLOC(MTYPE_STATIC_PATH, sizeof(struct static_path)); in static_add_path()
360 struct static_path *pn, in static_ifindex_update_nh()
389 struct static_path *pn; in static_ifindex_update_af()
435 struct static_path *pn; in static_fixup_vrf()
481 struct static_path *pn; in static_enable_vrf()
558 struct static_path *pn; in static_cleanup_vrf()
590 struct static_path *pn; in static_disable_vrf()
[all …]
H A Dstatic_nht.c34 struct static_path *pn, struct prefix *nhp, in static_nht_update_path()
70 struct static_path *pn; in static_nht_update_safi()
126 struct static_path *pn; in static_nht_reset_start_safi()
190 struct static_path *pn; in static_nht_mark_state_safi()
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_routes.h82 struct static_path { struct
95 DECLARE_DLIST(static_path_list, struct static_path, list); argument
159 static_add_nexthop(struct route_node *rn, struct static_path *pn, safi_t safi,
164 struct static_path *pn,
169 extern int static_delete_nexthop(struct route_node *rn, struct static_path *pn,
179 extern void static_install_path(struct route_node *rn, struct static_path *pn,
189 extern struct static_path *static_add_path(struct route_node *rn,
191 extern void static_del_path(struct route_node *rn, struct static_path *pn,
H A Dstatic_routes.c90 struct static_path *pn; in static_del_src_route()
109 struct static_path *pn; in static_del_route()
170 struct static_path *pn; in static_add_path()
176 pn = XCALLOC(MTYPE_STATIC_PATH, sizeof(struct static_path)); in static_add_path()
360 struct static_path *pn, in static_ifindex_update_nh()
389 struct static_path *pn; in static_ifindex_update_af()
435 struct static_path *pn; in static_fixup_vrf()
481 struct static_path *pn; in static_enable_vrf()
558 struct static_path *pn; in static_cleanup_vrf()
590 struct static_path *pn; in static_disable_vrf()
[all …]
H A Dstatic_nht.c34 struct static_path *pn, struct prefix *nhp, in static_nht_update_path()
70 struct static_path *pn; in static_nht_update_safi()
126 struct static_path *pn; in static_nht_reset_start_safi()
190 struct static_path *pn; in static_nht_mark_state_safi()
/dports/textproc/py-pysrt/pysrt-1.1.1/tests/
H A Dtest_srtfile.py23 self.static_path = os.path.join(file_path, 'tests', 'static')
24 self.utf8_path = os.path.join(self.static_path, 'utf-8.srt')
26 self.invalid_path = os.path.join(self.static_path, 'invalid.srt')
49 self.static_path = os.path.join(file_path, 'tests', 'static')
50 self.utf8_path = os.path.join(self.static_path, 'utf-8.srt')
52 self.invalid_path = os.path.join(self.static_path, 'invalid.srt')
53 self.temp_path = os.path.join(self.static_path, 'temp.srt')
72 self.static_path = os.path.join(file_path, 'tests', 'static')
73 self.utf8_path = os.path.join(self.static_path, 'utf-8.srt')
75 self.invalid_path = os.path.join(self.static_path, 'invalid.srt')
[all …]
/dports/graphics/gmt/gmt-6.3.0/doc/rst/_extensions/sphinx_panels/
H A D__init__.py54 static_path = (Path(app.outdir) / "_panels_static").absolute()
55 static_path.mkdir(exist_ok=True)
56 app.config.html_static_path.append(str(static_path))
59 old_resources = {path.name for path in static_path.glob("*") if path.is_file()}
74 if not (static_path / filename).exists():
76 (static_path / filename).write_text(content)
91 if not (static_path / css_variables_name).exists():
92 (static_path / css_variables_name).write_text(css_str)
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/application/handlers/
H A Dtest_handler.py41 assert h.static_path() is None
62 assert h.static_path() is None
64 assert h.static_path() == "path"
66 assert h.static_path() is None
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_SystemPathsUnix.cpp42 static const char *static_path = PREFIX "/share"; variable
44 static const char *static_path = NULL; variable
58 if (static_path) { in getSystemDir()
59 static string system_path = string(static_path) + "/blender/" + versionstr; in getSystemDir()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/plugins/modules/
H A Daci_static_node_mgmt_address.py302 static_path = None
304 static_path = 'topology/pod-{0}/node-{1}'.format(pod_id, node_id)
328 aci_rn=class_map.get(type)[1]['aci_rn'].format(static_path),
329 module_object=static_path,
330 target_filter={'name': static_path},
H A Daci_static_binding_to_epg.py413static_path = INTERFACE_TYPE_MAPPING[interface_type].format(pod_id=pod_id, leafs=leafs, extpaths=e…
417 path_target_filter = {'tDn': static_path}
443 aci_rn='rspathAtt-[{0}]'.format(static_path),
444 module_object=static_path,
460 tDn=static_path,
/dports/www/py-horizon/horizon-19.2.0/horizon/contrib/staticfiles/
H A Dfinders.py34 static_path = os.path.join(panel_path, self.source_dir)
35 if os.path.isdir(static_path):
37 app_storage = self.storage_class(static_path)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/aci/
H A Daci_static_binding_to_epg.py377static_path = INTERFACE_TYPE_MAPPING[interface_type].format(pod_id=pod_id, leafs=leafs, extpaths=e…
381 path_target_filter = {'tDn': static_path}
408 aci_rn='rspathAtt-[{0}]'.format(static_path),
409 module_object=static_path,
425 tDn=static_path,
/dports/devel/py-pex/pex-1.2.7/pex/
H A Dutil.py46 def access_zipped_assets(cls, static_module_name, static_path, dir_location=None): argument
60 def walk_zipped_assets(static_module_name, static_path, asset_path, temp_dir): argument
63 os.path.join(os.path.relpath(asset_path, static_path), asset))
66 walk_zipped_assets(static_module_name, static_path, os.path.join(asset_path, asset),
70 path = os.path.join(static_path, asset_target)
79 walk_zipped_assets(static_module_name, static_path, static_path, temp_dir)
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/endpoint/
H A Dendpoint_test.exs81 assert Endpoint.static_path("/foo.css") == "/foo-d978852bea6530fcd197b5445ed008fd.css?vsn=d"
87 assert Endpoint.static_path("/foo.css") == "/foo-ghijkl.css?vsn=d"
93 assert Endpoint.static_path("/foo.css") == "/foo-d978852bea6530fcd197b5445ed008fd.css?vsn=d"
119 assert UrlEndpoint.static_path("/phoenix.png") =~ "/api/phoenix.png"
129 assert StaticEndpoint.static_path("/phoenix.png") =~ "/static/phoenix.png"
180 test "static_path/1 validates paths are local/safe" do
182 assert Endpoint.static_path(safe_path) == safe_path
185 Endpoint.static_path("/\\unsafe_path")
189 Endpoint.static_path("//invalid_path")
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/templatetags/
H A Dthemes.py54 static_path = os.path.join(theme_path, 'static')
55 if os.path.exists(static_path):
56 theme_path = static_path
/dports/multimedia/ustreamer/ustreamer-4.10/src/ustreamer/http/
H A Dserver.c70 server->static_path = ""; in server_init()
116 if (server->static_path[0] != '\0') { in server_listen()
117 LOG_INFO("Enabling HTTP file server: %s", server->static_path); in server_listen()
279 char *static_path = NULL; in _http_callback_static() local
299 if ((static_path = find_static_file_path(server->static_path, decoded_path)) == NULL) { in _http_callback_static()
303 if ((fd = open(static_path, O_RDONLY)) < 0) { in _http_callback_static()
304 LOG_PERROR("HTTP: Can't open found static file %s", static_path); in _http_callback_static()
316 LOG_ERROR("HTTP: Can't serve static file %s", static_path); in _http_callback_static()
320 ADD_HEADER("Content-Type", guess_mime_type(static_path)); in _http_callback_static()
337 if (static_path) { in _http_callback_static()
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/tests/samba_tool/
H A Dgpo.py154 static_path = os.path.join(self.backup_path, 'policy',
166 static_path,
187 static_path, binary=True,
206 static_path = os.path.join(self.backup_path, 'policy',
220 static_path,
291 static_path = os.path.join(self.backup_path, 'policy',
305 static_path,
375 static_path = os.path.join(self.backup_path, 'policy',
406 static_path,
436 static_path, binary=False,
/dports/www/p5-Tatsumaki/Tatsumaki-0.1013/lib/Tatsumaki/
H A DApplication.pm15 has static_path => (is => 'rw', isa => 'Str', default => 'static');
80 if ($self->static_path) {
81 …>wrap($app, path => sub { s/^\/(?:(favicon\.ico)|static\/)/$1||''/e }, root => $self->static_path);
/dports/science/py-rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DMultipleAvroFileReader.cpp223 std::string static_path = get_category_static_file_path(cat); in add_category_data() local
225 if (boost::filesystem::exists(static_path)) { in add_category_data()
230 static_path.c_str(), internal_avro::compileJsonSchemaFromString( in add_category_data()
235 RMF_THROW(Message(e.what()) << Component(static_path), IOException); in add_category_data()
239 << Component(static_path), in add_category_data()
/dports/science/rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DMultipleAvroFileReader.cpp223 std::string static_path = get_category_static_file_path(cat); in add_category_data() local
225 if (boost::filesystem::exists(static_path)) { in add_category_data()
230 static_path.c_str(), internal_avro::compileJsonSchemaFromString( in add_category_data()
235 RMF_THROW(Message(e.what()) << Component(static_path), IOException); in add_category_data()
239 << Component(static_path), in add_category_data()
/dports/www/zola/zola-0.15.2/components/templates/src/global_fns/
H A Dimages.rs191 let static_path = Path::new("static").join("processed_images"); in can_resize_image() localVariable
197 to_value(&format!("{}", static_path.join("6a89d6483cdc5f7700.jpg").display())).unwrap() in can_resize_image()
209 to_value(&format!("{}", static_path.join("202d9263f4dbc95900.jpg").display())).unwrap() in can_resize_image()
231 to_value(&format!("{}", static_path.join("6296a3c153f701be00.jpg").display())).unwrap() in can_resize_image()
242 to_value(&format!("{}", static_path.join("6296a3c153f701be00.jpg").display())).unwrap() in can_resize_image()
/dports/www/searx/searx-1.0.0/searx/
H A Dwebutils.py66 def get_static_files(static_path): argument
68 static_path_length = len(static_path) + 1
69 for directory, _, files in os.walk(static_path):
/dports/emulators/qemu/qemu-6.2.0/docs/sphinx/
H A Ddepfile.py30 for static_path in env.config.html_static_path + env.config.templates_path:
31 for path in Path(static_path).rglob('*'):

123456