PluginProbe
GetResponse Forms by Optin Cat / 1.4.1
GetResponse Forms by Optin Cat v1.4.1
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / includes / classes / scssphp / classmap.php

classmap.php in GetResponse Forms by Optin Cat 1.4.1, at includes/classes/scssphp/classmap.php

63 lines 965 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * SCSSPHP
4 *
5 * Stub classes for backward compatibility
6 *
7 * @copyright 2012-2014 Leaf Corcoran
8 *
9 * @license http://opensource.org/licenses/gpl-license GPL-3.0
10 * @license http://opensource.org/licenses/MIT MIT
11 *
12 * @link http://leafo.net/scssphp
13 */
14
15 /**
16 * @deprecated since 0.1.0
17 */
18 class scssc extends \Leafo\ScssPhp\Compiler
19 {
20 }
21
22 /**
23 * @deprecated since 0.1.0
24 */
25 class scss_parser extends \Leafo\ScssPhp\Parser
26 {
27 }
28
29 /**
30 * @deprecated since 0.1.0
31 */
32 class scss_formatter extends \Leafo\ScssPhp\Formatter\Expanded
33 {
34 }
35
36 /**
37 * @deprecated since 0.1.0
38 */
39 class scss_formatter_nested extends \Leafo\ScssPhp\Formatter\Nested
40 {
41 }
42
43 /**
44 * @deprecated since 0.1.0
45 */
46 class scss_formatter_compressed extends \Leafo\ScssPhp\Formatter\Compressed
47 {
48 }
49
50 /**
51 * @deprecated since 0.1.0
52 */
53 class scss_formatter_crunched extends \Leafo\ScssPhp\Formatter\Crunched
54 {
55 }
56
57 /**
58 * @deprecated since 0.1.0
59 */
60 class scss_server extends \Leafo\ScssPhp\Server
61 {
62 }
63