نتایج جستجو برای: malek and other grammarians.

تعداد نتایج: 16854329  

Journal: :دراسات فی اللغه العربیه و آدابها 0
إلهه صفیان جامعة أصفهان سید محمدرضا ابن الرسول جامعة أصفهان

after introducing three famous grammarians –ibn-e-malek, ibn-e- aqil and al-soyuti– the authors of this article try to compare and contrast the tow well-known explications of ibn–malek`s alfiyya, by ibn-e-aqil and al-soyuti. the authors refer to the similarities and differences between the two explications and give examples from both works. the main purpose of this article is introduce th...

Journal: :بحوث فی اللغه العربیه 0
رسول دهقان ضاد بجامعة قم حسین تک تبار بجامعة قم ابراهیم عبدالرزاق بجامعة قم

the comparison between the views of ibne malek, in alfye, and his son, ibn al-nazem, in sharh ibn al-nazem ‘ala alfiye ibn malek, is one of the most important morphological and grammatical issues in the arabic grammer. alfye (ألفیة ابن مالک) is an educational poetry in arabic grammar that has been versed by ibne malek in the 13th century. at least 43 explanations have been written on this work....

Journal: :بحوث فی اللغه العربیه 0
الهه صفیان سیدمحمدرضا ابن الرسول دانشگاه اصفهان

â â â  the exemplification in explanations of ibn-e-malek`s alfiyya: â  exemplification in ibn-e-aqil and soyutyi â â â â â  * elahe safian â  * * sayyed mohammad reza ibnerasool â â â  abstract â  in this article, the authors after an introduction of exemplification in therabic syntax generally try to have a comparative survey on the exemplification in explanations of two famous ibn-e-malek al...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و علوم انسانی 1390

abstract birbery and corruption and other criminal and as such is one of social phenomena , and i can firmly say that society is protected and safe from harm , this is criminal . eache community is familiar with these crimes and the crime associated ( direct or indirect ) with the political economic , social , and cultural beliefs and religious issues , especially with the community . admitted...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت دبیر شهید رجایی - دانشکده علوم انسانی 1392

abstract due to the growing importance and influence of the self of the teacher in the field of educational and cognitive psychology, the current study intended to investigate the relationship between three teacher qualities and characteristics, i.e. teacher self efficacy, self regulation, and success as perceived by their learners. the study aimed at finding whether teacher self efficacy an...

پایان نامه :0 1374

what miller wants is a theatre of heightened consciousness. he speaks of two passions in a man, the passion to "feel" and the passion "know". he belives that we can have more of the latter. he says: drama is akin to the other inventions of man in that it ought to help us know more and not merely to spend our feelings. the writing of the crucible shows us that he is trying to give more heightene...

Journal: :دراسات فی اللغه العربیه و آدابها 0
سامی عوض أستاذ فی قسم اللغة العربیة، جامعة تشرین، اللاذقیّة، سوریّة میساء شیخ یوسف طالبة دکتوراه فی قسم اللغة العربیة، جامعة تشرین، اللاذقیّة، سوریّة

the present study deals with exploring the concept of syntactic devices and surveys its development by the traditional and modern syntacticians. syntax expert have related this concept to other notions such as rhetorical devices and some other recent grammarians have included it in parts of speech, a point which old grammarians neglected. however, the results of scholarly research have helped t...

Journal: :ادب عربی 0
علی رضا فرازی دانشجوی دکتری زبان و ادبیات عربی دانشگاه تهران

it will be going the path of respect to uphold the prophet’s words over other arab words in prose and poetry in syntactic quotations. after the eloquent language of qur’an, no other arab word found itself more saying in eloquence than that of the prophet’s, nor had it the depth of effect and balance of meaning of his. but this had not been welcomed by antecedent grammarians to the extent that i...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید مدنی آذربایجان - دانشکده ادبیات و علوم انسانی 1392

ii abstract the legend of human being’s refulgence was distorted completely in the age of modernity. this new age, had some drastic negative effects, besides its positive qualities. one significant negative effect of it was the emergence of neurosis in human beings. aldous huxley’s brave new world was one of the novels of the 02 th century that contained the prophecy of criticizing ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->