Searched refs:packages (Results 1 – 25 of 322) sorted by relevance
12345678910>>...13
108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec109 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}111 deb: dist-gzip packages/deb.sh packages/deb/*112 @cd packages && ./deb.sh ${PACKAGE} ${VERSION}117 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
6 …packages\FontTools\fontTools\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\misc;C:\P…
163 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec164 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION}166 deb: dist-gzip packages/deb.sh packages/deb/*167 @cd packages && ./deb.sh ${PACKAGE} ${VERSION}174 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
15 packages = []19 return '.'.join(packages)20 packages.insert(0, os.path.basename(dir))
23 test -d $(PYTHONLIBDIR)/site-packages || install -m 755 -d $(PYTHONLIBDIR)/site-packages24 install -m 755 seobject.py $(PYTHONLIBDIR)/site-packages
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers() local109 for (unsigned i = 0, e = packages.size(); i != e; ++i) { in EmitClangSACheckers()110 Record *R = packages[i]; in EmitClangSACheckers()167 for (unsigned i = 0, e = packages.size(); i != e; ++i) in EmitClangSACheckers()168 if (DefInit *DI = dyn_cast<DefInit>(packages[i]->getValueInit("Group"))) in EmitClangSACheckers()169 addPackageToCheckerGroup(packages[i], DI->getDef(), recordGroupMap); in EmitClangSACheckers()199 for (unsigned i = 0, e = packages.size(); i != e; ++i) in EmitClangSACheckers()200 sortedPackages[getPackageFullName(packages[i])] = packages[i]; in EmitClangSACheckers()
16 Binaries packages of the libxml2 and libxslt libraries can19 packages provided with your operating system.26 the site. One side effect is that the official RPM packages for30 The RPM packages can be found at:
49 def __init__ (self, version, packages): argument51 self.packages = packages188 for package in mustpass.packages:311 for package in mustpass.packages:327 for package in mustpass.packages:369 for package in mustpass.packages:541 Mustpass(version = "lmp", packages = [LMP_GLES3_PKG, LMP_GLES31_PKG]),542 Mustpass(version = "lmp-mr1", packages = [LMP_MR1_GLES3_PKG, LMP_MR1_GLES31_PKG]),543 …Mustpass(version = "master", packages = [MASTER_EGL_PKG, MASTER_GLES2_PKG, MASTER_GLES3_PKG, MASTE…
4 Each of these packages is available in several formats. The source8 can install directly into your ``site-packages/`` directory, and are19 All the packages are available in the Mercurial repositories rooted in
1 .. _tutorials.installing.packages:3 Installing packages10 external packages to access specific command line tools (i18n, for example,46 update Python packages. Any will work, but if you don't have one yet, ``pip``
18 directory for each jetty package. the src directory of the relevant packages were merged into a sin…19 src directory. The relevant packages which were merged into the single src directory are:33 All other packages were discarded. Prebuilt dependencies (SLF4J, the servlet api and jetty utils)44 To update this project, the updated packages should be fetched from maven and their src directories…
14 <?cs call:package_link_list(docs.packages) ?>16 </div> <!-- end packages -->17 </div> <!-- end resize-packages -->
META-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/ ...
50 microseconds when parsing, do not link to them for generic purpose packages.80 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a81 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la139 %{_libdir}/python*/site-packages/libxml2.py*140 %{_libdir}/python*/site-packages/drv_libxml2.py*141 %{_libdir}/python*/site-packages/libxml2mod*
70 #packages.lib = .71 #packages.collect =74 packages.extra =
177 packages = {}189 packages[192 packages = list(packages.keys())193 packages.sort()194 return packages
176 packages = {}188 packages[191 packages = packages.keys()192 packages.sort()193 return packages
5 serverClasses: Classes and packages hidden by the context classloader6 systemClasses: Classes and packages given priority by context classloader
57 RPM spec file and scripts for building Caldera OpenLinuix packages66 RPM spec file and scripts for building Redhat packages69 RPM spec file and scripts for building SuSE packages
5 in distributions of binary packages the installed files should6 be split into two packages:23 If you want to install both packages at the same time, you simply do
154 test -d $(PYLIBDIR)/site-packages/selinux || install -m 755 -d $(PYLIBDIR)/site-packages/selinux155 install -m 755 $(SWIGSO) $(PYLIBDIR)/site-packages/selinux/_selinux.so156 install -m 755 $(AUDIT2WHYSO) $(PYLIBDIR)/site-packages/selinux/audit2why.so157 install -m 644 selinux.py $(PYLIBDIR)/site-packages/selinux/__init__.py
196 Map<String, PackageInfo> packages = site.apiInfo().getPackages(); in knownPackages() local197 for (String pkg : packages.keySet()) { in knownPackages()202 List<String> packages = new ArrayList<String>(allPackages); in knownPackages() local203 Collections.sort(packages); in knownPackages()204 return packages; in knownPackages()
180 private Hashtable packages; // should be synchronized. field in ClassPoolTail184 packages = new Hashtable(); in ClassPoolTail()276 packages.put(name, name); in recordInvalidClassName()327 if (packages.get(classname) != null) in openClassfile()363 if (packages.get(classname) != null) in find()