Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
9c1c18e3
Commit
9c1c18e3
authored
Sep 07, 2011
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
luahttp: fix javascript declaration
parent
18a26247
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
share/lua/http/dialogs/browse_window.html
share/lua/http/dialogs/browse_window.html
+1
-1
share/lua/http/dialogs/create_stream.html
share/lua/http/dialogs/create_stream.html
+1
-1
share/lua/http/dialogs/equalizer_window.html
share/lua/http/dialogs/equalizer_window.html
+1
-1
share/lua/http/dialogs/mosaic_window.html
share/lua/http/dialogs/mosaic_window.html
+1
-1
share/lua/http/dialogs/offset_window.html
share/lua/http/dialogs/offset_window.html
+1
-1
share/lua/http/dialogs/stream_window.html
share/lua/http/dialogs/stream_window.html
+1
-1
share/lua/http/mobile_equalizer.html
share/lua/http/mobile_equalizer.html
+2
-2
share/lua/http/mobile_view.html
share/lua/http/mobile_view.html
+2
-2
share/lua/http/view.html
share/lua/http/view.html
+1
-1
No files found.
share/lua/http/dialogs/browse_window.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
var
browse_target
=
'
default
'
;
$
(
function
(){
...
...
share/lua/http/dialogs/create_stream.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
$
(
function
(){
$
(
'
#stream_out_method
'
).
change
(
function
(){
...
...
share/lua/http/dialogs/equalizer_window.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
var
bands
=
new
Array
(
'
60Hz
'
,
'
170Hz
'
,
'
310Hz
'
,
'
600Hz
'
,
'
1kHz
'
,
'
3kHz
'
,
'
6kHz
'
,
'
12kHz
'
,
'
14kHz
'
,
'
16kHz
'
);
$
(
function
(){
...
...
share/lua/http/dialogs/mosaic_window.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
$
(
function
(){
$
(
'
#window_mosaic
'
).
dialog
({
...
...
share/lua/http/dialogs/offset_window.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
$
(
function
(){
$
(
'
#window_offset
'
).
dialog
({
...
...
share/lua/http/dialogs/stream_window.html
View file @
9c1c18e3
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
var
stream_server
=
window
.
location
.
hostname
;
function
configureStreamWindow
(
stream_protocol
,
stream_server
,
stream_port
,
stream_file
){
...
...
share/lua/http/mobile_equalizer.html
View file @
9c1c18e3
...
...
@@ -34,7 +34,7 @@
<script
type=
"text/javascript"
src=
"js/jquery.jstree.js"
></script>
<script
type=
"text/javascript"
src=
"http://static.flowplayer.org/js/flowplayer-3.2.6.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/controlers.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
pollStatus
=
false
;
$
(
function
(){
$
(
'
#preamp
'
).
slider
({
...
...
@@ -67,4 +67,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
share/lua/http/mobile_view.html
View file @
9c1c18e3
...
...
@@ -35,7 +35,7 @@
<script
type=
"text/javascript"
src=
"http://static.flowplayer.org/js/flowplayer-3.2.6.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/controlers.js"
></script>
<script
type=
"text/javascript"
src=
"js/ui.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
pollStatus
=
false
;
$
(
function
(){
$
(
'
#player
'
).
empty
();
...
...
@@ -52,4 +52,4 @@
dialogs("stream_config_window.html");
?>
</body>
</html>
\ No newline at end of file
</html>
share/lua/http/view.html
View file @
9c1c18e3
...
...
@@ -32,7 +32,7 @@
<script
type=
"text/javascript"
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://static.flowplayer.org/js/flowplayer-3.2.6.min.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
$
(
function
(){
$
(
'
#window_stream
'
).
resizable
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment