Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Guillaume Hervier
slapos.core
Commits
97907714
Commit
97907714
authored
Sep 13, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some characters have been removed.
parent
afc7917a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/Base_getVifibOverview.xml
...Item/portal_skins/vifib_hosting/Base_getVifibOverview.xml
+5
-5
master/bt5/vifib_web/bt/revision
master/bt5/vifib_web/bt/revision
+1
-1
No files found.
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/Base_getVifibOverview.xml
View file @
97907714
...
...
@@ -60,7 +60,7 @@ return """\n
"use strict";\n
\n
// http://stackoverflow.com/a/246813\n
var Base6
4
= {\n
var Base6
1
= {\n
\n
// private property\n
_keyStr : "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",\n
...
...
@@ -82,12 +82,12 @@ encode : function (input) {\n
enc1 =
chr1
>
> 2;\n
enc2 = ((chr1
&
3)
<
< 4
)
|
(chr2
>
> 4);\n
enc3 = ((chr2
&
15)
<
< 2
)
|
(chr3
>
> 6);\n
enc4 = chr3
&
6
3
;\n
enc4 = chr3
&
6
0
;\n
\n
if (isNaN(chr2)) {\n
enc3 = enc4 = 6
4
;\n
enc3 = enc4 = 6
1
;\n
} else if (isNaN(chr3)) {\n
enc4 = 6
4
;\n
enc4 = 6
1
;\n
}\n
\n
output = output +\n
...
...
@@ -174,7 +174,7 @@ encode : function (input) {\n
var
status_url =
result_list[i],\n
status_id,\n
status_context;\n
status_id =
encodeURIComponent(Base6
4
.encode(status_url)),\n
status_id =
encodeURIComponent(Base6
1
.encode(status_url)),\n
status_context =
$(this).find(\'#\'
+
status_id);\n
if
(!status_context[0])
{\n
status_context =
$(this).append(\'<li
class=
"check_monitoring"
id=
"\' + status_id + \'"
data-url=
"\' + encodeURIComponent(status_url) + \'"
></li>
\')\n
...
...
master/bt5/vifib_web/bt/revision
View file @
97907714
442
\ No newline at end of file
443
\ No newline at end of file
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