aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/autocomplete_methods.js
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Autocomplete: Added test for close method.Scott González2012-01-311-2/+9
* Autocomplete tests: Cleanup.Scott González2011-06-131-32/+23
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-251-7/+3
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-9/+1
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+9
* Autocomplete and button unit tests: Same remove-role-attr fix as for accordio...jzaefferer2010-04-131-0/+4
* Updating autocomplete and button unit tests: use equal instead of ok to compa...jzaefferer2010-03-271-2/+1
* replaced pearl with perlJörn Zaefferer2010-03-201-1/+1
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-1/+5
* Fix for #5120 - create menu only once and return that element from the widget...Jörn Zaefferer2010-02-021-1/+2
* eol-style and mime-typeRichard Worth2010-01-201-35/+35
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+35
option> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/OracleConnection.php
blob: 08d713651722af55b0381c85f56de988fd17bae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94