Home
last modified time | relevance | path

Searched refs:checkboxId (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/joomla3/joomla3-3.9.24/libraries/cms/html/
H A Ddropdown.php158 * @param string $checkboxId ID of corresponding checkbox of the record
165 public static function publish($checkboxId, $prefix = '') argument
176 * @param string $checkboxId ID of corresponding checkbox of the record
183 public static function unpublish($checkboxId, $prefix = '') argument
201 public static function featured($checkboxId, $prefix = '') argument
219 public static function unfeatured($checkboxId, $prefix = '') argument
237 public static function archive($checkboxId, $prefix = '') argument
255 public static function unarchive($checkboxId, $prefix = '') argument
273 public static function trash($checkboxId, $prefix = '') argument
291 public static function untrash($checkboxId, $prefix = '') argument
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Element/
H A DSelectCheckBoxElement.php226 $checkboxId = StringUtility::getUniqueId($groupId);
233 …$html[] = '<input type="checkbox" id="' . $checkboxId . '" class="t3js-toggl…
235 …$html[] = '<th class="col-title"><label for="' . $checkboxId . '">' . $title . …
248 … new SelectCheckBoxElement(' . GeneralUtility::quoteJSvalue($checkboxId) . ');
H A DUserSysFileStorageIsPublicElement.php95 $checkboxId = $parameterArray['itemFormElID'] . '_1';
106 $html[] = ' id="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '"';
110 … '<label class="checkbox-label" for="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '…
H A DCheckboxToggleElement.php187 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
196 id="' . $checkboxId . '" />
197 <label class="checkbox-label" for="' . $checkboxId . '">
H A DCheckboxLabeledToggleElement.php187 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
196 id="' . $checkboxId . '" />
197 <label class="checkbox-label" for="' . $checkboxId . '">
H A DCheckboxElement.php188 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
209 id="' . $checkboxId . '" />
210 <label class="checkbox-label" for="' . $checkboxId . '">
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Element/
H A DSelectCheckBoxElement.php228 $checkboxId = StringUtility::getUniqueId($groupId);
235 …$html[] = '<input type="checkbox" id="' . $checkboxId . '" class="t3js-toggl…
237 …$html[] = '<th class="col-title"><label for="' . $checkboxId . '">' . $title . …
251 )->instance($checkboxId);
H A DUserSysFileStorageIsPublicElement.php101 $checkboxId = $parameterArray['itemFormElID'] . '_1';
112 $html[] = ' id="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '"';
116 … '<label class="form-check-label" for="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '…
H A DCheckboxToggleElement.php171 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
180 id="' . $checkboxId . '" />
181 <label class="form-check-label" for="' . $checkboxId . '">
H A DCheckboxLabeledToggleElement.php170 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
179 id="' . $checkboxId . '" />
180 <label class="form-check-label" for="' . $checkboxId . '">
H A DCheckboxElement.php187 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
208 id="' . $checkboxId . '" />
209 <label class="form-check-label" for="' . $checkboxId . '">
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Element/
H A DUserSysFileStorageIsPublicElement.php93 $checkboxId = $parameterArray['itemFormElID'] . '_1';
104 $html[] = ' id="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '"';
108 … '<label class="checkbox-label" for="' . htmlspecialchars($checkboxId, ENT_QUOTES) . '…
H A DCheckboxLabeledToggleElement.php185 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
194 id="' . $checkboxId . '" />
195 <label class="checkbox-label" for="' . $checkboxId . '">
H A DCheckboxToggleElement.php185 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
194 id="' . $checkboxId . '" />
195 <label class="checkbox-label" for="' . $checkboxId . '">
H A DCheckboxElement.php186 $checkboxId = $additionalInformation['itemFormElID'] . '_' . $itemCounter . $uniqueId;
207 id="' . $checkboxId . '" />
208 <label class="checkbox-label" for="' . $checkboxId . '">
H A DSelectCheckBoxElement.php227 $checkboxId = uniqid($groupId);
234 …$html[] = '<input type="checkbox" id="' . $checkboxId . '" class="t3js-toggl…
236 … '<th class="col-title" colspan="2"><label for="' . $checkboxId . '">' . $title …
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/
H A DNestedRows.tsx183 const checkboxId = `checkbox_${entry.id}`;
206 …<Checkbox id={checkboxId} onChange={handleSelectedChanged} disabled={isDisabled} value={isSelected…
214 <label htmlFor={checkboxId} className={cx(styles.entryContentItem, styles.truncated)}>
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/templates/
H A Dsettings.php61 <?php $checkboxId = uniqid("checkbox_"); ?>
65 id="<?php p($checkboxId); ?>"
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/scheduler/Classes/Task/
H A DExecuteSchedulableCommandAdditionalFieldProvider.php416 $checkboxId = 'tx_scheduler_task_executeschedulablecommand_options_' . $name;
419 $checkboxTag->addAttribute('id', $checkboxId);
425 $html = '<label for="' . $checkboxId . '">'
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/scheduler/Classes/Task/
H A DExecuteSchedulableCommandAdditionalFieldProvider.php418 $checkboxId = 'tx_scheduler_task_executeschedulablecommand_options_' . $name;
421 $checkboxTag->addAttribute('id', $checkboxId);
427 $html = '<label for="' . $checkboxId . '">'
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/scheduler/Classes/Task/
H A DExecuteSchedulableCommandAdditionalFieldProvider.php409 $checkboxId = 'tx_scheduler_task_executeschedulablecommand_options_' . $name;
412 $checkboxTag->addAttribute('id', $checkboxId);
418 $html = '<label for="' . $checkboxId . '">'
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/dialog/
H A DSettingsDialog.cpp260 void SettingsDialog::enableWithCheckbox(const string& checkboxId, const string& widgetId) { in enableWithCheckbox() argument
261 GtkWidget* checkboxWidget = get(checkboxId); in enableWithCheckbox()
266 void SettingsDialog::disableWithCheckbox(const string& checkboxId, const string& widgetId) { in disableWithCheckbox() argument
267 GtkWidget* checkboxWidget = get(checkboxId); in disableWithCheckbox()
/dports/math/octave-forge-ltfat/ltfat/inst/
H A Dmulaclab.m4608 gui.chooseColormap.checkboxId = uicontrol(...
4630 invertColormap = get(gui.chooseColormap.checkboxId, 'Value');
/dports/net-p2p/bazarr/bazarr-1.0.2/frontend/build/static/js/
H A Dmain.2e1af158.chunk.js.map1checkboxId = \"---selection---\";\n\ninterface CheckboxProps {\n idIn: string;\n disabled?: bool…
/dports/www/nextcloud/nextcloud/core/js/dist/
H A Dlogin.js.map1checkboxId","_getFileExistsTemplate","allnewfiles","allexistingfiles","why","onCancel","onContinue…

12