Home
last modified time | relevance | path

Searched refs:getButtons (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/www/drupal8/drupal-8.9.20/core/modules/ckeditor/src/
H A DCKEditorPluginManager.php85 $plugin_buttons = array_keys($plugin->getButtons());
141 public function getButtons() { function in Drupal\\ckeditor\\CKEditorPluginManager
148 $buttons_plugins[$plugin_id] = $plugin->getButtons();
188 …ugin_id]['#attributes']['data-ckeditor-buttons'] = implode(' ', array_keys($plugin->getButtons()));
/dports/www/drupal9/drupal-9.2.10/core/modules/ckeditor/src/
H A DCKEditorPluginManager.php85 $plugin_buttons = array_keys($plugin->getButtons());
141 public function getButtons() { function in Drupal\\ckeditor\\CKEditorPluginManager
148 $buttons_plugins[$plugin_id] = $plugin->getButtons();
188 …ugin_id]['#attributes']['data-ckeditor-buttons'] = implode(' ', array_keys($plugin->getButtons()));
/dports/www/ilias/ILIAS-5.4.25/Services/UIComponent/Modal/classes/
H A Dclass.ilModalGUI.php136 public function getButtons() function in ilModalGUI
151 if (count($this->getButtons()) > 0) {
152 foreach ($this->getButtons() as $b) {
/dports/www/ilias6/ILIAS-6.14/Services/UIComponent/Modal/classes/
H A Dclass.ilModalGUI.php136 public function getButtons() function in ilModalGUI
151 if (count($this->getButtons()) > 0) {
152 foreach ($this->getButtons() as $b) {
/dports/x11/antimicro/antimicro-2.23/src/
H A Dquicksetdialog.cpp51 …h<JoyControlStick::JoyStickDirections, JoyControlStickButton*> *stickButtons = stick->getButtons(); in QuickSetDialog()
106 QHash<int, JoyDPadButton*>* dpadbuttons = dpad->getButtons(); in QuickSetDialog()
139 QHash<int, JoyDPadButton*>* dpadbuttons = dpad->getButtons(); in QuickSetDialog()
249 …h<JoyControlStick::JoyStickDirections, JoyControlStickButton*> *stickButtons = stick->getButtons(); in restoreButtonStates()
287 QHash<int, JoyDPadButton*>* dpadbuttons = dpad->getButtons(); in restoreButtonStates()
305 QHash<int, JoyDPadButton*>* dpadbuttons = dpad->getButtons(); in restoreButtonStates()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwconfig_button.cc42 maxbank = _baseconfig.getButtons()->size() / banksize; in ButtonPanel()
190 int id= _baseconfig.getButtons()->initEnum(); in showButtonBank()
191 if((banknr>=0)&&(banknr<(_baseconfig.getButtons()->size()/(banksize)))) { in showButtonBank()
194 b1=(WCButton*)_baseconfig.getButtons()->getElementAt(id,banknr*banksize+i*columns*2+j*2); in showButtonBank()
204 b1=(WCButton*)_baseconfig.getButtons()->getNextElement(id); in showButtonBank()
217 _baseconfig.getButtons()->closeEnum(id); in showButtonBank()
222 List *buttons = _baseconfig.getButtons(); in run()
457 erg = _baseconfig.fixDoubleKeys( _baseconfig.getButtons(), NULL, NULL, NULL, hotkeys ); in addHotkeys()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/engine/
H A Dinput_translator.cpp37 int InputTranslator::getButtons(int special) const { in getButtons() function in Ultima::Shared::InputTranslator
50 CMouseMoveMsg msg(pt, getButtons(special)); in mouseMove()
55 CMouseDragMsg msg(pt, getButtons(special)); in mouseDrag()
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/form/
H A DTbForm.php52 … if (($e = $this[$element]) === null && ($e = $this->getButtons()->itemAt($element)) === null) {
76 foreach ($this->getButtons() as $button) {
/dports/www/ilias6/ILIAS-6.14/tests/UI/Component/MessageBox/
H A DMessageBoxTest.php102 $this->assertFalse(count($g->getButtons()) > 0);
103 $this->assertTrue(count($g2->getButtons()) > 0);
142 $this->assertFalse(count($g->getButtons()) > 0 && count($g->getLinks()) > 0);
143 $this->assertTrue(count($g2->getButtons()) > 0 && count($g2->getLinks()) > 0);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/milestones/components/
H A Dpromote_milestone_modal.vue36 this.getButtons().forEach((button) => {
42 this.getButtons().forEach((button) => {
56 getButtons() {
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/form/
H A DCForm.php338 public function getButtons() function in CForm
354 $collection=$this->getButtons();
477 foreach($this->getButtons() as $button)
492 if(($e=$this[$element])===null && ($e=$this->getButtons()->itemAt($element))===null)
/dports/www/ilias/ILIAS-5.4.25/tests/UI/Component/MessageBox/
H A DMessageBoxTest.php118 $this->assertFalse(count($g->getButtons()) > 0);
119 $this->assertTrue(count($g2->getButtons()) > 0);
158 $this->assertFalse(count($g->getButtons()) > 0 && count($g->getLinks()) > 0);
159 $this->assertTrue(count($g2->getButtons()) > 0 && count($g2->getLinks()) > 0);
/dports/www/limesurvey/limesurvey/framework/web/form/
H A DCForm.php377 public function getButtons() function in CForm
393 $collection=$this->getButtons();
516 foreach($this->getButtons() as $button)
531 if(($e=$this[$element])===null && ($e=$this->getButtons()->itemAt($element))===null)
/dports/x11/antimicro/antimicro-2.23/src/mousedialog/
H A Dmousedpadsettingsdialog.cpp139 QHashIterator<int, JoyDPadButton*> iter(*dpad->getButtons()); in updateConfigHorizontalSpeed()
149 QHashIterator<int, JoyDPadButton*> iter(*dpad->getButtons()); in updateConfigVerticalSpeed()
206 QHashIterator<int, JoyDPadButton*> iter(*dpad->getButtons()); in calculateMouseSpeedPreset()
239 QHashIterator<int, JoyDPadButton*> iter(*dpad->getButtons()); in calculateWheelSpeedPreset()
H A Dmousecontrolsticksettingsdialog.cpp146 …shIterator<JoyControlStick::JoyStickDirections, JoyControlStickButton*> iter(*stick->getButtons()); in updateConfigHorizontalSpeed()
156 …shIterator<JoyControlStick::JoyStickDirections, JoyControlStickButton*> iter(*stick->getButtons()); in updateConfigVerticalSpeed()
213 …shIterator<JoyControlStick::JoyStickDirections, JoyControlStickButton*> iter(*stick->getButtons()); in calculateMouseSpeedPreset()
246 …shIterator<JoyControlStick::JoyStickDirections, JoyControlStickButton*> iter(*stick->getButtons()); in calculateWheelSpeedPreset()
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestPlayerConfirmationModal.php133 public function getButtons() function in ilTestPlayerConfirmationModal
190 foreach ($this->getButtons() as $button) {
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestPlayerConfirmationModal.php133 public function getButtons() function in ilTestPlayerConfirmationModal
190 foreach ($this->getButtons() as $button) {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/
H A Dinput_translator.cpp36 int CInputTranslator::getButtons(int special) const { in getButtons() function in Titanic::CInputTranslator
49 CMouseMoveMsg msg(pt, getButtons(special)); in mouseMove()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/
H A Dinput_translator.cpp36 int CInputTranslator::getButtons(int special) const { in getButtons() function in Titanic::CInputTranslator
49 CMouseMoveMsg msg(pt, getButtons(special)); in mouseMove()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCFilter.php133 private function getButtons() { function in CFilter
167 $this->form->addItem($this->getButtons());
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCFilter.php133 private function getButtons() { function in CFilter
167 $this->form->addItem($this->getButtons());
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCFilter.php133 private function getButtons() { function in CFilter
167 $this->form->addItem($this->getButtons());
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCFilter.php133 private function getButtons() { function in CFilter
167 $this->form->addItem($this->getButtons());
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCFilter.php133 private function getButtons() { function in CFilter
167 $this->form->addItem($this->getButtons());
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/forms/
H A DPreferencesFormOOUI.php109 public function getButtons() { function in PreferencesFormOOUI
114 $html = parent::getButtons();

12345678910>>...13