Home
last modified time | relevance | path

Searched refs:local_hostnames (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-notebook/notebook-6.4.5/notebook/
H A Dnotebookapp.py283 local_hostnames=jupyter_app.local_hostnames,
1153 local_hostnames = List(Unicode(), ['localhost'], config=True, variable in NotebookApp
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/
H A Dserverapp.py330 local_hostnames=jupyter_app.local_hostnames,
1197 local_hostnames = List( variable in ServerApp
/dports/print/cups-filters/cups-filters-1.28.10/utils/
H A Dcups-browsed.c387 static cups_array_t *local_hostnames; variable
9244 while ((host = cupsArrayFirst (local_hostnames)) != NULL) { in update_netifs()
9245 cupsArrayRemove (local_hostnames, host); in update_netifs()
9298 for (host = (char *)cupsArrayFirst (local_hostnames); in update_netifs()
9300 host = (char *)cupsArrayNext (local_hostnames)) in update_netifs()
9306 cupsArrayAdd (local_hostnames, strdup(buf)); in update_netifs()
9460 for (host = (char *)cupsArrayFirst (local_hostnames); in is_local_hostname()
9462 host = (char *)cupsArrayNext (local_hostnames)) in is_local_hostname()
12532 local_hostnames = cupsArrayNew(NULL, NULL); in main()
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/docs/source/other/
H A Dfull-config.rst159 along with hostnames configured in local_hostnames.
368 ServerApp.local_hostnames : List
/dports/www/py-notebook/notebook-6.4.5/
H A DCHANGELOG.md524 `.NotebookApp.local_hostnames` to configure access.
746 `.NotebookApp.local_hostnames` to configure access.