Home
last modified time | relevance | path

Searched refs:open_local (Results 1 – 16 of 16) sorted by relevance

/dports/devel/py-mergedeep/mergedeep-1.3.4/
H A Dsetup.py4 def open_local(paths, mode="r", encoding="utf8"): function
9 with open_local(["README.md"]) as f:
/dports/graphics/glad/glad-0.1.34/glad/files/
H A D__init__.py19 def open_local(name, *args, **kwargs): function
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/
H A D__init__.py12 from .core import get_fs_token_paths, open, open_files, open_local
H A Dcore.py469 def open_local(url, mode="rb", **storage_options): function
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/utils/
H A Dsocket_fd.h75 bool open_local();
H A Dsocket_fd.cc163 SocketFd::open_local() { in open_local() function in utils::SocketFd
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/net/
H A Dsocket_fd.h74 bool open_local();
H A Dsocket_fd.cc140 SocketFd::open_local() { in open_local() function in torrent::SocketFd
/dports/games/abuse_sdl/abuse-0.8/src/net/
H A Dfileman.h36 int open_local; variable
H A Dfileman.cpp294 open_local=0; in remote_file()
/dports/mail/avenger/avenger-0.8.5/local/
H A Dchild.c377 open_local (const char *extra, char **path) in open_local() function
455 fd = open_local (opt_extra, &localpath); in child()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/rpc/
H A Dscgi.cc99 if (!get_fd().open_local()) in open_named()
/dports/graphics/glad/glad-0.1.34/glad/
H A D__main__.py35 return spec_cls.from_file(glad.files.open_local(value + '.xml'))
/dports/net-p2p/rtorrent/rtorrent-0.9.8/doc/
H A Drtorrent.rc127 #network.scgi.open_local = (cat,(session.path),/rpc.sock)
/dports/graphics/glad/glad-0.1.34/glad/lang/c/
H A Dgenerator.py65 with glad.files.open_local('khrplatform.h', 'rb') as src:
/dports/deskutils/libportal/libportal-0.5/portal-test/gtk3/
H A Dportal-test-win.c301 open_local (GtkWidget *button, PortalTestWin *win) in open_local() function
1237 gtk_widget_class_bind_template_callback (widget_class, open_local); in portal_test_win_class_init()