Home
last modified time | relevance | path

Searched defs:inner_path (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/security/zeronet/ZeroNet-0.7.1/src/Content/
H A DContentManager.py305 def removeContent(self, inner_path): argument
354 def isArchived(self, inner_path, modified): argument
372 def isDownloaded(self, inner_path, hash_id=None): argument
381 def isModified(self, inner_path): argument
402 def getFileInfo(self, inner_path, new_file=False): argument
461 def getRules(self, inner_path, content=None): argument
605 def sanitizePath(self, inner_path): argument
780 def getValidSigners(self, inner_path, content=None): argument
798 def verifyCert(self, inner_path, content): argument
832 def verifyContent(self, inner_path, content): argument
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/src/Site/
H A DSiteStorage.py222 def read(self, inner_path, mode="rb"): argument
226 def write(self, inner_path, content): argument
246 def delete(self, inner_path): argument
251 def deleteDir(self, inner_path): argument
325 def loadJson(self, inner_path): argument
330 def writeJson(self, inner_path, data): argument
335 def getSize(self, inner_path): argument
343 def isFile(self, inner_path): argument
347 def isExists(self, inner_path): argument
351 def isDir(self, inner_path): argument
[all …]
H A DSite.py156 …def downloadContent(self, inner_path, download_files=True, peer=None, check_modifications=False, d… argument
503 …def publisher(self, inner_path, peers, published, limit, diffs={}, event_done=None, cb_progress=No… argument
551 def publish(self, limit="default", inner_path="content.json", diffs={}, cb_progress=None): argument
722 def isFileDownloadAllowed(self, inner_path, file_info): argument
732 def needFileInfo(self, inner_path): argument
744 def needFile(self, inner_path, update=False, blocking=True, peer=None, priority=0): argument
1011 def isDownloadable(self, inner_path): argument
1060 def fileDone(self, inner_path): argument
1076 def fileFailed(self, inner_path): argument
1088 def fileForgot(self, inner_path): argument
/dports/security/zeronet/ZeroNet-0.7.1/plugins/OptionalManager/
H A DOptionalManagerPlugin.py61 def optionalDownloaded(self, inner_path, hash_id, size=None, own=False): argument
74 def optionalRemoved(self, inner_path, hash_id, size=None): argument
99 def isDownloaded(self, inner_path=None, hash_id=None, force_check_db=False): argument
119 def isPinned(self, inner_path): argument
140 def setPin(self, inner_path, is_pinned): argument
146 def optionalDelete(self, inner_path): argument
188 def recordFileRequest(self, site_address, inner_path, stats): argument
199 def isDownloadable(self, inner_path): argument
210 def fileForgot(self, inner_path): argument
217 def fileDone(self, inner_path): argument
H A DUiWebsocketPlugin.py29 def actionSiteSign(self, to, privatekey=None, inner_path="content.json", *args, **kwargs): argument
184 def actionOptionalFileInfo(self, to, inner_path): argument
206 def setPin(self, inner_path, is_pinned, address=None): argument
219 def actionOptionalFilePin(self, to, inner_path, address=None): argument
232 def actionOptionalFileUnpin(self, to, inner_path, address=None): argument
245 def actionOptionalFileDelete(self, to, inner_path, address=None): argument
H A DContentDbPlugin.py119 def isOptionalFile(self, site_id, inner_path): argument
192 def setContent(self, site, inner_path, content, size=0): argument
207 def deleteContent(self, site, inner_path): argument
/dports/security/zeronet/ZeroNet-0.7.1/plugins/MergerSite/
H A DMergerSitePlugin.py31 def checkMergerPath(address, inner_path): argument
149 def actionFileList(self, to, inner_path, *args, **kwargs): argument
152 def actionDirList(self, to, inner_path, *args, **kwargs): argument
155 def actionFileGet(self, to, inner_path, *args, **kwargs): argument
158 def actionFileWrite(self, to, inner_path, *args, **kwargs): argument
161 def actionFileDelete(self, to, inner_path, *args, **kwargs): argument
164 def actionFileRules(self, to, inner_path, *args, **kwargs): argument
167 def actionFileNeed(self, to, inner_path, *args, **kwargs): argument
297 def onUpdated(self, inner_path, file=None): argument
320 def fileDone(self, inner_path): argument
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Bigfile/
H A DBigfilePlugin.py180 def actionFileDelete(self, to, inner_path): argument
203 def getFileInfo(self, inner_path, *args, **kwargs): argument
334 def getPiecemap(self, inner_path): argument
342 def verifyPiece(self, inner_path, pos, piece): argument
425 def write(self, inner_path, content): argument
453 def checkBigfile(self, inner_path): argument
477 def openBigfile(self, inner_path, prebuffer=0): argument
485 def __init__(self, site, inner_path, prebuffer=0): argument
566 def addTask(self, inner_path, *args, **kwargs): argument
620 def isReadable(self, site, inner_path, file, pos): argument
[all …]
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Cors/
H A DCorsPlugin.py16 def getCorsPath(site, inner_path): argument
45 def corsFuncWrapper(self, func_name, to, inner_path, *args, **kwargs): argument
61 def actionFileGet(self, to, inner_path, *args, **kwargs): argument
64 def actionFileList(self, to, inner_path, *args, **kwargs): argument
67 def actionDirList(self, to, inner_path, *args, **kwargs): argument
70 def actionFileRules(self, to, inner_path, *args, **kwargs): argument
73 def actionOptionalFileInfo(self, to, inner_path, *args, **kwargs): argument
/dports/security/zeronet/ZeroNet-0.7.1/plugins/UiPluginManager/
H A DUiPluginManagerPlugin.py106 def actionPluginConfigSet(self, to, source, inner_path, key, value): argument
130 def pluginAction(self, action, address, inner_path): argument
180 def doPluginAdd(self, to, inner_path, res): argument
196 def actionPluginAddRequest(self, to, inner_path): argument
210 def actionPluginRemove(self, to, address, inner_path): argument
217 def actionPluginUpdate(self, to, address, inner_path): argument
/dports/security/zeronet/ZeroNet-0.7.1/plugins/FilePack/
H A DFilePackPlugin.py103 def isFile(self, inner_path): argument
111 def openArchive(self, inner_path): argument
131 def walk(self, inner_path, *args, **kwags): argument
155 def list(self, inner_path, *args, **kwags): argument
182 def read(self, inner_path, mode="rb"): argument
/dports/security/zeronet/ZeroNet-0.7.1/src/util/
H A DPooled.py47 def addTask(inner_path): argument
52 def needFile(inner_path): argument
56 def pooledNeedFile(inner_path): argument
/dports/security/zeronet/ZeroNet-0.7.1/plugins/ContentFilter/
H A DContentFilterPlugin.py95 def actionFilterIncludeAdd(self, to, inner_path, description=None, address=None): argument
118 def cbFilterIncludeAdd(self, to, res, address, inner_path, description): argument
127 def actionFilterIncludeRemove(self, to, inner_path, address=None): argument
163 def updateDbFile(self, inner_path, file=None, cur=None): argument
175 def onUpdated(self, inner_path, file=None): argument
H A DContentFilterStorage.py91 def includeAdd(self, address, inner_path, description=None): argument
101 def includeRemove(self, address, inner_path): argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dvfmax-rv32.ll363 ; CHECK-LABEL: intrinsic_vfmax_vv_nxv4f32_nxv4f32_nxv4f32:
476 ; CHECK-NEXT: vsetvli zero, a1, e32, m8, tu, mu
558 <vscale x 2 x i1>,
653 ; CHECK-NEXT: vsetvli zero, a1, e64, m8, tu, mu
722 ; CHECK-NEXT: vsetvli zero, a1, e16, mf2, ta, mu
788 ; CHECK-LABEL: intrinsic_vfmax_mask_vf_nxv4f16_nxv4f16_f16:
890 half %2,
891 <vscale x 16 x i1> %3,
/dports/security/zeronet/ZeroNet-0.7.1/src/Ui/
H A DUiWebsocket.py127 def hasFilePermission(self, inner_path): argument
499 def doSitePublish(self, site, inner_path): argument
546 def actionSiteReload(self, to, inner_path): argument
553 def actionFileWrite(self, to, inner_path, content_base64, ignore_bad_files=False): argument
603 def actionFileDelete(self, to, inner_path): argument
645 def actionFileList(self, to, inner_path): argument
654 def actionDirList(self, to, inner_path): argument
680 def actionFileGet(self, to, inner_path, required=True, format="text", timeout=300): argument
700 def actionFileNeed(self, to, inner_path, timeout=300): argument
708 def actionFileRules(self, to, inner_path, use_my_cert=False, content=None): argument
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/path/
H A Djoinpath.c251 Path *inner_path) in allow_star_schema_join()
273 Path *inner_path, in try_nestloop_path()
348 Path *inner_path, in try_partial_nestloop_path()
404 Path *inner_path, in try_mergejoin_path()
483 Path *inner_path, in try_hashjoin_path()
546 Path *inner_path, in try_partial_hashjoin_path()
644 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/path/
H A Djoinpath.c322 Path *inner_path) in allow_star_schema_join()
344 Path *inner_path, in try_nestloop_path()
417 Path *inner_path, in try_partial_nestloop_path()
471 Path *inner_path, in try_mergejoin_path()
566 Path *inner_path, in try_partial_mergejoin_path()
636 Path *inner_path, in try_hashjoin_path()
697 Path *inner_path, in try_partial_hashjoin_path()
794 Path *inner_path; in sort_inner_and_outer() local
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/path/
H A Djoinpath.c322 Path *inner_path) in allow_star_schema_join()
344 Path *inner_path, in try_nestloop_path()
417 Path *inner_path, in try_partial_nestloop_path()
471 Path *inner_path, in try_mergejoin_path()
566 Path *inner_path, in try_partial_mergejoin_path()
636 Path *inner_path, in try_hashjoin_path()
697 Path *inner_path, in try_partial_hashjoin_path()
794 Path *inner_path; in sort_inner_and_outer() local

123456789