Skip to content

Commit 027d48d

Browse files
author
latham
committed
Mixed line endings... Remove the Microsoft Line endings
http://lathama.net/Recursively_deleting_Microsoft_end_of_line_characters
1 parent d7be275 commit 027d48d

File tree

180 files changed

+2659
-2659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+2659
-2659
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php
22
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
$wb["server_id_txt"] = 'Hostserver';
3-
$wb["ip_address_txt"] = 'IP address';
4-
$wb["vm_id_txt"] = 'Virtual server';
5-
$wb["reserved_txt"] = 'Reserved';
1+
<?php
2+
$wb["server_id_txt"] = 'Hostserver';
3+
$wb["ip_address_txt"] = 'IP address';
4+
$wb["vm_id_txt"] = 'Virtual server';
5+
$wb["reserved_txt"] = 'Reserved';
66
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
$wb["list_head_txt"] = 'OpenVZ IP addresses';
3-
$wb["server_id_txt"] = 'Server';
4-
$wb["ip_address_txt"] = 'IP address';
5-
$wb["reserved_txt"] = 'Reserved';
1+
<?php
2+
$wb["list_head_txt"] = 'OpenVZ IP addresses';
3+
$wb["server_id_txt"] = 'Server';
4+
$wb["ip_address_txt"] = 'IP address';
5+
$wb["reserved_txt"] = 'Reserved';
66
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?php
2-
$wb["template_name_txt"] = 'Template name';
3-
$wb["template_file_txt"] = 'Template filename';
4-
$wb["server_id_txt"] = 'Server';
5-
$wb["allservers_txt"] = 'Exists on all servers';
6-
$wb["active_txt"] = 'Active';
7-
$wb["description_txt"] = 'Description';
1+
<?php
2+
$wb["template_name_txt"] = 'Template name';
3+
$wb["template_file_txt"] = 'Template filename';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["allservers_txt"] = 'Exists on all servers';
6+
$wb["active_txt"] = 'Active';
7+
$wb["description_txt"] = 'Description';
88
?>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?php
2-
$wb["list_head_txt"] = 'OpenVZ OSTemplate';
3-
$wb["active_txt"] = 'Active';
4-
$wb["template_name_txt"] = 'Template name';
5-
$wb["server_id_txt"] = 'Server';
6-
$wb["allservers_txt"] = 'Exists on all servers';
1+
<?php
2+
$wb["list_head_txt"] = 'OpenVZ OSTemplate';
3+
$wb["active_txt"] = 'Active';
4+
$wb["template_name_txt"] = 'Template name';
5+
$wb["server_id_txt"] = 'Server';
6+
$wb["allservers_txt"] = 'Exists on all servers';
77
?>
Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
<?php
2-
$wb["numproc_txt"] = 'Numproc';
3-
$wb["numtcpsock_txt"] = 'Numtcpsock';
4-
$wb["numothersock_txt"] = 'Numothersock';
5-
$wb["vmguarpages_txt"] = 'Vmguarpages';
6-
$wb["kmemsize_txt"] = 'Kmemsize';
7-
$wb["tcpsndbuf_txt"] = 'Tcpsndbuf';
8-
$wb["tcprcvbuf_txt"] = 'Tcprcvbuf';
9-
$wb["othersockbuf_txt"] = 'Othersockbuf';
10-
$wb["dgramrcvbuf_txt"] = 'Dgramrcvbuf';
11-
$wb["oomguarpages_txt"] = 'Oomguarpages';
12-
$wb["privvmpages_txt"] = 'Privvmpages';
13-
$wb["lockedpages_txt"] = 'Lockedpages';
14-
$wb["shmpages_txt"] = 'Shmpages';
15-
$wb["physpages_txt"] = 'Physpages';
16-
$wb["numfile_txt"] = 'Numfile';
17-
$wb["avnumproc_txt"] = 'Avnumproc';
18-
$wb["numflock_txt"] = 'Numflock';
19-
$wb["numpty_txt"] = 'Numpty';
20-
$wb["numsiginfo_txt"] = 'Numsiginfo';
21-
$wb["dcachesize_txt"] = 'Dcachesize';
22-
$wb["numiptent_txt"] = 'Numiptent';
23-
$wb["swappages_txt"] = 'Swappages';
24-
$wb["hostname_txt"] = 'Hostname';
25-
$wb["nameserver_txt"] = 'Nameserver(s)';
26-
$wb["nameserver_desc_txt"] = '(separated by whitespace)';
27-
$wb["capability_txt"] = 'Capability';
28-
$wb["template_name_txt"] = 'Template name';
29-
$wb["diskspace_txt"] = 'Diskspace';
30-
$wb["ram_txt"] = 'RAM (guaranteed)';
31-
$wb["ram_burst_txt"] = 'RAM (burst)';
32-
$wb["cpu_units_txt"] = 'CPU units';
33-
$wb["cpu_num_txt"] = 'CPU cores';
34-
$wb["cpu_limit_txt"] = 'CPU limit %';
35-
$wb["io_priority_txt"] = 'I/O priority';
36-
$wb["active_txt"] = 'Active';
37-
$wb["description_txt"] = 'Description';
38-
$wb["numproc_desc_txt"] = 'Number of processes and threads.';
39-
$wb["numtcpsock_desc_txt"] = 'Number of TCP sockets.';
40-
$wb["numothersock_desc_txt"] = 'Number of sockets other than TCP.';
41-
$wb["vmguarpages_desc_txt"] = 'Memory allocation guarantee, in pages.';
42-
$wb["kmemsize_desc_txt"] = 'Size of unswappable kernel memory, allocated for processes in this container.';
43-
$wb["tcpsndbuf_desc_txt"] = 'Total size of TCP send buffers.';
44-
$wb["tcprcvbuf_desc_txt"] = 'Total size of TCP receive buffers.';
45-
$wb["othersockbuf_desc_txt"] = 'Total size of UNIX-domain socket buffers, UDP and other datagram protocol send buffers.';
46-
$wb["dgramrcvbuf_desc_txt"] = 'Receive buffers of UDP and other datagram protocols.';
47-
$wb["oomguarpages_desc_txt"] = 'The guaranteed amount of memory for the case the memory is "over-booked" (out-of-memory kill guarantee), in pages.';
48-
$wb["privvmpages_desc_txt"] = 'Memory allocation limit, in pages.';
49-
$wb["lockedpages_desc_txt"] = 'Process pages not allowed to be swapped out (pages locked by mlock(2)).';
50-
$wb["shmpages_desc_txt"] = 'Total size of shared memory (IPC, shared anonymous mappings and tmpfs objects), in pages.';
51-
$wb["physpages_desc_txt"] = 'Total number of RAM pages used by processes.';
52-
$wb["numfile_desc_txt"] = 'Number of open files.';
53-
$wb["numflock_desc_txt"] = 'Number of file locks.';
54-
$wb["numpty_desc_txt"] = 'Number of pseudo-terminals.';
55-
$wb["numsiginfo_desc_txt"] = 'Number of siginfo structures.';
56-
$wb["dcachesize_desc_txt"] = 'Total size of dentry and inode structures locked in memory.';
57-
$wb["numiptent_desc_txt"] = 'Number of NETFILTER (IP packet filtering) entries.';
58-
$wb["swappages_desc_txt"] = 'Amount of swap space to show in container.';
59-
$wb["create_dns_txt"] = 'Create DNS for hostname';
1+
<?php
2+
$wb["numproc_txt"] = 'Numproc';
3+
$wb["numtcpsock_txt"] = 'Numtcpsock';
4+
$wb["numothersock_txt"] = 'Numothersock';
5+
$wb["vmguarpages_txt"] = 'Vmguarpages';
6+
$wb["kmemsize_txt"] = 'Kmemsize';
7+
$wb["tcpsndbuf_txt"] = 'Tcpsndbuf';
8+
$wb["tcprcvbuf_txt"] = 'Tcprcvbuf';
9+
$wb["othersockbuf_txt"] = 'Othersockbuf';
10+
$wb["dgramrcvbuf_txt"] = 'Dgramrcvbuf';
11+
$wb["oomguarpages_txt"] = 'Oomguarpages';
12+
$wb["privvmpages_txt"] = 'Privvmpages';
13+
$wb["lockedpages_txt"] = 'Lockedpages';
14+
$wb["shmpages_txt"] = 'Shmpages';
15+
$wb["physpages_txt"] = 'Physpages';
16+
$wb["numfile_txt"] = 'Numfile';
17+
$wb["avnumproc_txt"] = 'Avnumproc';
18+
$wb["numflock_txt"] = 'Numflock';
19+
$wb["numpty_txt"] = 'Numpty';
20+
$wb["numsiginfo_txt"] = 'Numsiginfo';
21+
$wb["dcachesize_txt"] = 'Dcachesize';
22+
$wb["numiptent_txt"] = 'Numiptent';
23+
$wb["swappages_txt"] = 'Swappages';
24+
$wb["hostname_txt"] = 'Hostname';
25+
$wb["nameserver_txt"] = 'Nameserver(s)';
26+
$wb["nameserver_desc_txt"] = '(separated by whitespace)';
27+
$wb["capability_txt"] = 'Capability';
28+
$wb["template_name_txt"] = 'Template name';
29+
$wb["diskspace_txt"] = 'Diskspace';
30+
$wb["ram_txt"] = 'RAM (guaranteed)';
31+
$wb["ram_burst_txt"] = 'RAM (burst)';
32+
$wb["cpu_units_txt"] = 'CPU units';
33+
$wb["cpu_num_txt"] = 'CPU cores';
34+
$wb["cpu_limit_txt"] = 'CPU limit %';
35+
$wb["io_priority_txt"] = 'I/O priority';
36+
$wb["active_txt"] = 'Active';
37+
$wb["description_txt"] = 'Description';
38+
$wb["numproc_desc_txt"] = 'Number of processes and threads.';
39+
$wb["numtcpsock_desc_txt"] = 'Number of TCP sockets.';
40+
$wb["numothersock_desc_txt"] = 'Number of sockets other than TCP.';
41+
$wb["vmguarpages_desc_txt"] = 'Memory allocation guarantee, in pages.';
42+
$wb["kmemsize_desc_txt"] = 'Size of unswappable kernel memory, allocated for processes in this container.';
43+
$wb["tcpsndbuf_desc_txt"] = 'Total size of TCP send buffers.';
44+
$wb["tcprcvbuf_desc_txt"] = 'Total size of TCP receive buffers.';
45+
$wb["othersockbuf_desc_txt"] = 'Total size of UNIX-domain socket buffers, UDP and other datagram protocol send buffers.';
46+
$wb["dgramrcvbuf_desc_txt"] = 'Receive buffers of UDP and other datagram protocols.';
47+
$wb["oomguarpages_desc_txt"] = 'The guaranteed amount of memory for the case the memory is "over-booked" (out-of-memory kill guarantee), in pages.';
48+
$wb["privvmpages_desc_txt"] = 'Memory allocation limit, in pages.';
49+
$wb["lockedpages_desc_txt"] = 'Process pages not allowed to be swapped out (pages locked by mlock(2)).';
50+
$wb["shmpages_desc_txt"] = 'Total size of shared memory (IPC, shared anonymous mappings and tmpfs objects), in pages.';
51+
$wb["physpages_desc_txt"] = 'Total number of RAM pages used by processes.';
52+
$wb["numfile_desc_txt"] = 'Number of open files.';
53+
$wb["numflock_desc_txt"] = 'Number of file locks.';
54+
$wb["numpty_desc_txt"] = 'Number of pseudo-terminals.';
55+
$wb["numsiginfo_desc_txt"] = 'Number of siginfo structures.';
56+
$wb["dcachesize_desc_txt"] = 'Total size of dentry and inode structures locked in memory.';
57+
$wb["numiptent_desc_txt"] = 'Number of NETFILTER (IP packet filtering) entries.';
58+
$wb["swappages_desc_txt"] = 'Amount of swap space to show in container.';
59+
$wb["create_dns_txt"] = 'Create DNS for hostname';
6060
?>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?php
2-
$wb["list_head_txt"] = 'OpenVZ Virtual Machine Template';
3-
$wb["active_txt"] = 'Active';
4-
$wb["template_name_txt"] = 'Template name';
1+
<?php
2+
$wb["list_head_txt"] = 'OpenVZ Virtual Machine Template';
3+
$wb["active_txt"] = 'Active';
4+
$wb["template_name_txt"] = 'Template name';
55
?>
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<?php
2-
$wb["diskspace_txt"] = 'Diskspace';
3-
$wb["ram_txt"] = 'RAM (guaranteed)';
4-
$wb["ram_burst_txt"] = 'RAM (burst)';
5-
$wb["cpu_units_txt"] = 'CPU units';
6-
$wb["cpu_num_txt"] = 'CPU number';
7-
$wb["cpu_limit_txt"] = 'CPU limit';
8-
$wb["io_priority_txt"] = 'I/O priority';
9-
$wb["nameserver_txt"] = 'Nameserver(s)';
10-
$wb["nameserver_desc_txt"] = '(separated by whitespace)';
11-
$wb["capability_txt"] = 'Capability';
12-
$wb["server_id_txt"] = 'Hostserver';
13-
$wb["ostemplate_id_txt"] = 'OSTemplate';
14-
$wb["template_id_txt"] = 'Template';
15-
$wb["ip_address_txt"] = 'IP address';
16-
$wb["hostname_txt"] = 'Hostname';
17-
$wb["vm_password_txt"] = 'VM Password';
18-
$wb["start_boot_txt"] = 'Start at boot';
19-
$wb["active_txt"] = 'Active';
20-
$wb["description_txt"] = 'Description';
21-
$wb["client_group_id_txt"] = 'Client';
22-
$wb["veid_txt"] = 'VEID';
23-
$wb["create_dns_txt"] = 'Create DNS for hostname';
24-
$wb["active_until_date_txt"] = 'Active until date';
1+
<?php
2+
$wb["diskspace_txt"] = 'Diskspace';
3+
$wb["ram_txt"] = 'RAM (guaranteed)';
4+
$wb["ram_burst_txt"] = 'RAM (burst)';
5+
$wb["cpu_units_txt"] = 'CPU units';
6+
$wb["cpu_num_txt"] = 'CPU number';
7+
$wb["cpu_limit_txt"] = 'CPU limit';
8+
$wb["io_priority_txt"] = 'I/O priority';
9+
$wb["nameserver_txt"] = 'Nameserver(s)';
10+
$wb["nameserver_desc_txt"] = '(separated by whitespace)';
11+
$wb["capability_txt"] = 'Capability';
12+
$wb["server_id_txt"] = 'Hostserver';
13+
$wb["ostemplate_id_txt"] = 'OSTemplate';
14+
$wb["template_id_txt"] = 'Template';
15+
$wb["ip_address_txt"] = 'IP address';
16+
$wb["hostname_txt"] = 'Hostname';
17+
$wb["vm_password_txt"] = 'VM Password';
18+
$wb["start_boot_txt"] = 'Start at boot';
19+
$wb["active_txt"] = 'Active';
20+
$wb["description_txt"] = 'Description';
21+
$wb["client_group_id_txt"] = 'Client';
22+
$wb["veid_txt"] = 'VEID';
23+
$wb["create_dns_txt"] = 'Create DNS for hostname';
24+
$wb["active_until_date_txt"] = 'Active until date';
2525
?>
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?php
2-
$wb["list_head_txt"] = 'Virtual server';
3-
$wb["active_txt"] = 'Active';
4-
$wb["server_id_txt"] = 'Hostserver';
5-
$wb["ostemplate_id_txt"] = 'OSTemplate';
6-
$wb["template_id_txt"] = 'Template';
7-
$wb["hostname_txt"] = 'Hostname';
8-
$wb["ip_address_txt"] = 'IP address';
9-
$wb["veid_txt"] = 'VEID';
1+
<?php
2+
$wb["list_head_txt"] = 'Virtual server';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Hostserver';
5+
$wb["ostemplate_id_txt"] = 'OSTemplate';
6+
$wb["template_id_txt"] = 'Template';
7+
$wb["hostname_txt"] = 'Hostname';
8+
$wb["ip_address_txt"] = 'IP address';
9+
$wb["veid_txt"] = 'VEID';
1010
?>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
$wb["server_id_txt"] = 'Hostserver';
3-
$wb["ip_address_txt"] = 'IP address';
4-
$wb["vm_id_txt"] = 'Virtual server';
5-
$wb["reserved_txt"] = 'Reserved';
1+
<?php
2+
$wb["server_id_txt"] = 'Hostserver';
3+
$wb["ip_address_txt"] = 'IP address';
4+
$wb["vm_id_txt"] = 'Virtual server';
5+
$wb["reserved_txt"] = 'Reserved';
66
?>

0 commit comments

Comments
 (0)