Lines Matching refs:zp

14937 			$zp = $this->cssManager->CSS['@PAGE'];
14939 $zp = [];
14941 if (is_array($zp) && !empty($zp)) {
14942 $p = array_merge($p, $zp);
14964 $zp = $this->cssManager->CSS['@PAGE>>PSEUDO>>RIGHT'];
14966 $zp = [];
14968 if (isset($zp['SIZE'])) {
14969 unset($zp['SIZE']);
14971 if (isset($zp['SHEET-SIZE'])) {
14972 unset($zp['SHEET-SIZE']);
14975 if (isset($zp['MARGIN-LEFT'])) {
14976 unset($zp['MARGIN-LEFT']);
14978 if (isset($zp['MARGIN-RIGHT'])) {
14979 unset($zp['MARGIN-RIGHT']);
14981 if (is_array($zp) && !empty($zp)) {
14982 $p = array_merge($p, $zp);
14987 $zp = $this->cssManager->CSS['@PAGE>>PSEUDO>>LEFT'];
14989 $zp = [];
14991 if (isset($zp['SIZE'])) {
14992 unset($zp['SIZE']);
14994 if (isset($zp['SHEET-SIZE'])) {
14995 unset($zp['SHEET-SIZE']);
14998 if (isset($zp['MARGIN-LEFT'])) {
14999 unset($zp['MARGIN-LEFT']);
15001 if (isset($zp['MARGIN-RIGHT'])) {
15002 unset($zp['MARGIN-RIGHT']);
15004 if (is_array($zp) && !empty($zp)) {
15005 $p = array_merge($p, $zp);
15010 $zp = $this->cssManager->CSS['@PAGE>>PSEUDO>>FIRST'];
15012 $zp = [];
15014 if (isset($zp['SIZE'])) {
15015 unset($zp['SIZE']);
15017 if (isset($zp['SHEET-SIZE'])) {
15018 unset($zp['SHEET-SIZE']);
15021 if (isset($zp['MARGIN-LEFT'])) {
15022 unset($zp['MARGIN-LEFT']);
15024 if (isset($zp['MARGIN-RIGHT'])) {
15025 unset($zp['MARGIN-RIGHT']);
15027 if (is_array($zp) && !empty($zp)) {
15028 $p = array_merge($p, $zp);
15034 $zp = $this->cssManager->CSS['@PAGE>>NAMED>>' . $name];
15036 $zp = [];
15038 if (is_array($zp) && !empty($zp)) {
15039 $p = array_merge($p, $zp);
15061 $zp = $this->cssManager->CSS['@PAGE>>NAMED>>' . $name . '>>PSEUDO>>RIGHT'];
15063 $zp = [];
15065 if (isset($zp['SIZE'])) {
15066 unset($zp['SIZE']);
15068 if (isset($zp['SHEET-SIZE'])) {
15069 unset($zp['SHEET-SIZE']);
15072 if (isset($zp['MARGIN-LEFT'])) {
15073 unset($zp['MARGIN-LEFT']);
15075 if (isset($zp['MARGIN-RIGHT'])) {
15076 unset($zp['MARGIN-RIGHT']);
15078 if (is_array($zp) && !empty($zp)) {
15079 $p = array_merge($p, $zp);
15084 $zp = $this->cssManager->CSS['@PAGE>>NAMED>>' . $name . '>>PSEUDO>>LEFT'];
15086 $zp = [];
15088 if (isset($zp['SIZE'])) {
15089 unset($zp['SIZE']);
15091 if (isset($zp['SHEET-SIZE'])) {
15092 unset($zp['SHEET-SIZE']);
15095 if (isset($zp['MARGIN-LEFT'])) {
15096 unset($zp['MARGIN-LEFT']);
15098 if (isset($zp['MARGIN-RIGHT'])) {
15099 unset($zp['MARGIN-RIGHT']);
15101 if (is_array($zp) && !empty($zp)) {
15102 $p = array_merge($p, $zp);
15107 $zp = $this->cssManager->CSS['@PAGE>>NAMED>>' . $name . '>>PSEUDO>>FIRST'];
15109 $zp = [];
15111 if (isset($zp['SIZE'])) {
15112 unset($zp['SIZE']);
15114 if (isset($zp['SHEET-SIZE'])) {
15115 unset($zp['SHEET-SIZE']);
15118 if (isset($zp['MARGIN-LEFT'])) {
15119 unset($zp['MARGIN-LEFT']);
15121 if (isset($zp['MARGIN-RIGHT'])) {
15122 unset($zp['MARGIN-RIGHT']);
15124 if (is_array($zp) && !empty($zp)) {
15125 $p = array_merge($p, $zp);