| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 4 Subject: [PATCH] cli: drop the second argument from @click.argument() 7 @click.argument no longer takes two positional arguments. 24 -@click.argument('ifname', 'e.g. wlan0') 25 +@click.argument('ifname') 26 @click.pass_context 33 -@click.argument('ifname', 'e.g. wlan0') 34 +@click.argument('ifname') 35 @click.option('--ssid', default=None, help='Look at scan results for BSS examples') 36 @click.option('--bssid', default=None, help='Look at scan results for BSS examples') 37 @click.pass_context [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | test_functional_basic.py | 20 …lf.driver.find_element_by_link_text("To start building, create your first Toaster project").click() 22 self.driver.find_element_by_id('projectversion').click() 23 self.driver.find_element_by_id("create-project-button").click() 35 self.find_element_by_link_text_in_table('projectstable', 'selenium-project').click() 38 self.driver.find_element_by_xpath('//a[@href="'+project_URL+'"]').click() 41 …ement_by_xpath("//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'customimages/"'+"]").click() 47 …ind_element_by_xpath("//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'images/"'+"]").click() 53 …nt_by_xpath("//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'softwarerecipes/"'+"]").click() 59 …d_element_by_xpath("//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'machines/"'+"]").click() 65 …ind_element_by_xpath("//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'layers/"'+"]").click() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/accel/ |
| H A D | lis302.txt | 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 24 interrupt on single click events on the 26 - st,click-double-{x,y,z}: if present, tells the device to issue an 27 interrupt on double click events on the 29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 32 - st,click-latency: click latency, from 0 to 255 msec with 34 - st,click-window: click window, from 0 to 255 msec with 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 74 st,click-single-x; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-gta04a3.dts | 23 st,click-single-x; 24 st,click-single-y; 25 st,click-single-z; 26 st,click-thresh-x = <8>; 27 st,click-thresh-y = <8>; 28 st,click-thresh-z = <10>; 29 st,click-click-time-limit = <9>; 30 st,click-latency = <50>; 31 st,irq1-click;
|
| H A D | omap3-overo-common-peripherals.dtsi | 60 st,click-single-x; 61 st,click-single-y; 62 st,click-single-z; 63 st,click-thresh-x = <10>; 64 st,click-thresh-y = <10>; 65 st,click-thresh-z = <10>; 66 st,irq1-click; 67 st,irq2-click;
|
| H A D | pxa300-raumfeld-controller.dts | 132 st,click-single-x; 133 st,click-single-y; 134 st,click-single-z; 135 st,click-thresh-x = <10>; 136 st,click-thresh-y = <10>; 137 st,click-thresh-z = <10>; 138 st,irq1-click; 139 st,irq2-click;
|
| H A D | omap3-n950-n9.dtsi | 292 /* click flags */ 293 st,click-single-x; 294 st,click-single-y; 295 st,click-single-z; 298 st,click-threshold-x = <8>; 299 st,click-threshold-y = <8>; 300 st,click-threshold-z = <10>; 303 st,click-time-limit = <9>; 306 st,click-latency = <50>; 320 /* Interrupt line 2 for click detection */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 72 self.click("#add-remove-layer-btn") 73 self.click("#edit-layer-source") 74 self.click("#repo") 80 btn.click() 104 save_btn.click() 106 self.click("#save-changes-for-switch") 128 self.click("#edit-layer-source") 129 self.click("#dir") 135 self.click("#save-changes-for-switch") 164 self.click('a[data-target="#delete-layer-modal"]') [all …]
|
| H A D | test_project_config_page.py | 44 self.click('#change-image_fstypes-icon') 65 self.click('#change-image_fstypes-icon') 86 self.click('#change-image_fstypes-icon') 97 checkbox.click() 104 checkbox.click() 120 self.click('#change-dl_dir-icon') 174 self.click('#change-sstate_dir-icon')
|
| H A D | test_toastertable_ui.py | 104 self.click('#edit-columns-button') 105 self.click('#checkbox-started_on') 111 link.click() 131 self.click('#edit-columns-button') 132 self.click('#checkbox-started_on')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projectpage.js | 51 machineChangeBtn.click(); 62 distroChangeBtn.click(); 91 layerAddBtn.click(function(e){ 144 trashItem.click(function (e) { 198 freqTargetCheck.click(function(){ 209 freqBuildBtn.click(function(e){ 244 machineChangeFormToggle.click(function(){ 254 machineChangeCancel.click(function(){ 273 machineChangeBtn.click(function(e){ 286 machineChangeCancel.click(); [all …]
|
| H A D | layerdetails.js | 75 layerDepBtn.click(function(){ 93 trashItem.click(layerDepRemoveClick); 103 $(".glyphicon-edit").click(function (){ 123 $(".delete-current-value").click(function(){ 127 mParent.find(".change-btn").click(); 130 $(".cancel").click(function(){ 208 $(".select-machine-btn").click(function(e){ 278 $("#dismiss-alert").click(function(){ 283 addRmLayerBtn.click(function() { 298 $(".change-btn").click(function(){ [all …]
|
| H A D | projecttopbar.js | 21 projectNameFormToggle.click(function(e){ 27 projectNameChangeCancel.click(function(e){ 34 $("#project-name-change-btn").click(function(){ 40 projectNameChangeCancel.click(); 77 newBuildTargetBuildBtn.click(function (e) { 95 updateProjectBtn.click(function (e) { 107 cancelProjectBtn.click(function (e) {
|
| H A D | libtoaster.js | 660 $('a[href=#]').click(function() { 669 $('.dropdown-menu input, .dropdown-menu label').click(function(e) { 677 $('html').click(function(){ 686 }).click(function(e){ 698 $('th a.btn-primary').click(function () { 737 $('.nav-tabs a').click(function () { 745 $('.full-show').click(function(){ 751 $('.full-hide').click(function(){ 759 $('.show-errors').click(function() { 762 $('.toggle-errors').click(function() { [all …]
|
| H A D | customrecipe.js | 16 $(".add-rm-package-btn").click(function(e){ 81 addPkgDepsModalBtn.click(function(e){ 126 rmdPkgReverseDepsModalBtn.click(function(e){ 268 $("#no-results-show-all-packages").click(function(){ 272 $("#no-results-remove-search-btn").click(function(){ 278 $(".build-custom-image").click(function(){ 285 $("#delete-custom-recipe-confirmed").click(function(e){ 318 $("a[disabled=disabled]").click(function(e){
|
| H A D | layerBtn.js | 8 $(".layerbtn").click(function (){ 59 $("td .build-recipe-btn").click(function(e){ 71 $("td .set-default-recipe-btn").click(function(e){ 84 $(".customise-btn").click(function(e){
|
| H A D | recipedetails.js | 5 $(".customise-btn").click(function(e){ 17 $("#add-layer-btn").click(function(){ 45 $(".build-recipe-btn").click(function(){
|
| H A D | table.js | 133 }).click(function(e){ 165 btn.click(pageButtonClicked); 228 title.click(sortColumnClicked); 263 filterBtn.click(filterOpenClicked); 286 togglerInput.click(colToggleClicked); 751 $('.dropdown-menu').click(function(e) { 769 $("#search-submit-"+ctx.tableName).click(function(e){ 786 clearSearchElements.click(function(e){ 799 $('#search-submit-'+ctx.tableName).click(); 803 $('a[href="#"]').click(function(e){ [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_click.py | 1 import click 4 @click.command() 5 @click.argument("foo") 6 @click.option("--bar", is_flag=True, help="help for bar") 8 click.echo("{}, {}".format(foo, bar))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/pywbemtools/ |
| H A D | python3-pywbemtools_1.0.0.bb | 15 ${PYTHON_PN}-click-native \ 23 ${PYTHON_PN}-click \ 30 ${PYTHON_PN}-click-repl \ 31 ${PYTHON_PN}-click-spinner \
|
| /OK3568_Linux_fs/buildroot/package/python-click/ |
| H A D | python-click.hash | 1 # md5, sha256 from https://pypi.org/pypi/click/json 2 md5 53692f62cb99a1a10c59248f1776d9c0 click-7.1.2.tar.gz 3 sha256 d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a click-7.1.2.tar.gz
|
| H A D | Config.in | 2 bool "python-click" 7 https://pypi.python.org/pypi/click
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-click-repl_0.2.0.bb | 2 HOMEPAGE = "https://github.com/untitaker/click-repl" 10 RDEPENDS:${PN} = "${PYTHON_PN}-click"
|
| H A D | python3-click-spinner_0.1.10.bb | 2 HOMEPAGE = "https://github.com/click-contrib/click-spinner"
|
| H A D | python3-wpa-supplicant_0.2.bb | 10 SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" 16 RDEPENDS:${PN} += "python3-twisted python3-click python3-txdbus"
|