Home
last modified time | relevance | path

Searched refs:select (Results 101 – 125 of 833) sorted by relevance

12345678910>>...34

/plugin/struct/meta/
H A DSearchCloud.php73 $col->getType()->select($QB, $MN, 'value', 'tag');
76 $col->getType()->select($QB, $datatable, $col->getColName(), 'tag');
/plugin/vbsso/views/
H A Dadmin.html2-2.select.close.tpl1 </select></td></tr>
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css99 input, button, select { selector
104 input[type=text], select { selector
203 .actions input[type=text], select { selector
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10transitional.js30 B = {input:1, button:1, select:1, textarea:1, label:1} ; property in FCK.DTD.B
39 …h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, font:1, '#':1, select:1, menu:1, ins:1, … property in FCK.DTD.K
71 select: {optgroup:1, option:1},
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css56 -webkit-user-select: none;
57 -moz-user-select: none;
58 user-select: none;
/plugin/addnewpage/
H A Dstyle.less2 select, input {
/plugin/groupadmin/
H A Dstyle.css1 select.groupadminselection {
/plugin/select/
H A DREADME3 http://dokuwiki.org/plugin:select
/plugin/vbsso/
H A Dadmin.php157 $select =
161 array($group, $select, $group));
/plugin/structcombolookup/
H A Dscript.js1 function structcombolookup_change_narrowby(select, disableChild) { argument
2 var $narowingSelect = jQuery(select),
/plugin/preservefilenames/
H A Dscript.js145 if (!!media_manager.select) { // DokuWiki 2009-12-25
146 eval('media_manager.select = ' + media_manager.select.toString().replace(
/plugin/rrdgraph/
H A Dstyle.css20 div.rrdImage select
106 div.rrdImage select { display: inline-block; }
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php60 $connection = $this->selector->select($this->connections);
90 $connection = $this->selector->select($this->connections);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
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 DRandomSelector.php30 public function select(array $connections): ConnectionInterface function in Elasticsearch\\ConnectionPool\\Selectors\\RandomSelector
/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css207 #virtualKeyboard select#kb_langselector {
211 #virtualKeyboard select#kb_layoutselector {
215 #virtualKeyboard select#kb_langselector, #virtualKeyboard select#kb_layoutselector {
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1 …999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;…
H A Dswipebox.less18 -webkit-user-select: none;
19 -moz-user-select: none;
20 -ms-user-select: none;
21 user-select: none;
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/selectsearch/
H A Dstyle.css1 select.selectsearch_namespace {
/plugin/bookcreator/
H A DREADME.md4 Allow to select some pages and create a book (PDF or text)
/plugin/txt2tags/
H A Dlinkwiz.js79 dw_linkwiz.select(dw_linkwiz.selected -1);
85 dw_linkwiz.select(dw_linkwiz.selected +1);
131 select: function(num){ method in dw_linkwiz
/plugin/translator/
H A Dstyle.css6 #translator fieldset label input, #translator fieldset label select, #translator label.setpage.righ…
18 #translator fieldset label select, #translator fieldset label input.edit {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css39 input, button, select, textarea { selector
103 input, button, select, textarea {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js28 numbers = _(numbers).chain().select(function(n) {
40 numbers = _.chain(numbers).select(function(n) {

12345678910>>...34