Convert line delimiters to UNIX (LF)

This commit is contained in:
Sebastian Meyer 2012-08-07 16:39:23 +02:00
parent b80a5cbd7e
commit 32a97638e7
178 changed files with 62273 additions and 63033 deletions

View File

@ -185,7 +185,8 @@ class tx_dlf_solr {
*
* @access protected
*/
protected function __construct() {}
protected function __construct() {
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
html,body {
margin: 0;
background: #FFFFFF;
@ -47,7 +46,6 @@ a:hover {
}
/************************************************************************************************/
.logRow {
position: relative;
border-bottom: 1px solid #D7D7D7;
@ -88,10 +86,7 @@ a:hover {
}
/************************************************************************************************/
.logRow-info,
.logRow-error,
.logRow-warning {
.logRow-info,.logRow-error,.logRow-warning {
background: #FFFFFF no-repeat 2px 2px;
padding-left: 20px;
padding-bottom: 3px;
@ -127,7 +122,6 @@ a:hover {
}
/************************************************************************************************/
.logRow-group {
background: #EEEEEE;
border-bottom: none;
@ -144,10 +138,7 @@ a:hover {
}
/************************************************************************************************/
.selectorTag,
.selectorId,
.selectorClass {
.selectorTag,.selectorId,.selectorClass {
font-family: Monaco, monospace;
font-weight: normal;
}
@ -165,7 +156,6 @@ a:hover {
}
/************************************************************************************************/
.objectBox-element {
font-family: Monaco, monospace;
color: #000088;
@ -184,8 +174,7 @@ a:hover {
font-weight: normal;
}
.nodeText,
.nodeComment {
.nodeText,.nodeComment {
margin: 0 2px;
vertical-align: top;
}
@ -199,7 +188,6 @@ a:hover {
}
/************************************************************************************************/
.propertyNameCell {
vertical-align: top;
}

View File

@ -10,14 +10,12 @@
<body>
<div id="toolbar" class="toolbar">
<a href="#" onclick="parent.console.clear()">Clear</a>
<span class="toolbarRight">
<a href="#" onclick="parent.console.close()">Close</a>
<a href="#" onclick="parent.console.clear()">Clear</a> <span
class="toolbarRight"> <a href="#"
onclick="parent.console.close()">Close</a>
</span>
</div>
<div id="log"></div>
<input type="text" id="commandLine">
<script>parent.onFirebugReady(document);</script>
<input type="text" id="commandLine"> <script>parent.onFirebugReady(document);</script>
</body>
</html>

View File

@ -80,7 +80,7 @@ OpenLayers.Marker.Box = OpenLayers.Class(OpenLayers.Marker, {
* sz - {<OpenLayers.Size>}
*
* Returns:
* {DOMElement} A new DOM Image with this marker´s icon set at the
* {DOMElement} A new DOM Image with this marker<EFBFBD>s icon set at the
* location passed-in
*/
draw: function(px, sz) {