Home
last modified time | relevance | path

Searched refs:needs_password (Results 1 – 25 of 99) sorted by relevance

1234

/dports/archivers/py-rarfile/rarfile-4.0/test/
H A Dtest_format.py78 assert r.needs_password() is True
83 assert r.needs_password() is True
92 assert r.needs_password() is True
97 assert r.needs_password() is True
130 assert r.needs_password() is False
144 assert r.needs_password() is False
158 assert r.needs_password() is False
H A Dtest_korrupt.py13 if rf.needs_password():
H A Dtest_reading.py39 if rf.needs_password():
H A Dtest_api.py249 … infos.append((info.type, info.needs_password(), get_rftype(info), info._must_disable_hack()))
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/tests/driver/common/
H A Dcommand_line_options.h31 bool needs_password; variable
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dblog.c122 b->needs_password = atoi(attr_value); in flickcurl_build_blogs()
134 b->id, b->name, b->needs_password, b->url); in flickcurl_build_blogs()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/helpers/mu-office-lib/
H A Dmu-office-lib.c308 int needs_password; member
357 doc->needs_password = fz_needs_password(ctx, doc->doc); in load_worker()
367 if (doc->needs_password && doc->error) in load_worker()
375 doc->needs_password = (fz_authenticate_password(ctx, doc->doc, doc->password) != 0); in load_worker()
379 while (doc->needs_password); in load_worker()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/mysqlxtest_src/common/
H A Dcmdline_options.h36 bool needs_password; variable
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool.py231 if doc.needs_password():
341 if doc.needs_password():
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Drarfile.py614 def needs_password(self): member in RarInfo
688 def needs_password(self): member in RarFile
691 return self._file_parser.needs_password()
749 if inf.needs_password():
933 def needs_password(self): member in CommonParser
1043 if h.needs_password():
1563 def needs_password(self): member in Rar5EncryptionInfo
H A Ddumprar.py438 if r.needs_password():
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/utils/
H A Drarfile.py649 def needs_password(self): member in RarInfo
727 def needs_password(self): member in RarFile
729 return self._file_parser.needs_password()
789 if inf.needs_password():
995 def needs_password(self): member in CommonParser
1098 if h.needs_password():
1629 def needs_password(self): member in Rar5EncryptionInfo
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddocument.c316 if (doc && doc->needs_password) in fz_needs_password()
317 return doc->needs_password(ctx, doc); in fz_needs_password()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Dpdfium_engine.cc2418 bool needs_password = false; in LoadDocument() local
2419 if (TryLoadingDoc(std::string(), &needs_password)) { in LoadDocument()
2423 if (needs_password) in LoadDocument()
2430 bool* needs_password) { in TryLoadingDoc() argument
2431 *needs_password = false; in TryLoadingDoc()
2446 *needs_password = true; in TryLoadingDoc()
2478 bool needs_password = false; in ContinueLoadingDocument() local
2479 bool loaded = TryLoadingDoc(password, &needs_password); in ContinueLoadingDocument()
2480 bool password_incorrect = !loaded && needs_password && !password.empty(); in ContinueLoadingDocument()
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/pq/
H A Dabc.py116 def needs_password(self) -> bool: member in PGconn
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Dpdfium_engine.cc2586 bool needs_password = false; in LoadDocument() local
2587 if (TryLoadingDoc(std::string(), &needs_password)) { in LoadDocument()
2591 if (needs_password) in LoadDocument()
2598 bool* needs_password) { in TryLoadingDoc() argument
2599 *needs_password = false; in TryLoadingDoc()
2619 *needs_password = true; in TryLoadingDoc()
2644 bool needs_password = false; in ContinueLoadingDocument() local
2645 bool loaded = TryLoadingDoc(password, &needs_password); in ContinueLoadingDocument()
2646 bool password_incorrect = !loaded && needs_password && !password.empty(); in ContinueLoadingDocument()
/dports/archivers/py-rarfile/rarfile-4.0/
H A Drarfile.py620 def needs_password(self): member in RarInfo
715 def needs_password(self): member in RarFile
718 return self._file_parser.needs_password()
776 if inf.needs_password():
1017 def needs_password(self): member in CommonParser
1142 if h.needs_password():
1734 def needs_password(self): member in Rar5EncryptionInfo
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Ddocument.h781 fz_document_needs_password_fn *needs_password; member
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dassembler.py321 and (zf.needs_password() or is_cloaked(nzo, filepath, zf.namelist()))
/dports/multimedia/py-subliminal/subliminal-2.1.0/subliminal/
H A Dcore.py404 if rar.needs_password():

1234