Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VERS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/fsverity-utils/scripts/
H
A
D
do-release.sh
14
echo "Usage: $0 prepare|publish
VERS
" 1>&2
35
VERS
=$2
36
PKG=fsverity-utils-$
VERS
45
major=$(echo "$
VERS
" | cut -d. -f1)
46
minor=$(echo "$
VERS
" | cut -d. -f2)
53
sed -E -i "/Version:/s/[0-9]+\.[0-9]+/$
VERS
/" \
55
sed -E -i -e "/^% /s/fsverity-utils v[0-9]+(\.[0-9]+)+/fsverity-utils v$
VERS
/" \
58
git commit -a --signoff --message="v$
VERS
"
59
git tag --sign "v$
VERS
" --message="$PKG"
61
git archive "v$
VERS
"
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H
A
D
config.pm
111
my $
VERS
= $RELEASE;
112
$
VERS
=~ s/[-(].*//;
121
return "${MACH}-${ARCH}-freebsd${
VERS
}";
/third_party/openssl/util/perl/OpenSSL/
H
A
D
config.pm
111
my $
VERS
= $RELEASE;
112
$
VERS
=~ s/[-(].*//;
121
return "${MACH}-${ARCH}-freebsd${
VERS
}";
/third_party/mbedtls/tests/
H
A
D
ssl-opt.sh
760
if $GNUTLS_NEXT_CLI -l 2>&1 | grep
VERS
-TLS1.3 >/dev/null
4717
"$G_SRV --priority=NORMAL:-
VERS
-ALL:+
VERS
-TLS1.2" \
4786
"$G_NEXT_CLI localhost --priority=NORMAL:-
VERS
-ALL:+
VERS
-TLS1.3 -V -d 4" \
4799
"$G_NEXT_SRV --priority=NORMAL:-
VERS
-ALL:+
VERS
-TLS1.3:+CIPHER-ALL --disable-client-cert -d 4" \
4834
"$G_NEXT_CLI localhost --priority=NORMAL:-
VERS
-ALL:+
VERS
-TLS1.3:+PSK --recordsize 512 \
4853
"$G_NEXT_CLI localhost --priority=NORMAL:-
VERS
[all...]
Completed in 9 milliseconds