Home
last modified time | relevance | path

Searched refs:selects (Results 1 – 22 of 22) sorted by relevance

/plugin/lightbox/
Dscript.js223 selects = document.getElementsByTagName("select");
224 for (i = 0; i != selects.length; i++) {
225 selects[i].style.visibility = "hidden";
264 selects = document.getElementsByTagName("select");
265 for (i = 0; i != selects.length; i++) {
266 selects[i].style.visibility = "visible";
/plugin/struct/meta/
H A DQueryBuilder.php224 $selects = [];
226 $selects[] = "$select AS $alias";
230 ' SELECT ' . implode(",\n", $selects) . "\n" .
/plugin/tagfilter/script/select2/
DREADME.md11 * Enhancing native selects with search.
12 * Enhancing native selects with a better multi-select interface.
14 * Nesting optgroups: native selects only support one level of nested. Select2 does not have this re…
/plugin/ckgdoku/action/
Dmeta.php237 $selects = array();
241 $selects[] = $gfile;
243 $selects = implode ( ';;', $selects );
244 echo $selects;
/plugin/ckgedit/action/
Dmeta.php265 $selects = array();
269 $selects[] = $gfile;
271 $selects = implode ( ';;', $selects );
272 echo $selects;
/plugin/lytebox/
Dlytebox.js847 var selects = this.doc.getElementsByTagName("select");
848 for (var i = 0; i < selects.length; i++ ) {
849 selects[i].style.visibility = (state == "hide") ? 'hidden' : 'visible';
854 selects = parent.frames[i].window.document.getElementsByTagName("select");
855 for (var j = 0; j < selects.length; j++) {
856 selects[j].style.visibility = (state == "hide") ? 'hidden' : 'visible';
/plugin/pdfjs/pdfjs/web/
Ddebugger.js47 var selects = document.getElementsByTagName('input');
48 for (var i = 0; i < selects.length; ++i) {
49 var select = selects[i];
/plugin/dokullm/doc/
H A Dllm.txt72 * User selects an action from the LLM toolbar in the editor
/plugin/json/demo/
Djson_plugin.txt203 …be used as part of the path: ''__FIRST__'' selects the first element inside the array and ''__LAST…
/plugin/jmol2/jmol/
DCHANGES.txt260 # new feature: select structureID="xxx" selects structures by alphanumeric id such as "S1" or "H3"
344 # where n is an integer 1,2,3... that selects which set is to be displayed and
1022 # new feature: select within(-0.1, {1/2 1/2 1/2}) -- negative distance within selects atoms based o…
1023 # new feature: select within(-0.1, atomno=3) -- negative distance within selects atoms based on uni…
1024 # new feature: select within(-0.1, true, atomno=3) -- negative distance within model selects atoms …
1666 # selects within a set of atom types (defined currently only for mol2 and AMBER topology file type…
1994 # bug fix: application rubberband selecting inappropriately selects atoms not visible
2185 # bug fix: f(x[i],x[j]) selects only x[j], not both x[i] and x[j]
2643 # also, "BIOMOLECULE 1" automatically selects for the chains listed for biomolecule 1
3330 # selects that file, but also sets the trajectory to 1.3.
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js13240 var selects = node.getElementsByTagName("select");
13243 function _getEndDate(selects, map, startDate) { argument
13244 var endDate = gantt.form_blocks.getTimePickerValue(selects, config, map.size);
13252 startDate = gantt.form_blocks.getTimePickerValue(selects, config);
13260 end_date: _getEndDate(selects, map, startDate)
13899 getTimePickerValue: function (selects, config, offset) { argument
13910 time = parseInt(selects[map[3] + mapOffset].value, 10);
13914 …return new Date(selects[map[2] + mapOffset].value, selects[map[1] + mapOffset].value, selects[map[…
/plugin/calendar/
DCHANGELOG.md132 Both date inputs and time selects have been replaced with custom, lightweight pickers to eliminate …
1001 - Ensured all form inputs/selects use full available width on mobile
7338 - **Fixed:** All labels, checkboxes, selects themed
11051 - User selects "work"
Dstyle.css252 .month-picker-selects {
/plugin/ckgedit/ckeditor/
DCHANGES.md256 …idget Selection](https://ckeditor.com/cke4/addon/widgetselection) plugin selects the editor conten…
393 …keditor4/latest/api/CKEDITOR_dom_range.html#method-cloneContents) method selects the whole element…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1selects","_get_timepicker_step","_getEndDate","TextareaControl","_get_input","TemplateControl","Re…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js.map1selects an appropriate color for the caret. This is generally currentcolor, but the user agent may…
D3.3.js.map1selects one of the proposals, uses it and informs the client of its choice with the Content-Type r…
Dbundle.js.map1 …lection.recentlyUsed', \"Select recent suggestions unless further typing selects one, e.g. `consol…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1 … cm.replaceRange(spaces, cm.getCursor());\n }\n // This functions selects a rectangular blo…
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4 …ect but clicked on an object, select it.\r\n\t\t\t// Single click always selects a single shape.\r…
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 …,"// stylelint-disable declaration-no-important\n\n@each $value in $user-selects {\n .user-select…
/plugin/openlayersmap/ol/
Dol.js.map1selects the first output whose corresponding\n * condition evaluates to `true`. If no match is…