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:json
(Results
1 - 5
of
5
) sorted by relevance
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H
A
D
compile-ohpm-ci.sh
150
is_entry=`cat $1${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"entry\""`
151
is_feature=`cat $1${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"feature\""`
238
rr=$(cat ${cur_module}"/package.
json
" | grep "${m_n_1}")
296
if [[ -e "${project_path}/package.
json
" ]]; then
297
sed -i 's/\"@ohos\/hypium\".*\.[0-9]*\"/\"@ohos\/hypium\": \"1.0.3\"/g' ./package.
json
298
sed -i 's/\"@ohos\/hvigor-ohos-plugin\".*\.[0-9]*\"/\"@ohos\/hvigor-ohos-plugin\": \"1.3.1\"/g' ./package.
json
299
sed -i 's/\"@ohos\/hvigor\".*\.[0-9]*\"/\"@ohos\/hvigor\": \"1.3.1\"/g' ./package.
json
312
del_file ${project_path}${pa}/package-lock.
json
328
cur_bundle_line=`cat ${project_path}${pa}/src/main/config.
json
| grep "\"bundleName\""`
332
is_entry=`cat ${project_path}${pa}/src/main/config.
json
| se
[all...]
H
A
D
compile-ut-ohpm.sh
163
is_entry=`cat $1${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"entry\""`
164
is_feature=`cat $1${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"feature\""`
251
rr=$(cat ${cur_module}"/package.
json
" | grep "${m_n_1}")
309
if [[ -e "${project_path}/package.
json
" ]]; then
310
sed -i 's/\"@ohos\/hypium\".*\.[0-9]*\"/\"@ohos\/hypium\": \"1.0.3\"/g' ./package.
json
311
sed -i 's/\"@ohos\/hvigor-ohos-plugin\".*\.[0-9]*\"/\"@ohos\/hvigor-ohos-plugin\": \"1.3.1\"/g' ./package.
json
312
sed -i 's/\"@ohos\/hvigor\".*\.[0-9]*\"/\"@ohos\/hvigor\": \"1.3.1\"/g' ./package.
json
325
del_file ${project_path}${pa}/package-lock.
json
341
cur_bundle_line=`cat ${project_path}${pa}/src/main/config.
json
| grep "\"bundleName\""`
345
is_entry=`cat ${project_path}${pa}/src/main/config.
json
| se
[all...]
H
A
D
update-sdk.sh
144
if [ -f "${z}/oh-uni-package.
json
" ]; then
145
arg_api_version=$(cat ${z}/oh-uni-package.
json
| grep "apiVersion")
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H
A
D
InstallAndTestSpecial_ci.py
17
import
json
namespace
140
FA_Python_Obj=
json
.load(fp)
383
old_data =
json
.load(f)
389
json
.dump(old_data, f)
399
old_data =
json
.load(f)
404
json
.dump(old_data, f)
408
cmd_pull = "hdc shell mount -o rw,remount / & hdc file recv /system/etc/app/install_list_capability.
json
"
413
cmd_push = "hdc shell mount -o rw,remount / & hdc file send install_list_capability.
json
/system/etc/app/install_list_capability.
json
& hdc shell chmod 777 /system/etc/app/install_list_capability.
json
[all...]
/applications/standard/hap/
H
A
D
build.sh
35
arg_profile="UnsgnedReleasedProfileTemplate.
json
"
85
api_version=$(grep apiVersion toolchains/oh-uni-package.
json
| awk '{print $2}' | sed -r 's/\",?//g') || api_version="11"
155
sdk_version=$(grep version 10/toolchains/oh-uni-package.
json
| awk '{print $2}' | sed -r 's/\",?//g')
172
sdk_version=$(grep version 11/toolchains/oh-uni-package.
json
| awk '{print $2}' | sed -r 's/\",?//g')
189
sdk_version=$(grep version 12/toolchains/oh-uni-package.
json
| awk '{print $2}' | sed -r 's/\",?//g')
277
package_json_name="package.
json
"
360
cur_bundle_line=`cat ${arg_project}${pa}/src/main/config.
json
| grep "\"bundleName\""`
364
is_entry=`cat ${arg_project}${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"entry\"" || true`
365
is_feature=`cat ${arg_project}${pa}/src/main/config.
json
| sed 's/ //g' | grep "\"moduleType\":\"feature\"" || true`
483
# backup sourceMaps.
json
file
[all...]
Completed in 4 milliseconds