Home
last modified time | relevance | path

Searched refs:select (Results 151 – 175 of 833) sorted by relevance

12345678910>>...34

/plugin/struct/types/
H A DUser.php123 public function select(QueryBuilder $QB, $tablealias, $colname, $alias)
132 parent::select($QB, $tablealias, $colname, $alias);
108 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) global() function in dokuwiki\\plugin\\struct\\types\\User
H A DLookup.php233 public function select(QueryBuilder $QB, $tablealias, $colname, $alias)
238 parent::select($QB, $tablealias, $colname, $alias);
252 $column->getType()->select($QB, $rightalias, $field, $alias);
236 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DStickyRoundRobinSelector.php40 public function select(array $connections): ConnectionInterface function in Elasticsearch\\ConnectionPool\\Selectors\\StickyRoundRobinSelector
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DefaultScheme.txt
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc85 this.stack = select.options;
352 else select.selectedIndex = '0';
570 type : 'select',
607 type : 'select',
789 type : 'select',
909 this.select();
1003 type : 'select',
1454 this.stack = select.options;
1508 select.selectedIndex = -1;
1524 urlField.select();
[all …]
/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/task/syntax/
H A Dtasks.php49 $select = true;
71 if($select) $renderer->doc .= $this->_viewMenu($filter);
112 if ($select) $renderer->doc .= $this->_viewMenu($filter);
/plugin/ipa/
H A Dipa.js30 document.getElementById("txtIpa").select();
/plugin/randominc/
H A Dplugin.info.txt6 desc Randomly select a page from a namespace and include it in the current page
/plugin/mantisreporter/
H A Dstyle.css10 .mantisreporter select {
/plugin/issuetracker/
H A DREADME24 into the lists select box to be easily set as issue related contact.
67 Configure columns to be shown to = multi select of columns to be displayed
82 select wiki user groups pre-selected = admin|user
114 Product user can select from admin pre-defined set of values
120 Severity user can select from admin pre-defined set of severities
/plugin/infomail/
H A Dstyle.less15 select {
/plugin/c3chart/assets/
H A Dc3.min.js2select("text").text(function(t){return a.textFormatted(t)}).each(function(t){var e=d(this),i=a.tex…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc44 // The only way to have an empty select value in Firefox is
46 if ( CKEDITOR.env.gecko && this.type == 'select' && !fieldValue )
89 type: 'select',
125 type: 'select',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php39 return $this->selector->select($this->connections);
/plugin/shibbolethauth/lang/en/
H A Dintro.txt5 To activate this backend, you must go to the configuration plugin page, and select "shibboleth" as
/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/custombuttons/
H A Dstyle.less29 select {
/plugin/wideredit/
H A Dstyle.less2 user-select: none;
/plugin/structat/meta/
H A DSearchConfigAt.php126 $col->getType()->select($QB, $MN, 'value', $CN);
130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
515 if (!$itemUid = $item->select('UID')) {
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso58 <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden">
61 </select>
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
515 if (!$itemUid = $item->select('UID')) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php265 foreach($this->select('VEVENT') as $key=>$vevent) {
515 if (!$itemUid = $item->select('UID')) {
/plugin/structstatus/
H A DStatus.php104 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) { function in dokuwiki\\plugin\\structstatus\\Status
112 AbstractBaseType::select($QB, $tablealias, $colname, $alias);

12345678910>>...34