Home
last modified time | relevance | path

Searched refs:widgetOptions (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dchasearrows.tcl67 variable widgetOptions
76 array set widgetOptions {
178 variable widgetOptions
185 if {![info exists widgetOptions]} {
191 if {![info exists widgetOptions($name)]} {
214 variable widgetOptions
245 set optName [lindex $widgetOptions($name) 0]
294 variable widgetOptions
343 variable widgetOptions
354 if {![info exists widgetOptions($name)]} {
[all …]
H A Dmnotebook.tcl66 variable widgetOptions
74 array set widgetOptions {
108 variable widgetOptions
116 if {![info exists widgetOptions]} {
120 if {![info exists widgetOptions($name)]} {
152 set optName [lindex $widgetOptions($name) 0]
153 set optClass [lindex $widgetOptions($name) 1]
200 variable widgetOptions
264 variable widgetOptions
274 if {![info exists widgetOptions($name)]} {
[all …]
H A Dwizard.tcl77 variable widgetOptions
87 array set widgetOptions {
128 variable widgetOptions
137 if {![info exists widgetOptions]} {
141 if {![info exists widgetOptions($name)]} {
177 set optName [lindex $widgetOptions($name) 0]
178 set optClass [lindex $widgetOptions($name) 1]
261 variable widgetOptions
321 variable widgetOptions
332 if {![info exists widgetOptions($name)]} {
[all …]
H A Dttoolbar.tcl65 variable widgetOptions
111 array set widgetOptions {
170 variable widgetOptions
204 set optName [lindex $widgetOptions($name) 0]
205 set optClass [lindex $widgetOptions($name) 1]
320 variable widgetOptions
327 if {![info exists widgetOptions($name)]} {
335 set optName [lindex $widgetOptions($opt) 0]
336 set optClass [lindex $widgetOptions($opt) 1]
345 set optName [lindex $widgetOptions($opt) 0]
[all …]
H A Dmoviecontroller.tcl70 variable widgetOptions
79 array set widgetOptions {
356 variable widgetOptions
363 if {![info exists widgetOptions]} {
369 if {![info exists widgetOptions($name)]} {
393 variable widgetOptions
428 set optName [lindex $widgetOptions($name) 0]
464 variable widgetOptions
513 variable widgetOptions
524 if {![info exists widgetOptions($name)]} {
[all …]
/dports/www/limesurvey/limesurvey/application/views/admin/survey/Question/
H A DyesNo_defaultvalue_widget.php20 public $widgetOptions; variable in yesNo_defaultvalue_widget
34 $qtproperties = $this->widgetOptions['qtproperties'];
35 $questionrow = $this->widgetOptions['questionrow'];
36 $langopts = $this->widgetOptions['langopts'];
37 $language = $this->widgetOptions['language'];
38 $defaultValues = $this->widgetOptions['langopts'][$language][$questionrow['type']][0];
H A Deditdefaultvalues_view.php148 $widgetOptions = array( variable
154 …on.views.admin.survey.Question.yesNo_defaultvalue_widget', array('widgetOptions'=>$widgetOptions));
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Field/
H A DWidgetPluginManager.php29 protected $widgetOptions; variable in Drupal\\Core\\Field\\WidgetPluginManager
169 if (!isset($this->widgetOptions)) {
182 $this->widgetOptions = $options;
185 return !empty($this->widgetOptions[$field_type]) ? $this->widgetOptions[$field_type] : [];
188 return $this->widgetOptions;
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Field/
H A DWidgetPluginManager.php29 protected $widgetOptions; variable in Drupal\\Core\\Field\\WidgetPluginManager
169 if (!isset($this->widgetOptions)) {
182 $this->widgetOptions = $options;
185 return !empty($this->widgetOptions[$field_type]) ? $this->widgetOptions[$field_type] : [];
188 return $this->widgetOptions;
/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/tcl/utils/
H A DCombobox.tcl39 variable widgetOptions
66 variable widgetOptions
72 if {![info exists widgetOptions]} {
107 variable widgetOptions
113 array set widgetOptions [list \
417 variable widgetOptions
1469 variable widgetOptions
1483 set alias $widgetOptions($opt)
1484 set optName $widgetOptions($alias)
2058 variable widgetOptions
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/tcl/sciGUI/local_extra/combobox-2.3/
H A Dcombobox.tcl39 variable widgetOptions
66 variable widgetOptions
72 if {![info exists widgetOptions]} {
107 variable widgetOptions
113 array set widgetOptions [list \
417 variable widgetOptions
1454 variable widgetOptions
1468 set alias $widgetOptions($opt)
1469 set optName $widgetOptions($alias)
2043 variable widgetOptions
[all …]
/dports/sysutils/tkdvd/tkdvd/src/
H A Dcombobox.tcl39 variable widgetOptions
66 variable widgetOptions
72 if {![info exists widgetOptions]} {
107 variable widgetOptions
113 array set widgetOptions [list \
417 variable widgetOptions
1454 variable widgetOptions
1468 set alias $widgetOptions($opt)
1469 set optName $widgetOptions($alias)
2043 variable widgetOptions
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/mclistbox/
H A Dmclistbox.tcl40 variable widgetOptions
65 variable widgetOptions
77 array set widgetOptions [list \
259 variable widgetOptions
312 variable widgetOptions
766 variable widgetOptions
852 variable widgetOptions
1113 variable widgetOptions
1793 variable widgetOptions
1926 variable widgetOptions
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/dashboard/Classes/
H A DDashboard.php62 protected $widgetOptions = []; variable in TYPO3\\CMS\\Dashboard\\Dashboard
123 $this->widgetOptions[$hash] = $widgetObject->getOptions();
142 return $this->widgetOptions;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/customwidgetwizard/
H A Dcustomwidgetwizarddialog.cpp83 rc->widgetOptions = m_widgetsPage->widgetOptions(); in pluginOptions()
H A Dcustomwidgetwidgetswizardpage.cpp128 QList<PluginOptions::WidgetOptions> CustomWidgetWidgetsWizardPage::widgetOptions() const in widgetOptions() function in QmakeProjectManager::Internal::CustomWidgetWidgetsWizardPage
133 rc.push_back(cdef->widgetOptions(classNameAt(i))); in widgetOptions()
H A Dplugingenerator.cpp111 const int widgetCount = options.widgetOptions.size(); in generatePlugin()
113 const PluginOptions::WidgetOptions &wo = options.widgetOptions.at(i); in generatePlugin()
118 options.widgetOptions.count() == 1 ? in generatePlugin()
145 options.widgetOptions.count() == 1 ? in generatePlugin()
H A Dpluginoptions.h63 QList<WidgetOptions> widgetOptions; member
H A Dclassdefinition.h48 PluginOptions::WidgetOptions widgetOptions(const QString &className) const;
H A Dcustomwidgetwidgetswizardpage.h54 QList<PluginOptions::WidgetOptions> widgetOptions() const;
H A Dclassdefinition.cpp123 PluginOptions::WidgetOptions ClassDefinition::widgetOptions(const QString &className) const in widgetOptions() function in QmakeProjectManager::Internal::ClassDefinition
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialSearch.php337 $widgetOptions = $this->getConfig()->get( 'SpecialSearchFormOptions' );
357 $this->profile, $term, 0, 0, $this->offset, $this->isPowerSearch(), $widgetOptions
415 $this->profile, $term, $num, $totalRes, $this->offset, $this->isPowerSearch(), $widgetOptions
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialSearch.php388 $widgetOptions = $this->getConfig()->get( 'SpecialSearchFormOptions' );
409 $this->profile, $term, 0, 0, $this->offset, $this->isPowerSearch(), $widgetOptions
475 $this->profile, $term, $num, $totalRes, $this->offset, $this->isPowerSearch(), $widgetOptions
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialSearch.php388 $widgetOptions = $this->getConfig()->get( 'SpecialSearchFormOptions' );
407 $this->profile, $term, 0, 0, $this->offset, $this->isPowerSearch(), $widgetOptions
473 $this->profile, $term, $num, $totalRes, $this->offset, $this->isPowerSearch(), $widgetOptions
/dports/devel/tkcvs/tkcvs-8.2.3/tkdiff/
H A Dtkdiff.tcl7026 variable widgetOptions
7053 variable widgetOptions
7059 if {![info exists widgetOptions]} {
7093 variable widgetOptions
7099 array set widgetOptions [list -background \
7377 variable widgetOptions
7419 foreach name [array names widgetOptions] {
8387 variable widgetOptions
8401 set alias $widgetOptions($opt)
8920 variable widgetOptions
[all …]

12