Home
last modified time | relevance | path

Searched refs:select (Results 451 – 475 of 833) sorted by path

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

/plugin/dyncontent/
H A Dscript.js94 dw_linkwiz_v2.select(dw_linkwiz_v2.selected -1);
100 dw_linkwiz_v2.select(dw_linkwiz_v2.selected +1);
146 select: function(num){ method in dw_linkwiz_v2
/plugin/edittable/lib/
H A Dhandsontable.full.js1017 range.select();
35858 return this.select.value;
35862 this.select.value = value;
35908 this.select.focus();
41542 this.textarea.select();
41627 this.textarea.select();
41980 value: function select() {
41982 this.element.select();
46684 var info = this.mergeCells.mergedCellInfoCollection.getInfo(select[0], select[1]);
46687 select[0] = info.row;
[all …]
H A Dhandsontable.less139 /* -webkit-user-select: none;
140 -khtml-user-select: none;
141 -moz-user-select: none;
142 -o-user-select: none;
143 -ms-user-select: none;
144 user-select: none; */ /* no browser supports unprefixed version */
842 -webkit-user-select:none;
843 -khtml-user-select:none;
844 -moz-user-select:none;
845 -ms-user-select:none;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc5 performance reasons. If you wish to enable logging, you need to select a logging
H A Dselectors.asciidoc110 public function select($connections)
H A Dserializers.asciidoc90 You can select `ArrayToJSONSerializer` by using the `setSerializer()` method on
132 You can select `EverythingToJSONSerializer` by using the `setSerializer()`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DRandomSelector.php30 public function select(array $connections): ConnectionInterface function in Elasticsearch\\ConnectionPool\\Selectors\\RandomSelector
H A DRoundRobinSelector.php35 public function select(array $connections): ConnectionInterface function in Elasticsearch\\ConnectionPool\\Selectors\\RoundRobinSelector
H A DSelectorInterface.php26 * Perform logic to select a single ConnectionInterface instance from the array provided
30 public function select(array $connections): ConnectionInterface; function
H A DStickyRoundRobinSelector.php40 public function select(array $connections): ConnectionInterface function in Elasticsearch\\ConnectionPool\\Selectors\\StickyRoundRobinSelector
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php39 return $this->selector->select($this->connections);
H A DSniffingConnectionPool.php60 $connection = $this->selector->select($this->connections);
90 $connection = $this->selector->select($this->connections);
H A DStaticConnectionPool.php57 $connection = $this->selector->select($this->connections);
H A DStaticNoPingConnectionPool.php54 $connection = $this->selector->select($this->connections);
/plugin/emoji/script/
H A Djquery.textcomplete.js289 select: function (value, strategy, e) {
291 this.adapter.select(value, strategy, e);
620 this.completer.select(datum.value, datum.strategy, e);
720 this.completer.select(datum.value, datum.strategy, e);
1010 select: function (/* value, strategy */) {
1092 select: function (value, strategy, e) {
1166 select: function (value, strategy, e) {
1184 range.select();
1221 select: function (value, strategy, e) {
/plugin/etherpadlite/
H A Dstyle.css13 .pad-form input, .pad-form select {
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js411 },input:function(a){return/input|select|textarea|button/i.test(a.nodeName);
738 …oad,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,select,submit,keydown,key…
1931 C.select();
/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/extendpage/
H A DREADME.md16 Go to the admin configuration menu and select the "Extend Page Plugin" entry.
/plugin/farmer/css/
H A Dchosen.less21 -webkit-user-select: none;
22 -moz-user-select: none;
23 user-select: none;
/plugin/farmer/lang/en/
H A Dtab_new_help.txt20 You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
/plugin/farmsync/
H A Dstyle.less15 select {
/plugin/fblogin/lang/en/
H A Dintro.txt5 To activate this backend, you must go to the configuration plugin page, and select "facebook" as
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js106 if ( element.select )
107 element.select() ;

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