Home
last modified time | relevance | path

Searched refs:htmlSelect (Results 1 – 25 of 57) sorted by relevance

123

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/views/
H A Dfilter.php201 echo htmlSelect('Id', $filterNames, $filter->Id(), array('data-on-change-this'=>'selectFilter'));
230 echo htmlSelect('filter[UserId]',
279 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
286 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
293 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
305 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
310 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
315 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
320 … <td><?php echo htmlSelect("filter[Query][terms][$i][op]", $opTypes, $term['op']); ?></td>
385 echo htmlSelect('filter[Query][sort_field]', $sort_fields, $filter->sort_field());
[all …]
H A Duser.php98 <td><?php echo htmlSelect('newUser[Language]', $langs, $newUser->Language()) ?></td>
109 <td><?php echo htmlSelect('newUser[Enabled]', $yesno, $newUser->Enabled()) ?></td>
129 <td><?php echo htmlSelect('newUser[Stream]', $nv, $newUser->Stream()) ?></td>
133 <td><?php echo htmlSelect('newUser[Events]', $nve, $newUser->Events()) ?></td>
137 <td><?php echo htmlSelect('newUser[Snapshots]', $nve, $newUser->Snapshots()) ?></td>
141 <td><?php echo htmlSelect('newUser[Control]', $nve, $newUser->Control()) ?></td>
145 <td><?php echo htmlSelect('newUser[Monitors]', $nve, $newUser->Monitors()) ?></td>
149 <td><?php echo htmlSelect('newUser[Groups]', $nve, $newUser->Groups()) ?></td>
153 <td><?php echo htmlSelect('newUser[System]', $nve, $newUser->System()) ?></td>
157 <td><?php echo htmlSelect('newUser[Devices]', $nve, $newUser->Devices()) ?></td>
[all …]
H A Dmonitor.php498 echo htmlSelect( 'newMonitor[ServerId]', $servers, $monitor->ServerId() );
504 <td><?php echo htmlSelect('newMonitor[Type]', $sourceTypes, $monitor->Type()); ?></td>
517 echo htmlSelect('newMonitor[Function]', $function_options, $monitor->Function());
562 echo htmlSelect(
766 echo htmlSelect('newMonitor[Method]', $httpMethods, $monitor->Method());
768 echo htmlSelect('newMonitor[Method]', $rtspMethods, $monitor->Method());
941 echo htmlSelect('newMonitor[StorageId]', $storage_areas, $monitor->StorageId());
955 echo htmlSelect('newMonitor[SaveJPEGs]', $savejpegopts, $monitor->SaveJPEGs());
971 echo htmlSelect('newMonitor[VideoWriter]', $videowriteropts, $monitor->VideoWriter());
984 echo htmlSelect('newMonitor[OutputCodec]', $videowriter_codecs, $monitor->OutputCodec());
[all …]
H A Dadd_monitors.php79 echo htmlSelect( 'newMonitor[Function]', $options, 'Mocord' );
91 … <?php echo htmlSelect( 'newMonitor[ServerId]', array(''=>'Auto')+$ServersById, '' ); ?>
103 <?php echo htmlSelect( 'newMonitor[StorageId]', array(''=>'All')+$StorageById, 1 ); ?>
H A D_monitor_filters.php110 $html .= htmlSelect('Function[]', $Functions,
124 $html .= htmlSelect('ServerId[]', $ServersById,
139 $html .= htmlSelect('StorageId[]', $StorageById,
158 $html .= htmlSelect( 'Status[]', $status_options,
250 $html .= htmlSelect('MonitorId[]', $monitors_dropdown, $selected_monitor_ids,
H A Dmonitors.php64 …<?php echo htmlSelect('newMonitor[ServerId]', array(''=>'None')+$ServersById, $monitor->ServerId()…
71 …<?php echo htmlSelect('newMonitor[StorageId]', array(''=>'All')+$StorageById, $monitor->StorageId(…
82 echo htmlSelect('newMonitor[Function]', $options, $monitor->Function());
H A Dzone.php190 <td colspan="2"><?php echo htmlSelect('newZone[Type]', $optTypes, $newZone['Type'],
196 <?php echo htmlSelect('presetSelector', $presetNames,
205 echo htmlSelect('newZone[Units]', $optUnits, $newZone['Units'],
225 …<td colspan="2"><?php echo htmlSelect('newZone[CheckMethod]', $optCheckMethods, $newZone['CheckMet…
H A Devent.php170 …<?php echo htmlSelect('replayMode', $replayModes, $replayMode, array('data-on-change'=>'changeRepl…
174 …<?php echo htmlSelect('scale', $scales, $scale, array('data-on-change'=>'changeScale','id'=>'scale…
178 …<?php echo htmlSelect('codec', $codecs, $codec, array('data-on-change'=>'changeCodec','id'=>'codec…
273 echo htmlSelect('rate', $rates, intval($rate), array('id'=>'rateValue'));
H A Dcycle.php150 …<?php echo htmlSelect('width', $widths, $options['width'], array('id'=>'width', 'data-on-change-th…
154 …<?php echo htmlSelect('height', $heights, $options['height'], array('id'=>'height', 'data-on-chang…
158 …<?php echo htmlSelect('scale', $scales, $options['scale'], array('id'=>'scale', 'data-on-change-th…
H A Dmontage.php181 …<?php echo htmlSelect('width', $widths, $options['width'], array('id'=>'width', 'data-on-change-th…
185 …<?php echo htmlSelect('height', $heights, $options['height'], array('id'=>'height', 'data-on-chang…
189 …<?php echo htmlSelect('scale', $scales, $scale, array('id'=>'scale', 'data-on-change-this'=>'chang…
193 …<?php echo htmlSelect('zmMontageLayout', $layoutsById, $layout_id, array('id'=>'zmMontageLayout', …
H A Donvifprobe.php210 echo htmlSelect('interface', $interfaces,
219 …<?php echo htmlSelect('probe', $cameras, null, array('data-on-change-this'=>'configureButtons')); …
303 …<?php echo htmlSelect('probe', $profiles, null, array('data-on-change-this'=>'configureButtons'));…
H A Dprivacy.php66 <?php echo htmlSelect('option', $options, ZM_TELEMETRY_DATA); ?>
H A D_monitor_source_nvsocket.php10 <td><?php echo htmlSelect( 'newMonitor[Colours]', $Colours, $monitor->Colours() ); ?></td></tr>
H A Dwatch.php77 … <?php echo translate('Scale').': '.htmlSelect('scale', $scales, $scale, array('id'=>'scale')); ?>
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/ajax/modals/
H A Dstorage.php75 …<td><?php echo htmlSelect('newStorage[ServerId]', array(''=>'Remote / No Specific Server') + $Serv…
79 … <td><?php echo htmlSelect('newStorage[Type]', $type_options, $newStorage->Type()) ?></td>
83 … <td><?php echo htmlSelect('newStorage[Scheme]', $scheme_options, $newStorage->Scheme()) ?></td>
H A Dfunction.php42 …<?php echo htmlSelect('newFunction', ZM\getMonitorFunctionTypes(), null, array('id'=>'newFunction'…
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/pdfedit/
H A Dpdfmain.php7 use \htmlSelect; alias
225 $newProfileSelect = new htmlSelect('typeId', $availableTypes);
240 $select = new htmlSelect('template_' . $templateClass['typeId'], $templateClass['templates']);
285 $logoSelect = new htmlSelect('logo', $logoOptions, null);
331 …$select = new htmlSelect('importProfiles_' . $typeId, $importOptions, array(), count($importOption…
375 $select = new htmlSelect('exportProfiles_' . $typeId, $exportOptions, array(), $exportSize);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/profedit/
H A Dprofilemain.php8 use \htmlSelect; alias
203 $newProfileSelect = new htmlSelect('createProfile', $sortedTypes);
220 $select = new htmlSelect('profile_' . $profileClass['typeId'], $profileClass['profiles']);
283 …$select = new htmlSelect('importProfiles', $importOptions, array(), count($importOptions, 1) < 15 …
326 …$select = new htmlSelect('exportProfiles', $exportOptions, array(), count($exportOptions) < 10 ? c…
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/
H A Dlogin2Factor.php8 use \htmlSelect; alias
155 $serialSelect = new htmlSelect('serial', $serials);
H A Dlogin.php8 use \htmlSelect; alias
334 $userSelect = new htmlSelect('username', $adminList, $selectedAdmin);
387 $languageSelect = new htmlSelect('language', $languageList, $defaultLanguage);
446 $profileSelect = new htmlSelect('profile', $profiles, array($_SESSION['config']->getName()));
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/schema/
H A Dschema.php10 use \htmlSelect; alias
145 $ruleSelect = new htmlSelect('lam-schema-select', $availableRules, $selectedRule);
200 $classSelect = new htmlSelect('lam-schema-select', $availableClasses, $selectedClass);
296 $attributeSelect = new htmlSelect('lam-schema-select', $availableAttributes, $selectedAttribute);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/html-select/
H A DhtmlSelect.js.map1 {"version":3,"file":"htmlSelect.js","sourceRoot":"","sources":["../../../../src/components/html-sel…
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/
H A DGroup.php68 …return htmlSelect('GroupId[]', Group::get_dropdown_options(), isset($_SESSION['GroupId'])?$_SESSIO…
156 …echo htmlSelect('monitor_id', $monitors_dropdown, $monitor_id, array('data-on-change-this'=>'chang…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/html-select/
H A DhtmlSelect.js.map1 {"version":3,"file":"htmlSelect.js","sourceRoot":"","sources":["../../../../src/components/html-sel…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/html-select/
H A DhtmlSelect.js.map1 {"version":3,"file":"htmlSelect.js","sourceRoot":"","sources":["../../../../src/components/html-sel…

123