Home
last modified time | relevance | path

Searched defs:onClick (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/skins/shinra/
H A Dbrowse_main_details.template.php138 … $onClick = "submitBrowseForm('" . $list_directories[$i]["newdir_js"] . "','','browse','main');"; variable
145 $onClick = ""; variable
185 …$onClick = "submitBrowseForm('" . $directory_js . "','" . $list_files[$i]["dirfilename_js"] . "','… variable
192 $onClick = ""; variable
241 …$onClick = "submitBrowseForm('" . $directory_js . "','" . $list_symlinks[$i]["dirfilename_js"] . "… variable
248 $onClick = ""; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_media/views/images/tmpl/
H A Ddefault.php16 $onClick = ''; variable
58 …$onClick = "window.parent.jInsertFieldValue(document.getElementById('f_url').value, '" . $fieldInp… variable
63 $onClick = 'ImageManager.onok();window.parent.jModalClose();'; variable
/dports/games/pioneer/pioneer-20210723/data/modules/TradeShips/
H A DDebug.lua152 onClick = function(row) function
193 onClick = function(row) function
235 onClick = function(row) function
263 onClick = function(row) function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dclick_handler_types.cpp107 void BotGameUrlClickHandler::onClick(ClickContext context) const { in onClick() function in BotGameUrlClickHandler
143 void MentionClickHandler::onClick(ClickContext context) const { in onClick() function in MentionClickHandler
160 void MentionNameClickHandler::onClick(ClickContext context) const { in onClick() function in MentionNameClickHandler
190 void HashtagClickHandler::onClick(ClickContext context) const { in onClick() function in HashtagClickHandler
205 void CashtagClickHandler::onClick(ClickContext context) const { in onClick() function in CashtagClickHandler
216 void BotCommandClickHandler::onClick(ClickContext context) const { in onClick() function in BotCommandClickHandler
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/components/FlowView/
H A DNav.jsx10 onClick: PropTypes.func.isRequired, property in NavAction.propTypes
13 export function NavAction({ icon, title, onClick }) { argument
18 onClick={event => { class in NavAction
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DScrollItemWidget.cs69 …lic static ScrollItemWidget Setup(ScrollItemWidget template, Func<bool> isSelected, Action onClick) in Setup()
78 …llItemWidget Setup(ScrollItemWidget template, Func<bool> isSelected, Action onClick, Action onDoub… in Setup()
85 … Setup(string key, ScrollItemWidget template, Func<bool> isSelected, Action onClick, Action onDoub… in Setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/inline_editor/
H A DColorSwatch_test.ts145 const onClick = (e: Event) => { constant
166 const onClick = (e: Event) => { constant
185 const onClick = (e: Event) => { constant
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/svg/1.0.1/src/Svg/
H A DEvents.elm30 onClick msg = function
68 onClick message = function
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/components/common/
H A DButton.jsx6 onClick: PropTypes.func.isRequired, property in Button.propTypes
12 export default function Button({ onClick, children, icon, disabled, className, title }) { argument
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dnotifications.cpp32 void onClick() override { in onClick() function in app::NotificationItem
72 void Notifications::onClick(ui::Event& ev) in onClick() function in app::Notifications
H A Dbrush_popup.cpp92 void onClick() override { in onClick() function in app::__anone6be76430111::SelectBrushItem
125 void onClick() override { in onClick() function in app::__anone6be76430111::BrushShortcutItem
156 void onClick() override { in onClick() function in app::__anone6be76430111::BrushOptionsItem
264 void onClick() override { in onClick() function in app::__anone6be76430111::NewCustomBrushItem
281 void onClick() override { in onClick() function in app::__anone6be76430111::NewBrushOptionsItem
H A Drecent_listbox.cpp91 void onClick() override { in onClick() function in app::RecentFileItem
149 void RecentFilesListBox::onClick(const std::string& path) in onClick() function in app::RecentFilesListBox
180 void RecentFoldersListBox::onClick(const std::string& path) in onClick() function in app::RecentFoldersListBox
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Template/Components/
H A DAbstractControl.php50 protected $onClick = ''; variable in TYPO3\\CMS\\Backend\\Template\\Components\\AbstractControl
138 public function setOnClick($onClick)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Template/Components/
H A DAbstractControl.php51 protected $onClick = ''; variable in TYPO3\\CMS\\Backend\\Template\\Components\\AbstractControl
139 public function setOnClick($onClick)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Template/Components/
H A DAbstractControl.php52 protected $onClick = ''; variable in TYPO3\\CMS\\Backend\\Template\\Components\\AbstractControl
159 public function setOnClick($onClick)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/DynaTable/src/com/google/gwt/sample/dynatable/client/
H A DDayFilterWidget.java52 public void onClick(ClickEvent event) { in onClick() method in DayFilterWidget.DayCheckBoxHandler
56 public void onClick(DayCheckBox dayCheckBox) { in onClick() method in DayFilterWidget.DayCheckBoxHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/bottomsheet/
H A DBookmarkBottomSheetFolderRow.java55 public void onClick() {} in onClick() method in BookmarkBottomSheetFolderRow
66 public void onClick(View view) { in onClick() method in BookmarkBottomSheetFolderRow
/dports/games/pioneer/pioneer-20210723/src/gui/
H A DGuiLabelSet.cpp41 void LabelSet::Add(std::string text, sigc::slot<void> onClick, float screenx, float screeny) in Add()
48 …void LabelSet::Add(std::string text, sigc::slot<void> onClick, float screenx, float screeny, const… in Add()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetdragtool.h32 virtual void onClick(const CellPosition &pos) {} in onClick() function
40 virtual void onClick(const QDropEvent *event){}; in onClick() function
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenu.jsx36 onClick(event) { method in ContextMenu
83 onClick(event) { method in ContextMenuItem
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/extensions/
H A DExtensionPermissionsHelper.java65 public void onClick(DialogInterface dialog, int whichButton) { in handleMessage() method
71 public void onClick(DialogInterface dialog, int whichButton) { in handleMessage() method
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenu.jsx37 onClick(event) { method in ContextMenu
84 onClick(event) { method in _ContextMenuItem
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenu.jsx37 onClick(event) { method in ContextMenu
84 onClick(event) { method in _ContextMenuItem
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/components/ContextMenu/
H A DContextMenu.jsx37 onClick(event) { method in ContextMenu
84 onClick(event) { method in _ContextMenuItem
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/test/unit/content-src/components/
H A DASRouterAdmin.test.jsx608 function onClick(spoc) { function

12345678910>>...29