Searched full:push (Results 1 – 23 of 23) sorted by relevance
8 # - p: push the changes to <branch-list>14 push = False variable63 if push:64 com.cmd("git push origin " + br + "--tags")73 if push:74 com.cmd("git push origin master --tags")
74 def push(c): function75 cmd("git push " + c)
9 # - Push the new branch and tag
400 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_spangroup_get_expand_height()408 /* the loop control to find a line and push the relevant span info into stack */ in lv_spangroup_get_expand_height()771 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_draw_span()785 /* the loop control to find a line and push the relevant span info into stack */ in lv_draw_span()807 /* curretn line span txt overflow, don't push */ in lv_draw_span()
1 name: Push LVGL release to Espressif Component Service5 push:
2 push:5 - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
4 push:42 if: github.event_name == 'push'
3 push:
4 push:
766 /*Push up the upper boundary of the btn area to create the popover*/ in draw_main()797 /*Push up the button text into the popover*/ in draw_main()1002 /*Push up the upper boundary of the btn area to also invalidate the popover*/ in invalidate_button_area()
48 /** remove an item and push it to the free items queue */303 // push the item to the free items queue in lv_lru_remove_item()
9 function gtag(){dataLayer.push(arguments);}
10 - Encoders with left/right turn and push options
87 …/*When a close button is required, we need the empty label as spacer to push the button to the rig… in lv_msgbox_create()
180 /*For compatibility assume that used button was enter (encoder push)*/ in _lv_indev_read()
25 - `LV_INDEV_TYPE_ENCODER` encoder with left/right turn and push options
77 * - Encoder (supports GUI usage only with: left, right, push)
611 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both te…615 … const char* transkey, const char* str); /*push back the 4 texts of 1 chunk at once*/
1703 /*push the previous character as literal*/ in encodeLZ77()
55 4. Commit and push your changes to the forked `lvgl` repository.