Searched +full:minimal +full:- +full:versions (Results 1 – 25 of 644) sorted by relevance
12345678910>>...26
| /external/rust/crates/log/.github/workflows/ |
| D | main.yml | 7 runs-on: ${{ matrix.os }} 12 - build: stable 13 os: ubuntu-latest 15 - build: beta 16 os: ubuntu-latest 18 - build: nightly 19 os: ubuntu-latest 21 - build: macos 22 os: macos-latest 24 - build: win32 [all …]
|
| /external/rust/crates/tinytemplate/ |
| D | README.md | 3 <div align="center">Minimal Lightweight Text Templating</div> 23 - [Table of Contents](#table-of-contents) 24 - [Goals](#goals) 25 - [Why TinyTemplate?](#why-tinytemplate) 26 - [Quickstart](#quickstart) 27 - [Compatibility Policy](#compatibility-policy) 28 - [Contributing](#contributing) 29 - [Maintenance](#maintenance) 30 - [License](#license) 36 …- __Small__: TinyTemplate deliberately does not support many features of more powerful template en… [all …]
|
| /external/rust/crates/paste/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@master 28 - run: cargo test 32 runs-on: ubuntu-latest 33 timeout-minutes: 45 35 - uses: actions/checkout@v3 [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.problems.md | 5 ------------------------------------------ 7 Older versions of lws don't attract any new work after they are released 8 (see [the release policy](https://libwebsockets.org/git/libwebsockets/tree/READMEs/README.release-p… 13 Old, old versions may be convenient for you to use for some reason. But unless 16 issues on ancient versions. Whereas if the problem exists on `main`, and can be 20 the -stable branch of the last released version to see if it was already solved 24 ---------------------- 50 Use the test apps / minimal examples as sanity checks 51 ----------------------------------------------------- 53 The test server and client, and any more specifically relevant minimal example [all …]
|
| /external/rust/crates/rustversion/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - name: Enable type layout randomization 35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV 37 - run: cargo test 43 runs-on: ubuntu-latest [all …]
|
| /external/elfutils/ |
| D | COPYING-LGPLV3 | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| /external/javaparser/ |
| D | LICENSE.LGPL | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| /external/autotest/ |
| D | MODULE_LICENSE_LGPL | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| D | LGPL_LICENSE | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| /external/licenseclassifier/licenses/ |
| D | LGPL-3.0.txt | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| /external/licenseclassifier/v2/assets/License/LGPL-3.0/ |
| D | license.txt | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
| /external/rust/crates/minimal-lexical/ |
| D | README.md | 1 minimal-lexical 4 …s is a minimal version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to al… 6 …minimal-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexica… 8 minimal-lexical is designed for fast compile times and small binaries sizes, at the expense of a mi… 12 For a high-level, all-in-one number conversion routines, see [rust-lexical](https://github.com/Alex… 16 - [Getting Started](#getting-started) 17 - [Recipes](#recipes) 18 - [Algorithms](#algorithms) 19 - [Platform Support](platform-support) 20 - [Minimum Version Support](minimum-version-support) [all …]
|
| D | Cargo.toml | 5 # with all versions of Cargo and also rewrite `path` dependencies 14 name = "minimal-lexical" 20 documentation = "https://docs.rs/minimal-lexical" 23 categories = ["parsing", "no-std"] 24 license = "MIT/Apache-2.0" 25 repository = "https://github.com/Alexhuszagh/minimal-lexical"
|
| /external/licenseclassifier/v2/scenarios/ |
| D | 157091836 | 1 Legacy classifier identifies LGPL-2.1 2 EXPECTED:Copyright,LGPL-3.0 36 * The "Minimal Corresponding Source" for a Combined Work means the 51 * 2. Conveying Modified Versions. 105 * 0) Convey the Minimal Corresponding Source under the terms of this 117 * of the Library that is interface-compatible with the Linked 127 * the Minimal Corresponding Source and Corresponding Application 148 * 6. Revised Versions of the GNU Lesser General Public License. 150 * The Free Software Foundation may publish revised and/or new versions 152 * versions will be similar in spirit to the present version, but may [all …]
|
| /external/ImageMagick/m4/ |
| D | framework.m4 | 34 # The "Minimal Corresponding Source" for a Combined Work means the 49 # 2. Conveying Modified Versions. 103 # 0) Convey the Minimal Corresponding Source under the terms of this 115 # of the Library that is interface-compatible with the Linked 125 # the Minimal Corresponding Source and Corresponding Application 146 # 6. Revised Versions of the GNU Lesser General Public License. 148 # The Free Software Foundation may publish revised and/or new versions 150 # versions will be similar in spirit to the present version, but may 164 # whether future versions of the GNU Lesser General Public License shall 170 # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], [all …]
|
| /external/rust/crates/walkdir/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos 22 - win-msvc [all …]
|
| /external/python/dateutil/ |
| D | CONTRIBUTING.md | 3 This document outlines the ways to contribute to `python-dateutil`. This is a fairly small, low-tra… 8 …ontribution - it's important to get feedback about how the library is failing, and there's no bett… 10 …minimal, reproducible example - a small, self-contained script that can reproduce the behavior is … 12 …versions of everything involved, at a minimum please include operating system, `python` version an… 13 - `dateutil`: `python -c 'import dateutil; print(dateutil.__version__)'` 14 - `Python`: `python --version` 16 3. A description of the problem - what *is* happening and what *should* happen. 18 While pull requests fixing bugs are accepted, they are *not* required - the bug report in itself is… 26 …- improvements to documentation, bug fixes, feature implementations, fixes to the build system, e… 28 …ests* - please write one or more tests to cover the behavior you intend your patch to improve. Ide… [all …]
|
| /external/rust/crates/bytes/ci/ |
| D | test-stable.sh | 3 set -ex 5 cmd="${1:-test}" 7 # Install cargo-hack for feature flag test 8 host=$(rustc -Vv | grep host | sed 's/host: //') 9 curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-$host.tar.gz |… 12 # * --each-feature includes both default/no-default features 13 # * --optional-deps is needed for serde feature 14 cargo hack "${cmd}" --each-feature --optional-deps 16 cargo "${cmd}" --all-features 18 cargo doc --no-deps --all-features [all …]
|
| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | classids.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Class Ids</title> 28 Class ids are 64-bit integer values, for example 45 The concept of class ids allows distinguishing different versions of classes, 46 for example when multiple versions of an application are deployed to an 47 application server or different versions of libraries are included. 50 Also class ids are the prerequisite for JaCoCo's minimal runtime-overhead and [all …]
|
| D | mission.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Mission</title> 30 implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a> 33 line, IDE plug-in) and do not offer a documented API that allows embedding in 38 current Java versions. Due to the lack of regression tests maintenance and 47 <a href="maven.html">Maven plug-in</a> and the 48 <a href="http://www.eclemma.org/">EclEmma Eclipse plug-in</a> are provided as [all …]
|
| /external/zstd/programs/ |
| D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected. 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 24 …Starting v0.8.0, all versions of `zstd` produce frames compliant with the [specification](../doc/z… 25 But older versions (< v0.8.0) produced different, incompatible, frames. 34 - __HAVE_ZLIB__ : `zstd` can compress and decompress files in `.gz` format. [all …]
|
| /external/cronet/components/nacl/loader/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 17 source_set("minimal") { 35 "//components/nacl/common:minimal", 62 # This exists just to make 'gn check' happy with :minimal and 65 # as "minimal" (stuff that should not be in the nacl64.exe build). 80 public_deps = [ ":minimal" ] 134 # NaCl is not working with compiler-rt in ChromeOS. 137 "-rtlib=libgcc", 138 "--unwindlib=libgcc", 141 # nacl_helper needs to link with libgcc_s. We already have -lgcc_s in [all …]
|
| /external/rust/crates/unicode-normalization/src/ |
| D | perfect_hash.rs | 2 // file at the top-level directory of this distribution and at 3 // http://rust-lang.org/COPYRIGHT. 5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your 11 //! Support for lookups based on minimal perfect hashing. 14 // it can share some work between the unsalted and salted versions. 16 fn my_hash(key: u32, salt: u32, n: usize) -> usize { in my_hash() 22 /// Do a lookup using minimal perfect hashing. 37 ) -> V in mph_lookup() [all …]
|
| /external/rust/crates/regex-automata/ |
| D | README.md | 1 regex-automata 8 …atus](https://github.com/BurntSushi/regex-automata/workflows/ci/badge.svg)](https://github.com/Bur… 9 [](https://crates.io/crates/regex-a… 10  12 Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). 17 https://docs.rs/regex-automata 26 regex-automata = "0.1" 44 let re = Regex::new(r"[0-9]{4}-[0-9]{2}-[0-9]{2}").unwrap(); 45 let text = b"2018-12-24 2016-10-08"; 51 please see the [docs](https://docs.rs/regex-automata). [all …]
|
| /external/aac/libAACenc/src/ |
| D | qc_data.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 55 Your modified versions of the FDK AAC Codec must carry prominent notices stating 56 that you changed the software and the date of any change. For modified versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|
12345678910>>...26