Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change the eol-style to native for all this files. Committers please …
…make sure you have added, the contents of http://www.apache.org/dev/svn-eol-style.txt to your local svn config. The file has instructions at the top. Almost all source files should be added to the repository with native line endings. git-svn-id: https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk@1409957 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Carol Frampton
committed
Nov 15, 2012
1 parent
58658c6
commit 39402f5a115c5885c0f522a5e3988a6cf34072ea
Showing
59 changed files
with
9,490 additions
and
9,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Mon Aug 13 11:46:04 PDT 2012 | ||
eclipse.preferences.version=1 | ||
encoding/<project>=utf-8 | ||
#Mon Aug 13 11:46:04 PDT 2012 | ||
eclipse.preferences.version=1 | ||
encoding/<project>=utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
/* | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
@namespace s "library://ns.adobe.com/flex/spark"; | ||
@namespace mx "library://ns.adobe.com/flex/mx"; | ||
@namespace st "ws.tink.spark.controls.*"; | ||
@namespace controls "org.apache.flex.utilities.common.controls.*"; | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-LightItalic.ttf"); | ||
fontFamily: openSansLightItalic; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-Bold.ttf"); | ||
fontFamily: openSansBold; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-Semibold.ttf"); | ||
fontFamily: openSansSemibold; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
controls|LinkButton | ||
{ | ||
fontWeight: normal; | ||
fontSize: 13; | ||
color: #6666CC; | ||
verticalCenter: 1; | ||
textAlign: left; | ||
rollOverTextDecoration:underline; | ||
text-roll-over-color: #6666CC; | ||
} | ||
|
||
s|Button | ||
{ | ||
skinClass : ClassReference("ws.tink.spark.skins.controls.ButtonSkin"); | ||
fontFamily : openSansSemibold; | ||
fontSize : 14; | ||
color : #FFFFFF; | ||
borderColor: #DBDBDB; | ||
} | ||
|
||
.browseBtnStyle | ||
{ | ||
chromeColor: #40b8df; | ||
} | ||
|
||
.mainBtnStyle | ||
{ | ||
chromeColor: #679d13; | ||
} | ||
|
||
.negativeBtnStyle | ||
{ | ||
chromeColor: #B20E13; | ||
} | ||
|
||
.genericBtnStyle | ||
{ | ||
chromeColor: #7b7b7b; | ||
} | ||
/* | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
@namespace s "library://ns.adobe.com/flex/spark"; | ||
@namespace mx "library://ns.adobe.com/flex/mx"; | ||
@namespace st "ws.tink.spark.controls.*"; | ||
@namespace controls "org.apache.flex.utilities.common.controls.*"; | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-LightItalic.ttf"); | ||
fontFamily: openSansLightItalic; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-Bold.ttf"); | ||
fontFamily: openSansBold; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
@font-face { | ||
src: url("/assets/fonts/open-sans/OpenSans-Semibold.ttf"); | ||
fontFamily: openSansSemibold; | ||
advancedAntiAliasing: true; | ||
} | ||
|
||
controls|LinkButton | ||
{ | ||
fontWeight: normal; | ||
fontSize: 13; | ||
color: #6666CC; | ||
verticalCenter: 1; | ||
textAlign: left; | ||
rollOverTextDecoration:underline; | ||
text-roll-over-color: #6666CC; | ||
} | ||
|
||
s|Button | ||
{ | ||
skinClass : ClassReference("ws.tink.spark.skins.controls.ButtonSkin"); | ||
fontFamily : openSansSemibold; | ||
fontSize : 14; | ||
color : #FFFFFF; | ||
borderColor: #DBDBDB; | ||
} | ||
|
||
.browseBtnStyle | ||
{ | ||
chromeColor: #40b8df; | ||
} | ||
|
||
.mainBtnStyle | ||
{ | ||
chromeColor: #679d13; | ||
} | ||
|
||
.negativeBtnStyle | ||
{ | ||
chromeColor: #B20E13; | ||
} | ||
|
||
.genericBtnStyle | ||
{ | ||
chromeColor: #7b7b7b; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
//////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Licensed to the Apache Software Foundation (ASF) under one or more | ||
// contributor license agreements. See the NOTICE file distributed with | ||
// this work for additional information regarding copyright ownership. | ||
// The ASF licenses this file to You under the Apache License, Version 2.0 | ||
// (the "License"); you may not use this file except in compliance with | ||
// the License. You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
package org.apache.flex.utilities.common | ||
{ | ||
|
||
public class Constants | ||
{ | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Class Constants | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
public static const APACHE_FLEX_URL:String = "http://incubator.apache.org/flex/"; | ||
|
||
public static const ARCHIVE_EXTENSION_MAC:String = ".tar.gz"; | ||
public static const ARCHIVE_EXTENSION_WIN:String = ".zip"; | ||
|
||
public static const APPLICATION_EXTENSION_MAC:String = ".dmg"; | ||
public static const APPLICATION_EXTENSION_WIN:String = ".exe"; | ||
|
||
public static const CONFIG_XML_NAME:String = "sdk-installer-config.xml"; | ||
public static const DISCLAIMER_PATH:String = "about-binaries.html"; | ||
|
||
|
||
public static const SDK_BINARY_FILE_NAME_PREFIX:String = "apache-flex-sdk-"; | ||
|
||
public static const URL_PREFIX:String = "http://"; | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Class properties | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
//---------------------------------- | ||
// instance | ||
//---------------------------------- | ||
|
||
private static var _instance:Constants; | ||
|
||
public static function get instance():Constants | ||
{ | ||
if (!_instance) | ||
_instance = new Constants(new SE()); | ||
|
||
return _instance; | ||
} | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Constructor | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
public function Constants(se:SE) {} | ||
|
||
} | ||
} | ||
|
||
//////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Licensed to the Apache Software Foundation (ASF) under one or more | ||
// contributor license agreements. See the NOTICE file distributed with | ||
// this work for additional information regarding copyright ownership. | ||
// The ASF licenses this file to You under the Apache License, Version 2.0 | ||
// (the "License"); you may not use this file except in compliance with | ||
// the License. You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
package org.apache.flex.utilities.common | ||
{ | ||
|
||
public class Constants | ||
{ | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Class Constants | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
public static const APACHE_FLEX_URL:String = "http://incubator.apache.org/flex/"; | ||
|
||
public static const ARCHIVE_EXTENSION_MAC:String = ".tar.gz"; | ||
public static const ARCHIVE_EXTENSION_WIN:String = ".zip"; | ||
|
||
public static const APPLICATION_EXTENSION_MAC:String = ".dmg"; | ||
public static const APPLICATION_EXTENSION_WIN:String = ".exe"; | ||
|
||
public static const CONFIG_XML_NAME:String = "sdk-installer-config.xml"; | ||
public static const DISCLAIMER_PATH:String = "about-binaries.html"; | ||
|
||
|
||
public static const SDK_BINARY_FILE_NAME_PREFIX:String = "apache-flex-sdk-"; | ||
|
||
public static const URL_PREFIX:String = "http://"; | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Class properties | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
//---------------------------------- | ||
// instance | ||
//---------------------------------- | ||
|
||
private static var _instance:Constants; | ||
|
||
public static function get instance():Constants | ||
{ | ||
if (!_instance) | ||
_instance = new Constants(new SE()); | ||
|
||
return _instance; | ||
} | ||
|
||
//-------------------------------------------------------------------------- | ||
// | ||
// Constructor | ||
// | ||
//-------------------------------------------------------------------------- | ||
|
||
public function Constants(se:SE) {} | ||
|
||
} | ||
} | ||
|
||
class SE {} |
Oops, something went wrong.