Home
last modified time | relevance | path

Searched refs:select (Results 51 – 75 of 833) sorted by relevance

12345678910>>...34

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_ie.js148 oIERange.select() ;
154 oIERange.select() ;
162 oIERange.select() ;
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php225 …$select = $this->pdo->prepare('SELECT id, path FROM ' . $this->tableName . ' WHERE path = ? OR pa…
226 $select->execute([$source, $source . '/%']);
229 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) {
/plugin/dataloop/syntax/
H A Droll.php271 $select = array();
290 $select[] = 'pages.page';
292 $select[] = "pages.page || '|' || pages.title";
299 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
372 $sql = "SELECT ".join(', ',$select)."
H A Dtextloop.php311 $select = array();
330 $select[] = 'pages.page';
332 $select[] = "pages.page || '|' || pages.title";
339 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
412 $sql = "SELECT ".join(', ',$select)."
H A Dloop.php387 $select = array();
406 $select[] = 'pages.page';
408 $select[] = "pages.page || '|' || pages.title";
415 $select[] = 'group_concat('.$tables[$col].".value,'\n')";
488 $sql = "SELECT ".join(', ',$select)."
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso75 select($Command);
120 select(file_currenterror( -errorcode));
133 /select;
190 select(file_currenterror( -errorcode));
195 /select;
216 /select;
/plugin/autotranslation/
H A Dstyle.css52 .dokuwiki div.plugin_autotranslation select,
64 .dokuwiki div.plugin_autotranslation select.wikilink1,
70 .dokuwiki div.plugin_autotranslation select.wikilink2,
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php163 foreach ($this->select($item) as $child) {
169 foreach ($this->select($item->name) as $k => $child) {
231 function select($name) { function in Sabre\\VObject\\Component
470 $matches = $this->select($name);
491 $matches = $this->select($name);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css110 -webkit-user-select: none;
111 -moz-user-select: none;
112 -ms-user-select: none;
113 user-select: none;
287 select.docNav {
383 select.docNav {
393 body.light select.docNav {
466 -webkit-user-select:none;
467 -moz-user-select:none;
468 user-select:none;
/plugin/strata/
H A Dscript.js168 var select = createFilterSelect(containerElement, filterId, fieldSelector, caption, cmp);
169 jQuery(filterElement).append(select);
192 // Returns a select input which filters the field belonging to the given filterId
194 var select = document.createElement('select');
195 jQuery(select).append('<option data-filter="none" class="strata-filter-special"></option>');
218 jQuery(select).append(option);
221 jQuery(select).change(function() {
231 return select;
556 tr.find('select') argument
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_contrast_white.css1select,.gantt_cal_larea textarea{color:#000;border:#000}.gantt_cal_larea .gantt_cal_lsection{color…
H A Ddhtmlxgantt_contrast_black.css1select,.gantt_cal_larea textarea{background:#000;color:#fff}.gantt_cal_larea .gantt_section_time{b…
H A Ddhtmlxgantt_terrace.css1select:-moz-none;-webkit-user-select:none;user-select:none;overflow:hidden}.gantt_scale_line{clear…
/plugin/noticeboard/
H A Dsyntax.php481 $out .= ' <select id="year" name="noticeboard_year">';
494 $out .= '</select>';
496 $out .= ' <select id="noticeboard_month" name="noticeboard_month">';
506 $out .= '</select>';
/plugin/bibtex/OSBib/create/
H A DFORM.php140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE) argument
150 if($value == $select)
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE) argument
209 ($key == $select) ?
/plugin/bookcreator/script/
H A Dnspicker.js40 '<input type="button" value="' + LANG.plugins.bookcreator.select + '" id="bc__nspicker_select">' +
90 bc_nspicker.select(bc_nspicker.selected - 1);
96 bc_nspicker.select(bc_nspicker.selected + 1);
132 select: function (num) { method in bc_nspicker
/plugin/noticeboard/noticeboard/
H A Dsyntax.php481 $out .= ' <select id="year" name="noticeboard_year">';
494 $out .= '</select>';
496 $out .= ' <select id="noticeboard_month" name="noticeboard_month">';
506 $out .= '</select>';
/plugin/data-au/syntax/
H A Dtable.php565 $select = array();
579 $select[] = '" " || pages.page';
582 $select[] = '" " || pages.class';
584 $select[] = 'pages.lastmod';
586 $select[] = "pages.page || '|' || pages.title";
601 … $select[] = "pages.page || '|' || group_concat(" . $tables[$key] . ".value,'\n')";
605 $select[] = 'group_concat(" " || ' . $tables[$key] . ".value,'\n')";
677 $sql = "SELECT " . join(', ', $select) . "
/plugin/data/syntax/
H A Dtable.php116 case 'select':
580 $select = [];
594 $select[] = '" " || pages.page';
597 $select[] = '" " || pages.class';
599 $select[] = 'pages.lastmod';
601 $select[] = "pages.page || '|' || pages.title";
616 $select[] = "pages.page || '|' || GROUP_CONCAT_DISTINCT(" . $tables[$key] . ".value,'\n')";
620 $select[] = 'GROUP_CONCAT_DISTINCT(" " || ' . $tables[$key] . ".value,'\n')";
697 $sql = "SELECT " . implode(', ', $select) . "
/plugin/schedule/lib/
H A DscheduleForm.js10 function scheduleCheckSelect (select) { argument
11 var warning = select.find ('option:selected').val () == "";
12 select.prev (".warningPlace").toggleClass ("warning", warning);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.css1select:-moz-none;-webkit-user-select:none;user-select:none;overflow:hidden}.gantt_scale_line{clear…
/plugin/structjoin/types/
H A DJoin.php94 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) { function in dokuwiki\\plugin\\structjoin\\types\\Join
97 AbstractBaseType::select($QB, $tablealias, $colname, $alias);
107 $column->getType()->select($QB, $rightalias, $field, $alias);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_contrast_black.css116 .gantt_cal_larea select,
277 user-select: none;
291 -moz-user-select: none;
589 user-select: none;
696 user-select: none;
742 -moz-user-select: none;
1058 -moz-user-select: none;
1082 .gantt_cal_light select {
1794 user-select: none;
1893 -ms-user-select: none;
[all …]
H A Ddhtmlxgantt_contrast_white.css102 .gantt_cal_larea select,
288 user-select: none;
302 -moz-user-select: none;
600 user-select: none;
707 user-select: none;
753 -moz-user-select: none;
1069 -moz-user-select: none;
1093 .gantt_cal_light select {
1805 user-select: none;
1904 -ms-user-select: none;
[all …]
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css69 -webkit-user-select: none;
70 -moz-user-select: none;
71 -ms-user-select: none;
72 user-select: none;

12345678910>>...34