Home
last modified time | relevance | path

Searched refs:static_file_path (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-nbclassic/nbclassic-0.3.4/nbclassic/
H A Dnbserver.py152 serverapp.__class__.static_file_path = property(
166 nbapp.__class__.static_file_path = property(static_file_path_nbclassic)
H A Dtraits.py58 def static_file_path(self): member in NotebookAppTraits
H A Dnotebookapp.py167 return self.static_file_path
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_s3/
H A Ds3.h117 int static_file_path; member
H A Ds3.c1229 if ((len + 16) <= 1024 && !ctx->key_fmt_has_uuid && !ctx->static_file_path && in s3_put_object()
2300 0, FLB_TRUE, offsetof(struct flb_s3, static_file_path),
/dports/www/py-notebook/notebook-6.4.5/notebook/
H A Dnotebookapp.py258 static_path=jupyter_app.static_file_path,
1288 def static_file_path(self): member in NotebookApp
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/
H A Dserverapp.py308 static_path=jupyter_app.static_file_path,
1336 def static_file_path(self): member in ServerApp