Home
last modified time | relevance | path

Searched refs:select (Results 26 – 50 of 833) sorted by relevance

12345678910>>...34

/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php217 $version = $this->select('VERSION');
239 $uid = $this->select('UID');
261 $fn = $this->select('FN');
377 foreach($this->select($propertyName) as $field) {
/plugin/ol3/
H A Dstyle.css1select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-colo…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue259Test.php13 $eventAsArray = $vcalendar->select('VEVENT');
15 $rruleAsArray = $event->select('RRULE');
/plugin/select/
H A Dplugin.info.txt2 base select
8 url http://www.dokuwiki.org/plugin:select
/plugin/semanticdata/syntax/
H A Dtable.php322 $select = array();
332 $select[] = '?page';
337 $select[] = '?class';
341 $select[] = '?title';
354 …$select[] = sprintf('(GROUP_CONCAT(DISTINCT ?%s ; SEPARATOR=",") AS ?%ss)',$tables[$key],$tables[$…
376 …$select[] = "(GROUP_CONCAT(DISTINCT ?".$tables[$col]." ; SEPARATOR=\",\") AS ?".$tables[$col]."s)";
442 "SELECT DISTINCT ".join(' ',$select).
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php151 $children = $this->select($item);
216 function select($name) { function in Sabre\\VObject\\Component
376 $matches = $this->select($name);
396 $matches = $this->select($name);
416 $matches = $this->select($name);
446 $matches = $this->select($name);
/plugin/bliki/
H A Dsyntax.php330 * @param String $select
336 function read_dir_to_array($dir, $select = 'both', $match = false) { argument
348 if (($select == 'both' || $select == 'dir') && is_dir($dir . $file)) {
351 else if (($select == 'both' || $select == 'file') && !is_dir($dir . $file)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php151 $children = $this->select($item);
216 function select($name) { function in Sabre\\VObject\\Component
376 $matches = $this->select($name);
396 $matches = $this->select($name);
416 $matches = $this->select($name);
446 $matches = $this->select($name);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php151 $children = $this->select($item);
216 function select($name) { function in Sabre\\VObject\\Component
376 $matches = $this->select($name);
396 $matches = $this->select($name);
416 $matches = $this->select($name);
446 $matches = $this->select($name);
/plugin/loadskin/
H A Dplugin.info.txt6 … Change the skin/template/theme; admins can select templates per page/namespace, or users can
/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.css19 input, select { selector
33 select { selector
/plugin/zip/pear/File/Archive/Reader/
H A DFilter.php71 function select($filename, $close = true) function in File_Archive_Reader_Filter
81 $error = $this->source->select($filename, false);
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css19 input, select { selector
33 select { selector
/plugin/bureaucracy-au/_test/
H A Dinput.txt20 select "Please select an option" "Peaches|Apples|Oranges"
27 select "What's your Continent?" "Europe|N. America|S. America|Asia|Australia"
/plugin/bureaucracyau/_test/
H A Dinput.txt20 select "Please select an option" "Peaches|Apples|Oranges"
27 select "What's your Continent?" "Europe|N. America|S. America|Asia|Australia"
/plugin/refnotes/
H A Dadmin.css29 div#refnotes-config div#config__manager select.list {
50 div#refnotes-config div#config__manager td.value select {
90 div#refnotes-config div#config__manager td.default select {
97 div#refnotes-config div#config__manager td.inherited select {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php189 …$select = $this->pdo->prepare('SELECT id, path FROM propertystorage WHERE path = ? OR path LIKE ?'…
190 $select->execute([$source, $source . '/%']);
193 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php154 foreach ($this->select($item) as $child) {
158 foreach ($this->select($item->name) as $k => $child) {
221 public function select($name) function in Sabre\\VObject\\Component
444 $matches = $this->select($name);
465 $matches = $this->select($name);
634 $properties = array_unique($this->select($propName), SORT_REGULAR);
/plugin/tocselect/
H A Dsyntax.php55 $select = $this->getLang('select');
61 …$renderer->doc .= '<DIV><FORM><input type="button" value="' . $select. '" id="selectoc_btn" name…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js13select(t+""):e.unselect(null)})},getLastSelected:function(){var t=gantt.$data.tasksStore.getSelect… method in gantt._multiselect
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_multiselect.js155 store.select(id+"");
166 select: function (id, e) { method in gantt._multiselect
181 this.select(id, e);
281 if (this.select(tmp, e) && !isLast) {
290 this.select(target_ev, e);
327 if (multiselect.select(id, null)) {
389 multiselect.select(new_id, null);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css133 user-select: none;
440 user-select: none;
536 user-select: none;
825 user-select: none;
836 user-select: none;
934 user-select: none;
946 user-select: none;
1113 user-select: none;
1431 user-select: none;
1499 user-select: none;
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css73 -webkit-user-select: none;
74 -moz-user-select: none;
75 -ms-user-select: none;
76 user-select: none;
432 select { selector
461 -webkit-user-select: none;
462 user-select: none;
473 -moz-user-select: none;
474 user-select: none;
485 -ms-user-select: none;
[all …]
/plugin/translation3/
H A Dstyle.css55 .dokuwiki div.plugin_translation select,
61 .dokuwiki div.plugin_translation select.wikilink1,
67 .dokuwiki div.plugin_translation select.wikilink2,
73 .dokuwiki div.plugin_translation select.wikilink3,
/plugin/pgn4web/pgn4web/
H A Danalysis.css24 -webkit-user-select: none;
25 -moz-user-select: none;
26 -ms-user-select: none;
27 -o-user-select: none;
28 user-select: none;

12345678910>>...34