Home
last modified time | relevance | path

Searched refs:select (Results 276 – 300 of 833) sorted by relevance

1...<<11121314151617181920>>...34

/plugin/confmanager/
H A Djquery.form.js1085 $.fn.selected = function(select) { argument
1086 if (select === undefined) {
1087 select = true;
1092 this.checked = select;
1096 if (select && $sel[0] && $sel[0].type == 'select-one') {
1100 this.selected = select;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css114 user-select: none;
116 -ms-user-select: none;
290 user-select: none;
951 user-select: text;
1287 user-select: none;
1728 user-select: none;
2027 user-select: none;
2151 user-select: text;
2306 user-select: text;
2591 user-select: none;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css114 user-select: none;
116 -ms-user-select: none;
290 user-select: none;
951 user-select: text;
1287 user-select: none;
1728 user-select: none;
2027 user-select: none;
2151 user-select: text;
2306 user-select: text;
2591 user-select: none;
[all …]
/plugin/pgn4web/
H A Dall.css49 select#GameSelSelect {
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js60 select : ['HTMLEvents',1,0], property in eventTypes
/plugin/imageshack/
H A Daction.php103 $class = 'select mediafile mf_'.$class;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc5 performance reasons. If you wish to enable logging, you need to select a logging
/plugin/redproject/
H A DREADME.md41 …* Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP…
58 You can, as in [redissue](https://github.com/algorys/redissue), select another redmine server in sy…
/plugin/evesso/
H A DREADME.md34 1. Go to `Authentication` > `authtype` and select `EVESSO`
67 1. go to `Evesso` > `singleService` and select `EVESSO (user menu)` or `EVESSO (login page)`
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css71 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
92 select.mxToolbarCombo {
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc349 el.select();
368 type : 'select',
372 … // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.select.html#constructor
388 type : 'select',
392 … // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.select.html#constructor
575 '<br /><br />You can also update the plugin syntax in place. To do this you must select both the f…
579 'Clicking on the text will select the text for copying.</div>'*/
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc349 el.select();
368 type : 'select',
372 … // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.select.html#constructor
388 type : 'select',
392 … // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.select.html#constructor
575 '<br /><br />You can also update the plugin syntax in place. To do this you must select both the f…
579 'Clicking on the text will select the text for copying.</div>'*/
/plugin/mikioplugin/assets/
H A Dstyles.less22 .user-select(@select: none) {
23 -webkit-user-select: @select;
24 -moz-user-select: @select;
25 -ms-user-select: @select;
26 user-select: @select;
[all...]
/plugin/bez/
H A Dstyle.css802 -webkit-user-select: none;
803 -moz-user-select: none;
804 -ms-user-select: none;
805 user-select: none;
870 #bez_invite_users_form select {
921 user-select: none;
/plugin/xssnipper/
H A Daction.php40 'title' => 'Code select',
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css44 select { selector
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php40 public function select(array $choices = [], array $options = []): MechanismInterface function in FreeDSx\\Sasl\\MechanismSelector
54 * provided by the protocol, and the client will then select the "best"
/plugin/translate/
H A Dstyle.css47 div.dokuwiki form#translate__plugin label select {
/plugin/recommend/
H A Dscript.js102 select: function( event, ui ) {
/plugin/tagging/
H A Dscript.js130 select: function (event, ui) {
/plugin/struct/script/
H A DEntryEditor.js89 select: function (event, ui) {
109 $tplwrapper.on('change', 'input,textarea,select', function () {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css12 -moz-user-select: -moz-none;
15 -moz-user-select: text;
/plugin/strata/
H A Dstyle.css106 .strata-container-table thead tr select {
171 .strata-container .filter li select {
/plugin/s5/ui/blue/
H A Dpretty.css72 div#controls select {visibility: hidden; background: #DDD; color: #227;}
73 div#controls div:hover select {visibility: visible;}
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js417 var select = graph.deleteCells(graph.getDeletableCells(graph.getSelectionCells()), includeEdges);
419 if (select != null)
421 graph.setSelectionCells(select);
1618 var select = null;
1632 select = cells;
1633 graph.fireEvent(new mxEventObject('cellsInserted', 'cells', select));
1672 if (select != null)
1674 graph.setSelectionCells(select);
1675 graph.scrollCellToVisible(select[0]);

1...<<11121314151617181920>>...34