Home
last modified time | relevance | path

Searched refs:selected (Results 76 – 100 of 356) sorted by relevance

12345678910>>...15

/plugin/passwordgenerator/
H A Dplugin.info.txt6 desc Javascript Password Generator. Simply creates new password or validates selected text agains…
H A Dreadme.txt4 description: Javascript Password Generator. Simply creates new password or validates selected text …
/plugin/schedule/
H A Dschedules.class.php1411 $selected = ($this->defaultSchedule->repeatType == $idrt) ? ' selected="true"' : '';
1412 ptln (' <option value="'.$idrt.'"'.$selected.'>'.$repeatType.'</option>'.NL);
1428 $selected = in_array ($idd, $eventWeekDays) ? ' checked="true"' : '';
1441 $selected = ($week == $this->defaultSchedule->weekRank) ? ' selected="true"' : '';
1451 $selected = ($idw == $this->defaultSchedule->dayInWeek) ? ' selected="true"' : '';
1452 ptln (' <option value="'.$idw.'"'.$selected.'>'.$week.'</option>');
1460 $selected = ($dayRank == $this->defaultSchedule->dayRank) ? ' selected="true"' : '';
1495 ptln (' <option value="'.$audience.'"'.$selected.'>'.$label.'</option>'.NL);
1511 $selected = in_array ($member, $sharedMembers) ? ' selected="true" ' : '';
1512 ptln (' <option value="'.$member.'"'.$selected.'>'.$member.'</option>'.NL);
[all …]
/plugin/wideredit/
H A Dstyle.less5 &.selected {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js125 oOption.selected = true ;
139 if (oOptions[i].selected) combo.remove(i) ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js125 oOption.selected = true ;
139 if (oOptions[i].selected) combo.remove(i) ;
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc70 // Detect if there's a selected table.
81 var selected = selection.getSelectedElement();
82 if ( selected && selected.is( 'table' ) )
83 table = selected;
93 // Save a reference to the selected table, and push a new set of default values.
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc70 // Detect if there's a selected table.
81 var selected = selection.getSelectedElement();
82 if ( selected && selected.is( 'table' ) )
83 table = selected;
93 // Save a reference to the selected table, and push a new set of default values.
/plugin/achart/assets/
H A Dapexcharts.css480 .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
481 .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
482 .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
486 .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
487 .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
532 .apexcharts-pan-icon.apexcharts-selected svg {
536 .apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
/plugin/move/lang/en/
H A Dtree.txt7 * move one of the checked items to the desired destination, all selected items will be moved to this destination.
/plugin/quickstats/
H A Dadmin.php337 $selected = "";
339 $selected = 'selected';
341 ptln("<option value='$value' $selected> $month " . NL);
/plugin/diagramsnet/lib/plugins/
H A Dtags.js166 function updateSelectedTags(tags, selected, selectedColor, filter) argument
194 if (selected[tags[i]])
208 if (!selected[tag])
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less384 .fc-event.fc-selected .fc-resizer {
389 .fc-event.fc-selected .fc-resizer:before {
404 .fc-event.fc-selected {
409 .fc-event.fc-selected.fc-dragging {
414 /* bigger touch area when selected */
415 .fc-h-event.fc-selected:before {
468 .fc-h-event.fc-selected .fc-resizer {
507 .fc-day-grid-event.fc-selected:after {
1090 .fc-time-grid-event.fc-selected {
1095 .fc-time-grid-event.fc-selected .fc-bg {
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.MaintainLineNumbers.txt
H A DCore.Encoding.txt
/plugin/clearhistory/lang/en/
H A Dintro.txt7 When this option is selected, only the pages contained in the list of the most
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js.map1selected","this","getSelected","length","setFirstSelected","id","getFirstSelected","isActive","upd…
/plugin/pglist/
H A DREADME.md6 List a pages or directories inside the current namespace or selected namespace, but exclude the cur…
/plugin/superacl/lang/en/
H A Dhelp.txt9 selected user or group.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc76 var selected=editor.getSelectedHtml(true) ;
77 if(selected) {
79 data_id.innerHTML = selected;
/plugin/codebutton2/
H A Dadmin.php61 …ptln('It will produce button with name ".bat". Push on this button surround your selected text wit…
/plugin/noticeboard/
H A Dsyntax.php488 $out .= '<option value="'.$i.'" selected="selected">'.$i.'</option>';
500 … $out .= '<option value="'.$i.'" selected="selected">'.$langMonth[$i].'</option>' . DOKU_LF;
/plugin/noticeboard/noticeboard/
H A Dsyntax.php488 $out .= '<option value="'.$i.'" selected="selected">'.$i.'</option>';
500 … $out .= '<option value="'.$i.'" selected="selected">'.$langMonth[$i].'</option>' . DOKU_LF;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js50 slct.options[0].selected = true;

12345678910>>...15