PHP notice
/var/www/html/newlib/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(SiteController, array(“text”, “39150”))
С.Bayron “Şerq poemaları”
C.Bayron “Şerq poemaları”. Есть и на русском языке. Чтобы посмотреть мои объявления,нажмите под номером телефона на “Объявления пользователя”
Bakı 5 Aprel 2020 564 dəfə Mənbə: tap.az
П
Продавец
Elanın vaxtı bitmişdir
Seçilmişlərə əlavə et
Oxşar Elanlar
Адыгейский сыр с укропом
13 15 Fevral
Mostbet – ən etibarlı bukmeyker
Mostbet Reklam
Грузинский сыр с зеленью
11 16 Fevral
Адыгейский сыр с укропом
12 15 Fevral
Книга “Салли Руни – Разговоры с Друзьями”
5 21 saat əvvəl
Термопистолет Электрический с сиденьем
30 20 Fevral
Зубная паста с линчжи и кордицепсом
30 3 Fevral
Онлайн курсы AutoCad с нуля до Pro
Razılaşma ilə 27 Fevral
Pendir şüyüdlü Адыгейский сыр с укропом
12 6 Mart
Радиосистема с петличкой Rode Filmmaker Kit
867 30 Yanvar
1-otaqlı yeni tikili kirayə verilir, Qarabağ küç 26, 54 m²
35 9 Mart
Познакомлюсь с романтичной девушкой для создания семьи
TP-LINK TL-SF1016D 16-портовый 10/100 Мбит/с настольный коммутатор
20 1 Fevral
Сверла по металлу с шестигранным хвостовиком
7 1 Fevral
Çanaq
35 Dünən
Su qızdırıcısı
115 Dünən
“Boss” android monitorlar
180 10 Mart
Mətbəx dolabı
24 Dünən
Unitaz
110 Dünən
Панель управления с монитором “Скутер Ninebot Max”
50 Dünən
MERCEDES-BENZ С-Class W205 2014- Poleuretan Ayaqaltı
60 9 Fevral
MERCEDES-BENZ С-Class W205 2014- Poleuretan Ayaqaltı
60 9 Fevral
Летнее платье с ремешком
10 10 Mart
Tərəzi 10 tonluq
770 6 Mart
Ödənişli xidmətlər
Elanınızı Premium edin, ana səhifədə hərkəs görsün!
Ödənişli xidmətlər
Elanınızı irəli çəkin, ana səhifədə hərkəs görsün!
Elanı sil
Azərbaycanda yeni və işlənmiş məhsul elanları, onlayn alış veriş. Əmlak Telefon Aksesuar Maşın Mebel Geyim
Telefon: (012) 566-74-58
Haqqımızda
Yardımçı linklər
Saytın rəhbərliyi yerləşdirilmiş elanların məzmununa görə məsuliyyət daşımır
© UcuzTap bir şirkət məhsuludur
PHP notice
/var/www/html/newlib/framework/web/CBaseController.php(95): CBaseController->renderInternal(“/var/www/html/newlib/frontend/protected/views/site/more.php”, array(“model” => null, “type” => “text”), true)
090 < 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 < 100 $widget=end($this->_widgetStack);
/var/www/html/newlib/framework/web/CController.php(869): CBaseController->renderFile(“/var/www/html/newlib/frontend/protected/views/site/more.php”, array(“model” => null, “type” => “text”), true)
864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 < 867 if(($viewFile=$this->getViewFile($view))!==false) 868 < 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else
/var/www/html/newlib/framework/web/CController.php(782): CController->renderPartial(“more”, array(“model” => null, “type” => “text”), true)
777 */ 778 public function render($view,$data=null,$return=false) 779 < 780 if($this->beforeRender($view)) 781 < 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787
/var/www/html/newlib/frontend/protected/controllers/SiteController.php(213): CController->render(“more”, array(“model” => null, “type” => “text”))
208 < 209 $model = $class::model()->findByPk((int)$id, array('condition'=>'active = 1 and publish = 1 and owner = '.Yii::app()->user->id)); 210 if( count($model) < 0 ) 211 throw new CHttpException(404,'The requested page does not exist.'); 212 213 $this->render('more', array('model'=>$model, 'type'=>$type)); 214 > 215 > 216 217 public function actionBook($id) 218 unknown(0): SiteController->actionMore("text", "39150")/var/www/html/newlib/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(SiteController, array("text", "39150"))
103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 > 108 $method->invokeArgs($object,$ps); 109 return true; 110 > 111 >/var/www/html/newlib/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(SiteController, ReflectionMethod, array("uid" => "81", "lang" => "az", "type" => "text", "id" => "39150"))
42 < 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 else 49 return $controller->$methodName(); 50 > 51 52 >/var/www/html/newlib/framework/web/CController.php(308): CInlineAction->runWithParams(array("uid" => "81", "lang" => "az", "type" => "text", "id" => "39150"))
303 < 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 < 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 > 313 $this->_action=$priorAction;/var/www/html/newlib/framework/web/CController.php(286): CController->runAction(CInlineAction)
281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 < 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 < 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run();/var/www/html/newlib/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array())
260 < 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 < 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 > 268 > 269 else 270 $this->missingAction($actionID);/var/www/html/newlib/framework/web/CWebApplication.php(282): CController->run("more")
277 < 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 > 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "".', 287 array(''=>$route===''?$this->defaultController:$route)));/var/www/html/newlib/framework/web/CWebApplication.php(141): CWebApplication->runController("site/more")
136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 > 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 > 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components./var/www/html/newlib/framework/base/CApplication.php(180): CWebApplication->processRequest()
175 public function run() 176 < 177 if($this->hasEventHandler('onBeginRequest')) 178 $this->onBeginRequest(new CEvent($this)); 179 register_shutdown_function(array($this,'end'),0,false); 180 $this->processRequest(); 181 if($this->hasEventHandler('onEndRequest')) 182 $this->onEndRequest(new CEvent($this)); 183 > 184 185 /**/var/www/html/www/front/index.php(35): CApplication->run()
30 /** url defines */ 31 32 define('DEFAULTURL', '/menus/index', true); 33 34 require_once($yii); 35 Yii::createWebApplication($config)->run();Bayronun şərq poemaları
Jorj Noel Gordon Bayron (1788.22.1, London - 1824.19.4, Misolungi, Gretsiya) — ingliz shoiri, Kembrij universitetida o‘qigan. Lordlar palatasi a’zosi (1809 yildan).
«Chayld Harold ziyorati» dostonini (1812, 1817-18) yaratdi. Sharq dostonlari turkumidagi «Kofir», «Abidoslik kelin» (1813), «Qaroqchi», «Lara» (1814), «Korinf qamali», «Parizod» (1816) kabi dostonlari Nizomiyning «Layli va Majnun», Firdavsiyning «Yusuf va Zulayho» asarlari ta’sirida yozilgan.
Bayron 1817-22 yillarda Italiyada yashaydi. «Tasso shikoyati» (1817), «Mazepa» (1818) poemalari, «Manfred» (1817), «Xotin» (1821) dramalarida adolatsizlikka qarshi kurashga chaqiradi, inson va dunyo muammosi yetakchi mavzu bo‘lgan. Bayron 1818 yilda «Don Juan» she’riy romanini yozishga kirishgan. Asarda inson va muhit masalasi birinchi o‘ringa chiqqan. Bunda Bayron romantizmdan realizmga o‘tgan (asar tugallanmagan). Uning qator she’rlari, «Chayld Harold ziyorati», «Manfred», «Shiylon tutquni», «Shiylon soneta» dostonlari o‘zbek tilida nashr qilingan.VIDO
Alvido, yor! Agar shu balo
Qismatda bor bo’lsa – alvido!
Sen berahm bo’lsang ham, ammo,
Men dushmanlik qilmasman – vido!Quchog’ida shirin, osuda
Uyqu bilan to’lib yotganing,
Yor hislari also ko’zingga
Badnom bo’lib uchramas saning!Agar qalbim urishlarini,
Jindak seza olsayding – inon!
Shuncha yomon ko’rmakdan mani
Bo’lur eding o’zing pushaymon.Yurt kulsa ham endi mayliga,
Zarbi gali sendadir bu bor:
Men mubtalo bo’lgan baloda
Seni maqtov qilar sharmisor.Mayli qaro, osiy bo’lay man,
Haq ham beray qarg’amoq uchun,
Ammo, meni quchib o’rgangan
Qo’llar bilan o’ldirmoq nechun?Sen ishonkim, sevgi o’tini
Yolg’iz yillar so’ndira olur.
Achchiq g’azab ikki yurakni
Ajratolmas va ojiz qolur.Shu sezgi senda ham saqlanur,
Sevib yonmoq qismatdur menga,
Bir o’y bilan yuragim yonur:
Endi doim yotdur men senga.O’luklarga alamli faryod,
Oh, naqadar mudhish bu taqqos?
Ikkimiz ham hayotmiz, hayhot…
Kunlar o’tar bevalarga xos.Shirin tili shod etgan chog’da
Qizimizni erkalar ekan,
‘Qizim, otang sendan uzoqda’,
Deya imo qilganingda san –Payqaganda mas’uma buni,
Uni o’p-u shu onda bedod
Sevging ichra jannat topganni
Va xayrixoh bo’lganni et yod.Agar qizda, tashlab ketganing,
Bir yer topsang padarga o’xshash,
Ura boshlar yuraging sening
Va qo’zg’alar manda ham shu g’ash.Gunohimni bilarsan, balki?
Majnun bo’lib suyganim, xolos.
Armonlarim xazon va seni
Suymak bilan kuyganim, xolos.Borlig’imni titratding, ishon,
Kiborlikni sevmas bu mag’rur
Ruhim seni derdi va bu jon,
Endi undan abad ajralur.Hamma bitdi – so’zlardir abas,
Men aytganlar undan ham yomon,
Lekin qalbga biz hokim emas,
Unda orzu cheksizdir hamon.Alvido, yor! Sendan uzoqda,
Har bir munis narsadan mahrum,
Qalbim azob degan tuzoqda,
Bundan ortiq bo’larmi o’lim?Hamid Olimjon tarjimasi
Comments are closed, but trackbacks and pingbacks are open.