Home
last modified time | relevance | path

Searched refs:js (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b…
9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b…
11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b…
13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b…
15 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/b…
17 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0013", KERNEL=="js[0-9]*", RUN+="/b…
19 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0014", KERNEL=="js[0-9]*", RUN+="/b…
21 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0015", KERNEL=="js[0-9]*", RUN+="/b…
23 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0016", KERNEL=="js[0-9]*", RUN+="/b…
25 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0017", KERNEL=="js[0-9]*", RUN+="/b…
[all …]
H A D60-joystick.rules2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
6 # don't need the devpath of the js device for this so it is OK to overwrite.
7 ACTION=="add", KERNEL=="js*", IMPORT{parent}="DEVPATH", ATTRS{name}=="Sony PLAYSTATION(R)3 Controll…
/openbmc/openbmc/poky/meta/recipes-devtools/jquery/
H A Djquery_3.7.1.bb6 LIC_FILES_CHKSUM = "file://${S}/${BP}.js;beginline=5;endline=7;md5=9c7c6e9ab275fc1e0d99cb7180ecd14c"
11 https://code.jquery.com/${BP}.js;name=js;subdir=${BP} \
12 https://code.jquery.com/${BP}.min.js;name=min;subdir=${BP} \
16 SRC_URI[js.sha256sum] = "78a85aca2f0b110c29e0d2b137e09f0a1fb7a8e554b499f740d6744dc8962cfe"
20 UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
30 install -m 644 ${S}/${BP}.js ${D}${datadir}/javascript/${BPN}/${BPN}.js
31 install -m 644 ${S}/${BP}.min.js ${D}${datadir}/javascript/${BPN}/${BPN}.min.js
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery_3.3.1.bb21 install -m 0644 ${S}${JQUERYDIR}/jquery.js ${D}${JQUERYDIR}/
22 install -m 0644 ${S}${JQUERYDIR}/jquery.min.js ${D}${JQUERYDIR}/
24 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.lite.js
25 ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.pack.js
H A Dlibjs-jquery-cookie_3.0.5.bb2 HOMEPAGE = "https://github.com/js-cookie/js-cookie"
6 SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main"
17 install -m 0644 ${S}/*.js ${D}${JQUERYCOOKIEDIR}
H A Dlibjs-jquery-globalize_1.7.0.bb18 install -m 0644 ${S}/dist/*.js ${D}${datadir}/javascript/jquery-globalize/
19 install -m 0644 ${S}/dist/globalize/*.js ${D}${datadir}/javascript/jquery-globalize/
H A Dlibjs-jquery-icheck_1.0.3.bb6 LIC_FILES_CHKSUM = "file://icheck.js;beginline=6;endline=7;md5=ea25eee37fc3b14403e215bfe13564bc"
16 install -m 0644 ${S}/icheck.js ${D}${datadir}/javascript/jquery-icheck/
17 install -m 0644 ${S}/icheck.min.js ${D}${datadir}/javascript/jquery-icheck/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch12 js/moz.configure | 2 +-
15 diff --git a/js/moz.configure b/js/moz.configure
17 --- a/js/moz.configure
18 +++ b/js/moz.configure
H A D0001-add-arm-to-list-of-mozinline.patch7 | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/…
16 js/src/jit/GenerateAtomicOperations.py | 2 +-
19 diff --git a/js/src/jit/GenerateAtomicOperations.py b/js/src/jit/GenerateAtomicOperations.py
21 --- a/js/src/jit/GenerateAtomicOperations.py
22 +++ b/js/src/jit/GenerateAtomicOperations.py
H A Darmv5.patch10 js/src/jit/arm/Architecture-arm.cpp | 2 ++
13 diff --git a/js/src/jit/arm/Architecture-arm.cpp b/js/src/jit/arm/Architecture-arm.cpp
15 --- a/js/src/jit/arm/Architecture-arm.cpp
16 +++ b/js/src/jit/arm/Architecture-arm.cpp
/openbmc/webui-vue/docs/guide/quickstart/
H A Dstore-anatomy.md11 ├── api.js # axios requests
12 ├── index.js # import store modules
16 ├── FeatureStore.js # feature store
17 ├── AdditionalFeatureStore.js # additional features per store
18 ├── AnotherFeatureStore.js # additional features per store
40 Import new store modules in `src/store/index.js`.
42 ```js
43 // `src/store/index.js`
66 ```js
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md16 To build and run, a user would first need to install node.js and npm (Node.js
18 node.js on a Ubuntu/Debian-based system:
20 First, install `npm` and `node.js` using a method that is suitable for your
30 Then, with `npm`, `node.js` installed and `dbus-pcap` downloaded to this folder,
H A D.gitignore2 *.js~
/openbmc/webui-vue/docs/guide/components/page-title/
H A Dindex.md5 `src/router/routes.js`.
7 ```js
8 // src/router/routes.js
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp72 const testing::Matcher<interfaces::JsonStorage&>& js) const in expectMake()
83 params.reportUpdates(), rm, js, params.metricParameters(), in expectMake()
89 make(_, _, _, _, _, _, _, rm, js, _, _, _)); in expectMake()
/openbmc/webui-vue/docs/customization/
H A Dbuild.md34 2. Create a `<ENV_NAME>.js` file in `src/env/store` **danger** The filename
36 store import in `src/main.js` will resolve to this new file.
43 Example `src/env/store/ibm.js`:
45 ```js
61 2. Create a `<ENV_NAME>.js` file in `src/env/router` **danger** The filename
63 routes import in `src/router/index.js` will resolve to this new file.
79 2. Create a `<ENV_NAME>.js` file in `src/env/components/AppNavigation`
85 AppNavigationMixin.js file. It should include a data property named
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/
H A Dmozjs-128_128.5.2.bb74 --enable-project=js \
100 MULTILIB_SCRIPTS += "${PN}-dev:${bindir}/js${MAJ_VER}-config"
103 oe_multilib_header mozjs-${MAJ_VER}/js-config.h
105 -i ${D}${bindir}/js${MAJ_VER}-config
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/
H A Dduktape_2.7.0.bb38 install -m 0755 "${S}/examples/eventloop/timer-test.js" "${D}${PTEST_PATH}"
39 install -m 0755 "${S}/examples/eventloop/ecma_eventloop.js" "${D}${PTEST_PATH}"
/openbmc/webui-vue/docs/guide/guidelines/
H A Dinternationalization.md28 - A new `src/i18n.js` file is added and it registers Vue I18n as a plugin to our
39 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
47 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
/openbmc/openbmc/poky/bitbake/
H A D.gitattributes1 *min.js binary
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/
H A Dgerbera_2.4.1.bb17 …= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} curl taglib inotify exif matroska magic js"
28 PACKAGECONFIG[js] = "-DWITH_JS=TRUE,-DWITH_JS=FALSE,duktape"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/
H A Dphpmyadmin_5.2.2.bb3 # Main code is GPLv2, vendor/tecnickcom/tcpdf is under LGPLv3, js/jquery is under MIT
7 file://js/vendor/jquery/MIT-LICENSE.txt;md5=de877aa6d744cc160ff41c26a8e4811f \
/openbmc/webui-vue/
H A DREADME.md4 [Vue.js](https://vuejs.org/).
13 ## When will this new Vue.js application reach feature parity with phosphor-webui?
21 As mentioned, this application is built using Vue.js, a modern open-source
/openbmc/webui-vue/docs/guide/coding-standards/
H A Dreadme.md12 …g/rules/#priority-c-recommended-minimizing-arbitrary-choices-and-cognitive-overhead-for-vue-js-3-x)
25 `.eslintrc.js`, located in the root directory.
/openbmc/openbmc/poky/documentation/
H A D.gitignore5 sphinx-static/switchers.js

12345