Home
last modified time | relevance | path

Searched defs:EXTENSIONS (Results 251 – 275 of 359) sorted by relevance

1...<<1112131415

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/x509/
H A DX509CertInfo.java83 public static final String EXTENSIONS = CertificateExtensions.NAME; field in X509CertInfo
128 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS)); in map.put() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/x509/
H A DX509CertInfo.java83 public static final String EXTENSIONS = CertificateExtensions.NAME; field in X509CertInfo
128 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS)); in map.put() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/x509/
H A DX509CertInfo.java83 public static final String EXTENSIONS = CertificateExtensions.NAME; field in X509CertInfo
128 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS)); in map.put() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/x509/
H A DX509CertInfo.java83 public static final String EXTENSIONS = CertificateExtensions.NAME; field in X509CertInfo
128 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS)); in map.put() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.java81 public static final String EXTENSIONS = CertificateExtensions.NAME; field in X509CertInfo
126 map.put(EXTENSIONS, Integer.valueOf(ATTR_EXTENSIONS)); in map.put() argument
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/
H A DPythonPackageAnalyzer.java65 private static final String EXTENSIONS = "py"; field in PythonPackageAnalyzer
H A DPythonDistributionAnalyzer.java96 private static final String[] EXTENSIONS = {"whl", "egg", "zip"}; field in PythonDistributionAnalyzer
H A DArchiveAnalyzer.java100 private static final Set<String> EXTENSIONS = newHashSet("tar", "gz", "tgz", "bz2", "tbz2"); field in ArchiveAnalyzer
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/cmd/
H A Dquickstart.py48 EXTENSIONS = OrderedDict([ variable
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/cmd/
H A Dquickstart.py48 EXTENSIONS = OrderedDict([ variable
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/cmd/
H A Dquickstart.py48 EXTENSIONS = OrderedDict([ variable
/dports/x11/xpra/xpra-4.3/xpra/platform/xposix/
H A Dmenu_helper.py119 EXTENSIONS = ("png", "svg", "xpm") variable
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dfontfinder.py80 EXTENSIONS = ['.ttf','.ttc','.otf','.pfb','.pfa'] variable
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/
H A DSketch.java23 …public static final List<String> EXTENSIONS = Stream.concat(SKETCH_EXTENSIONS.stream(), OTHER_ALLO… field in Sketch
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/
H A DLabelProviderTest.java232 final String[] EXTENSIONS = new String[] { TEST_CONTENT_TRACKING_LABEL + ".A", in testOverrideChain() local
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owsave.py27 EXTENSIONS = ('.mock',) variable in MockFormat
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dpysolaudio.py42 EXTENSIONS = r"\.((wav)|(it)|(mod)|(mp3)|(pym)|(s3m)|(xm))$" variable in AbstractAudioClient
497 EXTENSIONS = r'\.((ogg)|(mp3)|(wav)|(it)|(mod)|(s3m)|(xm)|(mid)|(midi))$' variable in PyGameAudioClient
/dports/chinese/bitchx/bitchx-1.2.1/dll/acro/
H A Dacro.h28 #define EXTENSIONS 3 /* Max number of 30 second extensions */ macro
/dports/irc/bitchx/bitchx-1.2.1/dll/acro/
H A Dacro.h28 #define EXTENSIONS 3 /* Max number of 30 second extensions */ macro
/dports/deskutils/py-paperless/paperless-2.7.0/src/documents/tests/
H A Dtest_consumer.py65 EXTENSIONS = ( variable in TestAttributes
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/
H A Dutil.py25 EXTENSIONS = types.SimpleNamespace() variable
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DFileChoosers.py181 EXTENSIONS = { variable in SaveResultsFileChooserDialog
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/types/
H A DTIFFImageType.java632 private static final String EXTENSIONS[] = { field in TIFFImageType
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DManifestConsistencyChecker.java49 private final int EXTENSIONS = 0x2; field in ManifestConsistencyChecker
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/discovery/
H A Dpy_info.py27 EXTENSIONS = _get_path_extensions() variable

1...<<1112131415