Lines Matching refs:v

114             foreach ($intact as $k => $v) {
115 $intactValues[$k] = $obj->format($v);
130 $v = '';
134 $v = sprintf('%02d', $jday);
137 $v = self::getDayNames($obj->format('D'), true);
140 $v = $jday;
143 $v = self::getDayNames($obj->format('l'));
146 $v = self::getDayNames($obj->format('l'), false, 1, true);
149 $v = 'ام';
152 $v = self::getDayNames($obj->format('l'), false, 1, true) - 1;
156 $v = 186 + (($jmonth - 6 - 1) * 30) + $jday;
159 $v = (($jmonth - 1) * 31) + $jday;
161 self::$temp['z'] = $v;
165 … $v = is_int(self::$temp['z'] / 7) ? (self::$temp['z'] / 7) : intval(self::$temp['z'] / 7 + 1);
169 $v = self::getMonthNames($jmonth);
172 $v = sprintf('%02d', $jmonth);
175 $v = self::getMonthNames($jmonth, true);
178 $v = $jmonth;
181 if ($jmonth>=1 && $jmonth<=6) $v=31;
182 else if ($jmonth>=7 && $jmonth<=11) $v=30;
183 else if($jmonth==12 && $jyear % 4 ==3) $v=30;
184 else if ($jmonth==12 && $jyear % 4 !=3) $v=29;
189 $v = $tmpObj->format('L');
193 $v = $jyear;
196 $v = $jyear % 100;
200 $v = ($obj->format('a') == 'am') ? 'ق.ظ' : 'ب.ظ';
203 $v = ($obj->format('A') == 'AM') ? 'قبل از ظهر' : 'بعد از ظهر';
207 $v = $jyear.'-'.sprintf('%02d', $jmonth).'-'.sprintf('%02d', $jday).'T';
208 … $v .= $obj->format('H').':'.$obj->format('i').':'.$obj->format('s').$obj->format('P');
211 …$v = self::getDayNames($obj->format('D'), true).', '.sprintf('%02d', $jday).' '.self::getMonthNam…
212 …$v .= ' '.$jyear.' '.$obj->format('H').':'.$obj->format('i').':'.$obj->format('s').' '.$obj->forma…
216 $v = $obj->format('e');
219 $v = $obj->format('T');
223 $values[$k] = $v;