Home
last modified time | relevance | path

Searched refs:OpenWrapper (Results 1 – 25 of 89) sorted by relevance

1234

/dports/lang/python310/Python-3.10.1/Lib/
H A Dio.py70 global OpenWrapper
71 OpenWrapper = open
72 return OpenWrapper
H A D_pyio.py324 global OpenWrapper
325 OpenWrapper = open
326 return OpenWrapper
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dio.py70 global OpenWrapper
71 OpenWrapper = open
72 return OpenWrapper
H A D_pyio.py312 global OpenWrapper
313 OpenWrapper = open
314 return OpenWrapper
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/shell/
H A Dshow.py11 with io.OpenWrapper(figpath, mode='rb') as data:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dio.py77 OpenWrapper = _jyio.open # for compatibility with _pyio variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dio.py68 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
H A D_pyio.py246 class OpenWrapper: class
/dports/lang/python27/Python-2.7.18/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/lang/python37/Python-3.7.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/lang/python38/Python-3.8.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/lang/python39/Python-3.9.9/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dio.py59 OpenWrapper = _io.open # for compatibility with _pyio variable
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Compression/
H A DZipReader.cpp155 static voidpf OpenWrapper(voidpf opaque, in OpenWrapper() function in Orthanc::ZipReader::MemoryBuffer
388 funcs.zopen64_file = MemoryBuffer::OpenWrapper; in CreateFromMemory()
H A DZipWriter.cpp383 static voidpf OpenWrapper(voidpf opaque, in OpenWrapper() function in Orthanc::ZipWriter::StreamBuffer
506 funcs.zopen64_file = StreamBuffer::OpenWrapper; in Open()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Compression/
H A DZipReader.cpp155 static voidpf OpenWrapper(voidpf opaque, in OpenWrapper() function in Orthanc::ZipReader::MemoryBuffer
388 funcs.zopen64_file = MemoryBuffer::OpenWrapper; in CreateFromMemory()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Compression/
H A DZipReader.cpp155 static voidpf OpenWrapper(voidpf opaque, in OpenWrapper() function in Orthanc::ZipReader::MemoryBuffer
388 funcs.zopen64_file = MemoryBuffer::OpenWrapper; in CreateFromMemory()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Compression/
H A DZipReader.cpp155 static voidpf OpenWrapper(voidpf opaque, in OpenWrapper() function in Orthanc::ZipReader::MemoryBuffer
388 funcs.zopen64_file = MemoryBuffer::OpenWrapper; in CreateFromMemory()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h439 static GDALDataset *OpenWrapper( GDALOpenInfo * poOpenInfo ) { return Open(poOpenInfo); } in OpenWrapper() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h439 static GDALDataset *OpenWrapper( GDALOpenInfo * poOpenInfo ) { return Open(poOpenInfo); } in OpenWrapper() function
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h439 static GDALDataset *OpenWrapper( GDALOpenInfo * poOpenInfo ) { return Open(poOpenInfo); } in OpenWrapper() function

1234