Forms
-
best_author
-
author
-
_token
-
best_author
Form type:
"App\Form\BestAuthorType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\BestAuthor {#6247 #id: null #author: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/admin/authors/app/bestauthoradmin/create" |
same as passed value |
data | App\Entity\BestAuthor {#6247 #id: null #author: null } |
same as passed value |
entityManager | ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} |
same as passed value |
locale | "ar" |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/admin/authors/app/bestauthoradmin/create" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6287 …} -namespace: Closure() {#6285 …} } |
data | App\Entity\BestAuthor {#6247 #id: null #author: null } |
data_class | "App\Entity\BestAuthor" |
disabled | false |
empty_data | Closure(FormInterface $form) {#6263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\BestAuthor" } } |
entityManager | ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "ar" |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#83 …} $message: Closure() {#6262 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/admin/authors/app/bestauthoradmin/create" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "best_author" "_best_author" ] |
cache_key | "_best_author_best_author" |
compound | true |
data | App\Entity\BestAuthor {#6247 #id: null #author: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6442 -form: Symfony\Component\Form\Form {#6149 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6260 …5} |
full_name | "best_author" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "best_author" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "best_author" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_best_author" |
valid | true |
value | App\Entity\BestAuthor {#6247 #id: null #author: null } |
author
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" ] |
[ "class" => "chosen-select" ] |
choice_label | "name" |
same as passed value |
class | "Rawafed\AuthorsBundle\Entity\Author" |
same as passed value |
label | "authors.titles.author" |
same as passed value |
placeholder | "Select" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6254 class: "App\Form\BestAuthorType" this: App\Form\BestAuthorType {#6308 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "error_mapping" => [] "allow_extra_fields" => false "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#6289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6287 …} -namespace: Closure() {#6285 …} } "csrf_token_id" => null "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "form_attr" => false "data" => App\Entity\BestAuthor {#6247 #id: null #author: null } "data_class" => "App\Entity\BestAuthor" "empty_data" => Closure(FormInterface $form) {#6263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\BestAuthor" } } "error_bubbling" => true "label_attr" => [] "method" => "POST" "action" => "/admin/authors/app/bestauthoradmin/create" "upload_max_size_message" => Closure() {#6261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#83 …} $message: Closure() {#6262 …} $translationDomain: "validators" } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "locale" => "ar" "entityManager" => ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} ] } } |
Doctrine\ORM\QueryBuilder {#6504 -em: ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6476 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#6459 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6477 #from: "Rawafed\AuthorsBundle\Entity\Author" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#6484 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#6483 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ctr.locale = :locale" "c.id NOT IN ( 108, 164, 242, 2388, 3341 ) " ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6486 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ctr.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c, ctr FROM Rawafed\AuthorsBundle\Entity\Author c INNER JOIN c.translations ctr WHERE ctr.locale = :locale AND c.id NOT IN ( 108, 164, 242, 2388, 3341 ) ORDER BY ctr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6506 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "ctr" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6536 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6361 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6521 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#6360 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6438 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3998 …} } |
choices | null |
class | "Rawafed\AuthorsBundle\Entity\Author" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6287 …} -namespace: Closure() {#6285 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6144 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6348 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "authors.titles.author" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Select" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#6504 -em: ContainerRBvZTkH\EntityManagerGhostEbeb667 {#347 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#6476 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#6459 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ctr" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#6477 #from: "Rawafed\AuthorsBundle\Entity\Author" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#6484 #joinType: "INNER" #join: "c.translations" #alias: "ctr" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#6483 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ctr.locale = :locale" "c.id NOT IN ( 108, 164, 242, 2388, 3341 ) " ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#6486 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ctr.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c, ctr FROM Rawafed\AuthorsBundle\Entity\Author c INNER JOIN c.translations ctr WHERE ctr.locale = :locale AND c.id NOT IN ( 108, 164, 242, 2388, 3341 ) ORDER BY ctr.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#6506 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "ctr" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#6347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#83 …} $message: Closure() {#6345 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_best_author_author" ] |
cache_key | "_best_author_author_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 2857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3892 +label: " أبو الحسن قوام صلاح " +value: "2857" +data: Rawafed\AuthorsBundle\Entity\Author {#3991 …} +attr: [] +labelTranslationParameters: [] } 851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3896 +label: " أبو القاسم سعد بن علي بن محمد بن علي بن الحسين الزنجاني (ت 471)" +value: "851" +data: Rawafed\AuthorsBundle\Entity\Author {#6587 …} +attr: [] +labelTranslationParameters: [] } 2403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3894 +label: " أحمد إبراهيم هاني " +value: "2403" +data: Rawafed\AuthorsBundle\Entity\Author {#6596 …} +attr: [] +labelTranslationParameters: [] } 3219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3899 +label: " المختار أحمد محمود الشنقيطي" +value: "3219" +data: Rawafed\AuthorsBundle\Entity\Author {#6605 …} +attr: [] +labelTranslationParameters: [] } 2724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3893 +label: " سيدي محمد بن محمد المختار الشنقيطي " +value: "2724" +data: Rawafed\AuthorsBundle\Entity\Author {#6614 …} +attr: [] +labelTranslationParameters: [] } 2766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6212 +label: " صلاح نجيب الدق" +value: "2766" +data: Rawafed\AuthorsBundle\Entity\Author {#6623 …} +attr: [] +labelTranslationParameters: [] } 2450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +label: " عبد الجليل النمر" +value: "2450" +data: Rawafed\AuthorsBundle\Entity\Author {#6629 …} +attr: [] +labelTranslationParameters: [] } 3338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +label: "mohamed" +value: "3338" +data: Rawafed\AuthorsBundle\Entity\Author {#6635 …} +attr: [] +labelTranslationParameters: [] } 3337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3895 +label: "nader" +value: "3337" +data: Rawafed\AuthorsBundle\Entity\Author {#6644 …} +attr: [] +labelTranslationParameters: [] } 3432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3901 +label: "t1" +value: "3432" +data: Rawafed\AuthorsBundle\Entity\Author {#6653 …} +attr: [] +labelTranslationParameters: [] } 3423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19472 +label: "آدم بللو" +value: "3423" +data: Rawafed\AuthorsBundle\Entity\Author {#6662 …} +attr: [] +labelTranslationParameters: [] } 2752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19473 +label: "آراس محمد صالح" +value: "2752" +data: Rawafed\AuthorsBundle\Entity\Author {#6671 …} +attr: [] +labelTranslationParameters: [] } 862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19594 +label: "آكاه باشا" +value: "862" +data: Rawafed\AuthorsBundle\Entity\Author {#6680 …} +attr: [] +labelTranslationParameters: [] } 1335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19595 +label: "آلاء أحمد هشام مصباح عمار" +value: "1335" +data: Rawafed\AuthorsBundle\Entity\Author {#6686 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19596 +label: "آلاء جهاد فوزي صالح" +value: "1155" +data: Rawafed\AuthorsBundle\Entity\Author {#6692 …} +attr: [] +labelTranslationParameters: [] } 1202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19593 +label: "آلاء محمد عصام مصباح عشا" +value: "1202" +data: Rawafed\AuthorsBundle\Entity\Author {#6698 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19592 +label: "آمال خميس حماد" +value: "1103" +data: Rawafed\AuthorsBundle\Entity\Author {#6704 …} +attr: [] +labelTranslationParameters: [] } 1286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19591 +label: "آمال محمد عبد الرحمن ربيع" +value: "1286" +data: Rawafed\AuthorsBundle\Entity\Author {#6710 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19590 +label: "آمال محمود أحمد الفلاح" +value: "1104" +data: Rawafed\AuthorsBundle\Entity\Author {#6716 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19589 +label: "آمنة جمال إسماعيل كحيل" +value: "1145" +data: Rawafed\AuthorsBundle\Entity\Author {#6722 …} +attr: [] +labelTranslationParameters: [] } 2534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19588 +label: "آمنة عبد الكريم عبد الحميد فاخوري" +value: "2534" +data: Rawafed\AuthorsBundle\Entity\Author {#6731 …} +attr: [] +labelTranslationParameters: [] } 1467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19587 +label: "آمنة كاظم محمد شكري" +value: "1467" +data: Rawafed\AuthorsBundle\Entity\Author {#6737 …} +attr: [] +labelTranslationParameters: [] } 2639 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19586 +label: "آمنة لعور" +value: "2639" +data: Rawafed\AuthorsBundle\Entity\Author {#6743 …} +attr: [] +labelTranslationParameters: [] } 3365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19585 +label: "آن سيلفي بواليفو - Anne-Sylvie Boisliveau" +value: "3365" +data: Rawafed\AuthorsBundle\Entity\Author {#6752 …} +attr: [] +labelTranslationParameters: [] } 3157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19584 +label: "آيات أسامة نظمي قمحية" +value: "3157" +data: Rawafed\AuthorsBundle\Entity\Author {#6758 …} +attr: [] +labelTranslationParameters: [] } 3158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19583 +label: "آيات جهاد عودة شايب" +value: "3158" +data: Rawafed\AuthorsBundle\Entity\Author {#6767 …} +attr: [] +labelTranslationParameters: [] } 2501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19582 +label: "آية رسمي عبد القادر سلمان" +value: "2501" +data: Rawafed\AuthorsBundle\Entity\Author {#6773 …} +attr: [] +labelTranslationParameters: [] } 2389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19581 +label: "أ. باسم وحيد الدين علي" +value: "2389" +data: Rawafed\AuthorsBundle\Entity\Author {#6779 …} +attr: [] +labelTranslationParameters: [] } 3390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19580 +label: "أ.د. عبد الرحمن بودرع" +value: "3390" +data: Rawafed\AuthorsBundle\Entity\Author {#6785 …} +attr: [] +labelTranslationParameters: [] } 838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19579 +label: "أ.د. محمود توفيق سعد" +value: "838" +data: Rawafed\AuthorsBundle\Entity\Author {#6794 …} +attr: [] +labelTranslationParameters: [] } 2496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19578 +label: "أبو أحمد عبد الله بن الحسين بن حسنون السامري (ت 386)" +value: "2496" +data: Rawafed\AuthorsBundle\Entity\Author {#6800 …} +attr: [] +labelTranslationParameters: [] } 2582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19577 +label: "أبو أنس أشرف بن يوسف بن حسن" +value: "2582" +data: Rawafed\AuthorsBundle\Entity\Author {#6806 …} +attr: [] +labelTranslationParameters: [] } 3143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19576 +label: "أبو أنس محمد بن فتحي آل عبد العزيز" +value: "3143" +data: Rawafed\AuthorsBundle\Entity\Author {#6812 …} +attr: [] +labelTranslationParameters: [] } 2566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19575 +label: "أبو أوس إبراهيم الشمسان" +value: "2566" +data: Rawafed\AuthorsBundle\Entity\Author {#6818 …} +attr: [] +labelTranslationParameters: [] } 945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19574 +label: "أبو أوس صفاء الدين بن حمدي بنِ مهدي بنِ الحاج إسماعيل الدباغ الأعظمي (ت 1432)" +value: "945" +data: Rawafed\AuthorsBundle\Entity\Author {#6824 …} +attr: [] +labelTranslationParameters: [] } 2229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19573 +label: "أبو أويس محمد بن الأمين بو خبزة الحسني التطواني" +value: "2229" +data: Rawafed\AuthorsBundle\Entity\Author {#6830 …} +attr: [] +labelTranslationParameters: [] } 2967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19572 +label: "أبو إبراهيم حمدي بن عزت بن عبد الحافظ الجيزي المصري" +value: "2967" +data: Rawafed\AuthorsBundle\Entity\Author {#6836 …} +attr: [] +labelTranslationParameters: [] } 956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19571 +label: "أبو إسلام مصطفى بن محمد بن سلامة" +value: "956" +data: Rawafed\AuthorsBundle\Entity\Author {#6842 …} +attr: [] +labelTranslationParameters: [] } 2966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19570 +label: "أبو إسماعيل إبراهيم بن محمد كشيدان" +value: "2966" +data: Rawafed\AuthorsBundle\Entity\Author {#6848 …} +attr: [] +labelTranslationParameters: [] } 915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19569 +label: "أبو إسماعيل حمدي بن محمد نور الدين آل نوفل" +value: "915" +data: Rawafed\AuthorsBundle\Entity\Author {#6857 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19568 +label: "أبو الأرقم محمد بن رزق بن طرهوني المصري المدني" +value: "1033" +data: Rawafed\AuthorsBundle\Entity\Author {#6863 …} +attr: [] +labelTranslationParameters: [] } 936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19567 +label: "أبو الأعلى المودودي (ت 1399)" +value: "936" +data: Rawafed\AuthorsBundle\Entity\Author {#6869 …} +attr: [] +labelTranslationParameters: [] } 859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19566 +label: "أبو البركات سمير بن مطر" +value: "859" +data: Rawafed\AuthorsBundle\Entity\Author {#6878 …} +attr: [] +labelTranslationParameters: [] } 2613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19565 +label: "أبو الحسن شريح بن محمد بن شريح الرعيني الإشبيلي الأندلسي (ت 539)" +value: "2613" +data: Rawafed\AuthorsBundle\Entity\Author {#6884 …} +attr: [] +labelTranslationParameters: [] } 2528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19564 +label: "أبو الحسن علي أبو الحسن بن عبد الحي بن فخر الدين الحسني الندوي (ت 1420)" +value: "2528" +data: Rawafed\AuthorsBundle\Entity\Author {#6890 …} +attr: [] +labelTranslationParameters: [] } 831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19563 +label: "أبو الحسن علي بن أبي محمد بن أبي سعد بن عبد الله الواسطي، المعروف بـ الديواني (ت 743)" +value: "831" +data: Rawafed\AuthorsBundle\Entity\Author {#6896 …} +attr: [] +labelTranslationParameters: [] } 2253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19562 +label: "أبو الحسن علي بن أحمد بن حسن الرازحي" +value: "2253" +data: Rawafed\AuthorsBundle\Entity\Author {#6902 …} +attr: [] +labelTranslationParameters: [] } 1446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19561 +label: "أبو الحسن محمد بن محمد بن عبد الرحمن بن أحمد بن عوض بن عبد الخالق، البكري الصديقي المصري (ت 952)" +value: "1446" +data: Rawafed\AuthorsBundle\Entity\Author {#6911 …} +attr: [] +labelTranslationParameters: [] } 1052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19560 +label: "أبو الحسن مقاتل بن سليمان بن بشير الأزدي الخراساني البلخي (ت 150)" +value: "1052" +data: Rawafed\AuthorsBundle\Entity\Author {#6917 …} +attr: [] +labelTranslationParameters: [] } 2856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19559 +label: "أبو الحسن هشام المحجوبي" +value: "2856" +data: Rawafed\AuthorsBundle\Entity\Author {#6923 …} +attr: [] +labelTranslationParameters: [] } 2270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19558 +label: "أبو الحسنات محمد عبد الحي بن محمد عبد الحليم الأنصاري اللكنوي الهندي (ت 1304)" +value: "2270" +data: Rawafed\AuthorsBundle\Entity\Author {#6929 …} +attr: [] +labelTranslationParameters: [] } 2204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19557 +label: "أبو الحسين زيد بن علي بن الحسين بن علي بن أبي طالب الهاشمي القرشي (ت 122)" +value: "2204" +data: Rawafed\AuthorsBundle\Entity\Author {#6935 …} +attr: [] +labelTranslationParameters: [] } 1304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19556 +label: "أبو الحكم عبد السلام بن عبد الرحمن بن محمد اللخمي الإشبيلي (ت 536)" +value: "1304" +data: Rawafed\AuthorsBundle\Entity\Author {#6941 …} +attr: [] +labelTranslationParameters: [] } 2591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19555 +label: "أبو الخطاب الطائي الموصلي" +value: "2591" +data: Rawafed\AuthorsBundle\Entity\Author {#6947 …} +attr: [] +labelTranslationParameters: [] } 850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19554 +label: "أبو الربيع سليمان بن أبي القاسم التميمي السرقوسي" +value: "850" +data: Rawafed\AuthorsBundle\Entity\Author {#6953 …} +attr: [] +labelTranslationParameters: [] } 1998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19553 +label: "أبو السعود أحمد بن عمر الحنفي الأسقاطي المصري (ت 1159)" +value: "1998" +data: Rawafed\AuthorsBundle\Entity\Author {#6959 …} +attr: [] +labelTranslationParameters: [] } 2256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19552 +label: "أبو العالية فخر الدين بن الزبير بن علي المحسي" +value: "2256" +data: Rawafed\AuthorsBundle\Entity\Author {#6965 …} +attr: [] +labelTranslationParameters: [] } 863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19551 +label: "أبو العباس أحمد بن عثمان الأزدي المراكشي، ابن البناء العددي (ت 721)" +value: "863" +data: Rawafed\AuthorsBundle\Entity\Author {#6974 …} +attr: [] +labelTranslationParameters: [] } 2483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +label: "أبو العباس أحمد بن علي بن عبد الرحمن المنجور (ت 995)" +value: "2483" +data: Rawafed\AuthorsBundle\Entity\Author {#6980 …} +attr: [] +labelTranslationParameters: [] } 2306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +label: "أبو العباس أحمد بن محمد الخلوتي الصاوي المالكي (ت 1241)" +value: "2306" +data: Rawafed\AuthorsBundle\Entity\Author {#6986 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +label: "أبو العباس أحمد بن محمد بن أحمد البسيلي التونسي (ت 830)" +value: "471" +data: Rawafed\AuthorsBundle\Entity\Author {#6992 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +label: "أبو العباس أحمد بن محمد بن منصور، ناصر الدين ابن المنير الجذامي الإسكندراني (ت 683)" +value: "480" +data: Rawafed\AuthorsBundle\Entity\Author {#7001 …} +attr: [] +labelTranslationParameters: [] } 935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +label: "أبو العباس بدر الدين أحمد بن محمد بن المظفر بن المختار الرازي الحنفي (ت 631)" +value: "935" +data: Rawafed\AuthorsBundle\Entity\Author {#7007 …} +attr: [] +labelTranslationParameters: [] } 857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +label: "أبو العباس شهاب الدين أحمد بن عبد العزيز بن رشيد بن محمد الهلالي السجلماسي (ت 1175)" +value: "857" +data: Rawafed\AuthorsBundle\Entity\Author {#7013 …} +attr: [] +labelTranslationParameters: [] } 933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +label: "أبو العباس محمد بن يزيد بن عبد الأكبر الثمالى الأزدي، المعروف بالمبرد (ت 285)" +value: "933" +data: Rawafed\AuthorsBundle\Entity\Author {#7019 …} +attr: [] +labelTranslationParameters: [] } 2714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +label: "أبو العزايم عبد الحميد" +value: "2714" +data: Rawafed\AuthorsBundle\Entity\Author {#7025 …} +attr: [] +labelTranslationParameters: [] } 1307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +label: "أبو العلاء الحسن بن أحمد بن الحسن بن أحمد العطار الهمذاني (ت 569)" +value: "1307" +data: Rawafed\AuthorsBundle\Entity\Author {#7031 …} +attr: [] +labelTranslationParameters: [] } 1617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +label: "أبو العلاء محمد بن أبي المحاسن بن أبي الفتح الكرماني (ت بعد 563)" +value: "1617" +data: Rawafed\AuthorsBundle\Entity\Author {#7037 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +label: "أبو العينين شعيشع " +value: "971" +data: Rawafed\AuthorsBundle\Entity\Author {#7043 …} +attr: [] +labelTranslationParameters: [] } 1628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +label: "أبو الفداء زين الدين قاسم بن قطلوبغا بن عبد الله المصري الحنفي الجمالي (ت 879)" +value: "1628" +data: Rawafed\AuthorsBundle\Entity\Author {#7049 …} +attr: [] +labelTranslationParameters: [] } 3063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +label: "أبو الفضل أحمد بن محمد بن محمد الحريري البخاري (ت في حدود 700)" +value: "3063" +data: Rawafed\AuthorsBundle\Entity\Author {#7055 …} +attr: [] +labelTranslationParameters: [] } 2511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +label: "أبو الفضل حسين بوطاوي" +value: "2511" +data: Rawafed\AuthorsBundle\Entity\Author {#7061 …} +attr: [] +labelTranslationParameters: [] } 1459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19548 +label: "أبو القاسم الخضر بن عبد الرحمن بن الخضر بن الحسين بن عبدان الأزدي الدمشقي (ت 700)" +value: "1459" +data: Rawafed\AuthorsBundle\Entity\Author {#7067 …} +attr: [] +labelTranslationParameters: [] } 779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19547 +label: "أبو القاسم ثقة الدين علي بن الحسن بن هبة الله، المعروف بابن عساكر (ت 571)" +value: "779" +data: Rawafed\AuthorsBundle\Entity\Author {#7076 …} +attr: [] +labelTranslationParameters: [] } 2574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19546 +label: "أبو القاسم عبد الرحمن بن إسحاق البغدادي النهاوندي الزجاجي (ت 337)" +value: "2574" +data: Rawafed\AuthorsBundle\Entity\Author {#7082 …} +attr: [] +labelTranslationParameters: [] } 3030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19545 +label: "أبو القاسم عبد الرحمن بن عبد الله بن أحمد السهيلي (ت 581)" +value: "3030" +data: Rawafed\AuthorsBundle\Entity\Author {#7088 …} +attr: [] +labelTranslationParameters: [] } 784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19544 +label: "أبو القاسم عبد الرحمن بن محمد بن إسحاق، ابن منده العبدي الأصبهاني (ت 470)" +value: "784" +data: Rawafed\AuthorsBundle\Entity\Author {#7097 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19543 +label: "أبو القاسم عبد الكريم بن هوازن بن عبد الملك بن طلحة القشيري (ت 465)" +value: "1070" +data: Rawafed\AuthorsBundle\Entity\Author {#7103 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19542 +label: "أبو القاسم عبد الوهاب بن محمد بن عبد الوهاب الأنصاري القرطبي (ت 462)" +value: "988" +data: Rawafed\AuthorsBundle\Entity\Author {#7109 …} +attr: [] +labelTranslationParameters: [] } 818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19541 +label: "أبو القاسم علي بن عثمان بن محمد، ابن القاصح العذري البغدادي (ت 801)" +value: "818" +data: Rawafed\AuthorsBundle\Entity\Author {#7115 …} +attr: [] +labelTranslationParameters: [] } 875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19540 +label: "أبو القاسم محمد السيد الخير" +value: "875" +data: Rawafed\AuthorsBundle\Entity\Author {#7121 …} +attr: [] +labelTranslationParameters: [] } 2108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19539 +label: "أبو القاسم محمد بن عبد الواحد بن إبراهيم بن مفرج الغافقي الأندلسي (ت 619)" +value: "2108" +data: Rawafed\AuthorsBundle\Entity\Author {#7127 …} +attr: [] +labelTranslationParameters: [] } 2360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19538 +label: "أبو المحاسن تاج الدين عبد الباقي بن عبد المجيد بن عبد الله اليماني (ت 743)" +value: "2360" +data: Rawafed\AuthorsBundle\Entity\Author {#7133 …} +attr: [] +labelTranslationParameters: [] } 1321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19537 +label: "أبو المظفر منصور بن محمد بن عبد الجبار التميمي المروزي الشافعي السمعاني (ت 489)" +value: "1321" +data: Rawafed\AuthorsBundle\Entity\Author {#7139 …} +attr: [] +labelTranslationParameters: [] } 2708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19536 +label: "أبو الهيثم محمد درويش" +value: "2708" +data: Rawafed\AuthorsBundle\Entity\Author {#7145 …} +attr: [] +labelTranslationParameters: [] } 1629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19535 +label: "أبو الوفيد محمد بن مصطفى عاشر بن مصطفى أفندي الرومي، المعروف بالحفيد (ت 1226)" +value: "1629" +data: Rawafed\AuthorsBundle\Entity\Author {#7151 …} +attr: [] +labelTranslationParameters: [] } 908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19534 +label: "أبو اليزيد أبو زيد العجمي" +value: "908" +data: Rawafed\AuthorsBundle\Entity\Author {#7160 …} +attr: [] +labelTranslationParameters: [] } 1220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19533 +label: "أبو بكر أحمد بن علي الرازي الجصاص الحنفي (ت 370)" +value: "1220" +data: Rawafed\AuthorsBundle\Entity\Author {#7166 …} +attr: [] +labelTranslationParameters: [] } 2555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19532 +label: "أبو بكر بن أحمد بن محمد بن عمر الأسدي الشهبي الدمشقي، تقي الدين ابن قاضي شهبة (ت 851)" +value: "2555" +data: Rawafed\AuthorsBundle\Entity\Author {#7172 …} +attr: [] +labelTranslationParameters: [] } 921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19531 +label: "أبو بكر عبد الله بن سليمان بن الأشعث السجستاني الحنبلي، ابن أبي داود (ت 316)" +value: "921" +data: Rawafed\AuthorsBundle\Entity\Author {#7178 …} +attr: [] +labelTranslationParameters: [] } 2504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19530 +label: "أبو بكر محمد بن أحمد الصدفي المعروف بابن الصابوني الشاعر الإشبيلي (ت 634)" +value: "2504" +data: Rawafed\AuthorsBundle\Entity\Author {#7187 …} +attr: [] +labelTranslationParameters: [] } 781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19529 +label: "أبو جعفر محمد بن أحمد بن نصر الشافعي الترمذي (ت 295)" +value: "781" +data: Rawafed\AuthorsBundle\Entity\Author {#7193 …} +attr: [] +labelTranslationParameters: [] } 1379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19528 +label: "أبو جعفر محمد بن سعدان المقرئ النحوي، الكوفي الضرير (ت 231)" +value: "1379" +data: Rawafed\AuthorsBundle\Entity\Author {#7199 …} +attr: [] +labelTranslationParameters: [] } 2268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19527 +label: "أبو حفص عمر بن أحمد بن محمود الأزهري" +value: "2268" +data: Rawafed\AuthorsBundle\Entity\Author {#7205 …} +attr: [] +labelTranslationParameters: [] } 2947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19526 +label: "أبو سعيد الحسن بن أبي الحسن: يسار، البصري (ت 110)" +value: "2947" +data: Rawafed\AuthorsBundle\Entity\Author {#7211 …} +attr: [] +labelTranslationParameters: [] } 1718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19525 +label: "أبو سعيد الحسن بن عبد الله بن المرزبان السيرافي النحوي (ت 368)" +value: "1718" +data: Rawafed\AuthorsBundle\Entity\Author {#7217 …} +attr: [] +labelTranslationParameters: [] } 874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19524 +label: "أبو سعيد فرج بن قاسم بن لب الثعلبي الأندلسي الغرناطي (ت 782)" +value: "874" +data: Rawafed\AuthorsBundle\Entity\Author {#7223 …} +attr: [] +labelTranslationParameters: [] } 1597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19523 +label: "أبو صلاح محمد هشام بن لعل محمد آل عبد الغني طاهري البغلاني الأفغاني" +value: "1597" +data: Rawafed\AuthorsBundle\Entity\Author {#7229 …} +attr: [] +labelTranslationParameters: [] } 2773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19522 +label: "أبو طاهر أحمد بن علي بن عبيد الله بن عمر بن سوار البغدادي (ت 496)" +value: "2773" +data: Rawafed\AuthorsBundle\Entity\Author {#7238 …} +attr: [] +labelTranslationParameters: [] } 955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19521 +label: "أبو طاهر إسماعيل بن ظافر بن عبد الله العقيلي المصري (623)" +value: "955" +data: Rawafed\AuthorsBundle\Entity\Author {#7244 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19520 +label: "أبو عبد الرحمن إسماعيل بن أحمد بن عبد الله الضرير الحِيري النيسابوري (ت 431)" +value: "1050" +data: Rawafed\AuthorsBundle\Entity\Author {#7250 …} +attr: [] +labelTranslationParameters: [] } 928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19519 +label: "أبو عبد الرحمن بن الحاج نوح بن نجاتي الأرنؤوطي، المعروف بـ محمد ناصر الدين الألباني (ت 1420)" +value: "928" +data: Rawafed\AuthorsBundle\Entity\Author {#7256 …} +attr: [] +labelTranslationParameters: [] } 812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19518 +label: "أبو عبد الرحمن جمال بن إبراهيم القرش" +value: "812" +data: Rawafed\AuthorsBundle\Entity\Author {#7262 …} +attr: [] +labelTranslationParameters: [] } 2258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19517 +label: "أبو عبد الرحمن سلطان علي" +value: "2258" +data: Rawafed\AuthorsBundle\Entity\Author {#7268 …} +attr: [] +labelTranslationParameters: [] } 2664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19516 +label: "أبو عبد الرحمن عوض بن لطفي الجزار" +value: "2664" +data: Rawafed\AuthorsBundle\Entity\Author {#7274 …} +attr: [] +labelTranslationParameters: [] } 2235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19515 +label: "أبو عبد الرحمن محمود بن محمد الملاح" +value: "2235" +data: Rawafed\AuthorsBundle\Entity\Author {#7280 …} +attr: [] +labelTranslationParameters: [] } 2262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19514 +label: "أبو عبد العزيز طاهر خالد" +value: "2262" +data: Rawafed\AuthorsBundle\Entity\Author {#7286 …} +attr: [] +labelTranslationParameters: [] } 2347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19513 +label: "أبو عبد الكريم محمد سلطان المعصومي الخُجندي المكي (ت 1380)" +value: "2347" +data: Rawafed\AuthorsBundle\Entity\Author {#7292 …} +attr: [] +labelTranslationParameters: [] } 2774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19512 +label: "أبو عبد الله جمال الدين محمد بن سليمان البلخي المقدسي الحنفي، الشهير بابن النقيب (ت 698)" +value: "2774" +data: Rawafed\AuthorsBundle\Entity\Author {#7301 …} +attr: [] +labelTranslationParameters: [] } 2777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19511 +label: "أبو عبد الله جمال الدين محمد بن عبد الله، ابن مالك الطائي الجياني (ت 672)" +value: "2777" +data: Rawafed\AuthorsBundle\Entity\Author {#7307 …} +attr: [] +labelTranslationParameters: [] } 872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19510 +label: "أبو عبد الله عثمان بن عبد الله السالمي العتمي" +value: "872" +data: Rawafed\AuthorsBundle\Entity\Author {#7313 …} +attr: [] +labelTranslationParameters: [] } 892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19509 +label: "أبو عبد الله فخر الدين محمد بن علي بن يوسف بن يالوشة (ت 1314)" +value: "892" +data: Rawafed\AuthorsBundle\Entity\Author {#7319 …} +attr: [] +labelTranslationParameters: [] } 832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19508 +label: "أبو عبد الله محمد بن أحمد بن محمد بن أحمد بن حسين، الموصلي الحنبلي المقرئ شعلة (ت 656)" +value: "832" +data: Rawafed\AuthorsBundle\Entity\Author {#7325 …} +attr: [] +labelTranslationParameters: [] } 864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19507 +label: "أبو عبد الله محمد بن طيفور السجاوندي (ت 560)" +value: "864" +data: Rawafed\AuthorsBundle\Entity\Author {#7331 …} +attr: [] +labelTranslationParameters: [] } 846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19506 +label: "أبو عبد الله محمد بن عبد الجليل التنسي التلمساني (ت 899)" +value: "846" +data: Rawafed\AuthorsBundle\Entity\Author {#7337 …} +attr: [] +labelTranslationParameters: [] } 826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19505 +label: "أبو عبد الله محمد بن عبد الملك المنتوري القيسي الغرناطي (ت 834)" +value: "826" +data: Rawafed\AuthorsBundle\Entity\Author {#7343 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19504 +label: "أبو عبد الله محمد بن علي بن محمد بن أحمد، توزينت التلمساني (ت 1118)" +value: "472" +data: Rawafed\AuthorsBundle\Entity\Author {#7349 …} +attr: [] +labelTranslationParameters: [] } 1754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19503 +label: "أبو عبد الله محمد بن قاسم الأنصاري، الرصاع التونسي المالكي (ت 894)" +value: "1754" +data: Rawafed\AuthorsBundle\Entity\Author {#7355 …} +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19502 +label: "أبو عبد الله محمد بن محمد بن داود الصنهاجي، المشهور بابن آجروم (ت 723)" +value: "880" +data: Rawafed\AuthorsBundle\Entity\Author {#7361 …} +attr: [] +labelTranslationParameters: [] } 845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19501 +label: "أبو عبد الله محمد عبد القادر بن محمد بن المختار القبلوي الجزائري المالكي، الشهير بالشيخ باي بلعالم (ت 1430)" +value: "845" +data: Rawafed\AuthorsBundle\Entity\Author {#7367 …} +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19500 +label: "أبو عبد الله محيي الدين محمد بن سليمان بن سعد بن مسعود الرومي الكافيجي الحنفي (ت 879)" +value: "853" +data: Rawafed\AuthorsBundle\Entity\Author {#7373 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19499 +label: "أبو عبد الله هارون بن موسى العتكي الأزدي القارئ الأعور (ت 170)" +value: "1051" +data: Rawafed\AuthorsBundle\Entity\Author {#7379 …} +attr: [] +labelTranslationParameters: [] } 1555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19498 +label: "أبو عبد الملك أحمد بن فتحي البكيري" +value: "1555" +data: Rawafed\AuthorsBundle\Entity\Author {#7385 …} +attr: [] +labelTranslationParameters: [] } 799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19497 +label: "أبو عبد الملك أحمد بن مسفر بن معجب العتيبي" +value: "799" +data: Rawafed\AuthorsBundle\Entity\Author {#7391 …} +attr: [] +labelTranslationParameters: [] } 1588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19496 +label: "أبو علي الحسن بن أحمد بن عبد الله بن البناء البغدادي الحنبلي (ت 471)" +value: "1588" +data: Rawafed\AuthorsBundle\Entity\Author {#7397 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19495 +label: "أبو علي الحسن بن خلف بن عبد الله بن بَليمة الهرازي المَليلي القيرواني (ت 514)" +value: "473" +data: Rawafed\AuthorsBundle\Entity\Author {#7403 …} +attr: [] +labelTranslationParameters: [] } 989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19494 +label: "أبو علي الحسن بن علي بن إبراهيم بن يَزداد بن هُرمز بن شاهويه الأهوازي (ت 446)" +value: "989" +data: Rawafed\AuthorsBundle\Entity\Author {#7409 …} +attr: [] +labelTranslationParameters: [] } 2294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19493 +label: "أبو علي الحسن بن محمد بن إبراهيم المالكي البغدادي، ثم المصري (ت 438)" +value: "2294" +data: Rawafed\AuthorsBundle\Entity\Author {#7415 …} +attr: [] +labelTranslationParameters: [] } 1844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19492 +label: "أبو علي الحسين بن علي بن طلحة الرجراجي الشوشاوي (ت 899)" +value: "1844" +data: Rawafed\AuthorsBundle\Entity\Author {#7421 …} +attr: [] +labelTranslationParameters: [] } 1605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19491 +label: "أبو عمرو محمد بن يحيى بن الحسن بن أحمد الجُوري الحنيفي النيسابوري (ت 427)" +value: "1605" +data: Rawafed\AuthorsBundle\Entity\Author {#7427 …} +attr: [] +labelTranslationParameters: [] } 877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19490 +label: "أبو عيد رضوان بن محمد بن سليمان المخللاتي (ت 1311)" +value: "877" +data: Rawafed\AuthorsBundle\Entity\Author {#7433 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19489 +label: "أبو غزوان محمد نسيب بن عبد الرزاق بن محيي الدين الرفاعي (ت 1413)" +value: "481" +data: Rawafed\AuthorsBundle\Entity\Author {#7439 …} +attr: [] +labelTranslationParameters: [] } 1380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19488 +label: "أبو فراس مراد (رابح) عطاسي" +value: "1380" +data: Rawafed\AuthorsBundle\Entity\Author {#7445 …} +attr: [] +labelTranslationParameters: [] } 3344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19487 +label: "أبو مالك العوضي" +value: "3344" +data: Rawafed\AuthorsBundle\Entity\Author {#7451 …} +attr: [] +labelTranslationParameters: [] } 2847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19486 +label: "أبو محمد الحسن بن علي بن سعيد المقرئ العماني" +value: "2847" +data: Rawafed\AuthorsBundle\Entity\Author {#7457 …} +attr: [] +labelTranslationParameters: [] } 2201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19485 +label: "أبو محمد زكي الدين عبد العظيم بن عبد الواحد بن ظافر المصري، المعروف بابن أبي الإصبع (ت 654)" +value: "2201" +data: Rawafed\AuthorsBundle\Entity\Author {#7466 …} +attr: [] +labelTranslationParameters: [] } 847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19484 +label: "أبو محمد عبد الدائم بن علي الحديدي الأزهري الشافعي (ت 870)" +value: "847" +data: Rawafed\AuthorsBundle\Entity\Author {#7472 …} +attr: [] +labelTranslationParameters: [] } 2248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19483 +label: "أبو محمد عبد الرحمن بن الشيخ الملا محمد، الشهير بابن الخياط بن محمود بن تارويردي، القره داغي (ت 1335)" +value: "2248" +data: Rawafed\AuthorsBundle\Entity\Author {#7478 …} +attr: [] +labelTranslationParameters: [] } 1098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19482 +label: "أبو محمد عبد الرحمن بن محمد بن إسماعيل" +value: "1098" +data: Rawafed\AuthorsBundle\Entity\Author {#7484 …} +attr: [] +labelTranslationParameters: [] } 2243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19481 +label: "أبو محمد عبد العزيز بن أحمد بن سعيد الديريني، الشهير بالدميري (ت 694)" +value: "2243" +data: Rawafed\AuthorsBundle\Entity\Author {#7490 …} +attr: [] +labelTranslationParameters: [] } 938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19480 +label: "أبو محمد عبد الله بن علي بن أحمد بن عبد الله البغدادي، المعروف بسبط الخياط (ت 541)" +value: "938" +data: Rawafed\AuthorsBundle\Entity\Author {#7496 …} +attr: [] +labelTranslationParameters: [] } 961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19479 +label: "أبو محمد عبد الله بن محمد بن يوسف بن عبد المنان الحلمي الرومي الإسلامبولي الحنفي، المعروف بيوسف أفندي زاده (ت 1167)" +value: "961" +data: Rawafed\AuthorsBundle\Entity\Author {#7502 …} +attr: [] +labelTranslationParameters: [] } 828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19478 +label: "أبو محمد عبد الواحد بن محمد بن أبي السداد الباهلي الأندلسي المالقي (ت 705)" +value: "828" +data: Rawafed\AuthorsBundle\Entity\Author {#7508 …} +attr: [] +labelTranslationParameters: [] } 2695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19477 +label: "أبو مسلم/ عبد المجيد العرابلي " +value: "2695" +data: Rawafed\AuthorsBundle\Entity\Author {#7514 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19476 +label: "أبو معشر عبد الكريم بن عبد الصمد بن محمد القطان الطبري (ت 478)" +value: "474" +data: Rawafed\AuthorsBundle\Entity\Author {#7520 …} +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19475 +label: "أبو منصور محمد بن أحمد بن الأزهري الهروي (ت 370)" +value: "966" +data: Rawafed\AuthorsBundle\Entity\Author {#7526 …} +attr: [] +labelTranslationParameters: [] } 1305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3917 +label: "أبو منصور محمد بن محمد بن محمود الماتريدي السمرقندي الحنفي (ت 333)" +value: "1305" +data: Rawafed\AuthorsBundle\Entity\Author {#7532 …} +attr: [] +labelTranslationParameters: [] } 898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3916 +label: "أبو نصر محمد أعظم بن كَداي محمد التاجكي الهروي البرنابادي" +value: "898" +data: Rawafed\AuthorsBundle\Entity\Author {#7538 …} +attr: [] +labelTranslationParameters: [] } 2532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3915 +label: "أبو نصر محمد بن أحمد بن الحسين بن محمود الأواني الفروخي (ت 557)" +value: "2532" +data: Rawafed\AuthorsBundle\Entity\Author {#7544 …} +attr: [] +labelTranslationParameters: [] } 897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3914 +label: "أبو نوران حامد بن عبد الحميد" +value: "897" +data: Rawafed\AuthorsBundle\Entity\Author {#7550 …} +attr: [] +labelTranslationParameters: [] } 2509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3913 +label: "أبو هلال الحسن بن عبد الله بن سهل بن سعيد بن يحيى بن مهران العسكري (ت 395)" +value: "2509" +data: Rawafed\AuthorsBundle\Entity\Author {#7556 …} +attr: [] +labelTranslationParameters: [] } 2963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3912 +label: "أبو يحيى أبو بكر بن أبي محمد عبد الغني، المشتهر باللبيب" +value: "2963" +data: Rawafed\AuthorsBundle\Entity\Author {#7562 …} +attr: [] +labelTranslationParameters: [] } 2720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3911 +label: "أبوبكر يوسف المشرف" +value: "2720" +data: Rawafed\AuthorsBundle\Entity\Author {#7568 …} +attr: [] +labelTranslationParameters: [] } 2140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3910 +label: "أحسن محمد أشرف الدين" +value: "2140" +data: Rawafed\AuthorsBundle\Entity\Author {#7574 …} +attr: [] +labelTranslationParameters: [] } 2539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3909 +label: "أحلام عبد الله سليمان صالح" +value: "2539" +data: Rawafed\AuthorsBundle\Entity\Author {#7580 …} +attr: [] +labelTranslationParameters: [] } 2120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3908 +label: "أحلام محمد سعيد باحمدان" +value: "2120" +data: Rawafed\AuthorsBundle\Entity\Author {#7586 …} +attr: [] +labelTranslationParameters: [] } 2412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3907 +label: "أحمد أحمد بدوي" +value: "2412" +data: Rawafed\AuthorsBundle\Entity\Author {#7592 …} +attr: [] +labelTranslationParameters: [] } 1010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3906 +label: "أحمد أحمد عبد الله البيلي البدوي (ت 1384)" +value: "1010" +data: Rawafed\AuthorsBundle\Entity\Author {#7598 …} +attr: [] +labelTranslationParameters: [] } 868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +label: "أحمد إدريس الطعان" +value: "868" +data: Rawafed\AuthorsBundle\Entity\Author {#7604 …} +attr: [] +labelTranslationParameters: [] } 1700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3904 +label: "أحمد البايبي" +value: "1700" +data: Rawafed\AuthorsBundle\Entity\Author {#7610 …} +attr: [] +labelTranslationParameters: [] } 1856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19634 +label: "أحمد البراء الأميري" +value: "1856" +data: Rawafed\AuthorsBundle\Entity\Author {#7616 …} +attr: [] +labelTranslationParameters: [] } 3400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19631 +label: "أحمد الجوهري عبد الجواد" +value: "3400" +data: Rawafed\AuthorsBundle\Entity\Author {#7622 …} +attr: [] +labelTranslationParameters: [] } 2715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19630 +label: "أحمد السيد علي إبراهيم" +value: "2715" +data: Rawafed\AuthorsBundle\Entity\Author {#7628 …} +attr: [] +labelTranslationParameters: [] } 1557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19629 +label: "أحمد السيد علي الكومي" +value: "1557" +data: Rawafed\AuthorsBundle\Entity\Author {#7634 …} +attr: [] +labelTranslationParameters: [] } 2572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19628 +label: "أحمد الشايب عرباوي" +value: "2572" +data: Rawafed\AuthorsBundle\Entity\Author {#7640 …} +attr: [] +labelTranslationParameters: [] } 2355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19627 +label: "أحمد الشرباصي" +value: "2355" +data: Rawafed\AuthorsBundle\Entity\Author {#7646 …} +attr: [] +labelTranslationParameters: [] } 2743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19632 +label: "أحمد الطاهر أحمد الطاهر" +value: "2743" +data: Rawafed\AuthorsBundle\Entity\Author {#7652 …} +attr: [] +labelTranslationParameters: [] } 2202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19635 +label: "أحمد الكردي" +value: "2202" +data: Rawafed\AuthorsBundle\Entity\Author {#7658 …} +attr: [] +labelTranslationParameters: [] } 1161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19636 +label: "أحمد الودوي" +value: "1161" +data: Rawafed\AuthorsBundle\Entity\Author {#7664 …} +attr: [] +labelTranslationParameters: [] } 1181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19637 +label: "أحمد باخميس" +value: "1181" +data: Rawafed\AuthorsBundle\Entity\Author {#7670 …} +attr: [] +labelTranslationParameters: [] } 1864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19638 +label: "أحمد براك سالم الهيفي" +value: "1864" +data: Rawafed\AuthorsBundle\Entity\Author {#7676 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19639 +label: "أحمد بزوي الضاوي" +value: "998" +data: Rawafed\AuthorsBundle\Entity\Author {#7685 …} +attr: [] +labelTranslationParameters: [] } 1184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19640 +label: "أحمد بزيو" +value: "1184" +data: Rawafed\AuthorsBundle\Entity\Author {#7691 …} +attr: [] +labelTranslationParameters: [] } 2341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19641 +label: "أحمد بن أبي سعيد بن عبد الله المكي الهندي الصالحي الجونفري ملا جيون (ت 1130)" +value: "2341" +data: Rawafed\AuthorsBundle\Entity\Author {#7697 …} +attr: [] +labelTranslationParameters: [] } 1262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19642 +label: "أحمد بن أحمد" +value: "1262" +data: Rawafed\AuthorsBundle\Entity\Author {#7703 …} +attr: [] +labelTranslationParameters: [] } 825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19643 +label: "أحمد بن أحمد بن عبد الحق بن محمد بن عبد الحق السنباطي (ت 999)" +value: "825" +data: Rawafed\AuthorsBundle\Entity\Author {#7712 …} +attr: [] +labelTranslationParameters: [] } 878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19644 +label: "أحمد بن أحمد بن محمد السجاعي البدراوي الشافعي الأزهري (ت 1197)" +value: "878" +data: Rawafed\AuthorsBundle\Entity\Author {#7718 …} +attr: [] +labelTranslationParameters: [] } 885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19645 +label: "أحمد بن أحمد بن محمد عبد الله الطويل" +value: "885" +data: Rawafed\AuthorsBundle\Entity\Author {#7724 …} +attr: [] +labelTranslationParameters: [] } 800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19646 +label: "أحمد بن أحمد بن معمر شرشال الجزائري" +value: "800" +data: Rawafed\AuthorsBundle\Entity\Author {#7730 …} +attr: [] +labelTranslationParameters: [] } 954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19647 +label: "أحمدُ بن الشيخ محمد بن أحمذيّ الحسني الموريتاني (ت 1387)" +value: "954" +data: Rawafed\AuthorsBundle\Entity\Author {#7736 …} +attr: [] +labelTranslationParameters: [] } 801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19648 +label: "أحمد بن ثابت التلمساني البجائي الشريف الحسني (ت 1152)" +value: "801" +data: Rawafed\AuthorsBundle\Entity\Author {#7742 …} +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19649 +label: "أحمد بن حسن فرحات" +value: "965" +data: Rawafed\AuthorsBundle\Entity\Author {#7748 …} +attr: [] +labelTranslationParameters: [] } 2066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19650 +label: "أحمد بن سعد المطيري" +value: "2066" +data: Rawafed\AuthorsBundle\Entity\Author {#7754 …} +attr: [] +labelTranslationParameters: [] } 2870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19651 +label: "أحمد بن سعد بن حامد الحربي المالكي" +value: "2870" +data: Rawafed\AuthorsBundle\Entity\Author {#7760 …} +attr: [] +labelTranslationParameters: [] } 2348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19652 +label: "أحمد بن عايش عبد اللطيف العاني" +value: "2348" +data: Rawafed\AuthorsBundle\Entity\Author {#7766 …} +attr: [] +labelTranslationParameters: [] } 829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19653 +label: "أحمد بن عبد العزيز بن أحمد بن محمد الزيات المصري المدني (ت 1424)" +value: "829" +data: Rawafed\AuthorsBundle\Entity\Author {#7772 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19654 +label: "أحمد بن عبد الكريم بن محمد بن عبد الكريم الأشموني المصري الشافعي (ت نحو 1100)" +value: "1013" +data: Rawafed\AuthorsBundle\Entity\Author {#7778 …} +attr: [] +labelTranslationParameters: [] } 1064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19655 +label: "أحمد بن عبد الله العمودي" +value: "1064" +data: Rawafed\AuthorsBundle\Entity\Author {#7784 …} +attr: [] +labelTranslationParameters: [] } 1290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19656 +label: "أحمد بن عبد الله بن محمد آل عبد الكريم" +value: "1290" +data: Rawafed\AuthorsBundle\Entity\Author {#7790 …} +attr: [] +labelTranslationParameters: [] } 2333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19657 +label: "أحمد بن عبد الله محمد مشهور حمدي" +value: "2333" +data: Rawafed\AuthorsBundle\Entity\Author {#7796 …} +attr: [] +labelTranslationParameters: [] } 2135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19658 +label: "أحمد بن علي بن عمر الزيلعي" +value: "2135" +data: Rawafed\AuthorsBundle\Entity\Author {#7802 …} +attr: [] +labelTranslationParameters: [] } 1385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19659 +label: "أحمد بن عمر بن أحمد السيد" +value: "1385" +data: Rawafed\AuthorsBundle\Entity\Author {#7808 …} +attr: [] +labelTranslationParameters: [] } 1977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19660 +label: "أحمد بن فهد بن مزيد الخطاف" +value: "1977" +data: Rawafed\AuthorsBundle\Entity\Author {#7814 …} +attr: [] +labelTranslationParameters: [] } 2817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19661 +label: "أحمد بن محسن بن علي العبيدي" +value: "2817" +data: Rawafed\AuthorsBundle\Entity\Author {#7820 …} +attr: [] +labelTranslationParameters: [] } 2349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19662 +label: "أحمد بن محمد الأدنه وي" +value: "2349" +data: Rawafed\AuthorsBundle\Entity\Author {#7826 …} +attr: [] +labelTranslationParameters: [] } 1799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19663 +label: "أحمد بن محمد العمراني" +value: "1799" +data: Rawafed\AuthorsBundle\Entity\Author {#7832 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19664 +label: "أحمد بن محمد بن قاسم مذكور" +value: "1014" +data: Rawafed\AuthorsBundle\Entity\Author {#7838 …} +attr: [] +labelTranslationParameters: [] } 2637 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19665 +label: "أحمد بن محمد بن يحيى الفقيه الزهراني" +value: "2637" +data: Rawafed\AuthorsBundle\Entity\Author {#7844 …} +attr: [] +labelTranslationParameters: [] } 2868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19666 +label: "أحمد بن مشعل بن عزيز الغامدي" +value: "2868" +data: Rawafed\AuthorsBundle\Entity\Author {#7850 …} +attr: [] +labelTranslationParameters: [] } 2800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19667 +label: "أحمد بوصبيعات" +value: "2800" +data: Rawafed\AuthorsBundle\Entity\Author {#7856 …} +attr: [] +labelTranslationParameters: [] } 3405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19668 +label: "أحمد بوعود" +value: "3405" +data: Rawafed\AuthorsBundle\Entity\Author {#7862 …} +attr: [] +labelTranslationParameters: [] } 2094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19669 +label: "أحمد تالي إدريس" +value: "2094" +data: Rawafed\AuthorsBundle\Entity\Author {#7868 …} +attr: [] +labelTranslationParameters: [] } 1836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19670 +label: "أحمد توفيق شاولي" +value: "1836" +data: Rawafed\AuthorsBundle\Entity\Author {#7874 …} +attr: [] +labelTranslationParameters: [] } 1825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19671 +label: "أحمد جلوب جاسم العيساوي" +value: "1825" +data: Rawafed\AuthorsBundle\Entity\Author {#7880 …} +attr: [] +labelTranslationParameters: [] } 2245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19672 +label: "أحمد جمال العمري" +value: "2245" +data: Rawafed\AuthorsBundle\Entity\Author {#7886 …} +attr: [] +labelTranslationParameters: [] } 1368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19673 +label: "أحمد جهاد أبو دية" +value: "1368" +data: Rawafed\AuthorsBundle\Entity\Author {#7892 …} +attr: [] +labelTranslationParameters: [] } 2452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19674 +label: "أحمد جودت باشا (ت 1312)" +value: "2452" +data: Rawafed\AuthorsBundle\Entity\Author {#7898 …} +attr: [] +labelTranslationParameters: [] } 1709 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19675 +label: "أحمد حسن صالح محمد الفقيه" +value: "1709" +data: Rawafed\AuthorsBundle\Entity\Author {#7907 …} +attr: [] +labelTranslationParameters: [] } 1855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19676 +label: "أحمد حسين محمد الرفاعي" +value: "1855" +data: Rawafed\AuthorsBundle\Entity\Author {#7913 …} +attr: [] +labelTranslationParameters: [] } 2840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19677 +label: "أحمد حفني" +value: "2840" +data: Rawafed\AuthorsBundle\Entity\Author {#7919 …} +attr: [] +labelTranslationParameters: [] } 902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19678 +label: "أحمد خالد بابكر" +value: "902" +data: Rawafed\AuthorsBundle\Entity\Author {#7925 …} +attr: [] +labelTranslationParameters: [] } 2054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19679 +label: "أحمد خضير عباس علي" +value: "2054" +data: Rawafed\AuthorsBundle\Entity\Author {#7931 …} +attr: [] +labelTranslationParameters: [] } 944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19680 +label: "أحمد خليل شاهين" +value: "944" +data: Rawafed\AuthorsBundle\Entity\Author {#7937 …} +attr: [] +labelTranslationParameters: [] } 3095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19681 +label: "أحمد دحماني" +value: "3095" +data: Rawafed\AuthorsBundle\Entity\Author {#7943 …} +attr: [] +labelTranslationParameters: [] } 1194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19682 +label: "أحمد ذياب أحمد عنانزة" +value: "1194" +data: Rawafed\AuthorsBundle\Entity\Author {#7949 …} +attr: [] +labelTranslationParameters: [] } 2324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19683 +label: "أحمد زغلول عباس مهران" +value: "2324" +data: Rawafed\AuthorsBundle\Entity\Author {#7955 …} +attr: [] +labelTranslationParameters: [] } 1896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19684 +label: "أحمد سالم ملحم" +value: "1896" +data: Rawafed\AuthorsBundle\Entity\Author {#7961 …} +attr: [] +labelTranslationParameters: [] } 1223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19685 +label: "أحمد سليمان البشايرة" +value: "1223" +data: Rawafed\AuthorsBundle\Entity\Author {#7967 …} +attr: [] +labelTranslationParameters: [] } 3215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19686 +label: "أحمد سمران أحمد الحربي" +value: "3215" +data: Rawafed\AuthorsBundle\Entity\Author {#7973 …} +attr: [] +labelTranslationParameters: [] } 1810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19687 +label: "أحمد سهام رشيد التدريسي" +value: "1810" +data: Rawafed\AuthorsBundle\Entity\Author {#7979 …} +attr: [] +labelTranslationParameters: [] } 1390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19688 +label: "أحمد شوقي بن حسين بن علي أغا الآلوسي (ت 1346)" +value: "1390" +data: Rawafed\AuthorsBundle\Entity\Author {#7985 …} +attr: [] +labelTranslationParameters: [] } 3222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19689 +label: "أحمد صالح محايري" +value: "3222" +data: Rawafed\AuthorsBundle\Entity\Author {#7991 …} +attr: [] +labelTranslationParameters: [] } 3428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19690 +label: "أحمد صلاح البهنسي" +value: "3428" +data: Rawafed\AuthorsBundle\Entity\Author {#7997 …} +attr: [] +labelTranslationParameters: [] } 1378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19691 +label: "أحمد طلال حلمي السموني" +value: "1378" +data: Rawafed\AuthorsBundle\Entity\Author {#8003 …} +attr: [] +labelTranslationParameters: [] } 2499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19692 +label: "أحمد عارف حجازي عبد العليم" +value: "2499" +data: Rawafed\AuthorsBundle\Entity\Author {#8009 …} +attr: [] +labelTranslationParameters: [] } 1616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19693 +label: "أحمد عايش حبيب" +value: "1616" +data: Rawafed\AuthorsBundle\Entity\Author {#8015 …} +attr: [] +labelTranslationParameters: [] } 1311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19694 +label: "أحمد عباس البدوي" +value: "1311" +data: Rawafed\AuthorsBundle\Entity\Author {#8021 …} +attr: [] +labelTranslationParameters: [] } 2529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19695 +label: "أحمد عبد الحميد علي خزنة" +value: "2529" +data: Rawafed\AuthorsBundle\Entity\Author {#8027 …} +attr: [] +labelTranslationParameters: [] } 2624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19696 +label: "أحمد عبد الستار الجواري (ت 1408)" +value: "2624" +data: Rawafed\AuthorsBundle\Entity\Author {#8033 …} +attr: [] +labelTranslationParameters: [] } 1633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19697 +label: "أحمد عبد القادر حسن قطناني" +value: "1633" +data: Rawafed\AuthorsBundle\Entity\Author {#8039 …} +attr: [] +labelTranslationParameters: [] } 903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19698 +label: "أحمد عبد الكريم شوكة الكبيسي" +value: "903" +data: Rawafed\AuthorsBundle\Entity\Author {#8045 …} +attr: [] +labelTranslationParameters: [] } 2222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19699 +label: "أحمد عبد الوهاب" +value: "2222" +data: Rawafed\AuthorsBundle\Entity\Author {#8051 …} +attr: [] +labelTranslationParameters: [] } 2983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19700 +label: "أحمد عطية الزهراني" +value: "2983" +data: Rawafed\AuthorsBundle\Entity\Author {#8057 …} +attr: [] +labelTranslationParameters: [] } 2568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19701 +label: "أحمد فالح محمود الخالدي" +value: "2568" +data: Rawafed\AuthorsBundle\Entity\Author {#8063 …} +attr: [] +labelTranslationParameters: [] } 3353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19702 +label: "أحمد فتحي البشير" +value: "3353" +data: Rawafed\AuthorsBundle\Entity\Author {#8069 …} +attr: [] +labelTranslationParameters: [] } 1450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19703 +label: "أحمد فريد صالح أبو هزيم" +value: "1450" +data: Rawafed\AuthorsBundle\Entity\Author {#8075 …} +attr: [] +labelTranslationParameters: [] } 1226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19704 +label: "أحمد فليح" +value: "1226" +data: Rawafed\AuthorsBundle\Entity\Author {#8081 …} +attr: [] +labelTranslationParameters: [] } 2880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19705 +label: "أحمد فوزي" +value: "2880" +data: Rawafed\AuthorsBundle\Entity\Author {#8087 …} +attr: [] +labelTranslationParameters: [] } 1853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19706 +label: "أحمد قاسم عبد الرحمن" +value: "1853" +data: Rawafed\AuthorsBundle\Entity\Author {#8093 …} +attr: [] +labelTranslationParameters: [] } 1187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19707 +label: "أحمد لافي فلاح بطي المحيه المطيري" +value: "1187" +data: Rawafed\AuthorsBundle\Entity\Author {#8099 …} +attr: [] +labelTranslationParameters: [] } 2019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19708 +label: "أحمد لطفي الحكيم" +value: "2019" +data: Rawafed\AuthorsBundle\Entity\Author {#8105 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19709 +label: "أحمد مالك حماد الفوتي الأزهري (ت 1419)" +value: "987" +data: Rawafed\AuthorsBundle\Entity\Author {#8111 …} +attr: [] +labelTranslationParameters: [] } 3068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19710 +label: "أحمد محسن خلف" +value: "3068" +data: Rawafed\AuthorsBundle\Entity\Author {#8120 …} +attr: [] +labelTranslationParameters: [] } 817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19711 +label: "أحمد محمد أبو زيتحار (ت 1413)" +value: "817" +data: Rawafed\AuthorsBundle\Entity\Author {#8126 …} +attr: [] +labelTranslationParameters: [] } 2616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19712 +label: "أحمد محمد أبو عريش الغامدي" +value: "2616" +data: Rawafed\AuthorsBundle\Entity\Author {#8132 …} +attr: [] +labelTranslationParameters: [] } 1333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19713 +label: "أحمد محمد أحمد الكرنز" +value: "1333" +data: Rawafed\AuthorsBundle\Entity\Author {#8138 …} +attr: [] +labelTranslationParameters: [] } 1350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19714 +label: "أحمد محمد رشاد عبد الله" +value: "1350" +data: Rawafed\AuthorsBundle\Entity\Author {#8144 …} +attr: [] +labelTranslationParameters: [] } 1090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19715 +label: "أحمد محمد عبد الرحمن محمد محمود" +value: "1090" +data: Rawafed\AuthorsBundle\Entity\Author {#8150 …} +attr: [] +labelTranslationParameters: [] } 1134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19716 +label: "أحمد محمد عطية يوسف المنيراوي" +value: "1134" +data: Rawafed\AuthorsBundle\Entity\Author {#8156 …} +attr: [] +labelTranslationParameters: [] } 1320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19717 +label: "أحمد محمد فارس" +value: "1320" +data: Rawafed\AuthorsBundle\Entity\Author {#8162 …} +attr: [] +labelTranslationParameters: [] } 2141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19718 +label: "أحمد محمد يحيى المقري" +value: "2141" +data: Rawafed\AuthorsBundle\Entity\Author {#8168 …} +attr: [] +labelTranslationParameters: [] } 1137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19719 +label: "أحمد محمود إسماعيل كحيل" +value: "1137" +data: Rawafed\AuthorsBundle\Entity\Author {#8174 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19720 +label: "أحمد محمود عبد السميع الشافعي الحفيان" +value: "1049" +data: Rawafed\AuthorsBundle\Entity\Author {#8180 …} +attr: [] +labelTranslationParameters: [] } 2322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19721 +label: "أحمد محمود محمد محمد" +value: "2322" +data: Rawafed\AuthorsBundle\Entity\Author {#8186 …} +attr: [] +labelTranslationParameters: [] } 3085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19722 +label: "أحمد مرغم" +value: "3085" +data: Rawafed\AuthorsBundle\Entity\Author {#8192 …} +attr: [] +labelTranslationParameters: [] } 1666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19723 +label: "أحمد مصباح رزق" +value: "1666" +data: Rawafed\AuthorsBundle\Entity\Author {#8198 …} +attr: [] +labelTranslationParameters: [] } 2467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19724 +label: "أحمد مصلح حسين دريدي" +value: "2467" +data: Rawafed\AuthorsBundle\Entity\Author {#8204 …} +attr: [] +labelTranslationParameters: [] } 2570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19725 +label: "أحمد مكي الأنصاري" +value: "2570" +data: Rawafed\AuthorsBundle\Entity\Author {#8210 …} +attr: [] +labelTranslationParameters: [] } 1744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19726 +label: "أحمد مناف حسن القيسي" +value: "1744" +data: Rawafed\AuthorsBundle\Entity\Author {#8216 …} +attr: [] +labelTranslationParameters: [] } 1865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19727 +label: "أحمد هادي شيخ علي" +value: "1865" +data: Rawafed\AuthorsBundle\Entity\Author {#8222 …} +attr: [] +labelTranslationParameters: [] } 3362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19728 +label: "أحمد وجيه" +value: "3362" +data: Rawafed\AuthorsBundle\Entity\Author {#8228 …} +attr: [] +labelTranslationParameters: [] } 3406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19729 +label: "أحمد وسام شاكر" +value: "3406" +data: Rawafed\AuthorsBundle\Entity\Author {#8234 …} +attr: [] +labelTranslationParameters: [] } 2466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19730 +label: "أحمد ياسوف" +value: "2466" +data: Rawafed\AuthorsBundle\Entity\Author {#8240 …} +attr: [] +labelTranslationParameters: [] } 2670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19731 +label: "أحمد ياني موفينشة" +value: "2670" +data: Rawafed\AuthorsBundle\Entity\Author {#8246 …} +attr: [] +labelTranslationParameters: [] } 906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19732 +label: "أحمد يوسف أحمد الدرديري" +value: "906" +data: Rawafed\AuthorsBundle\Entity\Author {#8252 …} +attr: [] +labelTranslationParameters: [] } 1457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19733 +label: "أدهم عمر عباس خرشة" +value: "1457" +data: Rawafed\AuthorsBundle\Entity\Author {#8258 …} +attr: [] +labelTranslationParameters: [] } 3144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19734 +label: "أروى طارق التل" +value: "3144" +data: Rawafed\AuthorsBundle\Entity\Author {#8264 …} +attr: [] +labelTranslationParameters: [] } 2494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19735 +label: "أرياف غازي جمال خليفة" +value: "2494" +data: Rawafed\AuthorsBundle\Entity\Author {#8270 …} +attr: [] +labelTranslationParameters: [] } 1950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19736 +label: "أريس إسماواتي" +value: "1950" +data: Rawafed\AuthorsBundle\Entity\Author {#8276 …} +attr: [] +labelTranslationParameters: [] } 3427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19737 +label: "أسامة المراكبي" +value: "3427" +data: Rawafed\AuthorsBundle\Entity\Author {#8282 …} +attr: [] +labelTranslationParameters: [] } 931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19738 +label: "أسامة جميل عبد الغني ربايعة" +value: "931" +data: Rawafed\AuthorsBundle\Entity\Author {#8288 …} +attr: [] +labelTranslationParameters: [] } 2746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19739 +label: "أسامة عبد الرحيم سليم" +value: "2746" +data: Rawafed\AuthorsBundle\Entity\Author {#8294 …} +attr: [] +labelTranslationParameters: [] } 2399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19740 +label: "أسامة عبد العزيز جاب الله" +value: "2399" +data: Rawafed\AuthorsBundle\Entity\Author {#8300 …} +attr: [] +labelTranslationParameters: [] } 1624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19741 +label: "أسامة عبد العزيز عطية باشا" +value: "1624" +data: Rawafed\AuthorsBundle\Entity\Author {#8306 …} +attr: [] +labelTranslationParameters: [] } 1763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19742 +label: "أسامة عبد المالك إبراهيم عثمان" +value: "1763" +data: Rawafed\AuthorsBundle\Entity\Author {#8312 …} +attr: [] +labelTranslationParameters: [] } 1284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19743 +label: "أسامة محمد عثمان خليل" +value: "1284" +data: Rawafed\AuthorsBundle\Entity\Author {#8318 …} +attr: [] +labelTranslationParameters: [] } 1740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19744 +label: "أسرار أحمد خان" +value: "1740" +data: Rawafed\AuthorsBundle\Entity\Author {#8324 …} +attr: [] +labelTranslationParameters: [] } 1683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19745 +label: "أسعد أحمد سعيد نبهان" +value: "1683" +data: Rawafed\AuthorsBundle\Entity\Author {#8330 …} +attr: [] +labelTranslationParameters: [] } 2879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19746 +label: "أسعد مسعود" +value: "2879" +data: Rawafed\AuthorsBundle\Entity\Author {#8336 …} +attr: [] +labelTranslationParameters: [] } 1690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19747 +label: "أسماء أحمد عبد الرحمن الملفوح" +value: "1690" +data: Rawafed\AuthorsBundle\Entity\Author {#8342 …} +attr: [] +labelTranslationParameters: [] } 2359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19748 +label: "أسماء بنت راشد الرويشد" +value: "2359" +data: Rawafed\AuthorsBundle\Entity\Author {#8348 …} +attr: [] +labelTranslationParameters: [] } 2908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19749 +label: "أسماء عبد الرحيم عبد الله حمودة" +value: "2908" +data: Rawafed\AuthorsBundle\Entity\Author {#8354 …} +attr: [] +labelTranslationParameters: [] } 1800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19750 +label: "أسماء عبد الله داود عطا الله" +value: "1800" +data: Rawafed\AuthorsBundle\Entity\Author {#8360 …} +attr: [] +labelTranslationParameters: [] } 1366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19751 +label: "أسماء وجيه أبو صفية" +value: "1366" +data: Rawafed\AuthorsBundle\Entity\Author {#8366 …} +attr: [] +labelTranslationParameters: [] } 1684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19752 +label: "أشرف إبراهيم عليان سلامة" +value: "1684" +data: Rawafed\AuthorsBundle\Entity\Author {#8372 …} +attr: [] +labelTranslationParameters: [] } 2199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19753 +label: "أشرف عبد البديع عبد الكريم" +value: "2199" +data: Rawafed\AuthorsBundle\Entity\Author {#8378 …} +attr: [] +labelTranslationParameters: [] } 1819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19754 +label: "أشرف محمد زيدان" +value: "1819" +data: Rawafed\AuthorsBundle\Entity\Author {#8384 …} +attr: [] +labelTranslationParameters: [] } 1904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19755 +label: "أشرف محمد فؤاد طلعت" +value: "1904" +data: Rawafed\AuthorsBundle\Entity\Author {#8390 …} +attr: [] +labelTranslationParameters: [] } 1967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19756 +label: "أطيع وِديتي" +value: "1967" +data: Rawafed\AuthorsBundle\Entity\Author {#8396 …} +attr: [] +labelTranslationParameters: [] } 2305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19757 +label: "أفنان أحمد حسن قاضي" +value: "2305" +data: Rawafed\AuthorsBundle\Entity\Author {#8402 …} +attr: [] +labelTranslationParameters: [] } 2345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19758 +label: "أكرم رضا" +value: "2345" +data: Rawafed\AuthorsBundle\Entity\Author {#8408 …} +attr: [] +labelTranslationParameters: [] } 1462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19759 +label: "أكرم علي حمدان" +value: "1462" +data: Rawafed\AuthorsBundle\Entity\Author {#8414 …} +attr: [] +labelTranslationParameters: [] } 2505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19760 +label: "أم أحمد حليمة سال بنت عباس سال" +value: "2505" +data: Rawafed\AuthorsBundle\Entity\Author {#8420 …} +attr: [] +labelTranslationParameters: [] } 3229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19761 +label: "أم هاني بنت صلاح الدين بن فخري زين العابدين" +value: "3229" +data: Rawafed\AuthorsBundle\Entity\Author {#8426 …} +attr: [] +labelTranslationParameters: [] } 1492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19762 +label: "أمامة فخري إبراهيم الأقطم" +value: "1492" +data: Rawafed\AuthorsBundle\Entity\Author {#8432 …} +attr: [] +labelTranslationParameters: [] } 2960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19763 +label: "أماني بنت محمد عاشور" +value: "2960" +data: Rawafed\AuthorsBundle\Entity\Author {#8438 …} +attr: [] +labelTranslationParameters: [] } 1832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19764 +label: "أماني عمر مطر أبو زاهر" +value: "1832" +data: Rawafed\AuthorsBundle\Entity\Author {#8444 …} +attr: [] +labelTranslationParameters: [] } 2843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19765 +label: "أمجد محمد يوسف إبراهيم" +value: "2843" +data: Rawafed\AuthorsBundle\Entity\Author {#8450 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19766 +label: "أمجد وفيق محمد أبو مطر" +value: "1128" +data: Rawafed\AuthorsBundle\Entity\Author {#8456 …} +attr: [] +labelTranslationParameters: [] } 3026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19767 +label: "أمجد يونس الجنابي" +value: "3026" +data: Rawafed\AuthorsBundle\Entity\Author {#8462 …} +attr: [] +labelTranslationParameters: [] } 1635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19768 +label: "أمل بنت إبراهيم بن طه الشيخ" +value: "1635" +data: Rawafed\AuthorsBundle\Entity\Author {#8468 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19769 +label: "أمل بنت رشاد بن علي سروجي" +value: "1045" +data: Rawafed\AuthorsBundle\Entity\Author {#8474 …} +attr: [] +labelTranslationParameters: [] } 1859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19770 +label: "أمل حسين حسن الخاقاني" +value: "1859" +data: Rawafed\AuthorsBundle\Entity\Author {#8480 …} +attr: [] +labelTranslationParameters: [] } 3225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19771 +label: "أمل شفيق العمري" +value: "3225" +data: Rawafed\AuthorsBundle\Entity\Author {#8486 …} +attr: [] +labelTranslationParameters: [] } 1123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19772 +label: "أمنة عشاب" +value: "1123" +data: Rawafed\AuthorsBundle\Entity\Author {#8492 …} +attr: [] +labelTranslationParameters: [] } 1991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19773 +label: "أمي رافعة" +value: "1991" +data: Rawafed\AuthorsBundle\Entity\Author {#8498 …} +attr: [] +labelTranslationParameters: [] } 1946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19774 +label: "أمي ربيع همة الفائقة" +value: "1946" +data: Rawafed\AuthorsBundle\Entity\Author {#8504 …} +attr: [] +labelTranslationParameters: [] } 1245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19775 +label: "أمية عبد الله شعبان الغرة" +value: "1245" +data: Rawafed\AuthorsBundle\Entity\Author {#8510 …} +attr: [] +labelTranslationParameters: [] } 2681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19776 +label: "أمير فيصل فتح" +value: "2681" +data: Rawafed\AuthorsBundle\Entity\Author {#8516 …} +attr: [] +labelTranslationParameters: [] } 2933 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19777 +label: "أميرة أسعد علي قنق" +value: "2933" +data: Rawafed\AuthorsBundle\Entity\Author {#8522 …} +attr: [] +labelTranslationParameters: [] } 2644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19778 +label: "أميرة بنت عتيق الله اليوبي" +value: "2644" +data: Rawafed\AuthorsBundle\Entity\Author {#8528 …} +attr: [] +labelTranslationParameters: [] } 1606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19779 +label: "أمين بن محمد المناسية" +value: "1606" +data: Rawafed\AuthorsBundle\Entity\Author {#8534 …} +attr: [] +labelTranslationParameters: [] } 2894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19780 +label: "أمين صيفور" +value: "2894" +data: Rawafed\AuthorsBundle\Entity\Author {#8540 …} +attr: [] +labelTranslationParameters: [] } 1986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19781 +label: "أمينة الرشيدة" +value: "1986" +data: Rawafed\AuthorsBundle\Entity\Author {#8546 …} +attr: [] +labelTranslationParameters: [] } 1343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19782 +label: "أمينة محمد شعبان دلول" +value: "1343" +data: Rawafed\AuthorsBundle\Entity\Author {#8552 …} +attr: [] +labelTranslationParameters: [] } 2091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19783 +label: "أنجب غلام نبي بن غلام محمد" +value: "2091" +data: Rawafed\AuthorsBundle\Entity\Author {#8558 …} +attr: [] +labelTranslationParameters: [] } 3426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19784 +label: "أنجيليكا نويفرت - ANGELIKA NEUWIRTH" +value: "3426" +data: Rawafed\AuthorsBundle\Entity\Author {#8564 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19785 +label: "أنور أحمد داود اعمير" +value: "1119" +data: Rawafed\AuthorsBundle\Entity\Author {#8573 …} +attr: [] +labelTranslationParameters: [] } 2219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19786 +label: "أنور الباز" +value: "2219" +data: Rawafed\AuthorsBundle\Entity\Author {#8579 …} +attr: [] +labelTranslationParameters: [] } 3385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19787 +label: "أنور الجمعاوي" +value: "3385" +data: Rawafed\AuthorsBundle\Entity\Author {#8585 …} +attr: [] +labelTranslationParameters: [] } 2628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19788 +label: "أنور الجندي (ت 1422)" +value: "2628" +data: Rawafed\AuthorsBundle\Entity\Author {#8591 …} +attr: [] +labelTranslationParameters: [] } 2029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19789 +label: "أنور صالح أبو زيد" +value: "2029" +data: Rawafed\AuthorsBundle\Entity\Author {#8597 …} +attr: [] +labelTranslationParameters: [] } 2374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19790 +label: "أنور قاسم الخضري" +value: "2374" +data: Rawafed\AuthorsBundle\Entity\Author {#8603 …} +attr: [] +labelTranslationParameters: [] } 2863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19791 +label: "أول الدين يحيى الإندونيسي" +value: "2863" +data: Rawafed\AuthorsBundle\Entity\Author {#8609 …} +attr: [] +labelTranslationParameters: [] } 3421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19792 +label: "أولريكا مارتنسون - ULRIKA MÅRTENSSON" +value: "3421" +data: Rawafed\AuthorsBundle\Entity\Author {#8618 …} +attr: [] +labelTranslationParameters: [] } 1207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19793 +label: "أيمن إبراهيم يوسف ريان" +value: "1207" +data: Rawafed\AuthorsBundle\Entity\Author {#8624 …} +attr: [] +labelTranslationParameters: [] } 2621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19794 +label: "أيمن الشوا" +value: "2621" +data: Rawafed\AuthorsBundle\Entity\Author {#8630 …} +attr: [] +labelTranslationParameters: [] } 1833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19795 +label: "أيمن بن غازي بن حسين صابر" +value: "1833" +data: Rawafed\AuthorsBundle\Entity\Author {#8636 …} +attr: [] +labelTranslationParameters: [] } 2745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19796 +label: "أيمن بن يحيى الشيخ" +value: "2745" +data: Rawafed\AuthorsBundle\Entity\Author {#8642 …} +attr: [] +labelTranslationParameters: [] } 1360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19797 +label: "أيمن عبد الحميد أحمد أبو سويرح" +value: "1360" +data: Rawafed\AuthorsBundle\Entity\Author {#8648 …} +attr: [] +labelTranslationParameters: [] } 2407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19798 +label: "أيمن ميرغني" +value: "2407" +data: Rawafed\AuthorsBundle\Entity\Author {#8654 …} +attr: [] +labelTranslationParameters: [] } 1261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19799 +label: "أيوب عوينتي" +value: "1261" +data: Rawafed\AuthorsBundle\Entity\Author {#8660 …} +attr: [] +labelTranslationParameters: [] } 2484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19800 +label: "إبراهيم أحمد السامرائي (ت 1422)" +value: "2484" +data: Rawafed\AuthorsBundle\Entity\Author {#8666 …} +attr: [] +labelTranslationParameters: [] } 1258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19801 +label: "إبراهيم الحميضي" +value: "1258" +data: Rawafed\AuthorsBundle\Entity\Author {#8672 …} +attr: [] +labelTranslationParameters: [] } 2970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19802 +label: "إبراهيم بن إسماعيل بن محمود العدوي (ت 1099)" +value: "2970" +data: Rawafed\AuthorsBundle\Entity\Author {#8678 …} +attr: [] +labelTranslationParameters: [] } 2055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19803 +label: "إبراهيم بن حسين بن علي صُنبع" +value: "2055" +data: Rawafed\AuthorsBundle\Entity\Author {#8684 …} +attr: [] +labelTranslationParameters: [] } 2381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19804 +label: "إبراهيم بن عبد الرحمن التركي " +value: "2381" +data: Rawafed\AuthorsBundle\Entity\Author {#8690 …} +attr: [] +labelTranslationParameters: [] } 3147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19805 +label: "إبراهيم بن عبد العزيز الزيد" +value: "3147" +data: Rawafed\AuthorsBundle\Entity\Author {#8696 …} +attr: [] +labelTranslationParameters: [] } 2722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19806 +label: "إبراهيم بن عبد الله السماعيل" +value: "2722" +data: Rawafed\AuthorsBundle\Entity\Author {#8702 …} +attr: [] +labelTranslationParameters: [] } 914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19807 +label: "إبراهيم بن عبد المنعم الشربيني" +value: "914" +data: Rawafed\AuthorsBundle\Entity\Author {#8708 …} +attr: [] +labelTranslationParameters: [] } 3145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19808 +label: "إبراهيم بن عمر السكران" +value: "3145" +data: Rawafed\AuthorsBundle\Entity\Author {#8714 …} +attr: [] +labelTranslationParameters: [] } 1348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19809 +label: "إبراهيم بن محمد أبكر عباس مليسي" +value: "1348" +data: Rawafed\AuthorsBundle\Entity\Author {#8720 …} +attr: [] +labelTranslationParameters: [] } 2485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19810 +label: "إبراهيم حسن إبراهيم" +value: "2485" +data: Rawafed\AuthorsBundle\Entity\Author {#8726 …} +attr: [] +labelTranslationParameters: [] } 1707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19811 +label: "إبراهيم حمزة درويش جنيد" +value: "1707" +data: Rawafed\AuthorsBundle\Entity\Author {#8732 …} +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19812 +label: "إبراهيم داود سلام درغام" +value: "1358" +data: Rawafed\AuthorsBundle\Entity\Author {#8738 …} +attr: [] +labelTranslationParameters: [] } 2215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19813 +label: "إبراهيم رجب جمعة بخيت" +value: "2215" +data: Rawafed\AuthorsBundle\Entity\Author {#8744 …} +attr: [] +labelTranslationParameters: [] } 2089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19814 +label: "إبراهيم سطعان عواد المساعيد" +value: "2089" +data: Rawafed\AuthorsBundle\Entity\Author {#8750 …} +attr: [] +labelTranslationParameters: [] } 2666 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19815 +label: "إبراهيم سليم سليم لبد" +value: "2666" +data: Rawafed\AuthorsBundle\Entity\Author {#8756 …} +attr: [] +labelTranslationParameters: [] } 1827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19816 +label: "إبراهيم صلاح السيد الهدهد" +value: "1827" +data: Rawafed\AuthorsBundle\Entity\Author {#8762 …} +attr: [] +labelTranslationParameters: [] } 2223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19817 +label: "إبراهيم طه سليم الداية" +value: "2223" +data: Rawafed\AuthorsBundle\Entity\Author {#8768 …} +attr: [] +labelTranslationParameters: [] } 1392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19818 +label: "إبراهيم عبد الحليم مصطفى زيد الكيلاني (ت 1434)" +value: "1392" +data: Rawafed\AuthorsBundle\Entity\Author {#8774 …} +attr: [] +labelTranslationParameters: [] } 1494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19819 +label: "إبراهيم عبد الرحمن خليفة" +value: "1494" +data: Rawafed\AuthorsBundle\Entity\Author {#8780 …} +attr: [] +labelTranslationParameters: [] } 1661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19820 +label: "إبراهيم عبد الرحيم محمد مصطفى" +value: "1661" +data: Rawafed\AuthorsBundle\Entity\Author {#8786 …} +attr: [] +labelTranslationParameters: [] } 2162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19821 +label: "إبراهيم عبد السلام أديبولو" +value: "2162" +data: Rawafed\AuthorsBundle\Entity\Author {#8792 …} +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19822 +label: "إبراهيم عبد الفتاح الشعشاعي" +value: "970" +data: Rawafed\AuthorsBundle\Entity\Author {#8798 …} +attr: [] +labelTranslationParameters: [] } 2775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19823 +label: "إبراهيم عبد الله رفيده" +value: "2775" +data: Rawafed\AuthorsBundle\Entity\Author {#8804 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19824 +label: "إبراهيم علي بركات الجعيد" +value: "1079" +data: Rawafed\AuthorsBundle\Entity\Author {#8810 …} +attr: [] +labelTranslationParameters: [] } 1386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19825 +label: "إبراهيم عيسى إبراهيم صيدم" +value: "1386" +data: Rawafed\AuthorsBundle\Entity\Author {#8816 …} +attr: [] +labelTranslationParameters: [] } 2246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19826 +label: "إبراهيم فوزي" +value: "2246" +data: Rawafed\AuthorsBundle\Entity\Author {#8822 …} +attr: [] +labelTranslationParameters: [] } 893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19827 +label: "إبراهيم محمد الجرمي" +value: "893" +data: Rawafed\AuthorsBundle\Entity\Author {#8828 …} +attr: [] +labelTranslationParameters: [] } 1484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19828 +label: "إبراهيم محمد ماضي" +value: "1484" +data: Rawafed\AuthorsBundle\Entity\Author {#8834 …} +attr: [] +labelTranslationParameters: [] } 3029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19829 +label: "إبراهيم محمود علان" +value: "3029" +data: Rawafed\AuthorsBundle\Entity\Author {#8840 …} +attr: [] +labelTranslationParameters: [] } 2633 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19830 +label: "إبراهيم ميهوبي" +value: "2633" +data: Rawafed\AuthorsBundle\Entity\Author {#8846 …} +attr: [] +labelTranslationParameters: [] } 869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19831 +label: "إبراهيم نعمة الله ذنون النعمة" +value: "869" +data: Rawafed\AuthorsBundle\Entity\Author {#8852 …} +attr: [] +labelTranslationParameters: [] } 1743 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19832 +label: "إحسان طه ياسين" +value: "1743" +data: Rawafed\AuthorsBundle\Entity\Author {#8858 …} +attr: [] +labelTranslationParameters: [] } 2961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19833 +label: "إدريس محمد أبكر محمد" +value: "2961" +data: Rawafed\AuthorsBundle\Entity\Author {#8864 …} +attr: [] +labelTranslationParameters: [] } 3395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19834 +label: "إستل ويلان - Estelle Whelan" +value: "3395" +data: Rawafed\AuthorsBundle\Entity\Author {#8870 …} +attr: [] +labelTranslationParameters: [] } 1802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19835 +label: "إسراء مؤيد رشيد" +value: "1802" +data: Rawafed\AuthorsBundle\Entity\Author {#8879 …} +attr: [] +labelTranslationParameters: [] } 2988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19836 +label: "إسلام محمد سلامة ضهير" +value: "2988" +data: Rawafed\AuthorsBundle\Entity\Author {#8885 …} +attr: [] +labelTranslationParameters: [] } 1167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19837 +label: "إسماعيل أحمد الطحان" +value: "1167" +data: Rawafed\AuthorsBundle\Entity\Author {#8891 …} +attr: [] +labelTranslationParameters: [] } 2264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19838 +label: "إسماعيل بن إبراهيم الشرقاوي" +value: "2264" +data: Rawafed\AuthorsBundle\Entity\Author {#8897 …} +attr: [] +labelTranslationParameters: [] } 1775 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19839 +label: "إسماعيل عبد الله" +value: "1775" +data: Rawafed\AuthorsBundle\Entity\Author {#8903 …} +attr: [] +labelTranslationParameters: [] } 2668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19840 +label: "إسماعيل محمد عبد القادر دوكوري" +value: "2668" +data: Rawafed\AuthorsBundle\Entity\Author {#8909 …} +attr: [] +labelTranslationParameters: [] } 2510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19841 +label: "إسماعيل محمود منيزل القيام" +value: "2510" +data: Rawafed\AuthorsBundle\Entity\Author {#8915 …} +attr: [] +labelTranslationParameters: [] } 3141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19842 +label: "إسماعيل يوسفي" +value: "3141" +data: Rawafed\AuthorsBundle\Entity\Author {#8921 …} +attr: [] +labelTranslationParameters: [] } 3230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19843 +label: "إعين نسرحة" +value: "3230" +data: Rawafed\AuthorsBundle\Entity\Author {#8927 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19844 +label: "إقبال أحمد الأعظمي" +value: "466" +data: Rawafed\AuthorsBundle\Entity\Author {#8933 …} +attr: [] +labelTranslationParameters: [] } 2429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19845 +label: "إقبال وافي نجم" +value: "2429" +data: Rawafed\AuthorsBundle\Entity\Author {#8939 …} +attr: [] +labelTranslationParameters: [] } 1673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19846 +label: "إلهام إسماعيل حرارة" +value: "1673" +data: Rawafed\AuthorsBundle\Entity\Author {#8945 …} +attr: [] +labelTranslationParameters: [] } 2155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19847 +label: "إلهام حبيب دياب أو لباد" +value: "2155" +data: Rawafed\AuthorsBundle\Entity\Author {#8951 …} +attr: [] +labelTranslationParameters: [] } 1374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19848 +label: "إلهام سعد عبد الله العثامنة" +value: "1374" +data: Rawafed\AuthorsBundle\Entity\Author {#8957 …} +attr: [] +labelTranslationParameters: [] } 2011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19849 +label: "إلهام عبد الكريم يعقوب" +value: "2011" +data: Rawafed\AuthorsBundle\Entity\Author {#8963 …} +attr: [] +labelTranslationParameters: [] } 2165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19850 +label: "إلياس الحاج إسحاق" +value: "2165" +data: Rawafed\AuthorsBundle\Entity\Author {#8969 …} +attr: [] +labelTranslationParameters: [] } 1697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19851 +label: "إلياس بن أحمد حسين بن سليمان البرماوي" +value: "1697" +data: Rawafed\AuthorsBundle\Entity\Author {#8975 …} +attr: [] +labelTranslationParameters: [] } 2058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19852 +label: "إنجا إبراهيم يحيى اليماني" +value: "2058" +data: Rawafed\AuthorsBundle\Entity\Author {#8981 …} +attr: [] +labelTranslationParameters: [] } 1491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19853 +label: "إنجا بنت دخيل بن حمود الجدعاني" +value: "1491" +data: Rawafed\AuthorsBundle\Entity\Author {#8987 …} +attr: [] +labelTranslationParameters: [] } 1945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19854 +label: "إيئك يوليانتي" +value: "1945" +data: Rawafed\AuthorsBundle\Entity\Author {#8993 …} +attr: [] +labelTranslationParameters: [] } 2088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19855 +label: "إياد بن موسى بن محمود إسماعيل" +value: "2088" +data: Rawafed\AuthorsBundle\Entity\Author {#8999 …} +attr: [] +labelTranslationParameters: [] } 2203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19856 +label: "إياد سالم صالح السامرائي" +value: "2203" +data: Rawafed\AuthorsBundle\Entity\Author {#9005 …} +attr: [] +labelTranslationParameters: [] } 1671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19857 +label: "إياد سعيد رجب بظاظو" +value: "1671" +data: Rawafed\AuthorsBundle\Entity\Author {#9011 …} +attr: [] +labelTranslationParameters: [] } 1987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19858 +label: "إيلوك زكيّة" +value: "1987" +data: Rawafed\AuthorsBundle\Entity\Author {#9017 …} +attr: [] +labelTranslationParameters: [] } 2045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19859 +label: "إيماس كوسنياتي ليلي" +value: "2045" +data: Rawafed\AuthorsBundle\Entity\Author {#9023 …} +attr: [] +labelTranslationParameters: [] } 2175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19860 +label: "إيمان إبراهيم محمد العمريطي" +value: "2175" +data: Rawafed\AuthorsBundle\Entity\Author {#9029 …} +attr: [] +labelTranslationParameters: [] } 2876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19861 +label: "إيمان بنت عبد الإله محمد باجسير" +value: "2876" +data: Rawafed\AuthorsBundle\Entity\Author {#9035 …} +attr: [] +labelTranslationParameters: [] } 913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19862 +label: "إيمان بنت عبد الرحمن محمود مغربي" +value: "913" +data: Rawafed\AuthorsBundle\Entity\Author {#9041 …} +attr: [] +labelTranslationParameters: [] } 1549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19863 +label: "إيمان بنت معتق بن عويتق الحربي" +value: "1549" +data: Rawafed\AuthorsBundle\Entity\Author {#9047 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19864 +label: "إيمان حسني الحناوي" +value: "1129" +data: Rawafed\AuthorsBundle\Entity\Author {#9053 …} +attr: [] +labelTranslationParameters: [] } 2643 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19865 +label: "إيمان درنوني" +value: "2643" +data: Rawafed\AuthorsBundle\Entity\Author {#9059 …} +attr: [] +labelTranslationParameters: [] } 2669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19866 +label: "إيمان صالح مصطفى الرياشي" +value: "2669" +data: Rawafed\AuthorsBundle\Entity\Author {#9065 …} +attr: [] +labelTranslationParameters: [] } 2296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19867 +label: "إيمان عبد الوهاب فايز عبد الوهاب" +value: "2296" +data: Rawafed\AuthorsBundle\Entity\Author {#9071 …} +attr: [] +labelTranslationParameters: [] } 1229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19868 +label: "إيمان علي محمد السيد" +value: "1229" +data: Rawafed\AuthorsBundle\Entity\Author {#9077 …} +attr: [] +labelTranslationParameters: [] } 1139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19869 +label: "إيمان عيد علي درويش" +value: "1139" +data: Rawafed\AuthorsBundle\Entity\Author {#9083 …} +attr: [] +labelTranslationParameters: [] } 1131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19870 +label: "إيمان محمد عامر" +value: "1131" +data: Rawafed\AuthorsBundle\Entity\Author {#9089 …} +attr: [] +labelTranslationParameters: [] } 1243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19871 +label: "إيمان محمود محمد الفرا" +value: "1243" +data: Rawafed\AuthorsBundle\Entity\Author {#9095 …} +attr: [] +labelTranslationParameters: [] } 1627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19872 +label: "إيمان موسى عبطان أبو معيلق" +value: "1627" +data: Rawafed\AuthorsBundle\Entity\Author {#9101 …} +attr: [] +labelTranslationParameters: [] } 3411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19873 +label: "إيمانويلا ستيفانيدز - Emmanuelle Stefanidis" +value: "3411" +data: Rawafed\AuthorsBundle\Entity\Author {#9107 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19874 +label: "إيهاب بن أحمد فكري" +value: "467" +data: Rawafed\AuthorsBundle\Entity\Author {#9116 …} +attr: [] +labelTranslationParameters: [] } 2978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19875 +label: "إيهاب عبده محمد حيدرة باقي" +value: "2978" +data: Rawafed\AuthorsBundle\Entity\Author {#9122 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19876 +label: "ابتسام بنت بدر بن عوض الجابري" +value: "323" +data: Rawafed\AuthorsBundle\Entity\Author {#9128 …} +attr: [] +labelTranslationParameters: [] } 1253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19877 +label: "ابتسام ديب سمور" +value: "1253" +data: Rawafed\AuthorsBundle\Entity\Author {#9134 …} +attr: [] +labelTranslationParameters: [] } 1080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19878 +label: "ابتسام محمد نور غباشي" +value: "1080" +data: Rawafed\AuthorsBundle\Entity\Author {#9140 …} +attr: [] +labelTranslationParameters: [] } 1469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19879 +label: "ابتهاج ياسر عيسى شحروج" +value: "1469" +data: Rawafed\AuthorsBundle\Entity\Author {#9146 …} +attr: [] +labelTranslationParameters: [] } 3443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19880 +label: "ابراهيم عبدالشافى" +value: "3443" +data: Rawafed\AuthorsBundle\Entity\Author {#9152 …} +attr: [] +labelTranslationParameters: [] } 3226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19881 +label: "احزمي سامعون جزولي" +value: "3226" +data: Rawafed\AuthorsBundle\Entity\Author {#9158 …} +attr: [] +labelTranslationParameters: [] } 3346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19882 +label: "اسامة نبيل" +value: "3346" +data: Rawafed\AuthorsBundle\Entity\Author {#9164 …} +attr: [] +labelTranslationParameters: [] } 2632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19883 +label: "الأخضر سعداني" +value: "2632" +data: Rawafed\AuthorsBundle\Entity\Author {#9170 …} +attr: [] +labelTranslationParameters: [] } 2417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19884 +label: "الأستاذ أحمد نجيب" +value: "2417" +data: Rawafed\AuthorsBundle\Entity\Author {#9176 …} +attr: [] +labelTranslationParameters: [] } 2416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19885 +label: "الأستاذ الشيخ السيد شريف" +value: "2416" +data: Rawafed\AuthorsBundle\Entity\Author {#9182 …} +attr: [] +labelTranslationParameters: [] } 2413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19886 +label: "الأستاذ الشيخ عبد الرحيم فرغل البليني" +value: "2413" +data: Rawafed\AuthorsBundle\Entity\Author {#9188 …} +attr: [] +labelTranslationParameters: [] } 2415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19887 +label: "الأستاذ علي محمد الضباع" +value: "2415" +data: Rawafed\AuthorsBundle\Entity\Author {#9194 …} +attr: [] +labelTranslationParameters: [] } 2249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19888 +label: "الأمين الحاج محمد أحمد" +value: "2249" +data: Rawafed\AuthorsBundle\Entity\Author {#9200 …} +attr: [] +labelTranslationParameters: [] } 2479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19889 +label: "الأمين بوخاري" +value: "2479" +data: Rawafed\AuthorsBundle\Entity\Author {#9206 …} +attr: [] +labelTranslationParameters: [] } 2713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19890 +label: "البحوث والدراسات - مركز المحتسب للاستشارات" +value: "2713" +data: Rawafed\AuthorsBundle\Entity\Author {#9212 …} +attr: [] +labelTranslationParameters: [] } 907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19891 +label: "البشرى السيد محمد هاشم" +value: "907" +data: Rawafed\AuthorsBundle\Entity\Author {#9218 …} +attr: [] +labelTranslationParameters: [] } 2851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19892 +label: "البندري بنت عبد الرحمن الهويمل" +value: "2851" +data: Rawafed\AuthorsBundle\Entity\Author {#9224 …} +attr: [] +labelTranslationParameters: [] } 1917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19893 +label: "البندري بنت عبد العزيز العجلان" +value: "1917" +data: Rawafed\AuthorsBundle\Entity\Author {#9230 …} +attr: [] +labelTranslationParameters: [] } 2444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19894 +label: "الحافظ أبي الفضل عبد الله محمد الصديق" +value: "2444" +data: Rawafed\AuthorsBundle\Entity\Author {#9236 …} +attr: [] +labelTranslationParameters: [] } 1593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19895 +label: "الحسن بن خلوي بن حسن الموكلي" +value: "1593" +data: Rawafed\AuthorsBundle\Entity\Author {#9242 …} +attr: [] +labelTranslationParameters: [] } 1317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19896 +label: "الحسن بن شجاع بن محمد الحسن التوني" +value: "1317" +data: Rawafed\AuthorsBundle\Entity\Author {#9248 …} +attr: [] +labelTranslationParameters: [] } 3189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19897 +label: "الحسن حريفي" +value: "3189" +data: Rawafed\AuthorsBundle\Entity\Author {#9254 …} +attr: [] +labelTranslationParameters: [] } 2422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19898 +label: "الحسين محمد جرنو محمود جلو" +value: "2422" +data: Rawafed\AuthorsBundle\Entity\Author {#9260 …} +attr: [] +labelTranslationParameters: [] } 3069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19899 +label: "الربيع محمد منصف القماطي" +value: "3069" +data: Rawafed\AuthorsBundle\Entity\Author {#9266 …} +attr: [] +labelTranslationParameters: [] } 1948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19900 +label: "الرِّسما نور الهداية" +value: "1948" +data: Rawafed\AuthorsBundle\Entity\Author {#9272 …} +attr: [] +labelTranslationParameters: [] } 3073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19901 +label: "الزهرة توهامي" +value: "3073" +data: Rawafed\AuthorsBundle\Entity\Author {#9278 …} +attr: [] +labelTranslationParameters: [] } 1699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19902 +label: "السالم بن محمد محمود أحمد الجكني الشنقيطي" +value: "1699" +data: Rawafed\AuthorsBundle\Entity\Author {#9284 …} +attr: [] +labelTranslationParameters: [] } 2783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19903 +label: "السعيد شنوقة" +value: "2783" +data: Rawafed\AuthorsBundle\Entity\Author {#9290 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19904 +label: "السيد الجميلي" +value: "320" +data: Rawafed\AuthorsBundle\Entity\Author {#9296 …} +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19905 +label: "السيد رزق الطويل (ت 1419)" +value: "886" +data: Rawafed\AuthorsBundle\Entity\Author {#9302 …} +attr: [] +labelTranslationParameters: [] } 2971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19906 +label: "السيد سعيد محمد سعيد" +value: "2971" +data: Rawafed\AuthorsBundle\Entity\Author {#9308 …} +attr: [] +labelTranslationParameters: [] } 2440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19907 +label: "السيد عبد الفتاح البلقاسي" +value: "2440" +data: Rawafed\AuthorsBundle\Entity\Author {#9314 …} +attr: [] +labelTranslationParameters: [] } 889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19908 +label: "السيد علي محمد خضر" +value: "889" +data: Rawafed\AuthorsBundle\Entity\Author {#9320 …} +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19909 +label: "السيد متولي" +value: "972" +data: Rawafed\AuthorsBundle\Entity\Author {#9326 …} +attr: [] +labelTranslationParameters: [] } 1972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19910 +label: "السيد محمد السيد سلام" +value: "1972" +data: Rawafed\AuthorsBundle\Entity\Author {#9332 …} +attr: [] +labelTranslationParameters: [] } 2251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19911 +label: "السيد مختار" +value: "2251" +data: Rawafed\AuthorsBundle\Entity\Author {#9338 …} +attr: [] +labelTranslationParameters: [] } 2433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19912 +label: "السيدة نسرين طاهر" +value: "2433" +data: Rawafed\AuthorsBundle\Entity\Author {#9344 …} +attr: [] +labelTranslationParameters: [] } 2449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19913 +label: "الشيخ أحمد السيد عبد الله" +value: "2449" +data: Rawafed\AuthorsBundle\Entity\Author {#9350 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19914 +label: "الشيخ بن حنفية العابدين بن محيي الدين" +value: "1025" +data: Rawafed\AuthorsBundle\Entity\Author {#9356 …} +attr: [] +labelTranslationParameters: [] } 2447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19915 +label: "الشيخ سيد غريب" +value: "2447" +data: Rawafed\AuthorsBundle\Entity\Author {#9362 …} +attr: [] +labelTranslationParameters: [] } 2414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19916 +label: "الشيخ عبد القادر القاضي" +value: "2414" +data: Rawafed\AuthorsBundle\Entity\Author {#9368 …} +attr: [] +labelTranslationParameters: [] } 2438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19917 +label: "الشيخ محمود أبو دقيقة" +value: "2438" +data: Rawafed\AuthorsBundle\Entity\Author {#9374 …} +attr: [] +labelTranslationParameters: [] } 2969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19918 +label: "الصديق بوعلام" +value: "2969" +data: Rawafed\AuthorsBundle\Entity\Author {#9380 …} +attr: [] +labelTranslationParameters: [] } 2895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19919 +label: "الطاهر شارف" +value: "2895" +data: Rawafed\AuthorsBundle\Entity\Author {#9386 …} +attr: [] +labelTranslationParameters: [] } 2435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19920 +label: "الطيب النجار" +value: "2435" +data: Rawafed\AuthorsBundle\Entity\Author {#9392 …} +attr: [] +labelTranslationParameters: [] } 2901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19921 +label: "العالية شعراوي" +value: "2901" +data: Rawafed\AuthorsBundle\Entity\Author {#9398 …} +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19922 +label: "العباس الحازمي" +value: "1264" +data: Rawafed\AuthorsBundle\Entity\Author {#9404 …} +attr: [] +labelTranslationParameters: [] } 1389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19923 +label: "العيد حذيق" +value: "1389" +data: Rawafed\AuthorsBundle\Entity\Author {#9410 …} +attr: [] +labelTranslationParameters: [] } 822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19924 +label: "المثنى عبد الفتاح محمود محمود" +value: "822" +data: Rawafed\AuthorsBundle\Entity\Author {#9416 …} +attr: [] +labelTranslationParameters: [] } 2986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19925 +label: "المحجوب بنسالك" +value: "2986" +data: Rawafed\AuthorsBundle\Entity\Author {#9422 …} +attr: [] +labelTranslationParameters: [] } 2725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19926 +label: "المختار بن أحمد سالم الشنقيطي " +value: "2725" +data: Rawafed\AuthorsBundle\Entity\Author {#9428 …} +attr: [] +labelTranslationParameters: [] } 950 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19927 +label: "المستشرق إجناتس جولدتسيهر (ت 1340)" +value: "950" +data: Rawafed\AuthorsBundle\Entity\Author {#9434 …} +attr: [] +labelTranslationParameters: [] } 3067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19928 +label: "المنتجب بن أبي العز بن رشيد، منتجب الدين أبو يوسف الهمذاني الشافعي (ت 643)" +value: "3067" +data: Rawafed\AuthorsBundle\Entity\Author {#9443 …} +attr: [] +labelTranslationParameters: [] } 3152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19929 +label: "الواد صليحة" +value: "3152" +data: Rawafed\AuthorsBundle\Entity\Author {#9449 …} +attr: [] +labelTranslationParameters: [] } 2257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19930 +label: "امحمد رحماني" +value: "2257" +data: Rawafed\AuthorsBundle\Entity\Author {#9455 …} +attr: [] +labelTranslationParameters: [] } 1249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19931 +label: "انتصار عطوة الفرا" +value: "1249" +data: Rawafed\AuthorsBundle\Entity\Author {#9461 …} +attr: [] +labelTranslationParameters: [] } 2082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19932 +label: "باسل خلف حمود الزبيدي" +value: "2082" +data: Rawafed\AuthorsBundle\Entity\Author {#9467 …} +attr: [] +labelTranslationParameters: [] } 1126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19933 +label: "باسل عمر مصطفى المجايدة" +value: "1126" +data: Rawafed\AuthorsBundle\Entity\Author {#9473 …} +attr: [] +labelTranslationParameters: [] } 3071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19934 +label: "باسم بن حمدي بن حامد السيد" +value: "3071" +data: Rawafed\AuthorsBundle\Entity\Author {#9479 …} +attr: [] +labelTranslationParameters: [] } 1805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19935 +label: "باسم رشيد زوبع" +value: "1805" +data: Rawafed\AuthorsBundle\Entity\Author {#9485 …} +attr: [] +labelTranslationParameters: [] } 2006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19936 +label: "باسم كنعان صالح الكرخي" +value: "2006" +data: Rawafed\AuthorsBundle\Entity\Author {#9491 …} +attr: [] +labelTranslationParameters: [] } 1758 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19937 +label: "باي زكوب عبد العال" +value: "1758" +data: Rawafed\AuthorsBundle\Entity\Author {#9497 …} +attr: [] +labelTranslationParameters: [] } 2897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19938 +label: "بحشاشي ياسمين" +value: "2897" +data: Rawafed\AuthorsBundle\Entity\Author {#9503 …} +attr: [] +labelTranslationParameters: [] } 2824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19939 +label: "بخيتي بلفضل" +value: "2824" +data: Rawafed\AuthorsBundle\Entity\Author {#9509 …} +attr: [] +labelTranslationParameters: [] } 2638 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19940 +label: "بداش حنيفة" +value: "2638" +data: Rawafed\AuthorsBundle\Entity\Author {#9515 …} +attr: [] +labelTranslationParameters: [] } 1345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19941 +label: "بدر إبراهيم رجاء الذيابي" +value: "1345" +data: Rawafed\AuthorsBundle\Entity\Author {#9521 …} +attr: [] +labelTranslationParameters: [] } 2247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19942 +label: "بدر حنفي محمود" +value: "2247" +data: Rawafed\AuthorsBundle\Entity\Author {#9527 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19943 +label: "بدر محمد حسن الصميط" +value: "1097" +data: Rawafed\AuthorsBundle\Entity\Author {#9533 …} +attr: [] +labelTranslationParameters: [] } 2521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19944 +label: "براءة نور الدين الصباغ" +value: "2521" +data: Rawafed\AuthorsBundle\Entity\Author {#9539 …} +attr: [] +labelTranslationParameters: [] } 2604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19945 +label: "بسام بن عبد المبدئ النعمة" +value: "2604" +data: Rawafed\AuthorsBundle\Entity\Author {#9545 …} +attr: [] +labelTranslationParameters: [] } 2536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19946 +label: "بسام مصباح أغبر" +value: "2536" +data: Rawafed\AuthorsBundle\Entity\Author {#9551 …} +attr: [] +labelTranslationParameters: [] } 1814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19947 +label: "بسمة خالد أحمد" +value: "1814" +data: Rawafed\AuthorsBundle\Entity\Author {#9557 …} +attr: [] +labelTranslationParameters: [] } 3142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19948 +label: "بشير أحمد أحمد دعبس" +value: "3142" +data: Rawafed\AuthorsBundle\Entity\Author {#9563 …} +attr: [] +labelTranslationParameters: [] } 3380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19949 +label: "بشير الحميري" +value: "3380" +data: Rawafed\AuthorsBundle\Entity\Author {#9569 …} +attr: [] +labelTranslationParameters: [] } 2998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19950 +label: "بشير بن حسن الحميري" +value: "2998" +data: Rawafed\AuthorsBundle\Entity\Author {#9575 …} +attr: [] +labelTranslationParameters: [] } 1247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19951 +label: "بلال خليل حسن ياسين" +value: "1247" +data: Rawafed\AuthorsBundle\Entity\Author {#9581 …} +attr: [] +labelTranslationParameters: [] } 2640 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19952 +label: "بلال سامي إحمود الفقهاء" +value: "2640" +data: Rawafed\AuthorsBundle\Entity\Author {#9587 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19953 +label: "بلال علي العسلي" +value: "1021" +data: Rawafed\AuthorsBundle\Entity\Author {#9593 …} +attr: [] +labelTranslationParameters: [] } 2458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19954 +label: "بلحسيني نصيرة" +value: "2458" +data: Rawafed\AuthorsBundle\Entity\Author {#9599 …} +attr: [] +labelTranslationParameters: [] } 2535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19955 +label: "بلسم إبراهيم أسعد علي" +value: "2535" +data: Rawafed\AuthorsBundle\Entity\Author {#9605 …} +attr: [] +labelTranslationParameters: [] } 1761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19956 +label: "بلسم فارس سليمان ربيع" +value: "1761" +data: Rawafed\AuthorsBundle\Entity\Author {#9611 …} +attr: [] +labelTranslationParameters: [] } 2916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19957 +label: "بلغيث بن أحمد بن عبد الله الغانمي" +value: "2916" +data: Rawafed\AuthorsBundle\Entity\Author {#9617 …} +attr: [] +labelTranslationParameters: [] } 815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19958 +label: "بلقاسم إبراهيمي" +value: "815" +data: Rawafed\AuthorsBundle\Entity\Author {#9623 …} +attr: [] +labelTranslationParameters: [] } 2301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19959 +label: "بلقاسم اعميري" +value: "2301" +data: Rawafed\AuthorsBundle\Entity\Author {#9629 …} +attr: [] +labelTranslationParameters: [] } 2557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19960 +label: "بلقاسم بلعرج بن أحمد" +value: "2557" +data: Rawafed\AuthorsBundle\Entity\Author {#9635 …} +attr: [] +labelTranslationParameters: [] } 3155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19961 +label: "بلقاسم عيسى" +value: "3155" +data: Rawafed\AuthorsBundle\Entity\Author {#9641 …} +attr: [] +labelTranslationParameters: [] } 2007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19962 +label: "بلقيس بنت محمد الطيب إدريس" +value: "2007" +data: Rawafed\AuthorsBundle\Entity\Author {#9647 …} +attr: [] +labelTranslationParameters: [] } 2823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19963 +label: "بن ديمية جيلالي" +value: "2823" +data: Rawafed\AuthorsBundle\Entity\Author {#9653 …} +attr: [] +labelTranslationParameters: [] } 2822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19964 +label: "بن زيد باي" +value: "2822" +data: Rawafed\AuthorsBundle\Entity\Author {#9659 …} +attr: [] +labelTranslationParameters: [] } 2930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19965 +label: "بهاء الدين حيد بن علي بن حيدر القاشي (كان حيًّا 776)" +value: "2930" +data: Rawafed\AuthorsBundle\Entity\Author {#9665 …} +attr: [] +labelTranslationParameters: [] } 1257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19966 +label: "بهاء حسن سليمان زعرب" +value: "1257" +data: Rawafed\AuthorsBundle\Entity\Author {#9671 …} +attr: [] +labelTranslationParameters: [] } 2523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19967 +label: "بوزيد رحمون" +value: "2523" +data: Rawafed\AuthorsBundle\Entity\Author {#9677 …} +attr: [] +labelTranslationParameters: [] } 2647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19968 +label: "بوفرومة حكيمة" +value: "2647" +data: Rawafed\AuthorsBundle\Entity\Author {#9683 …} +attr: [] +labelTranslationParameters: [] } 1309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19969 +label: "بومدين هواري" +value: "1309" +data: Rawafed\AuthorsBundle\Entity\Author {#9689 …} +attr: [] +labelTranslationParameters: [] } 3090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19970 +label: "بيئوغين أكبر الإندونيسي" +value: "3090" +data: Rawafed\AuthorsBundle\Entity\Author {#9695 …} +attr: [] +labelTranslationParameters: [] } 3401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19971 +label: "تامر سلوم" +value: "3401" +data: Rawafed\AuthorsBundle\Entity\Author {#9701 …} +attr: [] +labelTranslationParameters: [] } 2719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19972 +label: "تحرير مجلة كنوز الفرقان" +value: "2719" +data: Rawafed\AuthorsBundle\Entity\Author {#9707 …} +attr: [] +labelTranslationParameters: [] } 1908 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19973 +label: "تحفة اللبيبة" +value: "1908" +data: Rawafed\AuthorsBundle\Entity\Author {#9713 …} +attr: [] +labelTranslationParameters: [] } 943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19974 +label: "تركي بن سعد بن فهيد الهويمل" +value: "943" +data: Rawafed\AuthorsBundle\Entity\Author {#9719 …} +attr: [] +labelTranslationParameters: [] } 2487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19975 +label: "تمام حسان" +value: "2487" +data: Rawafed\AuthorsBundle\Entity\Author {#9725 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19976 +label: "تمام كمال موسى الشاعر" +value: "1020" +data: Rawafed\AuthorsBundle\Entity\Author {#9731 …} +attr: [] +labelTranslationParameters: [] } 2493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19977 +label: "تمام محمد السيد" +value: "2493" +data: Rawafed\AuthorsBundle\Entity\Author {#9737 …} +attr: [] +labelTranslationParameters: [] } 2526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19978 +label: "تهاني جبر شعث" +value: "2526" +data: Rawafed\AuthorsBundle\Entity\Author {#9743 …} +attr: [] +labelTranslationParameters: [] } 3372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19979 +label: "توبي ليستر-Toby Lester" +value: "3372" +data: Rawafed\AuthorsBundle\Entity\Author {#9749 …} +attr: [] +labelTranslationParameters: [] } 1818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19980 +label: "توفيق شافي حسين نون آل مصطفى الخليل" +value: "1818" +data: Rawafed\AuthorsBundle\Entity\Author {#9755 …} +attr: [] +labelTranslationParameters: [] } 2387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19981 +label: "توفيق علي زبادي" +value: "2387" +data: Rawafed\AuthorsBundle\Entity\Author {#9761 …} +attr: [] +labelTranslationParameters: [] } 2473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19982 +label: "ثلجة شتاح" +value: "2473" +data: Rawafed\AuthorsBundle\Entity\Author {#9767 …} +attr: [] +labelTranslationParameters: [] } 2503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19983 +label: "جاسر خليل أبو صفية" +value: "2503" +data: Rawafed\AuthorsBundle\Entity\Author {#9773 …} +attr: [] +labelTranslationParameters: [] } 804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19984 +label: "جاسم بن محمد العيناتي" +value: "804" +data: Rawafed\AuthorsBundle\Entity\Author {#9779 …} +attr: [] +labelTranslationParameters: [] } 1372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19985 +label: "جبر أحمد إبراهيم أبو عيشة" +value: "1372" +data: Rawafed\AuthorsBundle\Entity\Author {#9785 …} +attr: [] +labelTranslationParameters: [] } 2160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19986 +label: "جزاء محمد المصاروة" +value: "2160" +data: Rawafed\AuthorsBundle\Entity\Author {#9791 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19987 +label: "جلال أحمد علي فضل المولى" +value: "1116" +data: Rawafed\AuthorsBundle\Entity\Author {#9797 …} +attr: [] +labelTranslationParameters: [] } 2298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19988 +label: "جلال الدين بن الطاهر العلوش" +value: "2298" +data: Rawafed\AuthorsBundle\Entity\Author {#9803 …} +attr: [] +labelTranslationParameters: [] } 2850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19989 +label: "جمال الدين أبو عبد الله محمد بن حسن بن محمد بن يوسف المقرئ، الفاسي (ت 656)" +value: "2850" +data: Rawafed\AuthorsBundle\Entity\Author {#9809 …} +attr: [] +labelTranslationParameters: [] } 1611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19990 +label: "جمال الدين محمد بن كزل بغا الجوباني القاهري (ت 856)" +value: "1611" +data: Rawafed\AuthorsBundle\Entity\Author {#9815 …} +attr: [] +labelTranslationParameters: [] } 2462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19991 +label: "جمال بن السيد بن رفاعي الشايب" +value: "2462" +data: Rawafed\AuthorsBundle\Entity\Author {#9821 …} +attr: [] +labelTranslationParameters: [] } 2907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19992 +label: "جمال بوتشاشه" +value: "2907" +data: Rawafed\AuthorsBundle\Entity\Author {#9827 …} +attr: [] +labelTranslationParameters: [] } 1706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19993 +label: "جمال رفيق يوسف الحاج علي" +value: "1706" +data: Rawafed\AuthorsBundle\Entity\Author {#9833 …} +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19994 +label: "جمال سعد أحمد إبراهيم" +value: "852" +data: Rawafed\AuthorsBundle\Entity\Author {#9839 …} +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19995 +label: "جمال عبد الله محمد أبو سحلوب" +value: "1023" +data: Rawafed\AuthorsBundle\Entity\Author {#9845 …} +attr: [] +labelTranslationParameters: [] } 2226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19996 +label: "جمال فياض" +value: "2226" +data: Rawafed\AuthorsBundle\Entity\Author {#9851 …} +attr: [] +labelTranslationParameters: [] } 2118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19997 +label: "جمال محمود أحمد أبو حسان" +value: "2118" +data: Rawafed\AuthorsBundle\Entity\Author {#9857 …} +attr: [] +labelTranslationParameters: [] } 1452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19998 +label: "جمال محمود محمد الهوبي" +value: "1452" +data: Rawafed\AuthorsBundle\Entity\Author {#9863 …} +attr: [] +labelTranslationParameters: [] } 3156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#19999 +label: "جمال يوسف عبد الرحمن حسن قزمار" +value: "3156" +data: Rawafed\AuthorsBundle\Entity\Author {#9869 …} +attr: [] +labelTranslationParameters: [] } 890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20000 +label: "جمعة طاهر عبد الله النجار" +value: "890" +data: Rawafed\AuthorsBundle\Entity\Author {#9875 …} +attr: [] +labelTranslationParameters: [] } 1607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20001 +label: "جملات عيد محمود أبو ناصر" +value: "1607" +data: Rawafed\AuthorsBundle\Entity\Author {#9881 …} +attr: [] +labelTranslationParameters: [] } 2581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20002 +label: "جميل أحمد ظفر" +value: "2581" +data: Rawafed\AuthorsBundle\Entity\Author {#9887 …} +attr: [] +labelTranslationParameters: [] } 1712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20003 +label: "جميل محمد جبريل عدوان" +value: "1712" +data: Rawafed\AuthorsBundle\Entity\Author {#9893 …} +attr: [] +labelTranslationParameters: [] } 1353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20004 +label: "جميلة بنت عبد العزيز خياط" +value: "1353" +data: Rawafed\AuthorsBundle\Entity\Author {#9899 …} +attr: [] +labelTranslationParameters: [] } 2151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20005 +label: "جميلة بنت يحيى بن عبد الله ميمني" +value: "2151" +data: Rawafed\AuthorsBundle\Entity\Author {#9905 …} +attr: [] +labelTranslationParameters: [] } 1089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20006 +label: "جميلة محمد بشير القزاني" +value: "1089" +data: Rawafed\AuthorsBundle\Entity\Author {#9911 …} +attr: [] +labelTranslationParameters: [] } 1250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20007 +label: "جميلة محمود عبد العزيز سعيد" +value: "1250" +data: Rawafed\AuthorsBundle\Entity\Author {#9917 …} +attr: [] +labelTranslationParameters: [] } 2461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20008 +label: "جنان منصور كاظم الجبوري" +value: "2461" +data: Rawafed\AuthorsBundle\Entity\Author {#9923 …} +attr: [] +labelTranslationParameters: [] } 1248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20009 +label: "جهاد محمد إسحاق شراب" +value: "1248" +data: Rawafed\AuthorsBundle\Entity\Author {#9929 …} +attr: [] +labelTranslationParameters: [] } 1488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20010 +label: "جهاد محمد فيصل النصيرات" +value: "1488" +data: Rawafed\AuthorsBundle\Entity\Author {#9935 …} +attr: [] +labelTranslationParameters: [] } 1971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20011 +label: "جهاد يوسف إبراهيم العرجا" +value: "1971" +data: Rawafed\AuthorsBundle\Entity\Author {#9941 …} +attr: [] +labelTranslationParameters: [] } 2846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20012 +label: "جواهر محمد سرور سعد باسلوم" +value: "2846" +data: Rawafed\AuthorsBundle\Entity\Author {#9947 …} +attr: [] +labelTranslationParameters: [] } 2782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20013 +label: "جودة محمد أبو اليزيد المهدي" +value: "2782" +data: Rawafed\AuthorsBundle\Entity\Author {#9953 …} +attr: [] +labelTranslationParameters: [] } 3357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20014 +label: "جوزيف لمبارد - Joseph E. B. Lumbard" +value: "3357" +data: Rawafed\AuthorsBundle\Entity\Author {#9959 …} +attr: [] +labelTranslationParameters: [] } 2518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20015 +label: "جول لابوم" +value: "2518" +data: Rawafed\AuthorsBundle\Entity\Author {#9965 …} +attr: [] +labelTranslationParameters: [] } 3374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20016 +label: "جيرالد هوتنج-Gerald Hawting" +value: "3374" +data: Rawafed\AuthorsBundle\Entity\Author {#9971 …} +attr: [] +labelTranslationParameters: [] } 1198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20017 +label: "جيهان محمد حسن العيشات" +value: "1198" +data: Rawafed\AuthorsBundle\Entity\Author {#9980 …} +attr: [] +labelTranslationParameters: [] } 3389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20018 +label: "چينڤييڤ جوبيُّو-Geneviève Gobillot" +value: "3389" +data: Rawafed\AuthorsBundle\Entity\Author {#9986 …} +attr: [] +labelTranslationParameters: [] } 1216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20019 +label: "حاتم القرشي" +value: "1216" +data: Rawafed\AuthorsBundle\Entity\Author {#9992 …} +attr: [] +labelTranslationParameters: [] } 3355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20020 +label: "حاتم مزروعة" +value: "3355" +data: Rawafed\AuthorsBundle\Entity\Author {#9998 …} +attr: [] +labelTranslationParameters: [] } 1757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20021 +label: "حارث عادل محمد زيود" +value: "1757" +data: Rawafed\AuthorsBundle\Entity\Author {#10004 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20022 +label: "حازم حسني حافظ زيود" +value: "1120" +data: Rawafed\AuthorsBundle\Entity\Author {#10010 …} +attr: [] +labelTranslationParameters: [] } 813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20023 +label: "حامد بن عبد الفتاح البالوي الرومي" +value: "813" +data: Rawafed\AuthorsBundle\Entity\Author {#10016 …} +attr: [] +labelTranslationParameters: [] } 2255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20024 +label: "حامد بن عبد الله أحمد العلي" +value: "2255" +data: Rawafed\AuthorsBundle\Entity\Author {#10022 …} +attr: [] +labelTranslationParameters: [] } 1306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20025 +label: "حامد بن علي بن إبراهيم بن عبد الرحمن بن عماد الدين الحنفي الدمشقي، المعروف بالعمادي (ت 1171)" +value: "1306" +data: Rawafed\AuthorsBundle\Entity\Author {#10028 …} +attr: [] +labelTranslationParameters: [] } 1383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20026 +label: "حامد بن يعقوب بن يوسف الفريح" +value: "1383" +data: Rawafed\AuthorsBundle\Entity\Author {#10034 …} +attr: [] +labelTranslationParameters: [] } 2028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20027 +label: "حامد محمد حامد عثمان" +value: "2028" +data: Rawafed\AuthorsBundle\Entity\Author {#10040 …} +attr: [] +labelTranslationParameters: [] } 2402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20028 +label: "حامد محيسن" +value: "2402" +data: Rawafed\AuthorsBundle\Entity\Author {#10046 …} +attr: [] +labelTranslationParameters: [] } 2593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20029 +label: "حبيب الله ضيائي" +value: "2593" +data: Rawafed\AuthorsBundle\Entity\Author {#10052 …} +attr: [] +labelTranslationParameters: [] } 2018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20030 +label: "حبيب هداية" +value: "2018" +data: Rawafed\AuthorsBundle\Entity\Author {#10058 …} +attr: [] +labelTranslationParameters: [] } 1916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20031 +label: "حجر نورما وحيدة" +value: "1916" +data: Rawafed\AuthorsBundle\Entity\Author {#10064 …} +attr: [] +labelTranslationParameters: [] } 1789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20032 +label: "حدة سابق" +value: "1789" +data: Rawafed\AuthorsBundle\Entity\Author {#10070 …} +attr: [] +labelTranslationParameters: [] } 1357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20033 +label: "حرب عبد الهادي حرب قدورة" +value: "1357" +data: Rawafed\AuthorsBundle\Entity\Author {#10076 …} +attr: [] +labelTranslationParameters: [] } 1240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20034 +label: "حرية محمد عزام" +value: "1240" +data: Rawafed\AuthorsBundle\Entity\Author {#10082 …} +attr: [] +labelTranslationParameters: [] } 2123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20035 +label: "حزام بن سعد بن سحمان الغامدي" +value: "2123" +data: Rawafed\AuthorsBundle\Entity\Author {#10088 …} +attr: [] +labelTranslationParameters: [] } 2470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20036 +label: "حسام أحمد هاشم الراوي" +value: "2470" +data: Rawafed\AuthorsBundle\Entity\Author {#10094 …} +attr: [] +labelTranslationParameters: [] } 1211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20037 +label: "حسام الصيفي" +value: "1211" +data: Rawafed\AuthorsBundle\Entity\Author {#10100 …} +attr: [] +labelTranslationParameters: [] } 1815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20038 +label: "حسام حسين مزبان حبيب الجوهري" +value: "1815" +data: Rawafed\AuthorsBundle\Entity\Author {#10106 …} +attr: [] +labelTranslationParameters: [] } 3358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20039 +label: "حسام صبري" +value: "3358" +data: Rawafed\AuthorsBundle\Entity\Author {#10112 …} +attr: [] +labelTranslationParameters: [] } 896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20040 +label: "حسان بن سالم بن محمد بن عيد" +value: "896" +data: Rawafed\AuthorsBundle\Entity\Author {#10118 …} +attr: [] +labelTranslationParameters: [] } 1911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20041 +label: "حسن العابد" +value: "1911" +data: Rawafed\AuthorsBundle\Entity\Author {#10124 …} +attr: [] +labelTranslationParameters: [] } 1074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20042 +label: "حسن بن إبراهيم بن محمد قابور" +value: "1074" +data: Rawafed\AuthorsBundle\Entity\Author {#10130 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20043 +label: "حسن بن حسن بن عبد المجيد دمشقية (ت 1412)" +value: "470" +data: Rawafed\AuthorsBundle\Entity\Author {#10136 …} +attr: [] +labelTranslationParameters: [] } 1599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20044 +label: "حسن بن عبد الفتاح أحمد" +value: "1599" +data: Rawafed\AuthorsBundle\Entity\Author {#10142 …} +attr: [] +labelTranslationParameters: [] } 1774 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20045 +label: "حسن بن علي بن منيع الشهراني" +value: "1774" +data: Rawafed\AuthorsBundle\Entity\Author {#10148 …} +attr: [] +labelTranslationParameters: [] } 2130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20046 +label: "حسن بن كريدم الزبيدي" +value: "2130" +data: Rawafed\AuthorsBundle\Entity\Author {#10154 …} +attr: [] +labelTranslationParameters: [] } 2712 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20047 +label: "حسن بن محمد الأسمري" +value: "2712" +data: Rawafed\AuthorsBundle\Entity\Author {#10160 …} +attr: [] +labelTranslationParameters: [] } 2233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20048 +label: "حسن بن محمد الحلواتي" +value: "2233" +data: Rawafed\AuthorsBundle\Entity\Author {#10166 …} +attr: [] +labelTranslationParameters: [] } 2150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20049 +label: "حسن بن محمد علي الزهراني" +value: "2150" +data: Rawafed\AuthorsBundle\Entity\Author {#10172 …} +attr: [] +labelTranslationParameters: [] } 2207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20050 +label: "حسن طبل" +value: "2207" +data: Rawafed\AuthorsBundle\Entity\Author {#10178 …} +attr: [] +labelTranslationParameters: [] } 1899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20051 +label: "حسن عبد الغني الأسدي" +value: "1899" +data: Rawafed\AuthorsBundle\Entity\Author {#10184 …} +attr: [] +labelTranslationParameters: [] } 1232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20052 +label: "حسن عبد الله طه الخطيب" +value: "1232" +data: Rawafed\AuthorsBundle\Entity\Author {#10190 …} +attr: [] +labelTranslationParameters: [] } 3087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20053 +label: "حسن علي حسن مطر الهاشمي" +value: "3087" +data: Rawafed\AuthorsBundle\Entity\Author {#10196 …} +attr: [] +labelTranslationParameters: [] } 2411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20054 +label: "حسن عيّــــــــــاد" +value: "2411" +data: Rawafed\AuthorsBundle\Entity\Author {#10202 …} +attr: [] +labelTranslationParameters: [] } 1996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20055 +label: "حسن كاظم أسد" +value: "1996" +data: Rawafed\AuthorsBundle\Entity\Author {#10208 …} +attr: [] +labelTranslationParameters: [] } 1551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20056 +label: "حسن محمد حسين زغل" +value: "1551" +data: Rawafed\AuthorsBundle\Entity\Author {#10214 …} +attr: [] +labelTranslationParameters: [] } 2976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20057 +label: "حسن مسعود الطوير" +value: "2976" +data: Rawafed\AuthorsBundle\Entity\Author {#10220 …} +attr: [] +labelTranslationParameters: [] } 2728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20058 +label: "حسني حمدان الدسوقي حمامة" +value: "2728" +data: Rawafed\AuthorsBundle\Entity\Author {#10226 …} +attr: [] +labelTranslationParameters: [] } 3083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20059 +label: "حسني شيخ عثمان" +value: "3083" +data: Rawafed\AuthorsBundle\Entity\Author {#10232 …} +attr: [] +labelTranslationParameters: [] } 2321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20060 +label: "حسين بن عبد القادر الحبشي" +value: "2321" +data: Rawafed\AuthorsBundle\Entity\Author {#10238 …} +attr: [] +labelTranslationParameters: [] } 1479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20061 +label: "حسين حنش سعيد الزهراني" +value: "1479" +data: Rawafed\AuthorsBundle\Entity\Author {#10244 …} +attr: [] +labelTranslationParameters: [] } 2242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20062 +label: "حسين رضوان سليمان اللبيدي" +value: "2242" +data: Rawafed\AuthorsBundle\Entity\Author {#10250 …} +attr: [] +labelTranslationParameters: [] } 1204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20063 +label: "حسين عبد الجليل عبد الرحيم علي" +value: "1204" +data: Rawafed\AuthorsBundle\Entity\Author {#10256 …} +attr: [] +labelTranslationParameters: [] } 2858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20064 +label: "حسين عبد الله دهنيم" +value: "2858" +data: Rawafed\AuthorsBundle\Entity\Author {#10262 …} +attr: [] +labelTranslationParameters: [] } 3391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20065 +label: "حسين عكاشة" +value: "3391" +data: Rawafed\AuthorsBundle\Entity\Author {#10268 …} +attr: [] +labelTranslationParameters: [] } 2964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20066 +label: "حسين علي عمر الزومي" +value: "2964" +data: Rawafed\AuthorsBundle\Entity\Author {#10274 …} +attr: [] +labelTranslationParameters: [] } 3076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20067 +label: "حسينة بنت علي بن أحمد الزهراني" +value: "3076" +data: Rawafed\AuthorsBundle\Entity\Author {#10280 …} +attr: [] +labelTranslationParameters: [] } 2195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20068 +label: "حفني محمد شرف" +value: "2195" +data: Rawafed\AuthorsBundle\Entity\Author {#10286 …} +attr: [] +labelTranslationParameters: [] } 2812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20069 +label: "حفيظة عبداوي" +value: "2812" +data: Rawafed\AuthorsBundle\Entity\Author {#10292 …} +attr: [] +labelTranslationParameters: [] } 1901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20070 +label: "حقي إسماعيل مهنا فياض" +value: "1901" +data: Rawafed\AuthorsBundle\Entity\Author {#10298 …} +attr: [] +labelTranslationParameters: [] } 2662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20071 +label: "حليمة تواتي" +value: "2662" +data: Rawafed\AuthorsBundle\Entity\Author {#10304 …} +attr: [] +labelTranslationParameters: [] } 2513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20072 +label: "حمادة محمد عبد الفتاح الحسيني" +value: "2513" +data: Rawafed\AuthorsBundle\Entity\Author {#10310 …} +attr: [] +labelTranslationParameters: [] } 1560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20073 +label: "حمد الله بن خير الدين خير الله القسطنطيني الرومي، المقرئ الحنفي (ت 983)" +value: "1560" +data: Rawafed\AuthorsBundle\Entity\Author {#10316 …} +attr: [] +labelTranslationParameters: [] } 929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20074 +label: "حمد الله حافظ الصفتي" +value: "929" +data: Rawafed\AuthorsBundle\Entity\Author {#10322 …} +attr: [] +labelTranslationParameters: [] } 2093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20075 +label: "حمد بن عبده بن هادي أزيبي" +value: "2093" +data: Rawafed\AuthorsBundle\Entity\Author {#10328 …} +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20076 +label: "حمد محمد بن صراي" +value: "968" +data: Rawafed\AuthorsBundle\Entity\Author {#10334 …} +attr: [] +labelTranslationParameters: [] } 2017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20077 +label: "حمدان عبد الله شحدة الصوفي" +value: "2017" +data: Rawafed\AuthorsBundle\Entity\Author {#10343 …} +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20078 +label: "حمدي الزامل" +value: "974" +data: Rawafed\AuthorsBundle\Entity\Author {#10349 …} +attr: [] +labelTranslationParameters: [] } 2556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20079 +label: "حمدي بدر الدين بدر الدين إبراهيم" +value: "2556" +data: Rawafed\AuthorsBundle\Entity\Author {#10355 …} +attr: [] +labelTranslationParameters: [] } 1969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20080 +label: "حمدي سلمان معمر" +value: "1969" +data: Rawafed\AuthorsBundle\Entity\Author {#10361 …} +attr: [] +labelTranslationParameters: [] } 2342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20081 +label: "حمدي عبيد" +value: "2342" +data: Rawafed\AuthorsBundle\Entity\Author {#10367 …} +attr: [] +labelTranslationParameters: [] } 2515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20082 +label: "حمزة حسن سليمان صالح" +value: "2515" +data: Rawafed\AuthorsBundle\Entity\Author {#10373 …} +attr: [] +labelTranslationParameters: [] } 3396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20083 +label: "حمزة عبد الله شواهنة" +value: "3396" +data: Rawafed\AuthorsBundle\Entity\Author {#10379 …} +attr: [] +labelTranslationParameters: [] } 2866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20084 +label: "حمزة عواد" +value: "2866" +data: Rawafed\AuthorsBundle\Entity\Author {#10385 …} +attr: [] +labelTranslationParameters: [] } 3148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20085 +label: "حمزة فتح الله (ت 1336)" +value: "3148" +data: Rawafed\AuthorsBundle\Entity\Author {#10391 …} +attr: [] +labelTranslationParameters: [] } 3392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20086 +label: "حمزة موفق العائدي" +value: "3392" +data: Rawafed\AuthorsBundle\Entity\Author {#10397 …} +attr: [] +labelTranslationParameters: [] } 2698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20087 +label: "حميد بن خيبش" +value: "2698" +data: Rawafed\AuthorsBundle\Entity\Author {#10403 …} +attr: [] +labelTranslationParameters: [] } 2676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20088 +label: "حميد بن محمد لحمودي" +value: "2676" +data: Rawafed\AuthorsBundle\Entity\Author {#10409 …} +attr: [] +labelTranslationParameters: [] } 2934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20089 +label: "حميدان بن إبراهيم بن حامد الصحفي" +value: "2934" +data: Rawafed\AuthorsBundle\Entity\Author {#10415 …} +attr: [] +labelTranslationParameters: [] } 2040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20090 +label: "حنان إبراهيم عبد الله" +value: "2040" +data: Rawafed\AuthorsBundle\Entity\Author {#10421 …} +attr: [] +labelTranslationParameters: [] } 3154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20091 +label: "حنان عبد اللطيف الخطابي" +value: "3154" +data: Rawafed\AuthorsBundle\Entity\Author {#10427 …} +attr: [] +labelTranslationParameters: [] } 2598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20092 +label: "حوراء مهدي صاحب الموسوي" +value: "2598" +data: Rawafed\AuthorsBundle\Entity\Author {#10433 …} +attr: [] +labelTranslationParameters: [] } 2754 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20093 +label: "حياة بنت سعيد بن عمر باأخضر" +value: "2754" +data: Rawafed\AuthorsBundle\Entity\Author {#10439 …} +attr: [] +labelTranslationParameters: [] } 1803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20094 +label: "حيدر حسين عبيد" +value: "1803" +data: Rawafed\AuthorsBundle\Entity\Author {#10445 …} +attr: [] +labelTranslationParameters: [] } 1798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20095 +label: "حيدر خليل إسماعيل" +value: "1798" +data: Rawafed\AuthorsBundle\Entity\Author {#10451 …} +attr: [] +labelTranslationParameters: [] } 2172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20096 +label: "خاتمة بنت حسن بن حمود بن محمد" +value: "2172" +data: Rawafed\AuthorsBundle\Entity\Author {#10457 …} +attr: [] +labelTranslationParameters: [] } 1811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20097 +label: "خالد إبراهيم مسلم الآلوسي" +value: "1811" +data: Rawafed\AuthorsBundle\Entity\Author {#10463 …} +attr: [] +labelTranslationParameters: [] } 2611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20098 +label: "خالد الحر" +value: "2611" +data: Rawafed\AuthorsBundle\Entity\Author {#10469 …} +attr: [] +labelTranslationParameters: [] } 2813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20099 +label: "خالد بلمصابيح" +value: "2813" +data: Rawafed\AuthorsBundle\Entity\Author {#10475 …} +attr: [] +labelTranslationParameters: [] } 2386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20100 +label: "خالد بن إبراهيم النملة " +value: "2386" +data: Rawafed\AuthorsBundle\Entity\Author {#10481 …} +attr: [] +labelTranslationParameters: [] } 942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20101 +label: "خالد بن سليمان المزيني" +value: "942" +data: Rawafed\AuthorsBundle\Entity\Author {#10487 …} +attr: [] +labelTranslationParameters: [] } 984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20102 +label: "خالد بن عبد الرحمن بن علي الجريسي" +value: "984" +data: Rawafed\AuthorsBundle\Entity\Author {#10493 …} +attr: [] +labelTranslationParameters: [] } 3172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20103 +label: "خالد بن عبد العزيز الباتلي" +value: "3172" +data: Rawafed\AuthorsBundle\Entity\Author {#10499 …} +attr: [] +labelTranslationParameters: [] } 2952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20104 +label: "خالد بن عبد الكريم اللاحم" +value: "2952" +data: Rawafed\AuthorsBundle\Entity\Author {#10505 …} +attr: [] +labelTranslationParameters: [] } 2881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20105 +label: "خالد بن عبد الله بن عمر الدميجي" +value: "2881" +data: Rawafed\AuthorsBundle\Entity\Author {#10511 …} +attr: [] +labelTranslationParameters: [] } 842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20106 +label: "خالد بن علي بن محمد بن حمود بن علي المشيقح" +value: "842" +data: Rawafed\AuthorsBundle\Entity\Author {#10517 …} +attr: [] +labelTranslationParameters: [] } 2103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20107 +label: "خالد بن عوض بن علي الفعر العبدلي" +value: "2103" +data: Rawafed\AuthorsBundle\Entity\Author {#10523 …} +attr: [] +labelTranslationParameters: [] } 2303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20108 +label: "خالد بن فهد الكليب المغيرة" +value: "2303" +data: Rawafed\AuthorsBundle\Entity\Author {#10529 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20109 +label: "خالد بن محمد الحافظ العلمي" +value: "469" +data: Rawafed\AuthorsBundle\Entity\Author {#10535 …} +attr: [] +labelTranslationParameters: [] } 2090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20110 +label: "خالد بن محمد بن إبراهيم العثيم" +value: "2090" +data: Rawafed\AuthorsBundle\Entity\Author {#10541 …} +attr: [] +labelTranslationParameters: [] } 1448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20111 +label: "خالد بن محمد بن صالح بن زريق الشهراني" +value: "1448" +data: Rawafed\AuthorsBundle\Entity\Author {#10547 …} +attr: [] +labelTranslationParameters: [] } 2957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20112 +label: "خالد بن محمود بن عبد العزيز الجهني" +value: "2957" +data: Rawafed\AuthorsBundle\Entity\Author {#10553 …} +attr: [] +labelTranslationParameters: [] } 2981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20113 +label: "خالد بن منصور الدريس" +value: "2981" +data: Rawafed\AuthorsBundle\Entity\Author {#10559 …} +attr: [] +labelTranslationParameters: [] } 3324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20114 +label: "خالد بن يوسف بن عمر الواصل " +value: "3324" +data: Rawafed\AuthorsBundle\Entity\Author {#10565 …} +attr: [] +labelTranslationParameters: [] } 1755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20115 +label: "خالد حسين أحمد عبد الله" +value: "1755" +data: Rawafed\AuthorsBundle\Entity\Author {#10571 …} +attr: [] +labelTranslationParameters: [] } 1835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20116 +label: "خالد حسين عبد الرحيم حمدان" +value: "1835" +data: Rawafed\AuthorsBundle\Entity\Author {#10577 …} +attr: [] +labelTranslationParameters: [] } 2475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20117 +label: "خالد حمودي محيي العزاوي" +value: "2475" +data: Rawafed\AuthorsBundle\Entity\Author {#10583 …} +attr: [] +labelTranslationParameters: [] } 2380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20118 +label: "خالد رمضان عثمان أحمد" +value: "2380" +data: Rawafed\AuthorsBundle\Entity\Author {#10589 …} +attr: [] +labelTranslationParameters: [] } 2124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20119 +label: "خالد سليمان عيد الدولات" +value: "2124" +data: Rawafed\AuthorsBundle\Entity\Author {#10595 …} +attr: [] +labelTranslationParameters: [] } 1794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20120 +label: "خالد سوماني" +value: "1794" +data: Rawafed\AuthorsBundle\Entity\Author {#10601 …} +attr: [] +labelTranslationParameters: [] } 2116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20121 +label: "خالد سيف الله سيفي" +value: "2116" +data: Rawafed\AuthorsBundle\Entity\Author {#10607 …} +attr: [] +labelTranslationParameters: [] } 2885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20122 +label: "خالد عبد القادر السعيد" +value: "2885" +data: Rawafed\AuthorsBundle\Entity\Author {#10613 …} +attr: [] +labelTranslationParameters: [] } 2902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20123 +label: "خالد عبد الله عبده الحوري" +value: "2902" +data: Rawafed\AuthorsBundle\Entity\Author {#10619 …} +attr: [] +labelTranslationParameters: [] } 1731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20124 +label: "خالد عطا الله العبد زنون" +value: "1731" +data: Rawafed\AuthorsBundle\Entity\Author {#10625 …} +attr: [] +labelTranslationParameters: [] } 3214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20125 +label: "خالد كبير علال" +value: "3214" +data: Rawafed\AuthorsBundle\Entity\Author {#10631 …} +attr: [] +labelTranslationParameters: [] } 2586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20126 +label: "خالد محمد أحمد عطية" +value: "2586" +data: Rawafed\AuthorsBundle\Entity\Author {#10637 …} +attr: [] +labelTranslationParameters: [] } 1209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20127 +label: "خالد محمد إبراهيم محمود" +value: "1209" +data: Rawafed\AuthorsBundle\Entity\Author {#10643 …} +attr: [] +labelTranslationParameters: [] } 1373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20128 +label: "خالد محمد عيد الحواجري" +value: "1373" +data: Rawafed\AuthorsBundle\Entity\Author {#10649 …} +attr: [] +labelTranslationParameters: [] } 2861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20129 +label: "خالد محمد فكري عبد الحميد" +value: "2861" +data: Rawafed\AuthorsBundle\Entity\Author {#10655 …} +attr: [] +labelTranslationParameters: [] } 1717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20130 +label: "خالد محمود أبو مصطفى" +value: "1717" +data: Rawafed\AuthorsBundle\Entity\Author {#10661 …} +attr: [] +labelTranslationParameters: [] } 1191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20131 +label: "خالد مسعود خليل العيساوي" +value: "1191" +data: Rawafed\AuthorsBundle\Entity\Author {#10667 …} +attr: [] +labelTranslationParameters: [] } 2661 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20132 +label: "خالدي خالد" +value: "2661" +data: Rawafed\AuthorsBundle\Entity\Author {#10673 …} +attr: [] +labelTranslationParameters: [] } 2139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20133 +label: "خديجة أحمد مفتي" +value: "2139" +data: Rawafed\AuthorsBundle\Entity\Author {#10679 …} +attr: [] +labelTranslationParameters: [] } 2627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20134 +label: "خديجة عبد الله سرور الصبان" +value: "2627" +data: Rawafed\AuthorsBundle\Entity\Author {#10685 …} +attr: [] +labelTranslationParameters: [] } 2132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20135 +label: "خديجة محسن حسين مقيبل" +value: "2132" +data: Rawafed\AuthorsBundle\Entity\Author {#10691 …} +attr: [] +labelTranslationParameters: [] } 2167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20136 +label: "خديجة محمد أحمد البناني" +value: "2167" +data: Rawafed\AuthorsBundle\Entity\Author {#10697 …} +attr: [] +labelTranslationParameters: [] } 3080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20137 +label: "خديجة مرات" +value: "3080" +data: Rawafed\AuthorsBundle\Entity\Author {#10703 …} +attr: [] +labelTranslationParameters: [] } 1953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20138 +label: "خضر محمود عباس" +value: "1953" +data: Rawafed\AuthorsBundle\Entity\Author {#10709 …} +attr: [] +labelTranslationParameters: [] } 1978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20139 +label: "خلف بن علي بن حسين العنزي" +value: "1978" +data: Rawafed\AuthorsBundle\Entity\Author {#10715 …} +attr: [] +labelTranslationParameters: [] } 1614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20140 +label: "خلود بنت طلال الحساني" +value: "1614" +data: Rawafed\AuthorsBundle\Entity\Author {#10721 …} +attr: [] +labelTranslationParameters: [] } 2931 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20141 +label: "خلود سليمان سليم العصيمي" +value: "2931" +data: Rawafed\AuthorsBundle\Entity\Author {#10727 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20142 +label: "خلود شاكر فهيد العبدلي" +value: "1034" +data: Rawafed\AuthorsBundle\Entity\Author {#10733 …} +attr: [] +labelTranslationParameters: [] } 1163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20143 +label: "خليفة حسين العسال" +value: "1163" +data: Rawafed\AuthorsBundle\Entity\Author {#10739 …} +attr: [] +labelTranslationParameters: [] } 1458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20144 +label: "خليل إبراهيم عبد الرحمن الحاج" +value: "1458" +data: Rawafed\AuthorsBundle\Entity\Author {#10745 …} +attr: [] +labelTranslationParameters: [] } 925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20145 +label: "خليل إسماعيل إلياس" +value: "925" +data: Rawafed\AuthorsBundle\Entity\Author {#10751 …} +attr: [] +labelTranslationParameters: [] } 1668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20146 +label: "خليل إسماعيل عبد الرازق الأسمر" +value: "1668" +data: Rawafed\AuthorsBundle\Entity\Author {#10757 …} +attr: [] +labelTranslationParameters: [] } 1319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20147 +label: "خليل بنيان الحسون" +value: "1319" +data: Rawafed\AuthorsBundle\Entity\Author {#10763 …} +attr: [] +labelTranslationParameters: [] } 1497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20148 +label: "خليل عبد الحميد العبادي" +value: "1497" +data: Rawafed\AuthorsBundle\Entity\Author {#10769 …} +attr: [] +labelTranslationParameters: [] } 3224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20149 +label: "خميس سبع حميد القرغولي" +value: "3224" +data: Rawafed\AuthorsBundle\Entity\Author {#10775 …} +attr: [] +labelTranslationParameters: [] } 1710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20150 +label: "خولة توفيق السكني" +value: "1710" +data: Rawafed\AuthorsBundle\Entity\Author {#10781 …} +attr: [] +labelTranslationParameters: [] } 1980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20151 +label: "خيرة المعاونة" +value: "1980" +data: Rawafed\AuthorsBundle\Entity\Author {#10787 …} +attr: [] +labelTranslationParameters: [] } 2392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20152 +label: "د. أحمد سعيد نوفل" +value: "2392" +data: Rawafed\AuthorsBundle\Entity\Author {#10793 …} +attr: [] +labelTranslationParameters: [] } 2379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20153 +label: "د. أحمد نوفل" +value: "2379" +data: Rawafed\AuthorsBundle\Entity\Author {#10799 …} +attr: [] +labelTranslationParameters: [] } 2385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20154 +label: "د. أمين الدميري" +value: "2385" +data: Rawafed\AuthorsBundle\Entity\Author {#10805 …} +attr: [] +labelTranslationParameters: [] } 2394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20155 +label: "د. حكمت الحريري " +value: "2394" +data: Rawafed\AuthorsBundle\Entity\Author {#10811 …} +attr: [] +labelTranslationParameters: [] } 2375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20156 +label: "د. سلامة عبد الهادي" +value: "2375" +data: Rawafed\AuthorsBundle\Entity\Author {#10817 …} +attr: [] +labelTranslationParameters: [] } 2377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20157 +label: "د. صلاح الخالدي" +value: "2377" +data: Rawafed\AuthorsBundle\Entity\Author {#10823 …} +attr: [] +labelTranslationParameters: [] } 2391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20158 +label: "د. طارق السيد طبل" +value: "2391" +data: Rawafed\AuthorsBundle\Entity\Author {#10829 …} +attr: [] +labelTranslationParameters: [] } 2408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20159 +label: "د. عبد الحي فرماوي" +value: "2408" +data: Rawafed\AuthorsBundle\Entity\Author {#10835 …} +attr: [] +labelTranslationParameters: [] } 2382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20160 +label: "د. عبد الرحمن بن صالح المحمود" +value: "2382" +data: Rawafed\AuthorsBundle\Entity\Author {#10841 …} +attr: [] +labelTranslationParameters: [] } 2410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20161 +label: "د. عوض أبو عليان" +value: "2410" +data: Rawafed\AuthorsBundle\Entity\Author {#10847 …} +attr: [] +labelTranslationParameters: [] } 2378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20162 +label: "د. محمد راتب النابلسي" +value: "2378" +data: Rawafed\AuthorsBundle\Entity\Author {#10853 …} +attr: [] +labelTranslationParameters: [] } 2384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20163 +label: "د. هشام عبد القادر عقدة " +value: "2384" +data: Rawafed\AuthorsBundle\Entity\Author {#10859 …} +attr: [] +labelTranslationParameters: [] } 2405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20164 +label: "د.عبد الرحمن بن حسن العارف" +value: "2405" +data: Rawafed\AuthorsBundle\Entity\Author {#10865 …} +attr: [] +labelTranslationParameters: [] } 3430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20165 +label: "دانييل ماديغان - Daniel A. Madigan" +value: "3430" +data: Rawafed\AuthorsBundle\Entity\Author {#10871 …} +attr: [] +labelTranslationParameters: [] } 2183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20166 +label: "دخيل الله بن محمد بن دخيل الله الصحفي" +value: "2183" +data: Rawafed\AuthorsBundle\Entity\Author {#10877 …} +attr: [] +labelTranslationParameters: [] } 1988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20167 +label: "درة النفيسة" +value: "1988" +data: Rawafed\AuthorsBundle\Entity\Author {#10883 …} +attr: [] +labelTranslationParameters: [] } 1816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20168 +label: "دريد حسن أحمد الصالح" +value: "1816" +data: Rawafed\AuthorsBundle\Entity\Author {#10889 …} +attr: [] +labelTranslationParameters: [] } 3169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20169 +label: "دعاء وائل تيسير عدوان" +value: "3169" +data: Rawafed\AuthorsBundle\Entity\Author {#10895 …} +attr: [] +labelTranslationParameters: [] } 2310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20170 +label: "دورامي ياسينج جئ مه" +value: "2310" +data: Rawafed\AuthorsBundle\Entity\Author {#10901 …} +attr: [] +labelTranslationParameters: [] } 1914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20171 +label: "دوي نورى الهانداياني" +value: "1914" +data: Rawafed\AuthorsBundle\Entity\Author {#10907 …} +attr: [] +labelTranslationParameters: [] } 932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20172 +label: "ديالا عبد الجبار سعيد عبد الله" +value: "932" +data: Rawafed\AuthorsBundle\Entity\Author {#10913 …} +attr: [] +labelTranslationParameters: [] } 2037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20173 +label: "ديان أرديانطا" +value: "2037" +data: Rawafed\AuthorsBundle\Entity\Author {#10919 …} +attr: [] +labelTranslationParameters: [] } 2009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20174 +label: "ديديك همّوان" +value: "2009" +data: Rawafed\AuthorsBundle\Entity\Author {#10925 …} +attr: [] +labelTranslationParameters: [] } 2460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20175 +label: "ديفن ج. ستيوارت - DEVIN J. STEWART" +value: "2460" +data: Rawafed\AuthorsBundle\Entity\Author {#10931 …} +attr: [] +labelTranslationParameters: [] } 1072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20176 +label: "دينا محمد بن حمود الحارثي" +value: "1072" +data: Rawafed\AuthorsBundle\Entity\Author {#10937 …} +attr: [] +labelTranslationParameters: [] } 821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20177 +label: "ذو الكفل بن الحاج محمد يوسف بن الحاج إسماعيل" +value: "821" +data: Rawafed\AuthorsBundle\Entity\Author {#10943 …} +attr: [] +labelTranslationParameters: [] } 2109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20178 +label: "ذيب بن مصري بن ناصر القحطاني" +value: "2109" +data: Rawafed\AuthorsBundle\Entity\Author {#10952 …} +attr: [] +labelTranslationParameters: [] } 1995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20179 +label: "رؤى بنت طلال محجوب" +value: "1995" +data: Rawafed\AuthorsBundle\Entity\Author {#10958 …} +attr: [] +labelTranslationParameters: [] } 2659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20180 +label: "رائد بن محمد الكحلان الغامدي" +value: "2659" +data: Rawafed\AuthorsBundle\Entity\Author {#10964 …} +attr: [] +labelTranslationParameters: [] } 1470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20181 +label: "رائد عبد الرحيم عاصي" +value: "1470" +data: Rawafed\AuthorsBundle\Entity\Author {#10970 …} +attr: [] +labelTranslationParameters: [] } 1228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20182 +label: "رائد محمد سالم زيادة" +value: "1228" +data: Rawafed\AuthorsBundle\Entity\Author {#10976 …} +attr: [] +labelTranslationParameters: [] } 1663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20183 +label: "رائد مصباح الداية" +value: "1663" +data: Rawafed\AuthorsBundle\Entity\Author {#10982 …} +attr: [] +labelTranslationParameters: [] } 3072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20184 +label: "رابح العربي" +value: "3072" +data: Rawafed\AuthorsBundle\Entity\Author {#10988 …} +attr: [] +labelTranslationParameters: [] } 1903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20185 +label: "راشد بن حمود الثنيان" +value: "1903" +data: Rawafed\AuthorsBundle\Entity\Author {#10994 …} +attr: [] +labelTranslationParameters: [] } 1993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20186 +label: "راضي محسنين" +value: "1993" +data: Rawafed\AuthorsBundle\Entity\Author {#11000 …} +attr: [] +labelTranslationParameters: [] } 2803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20187 +label: "راضية بن عريبة" +value: "2803" +data: Rawafed\AuthorsBundle\Entity\Author {#11006 …} +attr: [] +labelTranslationParameters: [] } 2831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20188 +label: "راغب السرجاني" +value: "2831" +data: Rawafed\AuthorsBundle\Entity\Author {#11012 …} +attr: [] +labelTranslationParameters: [] } 2119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20189 +label: "رانية بنت جميل بن سليم أبو حنانة" +value: "2119" +data: Rawafed\AuthorsBundle\Entity\Author {#11018 …} +attr: [] +labelTranslationParameters: [] } 1682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20190 +label: "رانية جهاد إسماعيل الشوبكي" +value: "1682" +data: Rawafed\AuthorsBundle\Entity\Author {#11024 …} +attr: [] +labelTranslationParameters: [] } 2173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20191 +label: "رانية فرحان السقرات" +value: "2173" +data: Rawafed\AuthorsBundle\Entity\Author {#11030 …} +attr: [] +labelTranslationParameters: [] } 1691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20192 +label: "رباب حمد سليم أبو عمرة" +value: "1691" +data: Rawafed\AuthorsBundle\Entity\Author {#11036 …} +attr: [] +labelTranslationParameters: [] } 2025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20193 +label: "رباب صالح جمال" +value: "2025" +data: Rawafed\AuthorsBundle\Entity\Author {#11042 …} +attr: [] +labelTranslationParameters: [] } 1655 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20194 +label: "رباب محمد درويش" +value: "1655" +data: Rawafed\AuthorsBundle\Entity\Author {#11048 …} +attr: [] +labelTranslationParameters: [] } 2508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20195 +label: "ربيعة الكعبي" +value: "2508" +data: Rawafed\AuthorsBundle\Entity\Author {#11054 …} +attr: [] +labelTranslationParameters: [] } 1288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20196 +label: "رجاء بنت محمد عودة" +value: "1288" +data: Rawafed\AuthorsBundle\Entity\Author {#11060 …} +attr: [] +labelTranslationParameters: [] } 1548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20197 +label: "رجاء حسين محمد العبادي" +value: "1548" +data: Rawafed\AuthorsBundle\Entity\Author {#11066 …} +attr: [] +labelTranslationParameters: [] } 1728 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20198 +label: "رجب نصر موسى الأنس" +value: "1728" +data: Rawafed\AuthorsBundle\Entity\Author {#11072 …} +attr: [] +labelTranslationParameters: [] } 2882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20199 +label: "رحاب بنت عبد السلام بن عبد المؤمن مكي" +value: "2882" +data: Rawafed\AuthorsBundle\Entity\Author {#11078 …} +attr: [] +labelTranslationParameters: [] } 2788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20200 +label: "رحمة حنش عطية العمري" +value: "2788" +data: Rawafed\AuthorsBundle\Entity\Author {#11084 …} +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20201 +label: "ردينة سليمان حسن" +value: "1670" +data: Rawafed\AuthorsBundle\Entity\Author {#11090 …} +attr: [] +labelTranslationParameters: [] } 2053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20202 +label: "رزكا ترييانا" +value: "2053" +data: Rawafed\AuthorsBundle\Entity\Author {#11096 …} +attr: [] +labelTranslationParameters: [] } 1750 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20203 +label: "رسل عباس محمد شيروزة" +value: "1750" +data: Rawafed\AuthorsBundle\Entity\Author {#11102 …} +attr: [] +labelTranslationParameters: [] } 2463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20204 +label: "رسول صالح علي أحمد الحلبوسي" +value: "2463" +data: Rawafed\AuthorsBundle\Entity\Author {#11108 …} +attr: [] +labelTranslationParameters: [] } 1054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20205 +label: "رشيد الحمداوي" +value: "1054" +data: Rawafed\AuthorsBundle\Entity\Author {#11114 …} +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20206 +label: "رشيد سلاوي" +value: "1004" +data: Rawafed\AuthorsBundle\Entity\Author {#11120 …} +attr: [] +labelTranslationParameters: [] } 2051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20207 +label: "رشيدة المستقبمة" +value: "2051" +data: Rawafed\AuthorsBundle\Entity\Author {#11126 …} +attr: [] +labelTranslationParameters: [] } 2892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20208 +label: "رشيقة ذيب" +value: "2892" +data: Rawafed\AuthorsBundle\Entity\Author {#11132 …} +attr: [] +labelTranslationParameters: [] } 2904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20209 +label: "رضا بيرش" +value: "2904" +data: Rawafed\AuthorsBundle\Entity\Author {#11138 …} +attr: [] +labelTranslationParameters: [] } 2554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20210 +label: "رضا محمد الدقيقي" +value: "2554" +data: Rawafed\AuthorsBundle\Entity\Author {#11144 …} +attr: [] +labelTranslationParameters: [] } 1698 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20211 +label: "رضا هادي حسون العقيدي" +value: "1698" +data: Rawafed\AuthorsBundle\Entity\Author {#11150 …} +attr: [] +labelTranslationParameters: [] } 3410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20212 +label: "رضوان إبراهيم لخشين" +value: "3410" +data: Rawafed\AuthorsBundle\Entity\Author {#11156 …} +attr: [] +labelTranslationParameters: [] } 1495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20213 +label: "رضوان الأطرش" +value: "1495" +data: Rawafed\AuthorsBundle\Entity\Author {#11162 …} +attr: [] +labelTranslationParameters: [] } 3216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20214 +label: "رضوان بن شقرون" +value: "3216" +data: Rawafed\AuthorsBundle\Entity\Author {#11168 …} +attr: [] +labelTranslationParameters: [] } 3175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20215 +label: "رضوان لخشين" +value: "3175" +data: Rawafed\AuthorsBundle\Entity\Author {#11174 …} +attr: [] +labelTranslationParameters: [] } 2663 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20216 +label: "رضوان منيسي عبد الله جاب الله" +value: "2663" +data: Rawafed\AuthorsBundle\Entity\Author {#11180 …} +attr: [] +labelTranslationParameters: [] } 1834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20217 +label: "رفعة الحسنة" +value: "1834" +data: Rawafed\AuthorsBundle\Entity\Author {#11186 …} +attr: [] +labelTranslationParameters: [] } 2112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20218 +label: "رقية مالك دفع الله خلف الله" +value: "2112" +data: Rawafed\AuthorsBundle\Entity\Author {#11192 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20219 +label: "رقية محمد صالح إبراهيم الخزامي" +value: "1071" +data: Rawafed\AuthorsBundle\Entity\Author {#11198 …} +attr: [] +labelTranslationParameters: [] } 2558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20220 +label: "رمضان خميس الغريب" +value: "2558" +data: Rawafed\AuthorsBundle\Entity\Author {#11204 …} +attr: [] +labelTranslationParameters: [] } 1553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20221 +label: "رمضان يوسف عبد الهادي الصيفي" +value: "1553" +data: Rawafed\AuthorsBundle\Entity\Author {#11210 …} +attr: [] +labelTranslationParameters: [] } 1623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20222 +label: "رنا عبد الحميد سعيد حسون الجبوري" +value: "1623" +data: Rawafed\AuthorsBundle\Entity\Author {#11216 …} +attr: [] +labelTranslationParameters: [] } 1255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20223 +label: "رنا محمد حسن حمدان" +value: "1255" +data: Rawafed\AuthorsBundle\Entity\Author {#11222 …} +attr: [] +labelTranslationParameters: [] } 1221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20224 +label: "رهيفة موسى قدورة إبراهيم" +value: "1221" +data: Rawafed\AuthorsBundle\Entity\Author {#11228 …} +attr: [] +labelTranslationParameters: [] } 1826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20225 +label: "رواء عبد الأمير عبد الجبار" +value: "1826" +data: Rawafed\AuthorsBundle\Entity\Author {#11234 …} +attr: [] +labelTranslationParameters: [] } 2543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20226 +label: "روان منذر السيد" +value: "2543" +data: Rawafed\AuthorsBundle\Entity\Author {#11240 …} +attr: [] +labelTranslationParameters: [] } 1720 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20227 +label: "روضة سليم إسماعيل المدهون" +value: "1720" +data: Rawafed\AuthorsBundle\Entity\Author {#11246 …} +attr: [] +labelTranslationParameters: [] } 924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20228 +label: "رونق جلال" +value: "924" +data: Rawafed\AuthorsBundle\Entity\Author {#11252 …} +attr: [] +labelTranslationParameters: [] } 1630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20229 +label: "رياض بن محمد بن عبد الله دوبان الغامدي" +value: "1630" +data: Rawafed\AuthorsBundle\Entity\Author {#11258 …} +attr: [] +labelTranslationParameters: [] } 3078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20230 +label: "رياض حراد" +value: "3078" +data: Rawafed\AuthorsBundle\Entity\Author {#11264 …} +attr: [] +labelTranslationParameters: [] } 2531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20231 +label: "رياض محمد علي أبو رحمة" +value: "2531" +data: Rawafed\AuthorsBundle\Entity\Author {#11270 …} +attr: [] +labelTranslationParameters: [] } 1177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20232 +label: "رياض محمود جابر قاسم" +value: "1177" +data: Rawafed\AuthorsBundle\Entity\Author {#11276 …} +attr: [] +labelTranslationParameters: [] } 1985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20233 +label: "ريتنانينج نورران" +value: "1985" +data: Rawafed\AuthorsBundle\Entity\Author {#11282 …} +attr: [] +labelTranslationParameters: [] } 1146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20234 +label: "ريم مرفق محمود الشرافي" +value: "1146" +data: Rawafed\AuthorsBundle\Entity\Author {#11288 …} +attr: [] +labelTranslationParameters: [] } 3398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20235 +label: "ريمون هارفي - Ramon Harvey" +value: "3398" +data: Rawafed\AuthorsBundle\Entity\Author {#11294 …} +attr: [] +labelTranslationParameters: [] } 1263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20236 +label: "زاهر الألمعي" +value: "1263" +data: Rawafed\AuthorsBundle\Entity\Author {#11300 …} +attr: [] +labelTranslationParameters: [] } 1200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20237 +label: "زاهرة توفيق أبو كشك" +value: "1200" +data: Rawafed\AuthorsBundle\Entity\Author {#11306 …} +attr: [] +labelTranslationParameters: [] } 1957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20238 +label: "زبن عزيز خلف العسافي" +value: "1957" +data: Rawafed\AuthorsBundle\Entity\Author {#11312 …} +attr: [] +labelTranslationParameters: [] } 2673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20239 +label: "زرقة لطفي هشام" +value: "2673" +data: Rawafed\AuthorsBundle\Entity\Author {#11318 …} +attr: [] +labelTranslationParameters: [] } 1910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20240 +label: "زريدة أعيزة النعمة" +value: "1910" +data: Rawafed\AuthorsBundle\Entity\Author {#11324 …} +attr: [] +labelTranslationParameters: [] } 1465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20241 +label: "زكريا إبراهيم صالح الزميلي" +value: "1465" +data: Rawafed\AuthorsBundle\Entity\Author {#11330 …} +attr: [] +labelTranslationParameters: [] } 2218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20242 +label: "زكريا بشير إمام" +value: "2218" +data: Rawafed\AuthorsBundle\Entity\Author {#11336 …} +attr: [] +labelTranslationParameters: [] } 2805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20243 +label: "زلافي براهيم" +value: "2805" +data: Rawafed\AuthorsBundle\Entity\Author {#11342 …} +attr: [] +labelTranslationParameters: [] } 1784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20244 +label: "زمخشري بن حسب الله" +value: "1784" +data: Rawafed\AuthorsBundle\Entity\Author {#11348 …} +attr: [] +labelTranslationParameters: [] } 2884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20245 +label: "زمردة بوشاقور" +value: "2884" +data: Rawafed\AuthorsBundle\Entity\Author {#11354 …} +attr: [] +labelTranslationParameters: [] } 2883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20246 +label: "زمزم بنت أحمد بن علي تقي" +value: "2883" +data: Rawafed\AuthorsBundle\Entity\Author {#11360 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20247 +label: "زهدي محمد مطر أبو نعمة" +value: "1018" +data: Rawafed\AuthorsBundle\Entity\Author {#11366 …} +attr: [] +labelTranslationParameters: [] } 3079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20248 +label: "زهر الدين رحماني" +value: "3079" +data: Rawafed\AuthorsBundle\Entity\Author {#11372 …} +attr: [] +labelTranslationParameters: [] } 1771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20249 +label: "زهر صالح إسماعيل أبو عبيد الله" +value: "1771" +data: Rawafed\AuthorsBundle\Entity\Author {#11378 …} +attr: [] +labelTranslationParameters: [] } 2315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20250 +label: "زهراء البتول محمود طباخ" +value: "2315" +data: Rawafed\AuthorsBundle\Entity\Author {#11384 …} +attr: [] +labelTranslationParameters: [] } 2430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20251 +label: "زهراء ميري حمادي الجنابي" +value: "2430" +data: Rawafed\AuthorsBundle\Entity\Author {#11390 …} +attr: [] +labelTranslationParameters: [] } 1782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20252 +label: "زهير هاشم عودة ريالات" +value: "1782" +data: Rawafed\AuthorsBundle\Entity\Author {#11396 …} +attr: [] +labelTranslationParameters: [] } 1626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20253 +label: "زياد حمزة علي عبيد" +value: "1626" +data: Rawafed\AuthorsBundle\Entity\Author {#11402 …} +attr: [] +labelTranslationParameters: [] } 2078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20254 +label: "زياد خليل محمد الدغامين" +value: "2078" +data: Rawafed\AuthorsBundle\Entity\Author {#11408 …} +attr: [] +labelTranslationParameters: [] } 1809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20255 +label: "زياد علي دايح الفهداوي" +value: "1809" +data: Rawafed\AuthorsBundle\Entity\Author {#11414 …} +attr: [] +labelTranslationParameters: [] } 2929 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20256 +label: "زياد محمود حمد جبالي" +value: "2929" +data: Rawafed\AuthorsBundle\Entity\Author {#11420 …} +attr: [] +labelTranslationParameters: [] } 837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20257 +label: "زيد بن علي بن مهدي مهارش" +value: "837" +data: Rawafed\AuthorsBundle\Entity\Author {#11426 …} +attr: [] +labelTranslationParameters: [] } 1621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20258 +label: "زيد خليل فلاح القرالة" +value: "1621" +data: Rawafed\AuthorsBundle\Entity\Author {#11432 …} +attr: [] +labelTranslationParameters: [] } 1590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20259 +label: "زيدان محمود سلامة العقرباوي" +value: "1590" +data: Rawafed\AuthorsBundle\Entity\Author {#11438 …} +attr: [] +labelTranslationParameters: [] } 2047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20260 +label: "زين الخاتم" +value: "2047" +data: Rawafed\AuthorsBundle\Entity\Author {#11444 …} +attr: [] +labelTranslationParameters: [] } 2935 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20261 +label: "زين الدين أبو الفتح جعفر بن إبراهيم السنهوري (ت 894)" +value: "2935" +data: Rawafed\AuthorsBundle\Entity\Author {#11450 …} +attr: [] +labelTranslationParameters: [] } 1686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20262 +label: "زين حسين أحمد ياسين" +value: "1686" +data: Rawafed\AuthorsBundle\Entity\Author {#11456 …} +attr: [] +labelTranslationParameters: [] } 2323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20263 +label: "زينب أحمد محمد الشربيني" +value: "2323" +data: Rawafed\AuthorsBundle\Entity\Author {#11462 …} +attr: [] +labelTranslationParameters: [] } 2314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20264 +label: "زينب بشارة يوسف" +value: "2314" +data: Rawafed\AuthorsBundle\Entity\Author {#11468 …} +attr: [] +labelTranslationParameters: [] } 1124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20265 +label: "زينب حسين موسى أبو مور" +value: "1124" +data: Rawafed\AuthorsBundle\Entity\Author {#11474 …} +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20266 +label: "زينب عبد السلام أبو الفضل" +value: "856" +data: Rawafed\AuthorsBundle\Entity\Author {#11480 …} +attr: [] +labelTranslationParameters: [] } 2571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20267 +label: "زينة قرفة" +value: "2571" +data: Rawafed\AuthorsBundle\Entity\Author {#11486 …} +attr: [] +labelTranslationParameters: [] } 2544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20268 +label: "سائد فايز محمود جرار" +value: "2544" +data: Rawafed\AuthorsBundle\Entity\Author {#11492 …} +attr: [] +labelTranslationParameters: [] } 2600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20269 +label: "ساجد علي سبحاني" +value: "2600" +data: Rawafed\AuthorsBundle\Entity\Author {#11498 …} +attr: [] +labelTranslationParameters: [] } 2383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20270 +label: "سارة الزامل" +value: "2383" +data: Rawafed\AuthorsBundle\Entity\Author {#11504 …} +attr: [] +labelTranslationParameters: [] } 3328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20271 +label: "سالم بن عوض الله الزهراني" +value: "3328" +data: Rawafed\AuthorsBundle\Entity\Author {#11510 …} +attr: [] +labelTranslationParameters: [] } 2756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20272 +label: "سالم فرج سعد" +value: "2756" +data: Rawafed\AuthorsBundle\Entity\Author {#11519 …} +attr: [] +labelTranslationParameters: [] } 3151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20273 +label: "سامح عبد الفتاح القليني" +value: "3151" +data: Rawafed\AuthorsBundle\Entity\Author {#11525 …} +attr: [] +labelTranslationParameters: [] } 1772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20274 +label: "سامر عبد الرحمن شوافي" +value: "1772" +data: Rawafed\AuthorsBundle\Entity\Author {#11531 …} +attr: [] +labelTranslationParameters: [] } 2789 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20275 +label: "سامي الماضي" +value: "2789" +data: Rawafed\AuthorsBundle\Entity\Author {#11537 …} +attr: [] +labelTranslationParameters: [] } 1316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20276 +label: "سامي بن عبد الله الباتلي" +value: "1316" +data: Rawafed\AuthorsBundle\Entity\Author {#11543 …} +attr: [] +labelTranslationParameters: [] } 3220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20277 +label: "سامي بن عبد الله المغلوث " +value: "3220" +data: Rawafed\AuthorsBundle\Entity\Author {#11549 …} +attr: [] +labelTranslationParameters: [] } 2331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20278 +label: "سامي بن محمد الصقير" +value: "2331" +data: Rawafed\AuthorsBundle\Entity\Author {#11555 …} +attr: [] +labelTranslationParameters: [] } 934 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20279 +label: "سامي بن محمد سعيد عثمان عبد الشكور" +value: "934" +data: Rawafed\AuthorsBundle\Entity\Author {#11561 …} +attr: [] +labelTranslationParameters: [] } 1480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20280 +label: "سامي حسين أبو وردة" +value: "1480" +data: Rawafed\AuthorsBundle\Entity\Author {#11567 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20281 +label: "سامي خليل رضوان" +value: "1107" +data: Rawafed\AuthorsBundle\Entity\Author {#11573 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20282 +label: "سامي طراف فايز الأسطل" +value: "1127" +data: Rawafed\AuthorsBundle\Entity\Author {#11579 …} +attr: [] +labelTranslationParameters: [] } 836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20283 +label: "سامي عطا حسن" +value: "836" +data: Rawafed\AuthorsBundle\Entity\Author {#11585 …} +attr: [] +labelTranslationParameters: [] } 1340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20284 +label: "سامي محمد بشير هاشم الجدبة" +value: "1340" +data: Rawafed\AuthorsBundle\Entity\Author {#11591 …} +attr: [] +labelTranslationParameters: [] } 1778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20285 +label: "سامي محمود محمد أحمد" +value: "1778" +data: Rawafed\AuthorsBundle\Entity\Author {#11597 …} +attr: [] +labelTranslationParameters: [] } 2250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20286 +label: "سامي وديع عبد الفتاح القدومي" +value: "2250" +data: Rawafed\AuthorsBundle\Entity\Author {#11603 …} +attr: [] +labelTranslationParameters: [] } 2171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20287 +label: "سامية صالح الذكير" +value: "2171" +data: Rawafed\AuthorsBundle\Entity\Author {#11609 …} +attr: [] +labelTranslationParameters: [] } 1222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20288 +label: "سامية عاهد محمد حرب" +value: "1222" +data: Rawafed\AuthorsBundle\Entity\Author {#11615 …} +attr: [] +labelTranslationParameters: [] } 2343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20289 +label: "سامية عبد الوهاب سراج علي" +value: "2343" +data: Rawafed\AuthorsBundle\Entity\Author {#11621 …} +attr: [] +labelTranslationParameters: [] } 2344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20290 +label: "سامية عبد الوهاب صالح" +value: "2344" +data: Rawafed\AuthorsBundle\Entity\Author {#11627 …} +attr: [] +labelTranslationParameters: [] } 2168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20291 +label: "سامية مونس خليل أبو سعيفان" +value: "2168" +data: Rawafed\AuthorsBundle\Entity\Author {#11633 …} +attr: [] +labelTranslationParameters: [] } 2049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20292 +label: "ستي رملة" +value: "2049" +data: Rawafed\AuthorsBundle\Entity\Author {#11639 …} +attr: [] +labelTranslationParameters: [] } 1956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20293 +label: "ستي نورديانا" +value: "1956" +data: Rawafed\AuthorsBundle\Entity\Author {#11645 …} +attr: [] +labelTranslationParameters: [] } 2974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20294 +label: "سجاد أحمد بن محمد أفضل" +value: "2974" +data: Rawafed\AuthorsBundle\Entity\Author {#11651 …} +attr: [] +labelTranslationParameters: [] } 2545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20295 +label: "سجود سعيد يوسف عبد الواحد" +value: "2545" +data: Rawafed\AuthorsBundle\Entity\Author {#11657 …} +attr: [] +labelTranslationParameters: [] } 2506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20296 +label: "سحر سويلم راضي" +value: "2506" +data: Rawafed\AuthorsBundle\Entity\Author {#11663 …} +attr: [] +labelTranslationParameters: [] } 2799 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20297 +label: "سحر عطا الله محمد الحسبان" +value: "2799" +data: Rawafed\AuthorsBundle\Entity\Author {#11669 …} +attr: [] +labelTranslationParameters: [] } 1770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20298 +label: "سحر محمد فهمي كردية" +value: "1770" +data: Rawafed\AuthorsBundle\Entity\Author {#11675 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20299 +label: "سر الختم الحسن عمر" +value: "1056" +data: Rawafed\AuthorsBundle\Entity\Author {#11681 …} +attr: [] +labelTranslationParameters: [] } 1897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20300 +label: "سرى طاهر الجبوري" +value: "1897" +data: Rawafed\AuthorsBundle\Entity\Author {#11687 …} +attr: [] +labelTranslationParameters: [] } 1766 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20301 +label: "سعاد عمر عبد الحي مشهور" +value: "1766" +data: Rawafed\AuthorsBundle\Entity\Author {#11693 …} +attr: [] +labelTranslationParameters: [] } 1556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20302 +label: "سعاد يلديريم" +value: "1556" +data: Rawafed\AuthorsBundle\Entity\Author {#11699 …} +attr: [] +labelTranslationParameters: [] } 2265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20303 +label: "سعد بن أحمد حنتوس" +value: "2265" +data: Rawafed\AuthorsBundle\Entity\Author {#11705 …} +attr: [] +labelTranslationParameters: [] } 2161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20304 +label: "سعد بن عبد العزيز بن سعد الدريهم" +value: "2161" +data: Rawafed\AuthorsBundle\Entity\Author {#11711 …} +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20305 +label: "سعد بن عبد الله بن إبراهيم بن جنيدل (ت 1427)" +value: "967" +data: Rawafed\AuthorsBundle\Entity\Author {#11717 …} +attr: [] +labelTranslationParameters: [] } 1552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20306 +label: "سعد بن ناصر بن عبد العزيز الشثري" +value: "1552" +data: Rawafed\AuthorsBundle\Entity\Author {#11723 …} +attr: [] +labelTranslationParameters: [] } 1847 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20307 +label: "سعد بولنوار" +value: "1847" +data: Rawafed\AuthorsBundle\Entity\Author {#11729 …} +attr: [] +labelTranslationParameters: [] } 927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20308 +label: "سعد رياض محمد البيومي" +value: "927" +data: Rawafed\AuthorsBundle\Entity\Author {#11735 …} +attr: [] +labelTranslationParameters: [] } 2338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20309 +label: "سعدون جمعة حمادي سلمان الحلبوسي" +value: "2338" +data: Rawafed\AuthorsBundle\Entity\Author {#11741 …} +attr: [] +labelTranslationParameters: [] } 1719 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20310 +label: "سعود بن سعيد بن نويجي الرحيلي" +value: "1719" +data: Rawafed\AuthorsBundle\Entity\Author {#11747 …} +attr: [] +labelTranslationParameters: [] } 1696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20311 +label: "سعيد أبو العلا أحمد حمزة" +value: "1696" +data: Rawafed\AuthorsBundle\Entity\Author {#11753 …} +attr: [] +labelTranslationParameters: [] } 2740 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20312 +label: "سعيد إبراهيم النمارنة" +value: "2740" +data: Rawafed\AuthorsBundle\Entity\Author {#11759 …} +attr: [] +labelTranslationParameters: [] } 899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20313 +label: "سعيد بن أحمد أعراب البُوزْراتي الغماري (ت 1424)" +value: "899" +data: Rawafed\AuthorsBundle\Entity\Author {#11765 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20314 +label: "سعيد بن عبد الرحمن الأحمري" +value: "1040" +data: Rawafed\AuthorsBundle\Entity\Author {#11771 …} +attr: [] +labelTranslationParameters: [] } 861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20315 +label: "سعيد بن علي بن وهف بن محمد القحطاني" +value: "861" +data: Rawafed\AuthorsBundle\Entity\Author {#11777 …} +attr: [] +labelTranslationParameters: [] } 2595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20316 +label: "سعيد بن محمد بن عبد الله القرني" +value: "2595" +data: Rawafed\AuthorsBundle\Entity\Author {#11783 …} +attr: [] +labelTranslationParameters: [] } 2106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20317 +label: "سعيد بن موسى بن عيدان العمري" +value: "2106" +data: Rawafed\AuthorsBundle\Entity\Author {#11789 …} +attr: [] +labelTranslationParameters: [] } 802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20318 +label: "سعيد بن يوسف السمنودي" +value: "802" +data: Rawafed\AuthorsBundle\Entity\Author {#11795 …} +attr: [] +labelTranslationParameters: [] } 1613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20319 +label: "سعيد حسين أحمد عابد" +value: "1613" +data: Rawafed\AuthorsBundle\Entity\Author {#11801 …} +attr: [] +labelTranslationParameters: [] } 2138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20320 +label: "سعيد عمر سالم باقازي" +value: "2138" +data: Rawafed\AuthorsBundle\Entity\Author {#11807 …} +attr: [] +labelTranslationParameters: [] } 2927 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20321 +label: "سعيد فاهم" +value: "2927" +data: Rawafed\AuthorsBundle\Entity\Author {#11813 …} +attr: [] +labelTranslationParameters: [] } 2862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20322 +label: "سفري محمد زين" +value: "2862" +data: Rawafed\AuthorsBundle\Entity\Author {#11819 …} +attr: [] +labelTranslationParameters: [] } 1907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20323 +label: "سلام محمد ياسين الحيحي" +value: "1907" +data: Rawafed\AuthorsBundle\Entity\Author {#11825 …} +attr: [] +labelTranslationParameters: [] } 1338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20324 +label: "سلطان الصاعدي الحربي" +value: "1338" +data: Rawafed\AuthorsBundle\Entity\Author {#11831 …} +attr: [] +labelTranslationParameters: [] } 2102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20325 +label: "سلمى جميل أحمد حسنين النجار" +value: "2102" +data: Rawafed\AuthorsBundle\Entity\Author {#11837 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20326 +label: "سلمى حسن أحمد البدوي" +value: "1115" +data: Rawafed\AuthorsBundle\Entity\Author {#11843 …} +attr: [] +labelTranslationParameters: [] } 1466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20327 +label: "سلوى سليم شلبي" +value: "1466" +data: Rawafed\AuthorsBundle\Entity\Author {#11849 …} +attr: [] +labelTranslationParameters: [] } 1370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20328 +label: "سلوى علي صلاح أبو جحجوح" +value: "1370" +data: Rawafed\AuthorsBundle\Entity\Author {#11855 …} +attr: [] +labelTranslationParameters: [] } 2869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20329 +label: "سليم بن مسعد الأحمدي" +value: "2869" +data: Rawafed\AuthorsBundle\Entity\Author {#11861 …} +attr: [] +labelTranslationParameters: [] } 1619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20330 +label: "سليم بو عون" +value: "1619" +data: Rawafed\AuthorsBundle\Entity\Author {#11867 …} +attr: [] +labelTranslationParameters: [] } 3186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20331 +label: "سليمان بن أعمر ميلودي (ت 1994)" +value: "3186" +data: Rawafed\AuthorsBundle\Entity\Author {#11873 …} +attr: [] +labelTranslationParameters: [] } 1600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20332 +label: "سليمان بن إبراهيم بن محمد العايد" +value: "1600" +data: Rawafed\AuthorsBundle\Entity\Author {#11879 …} +attr: [] +labelTranslationParameters: [] } 2097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20333 +label: "سليمان بن صفوق بن محمد العنزي" +value: "2097" +data: Rawafed\AuthorsBundle\Entity\Author {#11885 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20334 +label: "سليمان بن علي" +value: "1007" +data: Rawafed\AuthorsBundle\Entity\Author {#11891 …} +attr: [] +labelTranslationParameters: [] } 1451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20335 +label: "سليمان بن علي بن عامر الشعيلي" +value: "1451" +data: Rawafed\AuthorsBundle\Entity\Author {#11897 …} +attr: [] +labelTranslationParameters: [] } 1589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20336 +label: "سليمان حسن رطروط" +value: "1589" +data: Rawafed\AuthorsBundle\Entity\Author {#11903 …} +attr: [] +labelTranslationParameters: [] } 2677 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20337 +label: "سليمان حماد عبد المهدي الحوامدة" +value: "2677" +data: Rawafed\AuthorsBundle\Entity\Author {#11909 …} +attr: [] +labelTranslationParameters: [] } 1111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20338 +label: "سليمان محمد علي الدقور" +value: "1111" +data: Rawafed\AuthorsBundle\Entity\Author {#11915 …} +attr: [] +labelTranslationParameters: [] } 1653 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20339 +label: "سليمة جلال" +value: "1653" +data: Rawafed\AuthorsBundle\Entity\Author {#11921 …} +attr: [] +labelTranslationParameters: [] } 1192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20340 +label: "سماح أسعد محمد رضوان" +value: "1192" +data: Rawafed\AuthorsBundle\Entity\Author {#11927 …} +attr: [] +labelTranslationParameters: [] } 1171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20341 +label: "سماهر عوض محمد الزينات" +value: "1171" +data: Rawafed\AuthorsBundle\Entity\Author {#11933 …} +attr: [] +labelTranslationParameters: [] } 1625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20342 +label: "سمية جبر دويدار" +value: "1625" +data: Rawafed\AuthorsBundle\Entity\Author {#11939 …} +attr: [] +labelTranslationParameters: [] } 1356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20343 +label: "سمية عبد السلام حمدان عودة اللوح" +value: "1356" +data: Rawafed\AuthorsBundle\Entity\Author {#11945 …} +attr: [] +labelTranslationParameters: [] } 3094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20344 +label: "سمير مثنى علي الأبارة" +value: "3094" +data: Rawafed\AuthorsBundle\Entity\Author {#11951 …} +attr: [] +labelTranslationParameters: [] } 1746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20345 +label: "سمير محمد عزيز نمر موقدة" +value: "1746" +data: Rawafed\AuthorsBundle\Entity\Author {#11957 …} +attr: [] +labelTranslationParameters: [] } 2213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20346 +label: "سميرة عدلي محمد رزق" +value: "2213" +data: Rawafed\AuthorsBundle\Entity\Author {#11963 …} +attr: [] +labelTranslationParameters: [] } 1197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20347 +label: "سناء سليمان سلامة أبو صعيليك" +value: "1197" +data: Rawafed\AuthorsBundle\Entity\Author {#11969 …} +attr: [] +labelTranslationParameters: [] } 1241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20348 +label: "سناء عبد الوهاب محمود أبو الجديان" +value: "1241" +data: Rawafed\AuthorsBundle\Entity\Author {#11975 …} +attr: [] +labelTranslationParameters: [] } 1694 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20349 +label: "سندس عبد الكريم هادي" +value: "1694" +data: Rawafed\AuthorsBundle\Entity\Author {#11981 …} +attr: [] +labelTranslationParameters: [] } 1631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20350 +label: "سها محمد القطاع" +value: "1631" +data: Rawafed\AuthorsBundle\Entity\Author {#11987 …} +attr: [] +labelTranslationParameters: [] } 1463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20351 +label: "سهاد تحسين إلياس دولة" +value: "1463" +data: Rawafed\AuthorsBundle\Entity\Author {#11993 …} +attr: [] +labelTranslationParameters: [] } 1687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20352 +label: "سهام محمد أحمد الأسمر" +value: "1687" +data: Rawafed\AuthorsBundle\Entity\Author {#11999 …} +attr: [] +labelTranslationParameters: [] } 3000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20353 +label: "سهل بن رفاع العتيبي" +value: "3000" +data: Rawafed\AuthorsBundle\Entity\Author {#12005 …} +attr: [] +labelTranslationParameters: [] } 2080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20354 +label: "سهير محمد عبد المجيد" +value: "2080" +data: Rawafed\AuthorsBundle\Entity\Author {#12011 …} +attr: [] +labelTranslationParameters: [] } 1716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20355 +label: "سهير مدحت حمدان" +value: "1716" +data: Rawafed\AuthorsBundle\Entity\Author {#12017 …} +attr: [] +labelTranslationParameters: [] } 926 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20356 +label: "سهيل بن محمد قاسم" +value: "926" +data: Rawafed\AuthorsBundle\Entity\Author {#12023 …} +attr: [] +labelTranslationParameters: [] } 2041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20357 +label: "سوزان عبد الواحد عبد الجبار" +value: "2041" +data: Rawafed\AuthorsBundle\Entity\Author {#12029 …} +attr: [] +labelTranslationParameters: [] } 2169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20358 +label: "سيد إبراهيم سيد ناصر" +value: "2169" +data: Rawafed\AuthorsBundle\Entity\Author {#12035 …} +attr: [] +labelTranslationParameters: [] } 879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20359 +label: "سيد بن مختار أبو شادي" +value: "879" +data: Rawafed\AuthorsBundle\Entity\Author {#12041 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20360 +label: "سيد لاشين أبو الفرح (ت 1432)" +value: "468" +data: Rawafed\AuthorsBundle\Entity\Author {#12047 …} +attr: [] +labelTranslationParameters: [] } 1313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20361 +label: "سيد محمد ساداتي الشنقيطي" +value: "1313" +data: Rawafed\AuthorsBundle\Entity\Author {#12053 …} +attr: [] +labelTranslationParameters: [] } 2601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20362 +label: "سيدي محمد طرشي" +value: "2601" +data: Rawafed\AuthorsBundle\Entity\Author {#12059 …} +attr: [] +labelTranslationParameters: [] } 1776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20363 +label: "سيوطي عبد المناس" +value: "1776" +data: Rawafed\AuthorsBundle\Entity\Author {#12065 …} +attr: [] +labelTranslationParameters: [] } 2841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20364 +label: "شادي بن عبد الرحيم بن سعيد ناقرو" +value: "2841" +data: Rawafed\AuthorsBundle\Entity\Author {#12071 …} +attr: [] +labelTranslationParameters: [] } 2340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20365 +label: "شاكر نعمة بكري الكبيسي" +value: "2340" +data: Rawafed\AuthorsBundle\Entity\Author {#12077 …} +attr: [] +labelTranslationParameters: [] } 2886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20366 +label: "شاهر فارس حسين ذياب" +value: "2886" +data: Rawafed\AuthorsBundle\Entity\Author {#12083 …} +attr: [] +labelTranslationParameters: [] } 3361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20367 +label: "شتيفان فيلد - Stefan wild" +value: "3361" +data: Rawafed\AuthorsBundle\Entity\Author {#12089 …} +attr: [] +labelTranslationParameters: [] } 1162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20368 +label: "شحادة حميدي البخيت العمري" +value: "1162" +data: Rawafed\AuthorsBundle\Entity\Author {#12095 …} +attr: [] +labelTranslationParameters: [] } 1905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20369 +label: "شذى معيوف يونس الشماع" +value: "1905" +data: Rawafed\AuthorsBundle\Entity\Author {#12101 …} +attr: [] +labelTranslationParameters: [] } 2594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20370 +label: "شرف الدين علي الراجحي" +value: "2594" +data: Rawafed\AuthorsBundle\Entity\Author {#12107 …} +attr: [] +labelTranslationParameters: [] } 2748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20371 +label: "شرف علي عثمان" +value: "2748" +data: Rawafed\AuthorsBundle\Entity\Author {#12113 …} +attr: [] +labelTranslationParameters: [] } 3140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20372 +label: "شريف عبد الكريم محمد النجار" +value: "3140" +data: Rawafed\AuthorsBundle\Entity\Author {#12119 …} +attr: [] +labelTranslationParameters: [] } 1259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20373 +label: "شعبان محمد مقلد" +value: "1259" +data: Rawafed\AuthorsBundle\Entity\Author {#12125 …} +attr: [] +labelTranslationParameters: [] } 2104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20374 +label: "شعلان بن سعد بن محمد القرني" +value: "2104" +data: Rawafed\AuthorsBundle\Entity\Author {#12131 …} +attr: [] +labelTranslationParameters: [] } 1088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20375 +label: "شعيب بن أحمد بن محمد الغزالي" +value: "1088" +data: Rawafed\AuthorsBundle\Entity\Author {#12137 …} +attr: [] +labelTranslationParameters: [] } 2454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20376 +label: "شلتاغ عبود" +value: "2454" +data: Rawafed\AuthorsBundle\Entity\Author {#12143 …} +attr: [] +labelTranslationParameters: [] } 2674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20377 +label: "شمس الدين أبو الخير محمد بن عبد الرحمن بن محمد بن أبي بكر بن عثمان بن محمد السخاوي (ت 902)" +value: "2674" +data: Rawafed\AuthorsBundle\Entity\Author {#12149 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20378 +label: "شمس الدين أبو الفتح محمد بن محمد بن علي بن عطية العوفي المزي، ثم العاتكي (ت 906)" +value: "894" +data: Rawafed\AuthorsBundle\Entity\Author {#12155 …} +attr: [] +labelTranslationParameters: [] } 3064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20379 +label: "شمس الدين أبو عبد الله محمد بن أحمد بن عثمان بن قايْماز الذهبي (ت 748)" +value: "3064" +data: Rawafed\AuthorsBundle\Entity\Author {#12161 …} +attr: [] +labelTranslationParameters: [] } 2068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20380 +label: "شمس الدين محمد بن أحمد بن سعيد الحنفي المكي، المعروف بابن عقيلة (ت 1150)" +value: "2068" +data: Rawafed\AuthorsBundle\Entity\Author {#12167 …} +attr: [] +labelTranslationParameters: [] } 1382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20381 +label: "شمس الدين محمد بن خليل بن أبي بكر الحلبي الأصل الغزِّي القدسي الشافعي المقرئ، الْمَعْرُوف بابن القباقبي (ت 849)" +value: "1382" +data: Rawafed\AuthorsBundle\Entity\Author {#12173 …} +attr: [] +labelTranslationParameters: [] } 2350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20382 +label: "شمس الدين محمد بن علي بن أحمد الداوودي المالكي (ت 945)" +value: "2350" +data: Rawafed\AuthorsBundle\Entity\Author {#12179 …} +attr: [] +labelTranslationParameters: [] } 1388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20383 +label: "شمس الدين محمد بن محمد بن أحمد بن عبد القادر بن عبد العزيز السنباوي الأزهري، المعروف بالأمير الكبير (ت 1232)" +value: "1388" +data: Rawafed\AuthorsBundle\Entity\Author {#12185 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20384 +label: "شهاب الدين أحمد بن أحمد بن بدر الدين الطيبي (ت 979)" +value: "475" +data: Rawafed\AuthorsBundle\Entity\Author {#12191 …} +attr: [] +labelTranslationParameters: [] } 3359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20385 +label: "شهاب الدين الغُنيمي" +value: "3359" +data: Rawafed\AuthorsBundle\Entity\Author {#12197 …} +attr: [] +labelTranslationParameters: [] } 3168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20386 +label: "شوقي هشام" +value: "3168" +data: Rawafed\AuthorsBundle\Entity\Author {#12203 …} +attr: [] +labelTranslationParameters: [] } 1224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20387 +label: "شيرين زهير أبو عبدو" +value: "1224" +data: Rawafed\AuthorsBundle\Entity\Author {#12209 …} +attr: [] +labelTranslationParameters: [] } 3412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20388 +label: "شيلا إس. بلير - Sheila S. Blair" +value: "3412" +data: Rawafed\AuthorsBundle\Entity\Author {#12215 …} +attr: [] +labelTranslationParameters: [] } 3164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20389 +label: "شيماء رشيد محمد زنكنة" +value: "3164" +data: Rawafed\AuthorsBundle\Entity\Author {#12221 …} +attr: [] +labelTranslationParameters: [] } 1110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20390 +label: "صابر بن محمد أحمد" +value: "1110" +data: Rawafed\AuthorsBundle\Entity\Author {#12227 …} +attr: [] +labelTranslationParameters: [] } 3336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20391 +label: "صابر بن محمد عبدالحكم" +value: "3336" +data: Rawafed\AuthorsBundle\Entity\Author {#12233 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20392 +label: "صابر حسن محمد أبو سليمان" +value: "1029" +data: Rawafed\AuthorsBundle\Entity\Author {#12239 …} +attr: [] +labelTranslationParameters: [] } 1688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20393 +label: "صابرين خميس اللولو" +value: "1688" +data: Rawafed\AuthorsBundle\Entity\Author {#12245 …} +attr: [] +labelTranslationParameters: [] } 2241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20394 +label: "صادق الهلالي" +value: "2241" +data: Rawafed\AuthorsBundle\Entity\Author {#12251 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20395 +label: "صالح بن إبراهيم البليهي (ت 1410)" +value: "1046" +data: Rawafed\AuthorsBundle\Entity\Author {#12257 …} +attr: [] +labelTranslationParameters: [] } 1759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20396 +label: "صالح بن درباش موسى الزهراني" +value: "1759" +data: Rawafed\AuthorsBundle\Entity\Author {#12263 …} +attr: [] +labelTranslationParameters: [] } 2872 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20397 +label: "صالح بن سعود بن عبد الله العبد اللطيف" +value: "2872" +data: Rawafed\AuthorsBundle\Entity\Author {#12269 …} +attr: [] +labelTranslationParameters: [] } 849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20398 +label: "صالح بن سعود سليمان السعود" +value: "849" +data: Rawafed\AuthorsBundle\Entity\Author {#12275 …} +attr: [] +labelTranslationParameters: [] } 1648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20399 +label: "صالح بن سليمان الوهيبي" +value: "1648" +data: Rawafed\AuthorsBundle\Entity\Author {#12281 …} +attr: [] +labelTranslationParameters: [] } 2121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20400 +label: "صالح بن شنيف محمد المالكي" +value: "2121" +data: Rawafed\AuthorsBundle\Entity\Author {#12287 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20401 +label: "صالح بن عبد العزيز بن محمد بن إبراهيم بن عبد اللطيف آل الشيخ" +value: "372" +data: Rawafed\AuthorsBundle\Entity\Author {#12293 …} +attr: [] +labelTranslationParameters: [] } 2376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20402 +label: "صالح بن عبد الله التركي" +value: "2376" +data: Rawafed\AuthorsBundle\Entity\Author {#12299 …} +attr: [] +labelTranslationParameters: [] } 2910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20403 +label: "صالح حمدي" +value: "2910" +data: Rawafed\AuthorsBundle\Entity\Author {#12305 …} +attr: [] +labelTranslationParameters: [] } 2648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20404 +label: "صالح دريسي" +value: "2648" +data: Rawafed\AuthorsBundle\Entity\Author {#12311 …} +attr: [] +labelTranslationParameters: [] } 1078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20405 +label: "صالح علي زابن السريحي السلمي" +value: "1078" +data: Rawafed\AuthorsBundle\Entity\Author {#12317 …} +attr: [] +labelTranslationParameters: [] } 2214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20406 +label: "صالحة محمد علي خفاجي" +value: "2214" +data: Rawafed\AuthorsBundle\Entity\Author {#12323 …} +attr: [] +labelTranslationParameters: [] } 1112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20407 +label: "صبا يوسف النجار" +value: "1112" +data: Rawafed\AuthorsBundle\Entity\Author {#12329 …} +attr: [] +labelTranslationParameters: [] } 1906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20408 +label: "صباح بنت ناصر بن عبد الله الطليان" +value: "1906" +data: Rawafed\AuthorsBundle\Entity\Author {#12335 …} +attr: [] +labelTranslationParameters: [] } 876 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20409 +label: "صباح عبد الكريم العنزي" +value: "876" +data: Rawafed\AuthorsBundle\Entity\Author {#12341 …} +attr: [] +labelTranslationParameters: [] } 2486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20410 +label: "صبّاح عبيد دراز" +value: "2486" +data: Rawafed\AuthorsBundle\Entity\Author {#12347 …} +attr: [] +labelTranslationParameters: [] } 2622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20411 +label: "صبحي عبد الحميد محمد عبد الكريم" +value: "2622" +data: Rawafed\AuthorsBundle\Entity\Author {#12353 …} +attr: [] +labelTranslationParameters: [] } 958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20412 +label: "صبري إبراهيم السيد" +value: "958" +data: Rawafed\AuthorsBundle\Entity\Author {#12359 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20413 +label: "صبري الأشوح" +value: "324" +data: Rawafed\AuthorsBundle\Entity\Author {#12365 …} +attr: [] +labelTranslationParameters: [] } 2209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20414 +label: "صبري الدمرداش" +value: "2209" +data: Rawafed\AuthorsBundle\Entity\Author {#12371 …} +attr: [] +labelTranslationParameters: [] } 1634 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20415 +label: "صبري المتولي المتولي" +value: "1634" +data: Rawafed\AuthorsBundle\Entity\Author {#12377 …} +attr: [] +labelTranslationParameters: [] } 1891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20416 +label: "صبيحة حسن طعيس" +value: "1891" +data: Rawafed\AuthorsBundle\Entity\Author {#12383 …} +attr: [] +labelTranslationParameters: [] } 1289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20417 +label: "صديق أحمد مالك علي" +value: "1289" +data: Rawafed\AuthorsBundle\Entity\Author {#12389 …} +attr: [] +labelTranslationParameters: [] } 2706 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20418 +label: "صديق بكر علي عيطة" +value: "2706" +data: Rawafed\AuthorsBundle\Entity\Author {#12395 …} +attr: [] +labelTranslationParameters: [] } 3161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20419 +label: "صديق بوتداره" +value: "3161" +data: Rawafed\AuthorsBundle\Entity\Author {#12401 …} +attr: [] +labelTranslationParameters: [] } 2542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20420 +label: "صفاء حسني عبد المحسن الترك" +value: "2542" +data: Rawafed\AuthorsBundle\Entity\Author {#12407 …} +attr: [] +labelTranslationParameters: [] } 2302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20421 +label: "صفاء عبد الله نايف حردان" +value: "2302" +data: Rawafed\AuthorsBundle\Entity\Author {#12413 …} +attr: [] +labelTranslationParameters: [] } 2197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20422 +label: "صفوت مصطفى خليلوفيتش" +value: "2197" +data: Rawafed\AuthorsBundle\Entity\Author {#12419 …} +attr: [] +labelTranslationParameters: [] } 2682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20423 +label: "صفية عبد الرحمن السحيباني" +value: "2682" +data: Rawafed\AuthorsBundle\Entity\Author {#12428 …} +attr: [] +labelTranslationParameters: [] } 2537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20424 +label: "صفية محمود عبد المجيد دوابشة" +value: "2537" +data: Rawafed\AuthorsBundle\Entity\Author {#12434 …} +attr: [] +labelTranslationParameters: [] } 1863 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20425 +label: "صكبان عبد الله محمد حسين المكدمي" +value: "1863" +data: Rawafed\AuthorsBundle\Entity\Author {#12440 …} +attr: [] +labelTranslationParameters: [] } 1846 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20426 +label: "صلاح ساير فرحان العبيدي" +value: "1846" +data: Rawafed\AuthorsBundle\Entity\Author {#12446 …} +attr: [] +labelTranslationParameters: [] } 1753 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20427 +label: "صهيب أمين نادر" +value: "1753" +data: Rawafed\AuthorsBundle\Entity\Author {#12452 …} +attr: [] +labelTranslationParameters: [] } 3162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20428 +label: "صهيب فايز سعيد عزام" +value: "3162" +data: Rawafed\AuthorsBundle\Entity\Author {#12458 …} +attr: [] +labelTranslationParameters: [] } 2312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20429 +label: "ضروف فريد" +value: "2312" +data: Rawafed\AuthorsBundle\Entity\Author {#12464 …} +attr: [] +labelTranslationParameters: [] } 2772 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20430 +label: "ضياء سرحان خلف ديوان العزاوي" +value: "2772" +data: Rawafed\AuthorsBundle\Entity\Author {#12470 …} +attr: [] +labelTranslationParameters: [] } 1369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20431 +label: "ضيائي نعمان عبد الجواد السوسي" +value: "1369" +data: Rawafed\AuthorsBundle\Entity\Author {#12476 …} +attr: [] +labelTranslationParameters: [] } 1138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20432 +label: "طارق أحمد محمد عقيلان" +value: "1138" +data: Rawafed\AuthorsBundle\Entity\Author {#12482 …} +attr: [] +labelTranslationParameters: [] } 1212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20433 +label: "طارق الفارس" +value: "1212" +data: Rawafed\AuthorsBundle\Entity\Author {#12488 …} +attr: [] +labelTranslationParameters: [] } 3339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20434 +label: "طارق حجي" +value: "3339" +data: Rawafed\AuthorsBundle\Entity\Author {#12494 …} +attr: [] +labelTranslationParameters: [] } 2023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20435 +label: "طارق خليفة درج خلف الخليفاوي" +value: "2023" +data: Rawafed\AuthorsBundle\Entity\Author {#12500 …} +attr: [] +labelTranslationParameters: [] } 2755 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20436 +label: "طارق زوكاغ" +value: "2755" +data: Rawafed\AuthorsBundle\Entity\Author {#12506 …} +attr: [] +labelTranslationParameters: [] } 3404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20437 +label: "طارق سعد شلبي" +value: "3404" +data: Rawafed\AuthorsBundle\Entity\Author {#12512 …} +attr: [] +labelTranslationParameters: [] } 2793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20438 +label: "طارق علي محمد عصفور" +value: "2793" +data: Rawafed\AuthorsBundle\Entity\Author {#12518 …} +attr: [] +labelTranslationParameters: [] } 1824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20439 +label: "طارق محمد سميان" +value: "1824" +data: Rawafed\AuthorsBundle\Entity\Author {#12524 …} +attr: [] +labelTranslationParameters: [] } 1952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20440 +label: "طالب محمد عبد القادر الصرايرة" +value: "1952" +data: Rawafed\AuthorsBundle\Entity\Author {#12530 …} +attr: [] +labelTranslationParameters: [] } 2309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20441 +label: "طالب منصور بن محمد الشهري" +value: "2309" +data: Rawafed\AuthorsBundle\Entity\Author {#12536 …} +attr: [] +labelTranslationParameters: [] } 1094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20442 +label: "طلحة بن محمد توفيق بن ملا حسين" +value: "1094" +data: Rawafed\AuthorsBundle\Entity\Author {#12542 …} +attr: [] +labelTranslationParameters: [] } 975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20443 +label: "طه الفشني" +value: "975" +data: Rawafed\AuthorsBundle\Entity\Author {#12548 …} +attr: [] +labelTranslationParameters: [] } 2409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20444 +label: "طه جابر العلواني" +value: "2409" +data: Rawafed\AuthorsBundle\Entity\Author {#12554 …} +attr: [] +labelTranslationParameters: [] } 940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20445 +label: "ظافر بن غرمان العمري" +value: "940" +data: Rawafed\AuthorsBundle\Entity\Author {#12560 …} +attr: [] +labelTranslationParameters: [] } 2631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20446 +label: "ظاهر الدين" +value: "2631" +data: Rawafed\AuthorsBundle\Entity\Author {#12566 …} +attr: [] +labelTranslationParameters: [] } 2364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20447 +label: "عائد كريم علوان الحريزي" +value: "2364" +data: Rawafed\AuthorsBundle\Entity\Author {#12572 …} +attr: [] +labelTranslationParameters: [] } 1251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20448 +label: "عائدة محمد أبو حليمة" +value: "1251" +data: Rawafed\AuthorsBundle\Entity\Author {#12578 …} +attr: [] +labelTranslationParameters: [] } 1658 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20449 +label: "عائشة أحمد عرسان جرار" +value: "1658" +data: Rawafed\AuthorsBundle\Entity\Author {#12584 …} +attr: [] +labelTranslationParameters: [] } 2815 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20450 +label: "عائشة بلمختار" +value: "2815" +data: Rawafed\AuthorsBundle\Entity\Author {#12590 …} +attr: [] +labelTranslationParameters: [] } 2336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20451 +label: "عائشة بنت جمعان بن حمدان الزهراني" +value: "2336" +data: Rawafed\AuthorsBundle\Entity\Author {#12596 …} +attr: [] +labelTranslationParameters: [] } 930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20452 +label: "عائشة عبد الله غلوم حسين" +value: "930" +data: Rawafed\AuthorsBundle\Entity\Author {#12602 …} +attr: [] +labelTranslationParameters: [] } 2474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20453 +label: "عائشة عبيزة" +value: "2474" +data: Rawafed\AuthorsBundle\Entity\Author {#12611 …} +attr: [] +labelTranslationParameters: [] } 1725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20454 +label: "عائشة عبيزة" +value: "1725" +data: Rawafed\AuthorsBundle\Entity\Author {#12617 …} +attr: [] +labelTranslationParameters: [] } 1747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20455 +label: "عائشة محمد سليمان قشوع" +value: "1747" +data: Rawafed\AuthorsBundle\Entity\Author {#12623 …} +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20456 +label: "عائشة محمد علي عبد الرحمن المعروفة ببنت الشاطئ (ت 1419)" +value: "994" +data: Rawafed\AuthorsBundle\Entity\Author {#12629 …} +attr: [] +labelTranslationParameters: [] } 2067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20457 +label: "عائشة يوسف المناعي" +value: "2067" +data: Rawafed\AuthorsBundle\Entity\Author {#12635 …} +attr: [] +labelTranslationParameters: [] } 1999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20458 +label: "عابد الحكم" +value: "1999" +data: Rawafed\AuthorsBundle\Entity\Author {#12641 …} +attr: [] +labelTranslationParameters: [] } 1083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20459 +label: "عابدية بنت عبد الرحمن آشي" +value: "1083" +data: Rawafed\AuthorsBundle\Entity\Author {#12647 …} +attr: [] +labelTranslationParameters: [] } 2182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20460 +label: "عابدية بنت محمد سعيد عيد" +value: "2182" +data: Rawafed\AuthorsBundle\Entity\Author {#12653 …} +attr: [] +labelTranslationParameters: [] } 2346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20461 +label: "عادل أحمد صابر الرويني" +value: "2346" +data: Rawafed\AuthorsBundle\Entity\Author {#12659 …} +attr: [] +labelTranslationParameters: [] } 946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20462 +label: "عادل إبراهيم أبو شعر" +value: "946" +data: Rawafed\AuthorsBundle\Entity\Author {#12665 …} +attr: [] +labelTranslationParameters: [] } 1276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20463 +label: "عادل التركي" +value: "1276" +data: Rawafed\AuthorsBundle\Entity\Author {#12671 …} +attr: [] +labelTranslationParameters: [] } 2791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20464 +label: "عادل الصعدي" +value: "2791" +data: Rawafed\AuthorsBundle\Entity\Author {#12677 …} +attr: [] +labelTranslationParameters: [] } 1858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20465 +label: "عادل بن علي بن أحمد الشدي" +value: "1858" +data: Rawafed\AuthorsBundle\Entity\Author {#12683 …} +attr: [] +labelTranslationParameters: [] } 3349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20466 +label: "عادل سليمان أحمد ضحوي" +value: "3349" +data: Rawafed\AuthorsBundle\Entity\Author {#12689 …} +attr: [] +labelTranslationParameters: [] } 1704 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20467 +label: "عادل عبد الرحمن عبد الله إبراهيم" +value: "1704" +data: Rawafed\AuthorsBundle\Entity\Author {#12695 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20468 +label: "عادل عبد القادر إسماعيل الهور" +value: "1109" +data: Rawafed\AuthorsBundle\Entity\Author {#12701 …} +attr: [] +labelTranslationParameters: [] } 2873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20469 +label: "عادل علي منصور علي الصراف" +value: "2873" +data: Rawafed\AuthorsBundle\Entity\Author {#12707 …} +attr: [] +labelTranslationParameters: [] } 2157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20470 +label: "عادل محمد صالح أبو العلا" +value: "2157" +data: Rawafed\AuthorsBundle\Entity\Author {#12713 …} +attr: [] +labelTranslationParameters: [] } 1745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20471 +label: "عادل مقرني" +value: "1745" +data: Rawafed\AuthorsBundle\Entity\Author {#12719 …} +attr: [] +labelTranslationParameters: [] } 2234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20472 +label: "عادل نويهض" +value: "2234" +data: Rawafed\AuthorsBundle\Entity\Author {#12725 …} +attr: [] +labelTranslationParameters: [] } 2317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20473 +label: "عاطف إبراهيم المتولي رفاعي" +value: "2317" +data: Rawafed\AuthorsBundle\Entity\Author {#12731 …} +attr: [] +labelTranslationParameters: [] } 2867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20474 +label: "عاطف إبراهيم المتولي رفاعي" +value: "2867" +data: Rawafed\AuthorsBundle\Entity\Author {#12737 …} +attr: [] +labelTranslationParameters: [] } 1660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20475 +label: "عاطف رجب جمعة القانوع" +value: "1660" +data: Rawafed\AuthorsBundle\Entity\Author {#12743 …} +attr: [] +labelTranslationParameters: [] } 1715 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20476 +label: "عاطف محمد أحمد اللحام" +value: "1715" +data: Rawafed\AuthorsBundle\Entity\Author {#12749 …} +attr: [] +labelTranslationParameters: [] } 2630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20477 +label: "عالية أكرم" +value: "2630" +data: Rawafed\AuthorsBundle\Entity\Author {#12755 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20478 +label: "عامر بن السيد بن عثمان (ت 1408)" +value: "1043" +data: Rawafed\AuthorsBundle\Entity\Author {#12761 …} +attr: [] +labelTranslationParameters: [] } 1968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20479 +label: "عامر بن عبد الله الثبيتي" +value: "1968" +data: Rawafed\AuthorsBundle\Entity\Author {#12767 …} +attr: [] +labelTranslationParameters: [] } 1786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20480 +label: "عامر خليل إبراهيم" +value: "1786" +data: Rawafed\AuthorsBundle\Entity\Author {#12773 …} +attr: [] +labelTranslationParameters: [] } 1151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20481 +label: "عامر علان رميح الوحيدي" +value: "1151" +data: Rawafed\AuthorsBundle\Entity\Author {#12779 …} +attr: [] +labelTranslationParameters: [] } 1065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20482 +label: "عامر علي أحمد العرابي" +value: "1065" +data: Rawafed\AuthorsBundle\Entity\Author {#12785 …} +attr: [] +labelTranslationParameters: [] } 1371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20483 +label: "عامر فوزي يوسف عودة" +value: "1371" +data: Rawafed\AuthorsBundle\Entity\Author {#12791 …} +attr: [] +labelTranslationParameters: [] } 1132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20484 +label: "عامر مصطفى خليل قاسم" +value: "1132" +data: Rawafed\AuthorsBundle\Entity\Author {#12797 …} +attr: [] +labelTranslationParameters: [] } 1868 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20485 +label: "عامر مهدي صالح" +value: "1868" +data: Rawafed\AuthorsBundle\Entity\Author {#12803 …} +attr: [] +labelTranslationParameters: [] } 1902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20486 +label: "عايد بن عبد الله عيد المرشودي الحربي" +value: "1902" +data: Rawafed\AuthorsBundle\Entity\Author {#12809 …} +attr: [] +labelTranslationParameters: [] } 1185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20487 +label: "عايش علي محمد لبابنة" +value: "1185" +data: Rawafed\AuthorsBundle\Entity\Author {#12815 …} +attr: [] +labelTranslationParameters: [] } 1486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20488 +label: "عايشة شامخ جراد" +value: "1486" +data: Rawafed\AuthorsBundle\Entity\Author {#12821 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20489 +label: "عايشة صلاح الفرا" +value: "1099" +data: Rawafed\AuthorsBundle\Entity\Author {#12827 …} +attr: [] +labelTranslationParameters: [] } 3066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20490 +label: "عباس أبو السعود" +value: "3066" +data: Rawafed\AuthorsBundle\Entity\Author {#12833 …} +attr: [] +labelTranslationParameters: [] } 3364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20491 +label: "عباس أرسيلة" +value: "3364" +data: Rawafed\AuthorsBundle\Entity\Author {#12839 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20492 +label: "عباس أمير" +value: "326" +data: Rawafed\AuthorsBundle\Entity\Author {#12845 …} +attr: [] +labelTranslationParameters: [] } 2227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20493 +label: "عباس توفيق" +value: "2227" +data: Rawafed\AuthorsBundle\Entity\Author {#12851 …} +attr: [] +labelTranslationParameters: [] } 2232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20494 +label: "عباس عوض الله عباس" +value: "2232" +data: Rawafed\AuthorsBundle\Entity\Author {#12857 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20495 +label: "عبد الباسط محمد نعمات الأسطل" +value: "1022" +data: Rawafed\AuthorsBundle\Entity\Author {#12863 …} +attr: [] +labelTranslationParameters: [] } 919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20496 +label: "عبد الباقي بن عبد الرحمن بن سراقة سيسي" +value: "919" +data: Rawafed\AuthorsBundle\Entity\Author {#12869 …} +attr: [] +labelTranslationParameters: [] } 2110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20497 +label: "عبد البديع النيرباني" +value: "2110" +data: Rawafed\AuthorsBundle\Entity\Author {#12875 …} +attr: [] +labelTranslationParameters: [] } 839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20498 +label: "عبد التواب مرسي حسن الأكرت" +value: "839" +data: Rawafed\AuthorsBundle\Entity\Author {#12881 …} +attr: [] +labelTranslationParameters: [] } 2900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20499 +label: "عبد الجليل قادري" +value: "2900" +data: Rawafed\AuthorsBundle\Entity\Author {#12887 …} +attr: [] +labelTranslationParameters: [] } 1612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20500 +label: "عبد الجواد خلف محمد عبد الجواد" +value: "1612" +data: Rawafed\AuthorsBundle\Entity\Author {#12893 …} +attr: [] +labelTranslationParameters: [] } 1850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20501 +label: "عبد الجواد سالم عثمان" +value: "1850" +data: Rawafed\AuthorsBundle\Entity\Author {#12899 …} +attr: [] +labelTranslationParameters: [] } 2472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20502 +label: "عبد الجواد محمد طبق" +value: "2472" +data: Rawafed\AuthorsBundle\Entity\Author {#12905 …} +attr: [] +labelTranslationParameters: [] } 2690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20503 +label: "عبد الحفيظ العمري" +value: "2690" +data: Rawafed\AuthorsBundle\Entity\Author {#12911 …} +attr: [] +labelTranslationParameters: [] } 2794 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20504 +label: "عبد الحفيظ بن محمد نور بن عمر الهندي" +value: "2794" +data: Rawafed\AuthorsBundle\Entity\Author {#12917 …} +attr: [] +labelTranslationParameters: [] } 3088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20505 +label: "عبد الحفيظ شريف" +value: "3088" +data: Rawafed\AuthorsBundle\Entity\Author {#12923 …} +attr: [] +labelTranslationParameters: [] } 2896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20506 +label: "عبد الحفيظ طيبي" +value: "2896" +data: Rawafed\AuthorsBundle\Entity\Author {#12929 …} +attr: [] +labelTranslationParameters: [] } 2761 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20507 +label: "عبد الحكيم درقاوي" +value: "2761" +data: Rawafed\AuthorsBundle\Entity\Author {#12935 …} +attr: [] +labelTranslationParameters: [] } 985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20508 +label: "عبد الحليم أحمدي" +value: "985" +data: Rawafed\AuthorsBundle\Entity\Author {#12944 …} +attr: [] +labelTranslationParameters: [] } 901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20509 +label: "عبد الحليم بن محمد الهادي قابة" +value: "901" +data: Rawafed\AuthorsBundle\Entity\Author {#12950 …} +attr: [] +labelTranslationParameters: [] } 2451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20510 +label: "عبد الحليم حفني" +value: "2451" +data: Rawafed\AuthorsBundle\Entity\Author {#12956 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20511 +label: "عبد الحميد الفراهي الهندي (ت 1349)" +value: "465" +data: Rawafed\AuthorsBundle\Entity\Author {#12962 …} +attr: [] +labelTranslationParameters: [] } 1979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20512 +label: "عبد الحميد بن عبد المجيد بن عبد الحميد حكيم" +value: "1979" +data: Rawafed\AuthorsBundle\Entity\Author {#12968 …} +attr: [] +labelTranslationParameters: [] } 1890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20513 +label: "عبد الحميد حمد شحاذة" +value: "1890" +data: Rawafed\AuthorsBundle\Entity\Author {#12974 …} +attr: [] +labelTranslationParameters: [] } 816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20514 +label: "عبد الحميد رسمي صفي الدين" +value: "816" +data: Rawafed\AuthorsBundle\Entity\Author {#12980 …} +attr: [] +labelTranslationParameters: [] } 2163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20515 +label: "عبد الحميد عمر الأمين" +value: "2163" +data: Rawafed\AuthorsBundle\Entity\Author {#12986 …} +attr: [] +labelTranslationParameters: [] } 3422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20516 +label: "عبد الحميد مدكور" +value: "3422" +data: Rawafed\AuthorsBundle\Entity\Author {#12992 …} +attr: [] +labelTranslationParameters: [] } 805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20517 +label: "عبد الحي حسين الفرماوي" +value: "805" +data: Rawafed\AuthorsBundle\Entity\Author {#12998 …} +attr: [] +labelTranslationParameters: [] } 2431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20518 +label: "عبد الحي مقيم كل محمد" +value: "2431" +data: Rawafed\AuthorsBundle\Entity\Author {#13004 …} +attr: [] +labelTranslationParameters: [] } 2111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20519 +label: "عبد الخالق بن سليِّم بن سالم القرشي" +value: "2111" +data: Rawafed\AuthorsBundle\Entity\Author {#13010 …} +attr: [] +labelTranslationParameters: [] } 1702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20520 +label: "عبد الرؤوف أحمد عبد الغفور" +value: "1702" +data: Rawafed\AuthorsBundle\Entity\Author {#13016 …} +attr: [] +labelTranslationParameters: [] } 2619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20521 +label: "عبد الرؤوف سعيد عبد الغني اللبدي" +value: "2619" +data: Rawafed\AuthorsBundle\Entity\Author {#13022 …} +attr: [] +labelTranslationParameters: [] } 941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20522 +label: "عبد الرازق بن علي بن إبراهيم موسى (ت 1429)" +value: "941" +data: Rawafed\AuthorsBundle\Entity\Author {#13028 …} +attr: [] +labelTranslationParameters: [] } 2757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20523 +label: "عبد الرحمن آل عثمان" +value: "2757" +data: Rawafed\AuthorsBundle\Entity\Author {#13034 …} +attr: [] +labelTranslationParameters: [] } 2516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20524 +label: "عبد الرحمن أبو المجد" +value: "2516" +data: Rawafed\AuthorsBundle\Entity\Author {#13040 …} +attr: [] +labelTranslationParameters: [] } 1837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20525 +label: "عبد الرحمن أحمد حسن نصر" +value: "1837" +data: Rawafed\AuthorsBundle\Entity\Author {#13046 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20526 +label: "عبد الرحمن أحمد عبد الرحمن الخريصي" +value: "1061" +data: Rawafed\AuthorsBundle\Entity\Author {#13052 …} +attr: [] +labelTranslationParameters: [] } 2159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20527 +label: "عبد الرحمن إبراهيم عبد العزيز الحميضي" +value: "2159" +data: Rawafed\AuthorsBundle\Entity\Author {#13058 …} +attr: [] +labelTranslationParameters: [] } 2254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20528 +label: "عبد الرحمن بن إبراهيم المطرودي" +value: "2254" +data: Rawafed\AuthorsBundle\Entity\Author {#13064 …} +attr: [] +labelTranslationParameters: [] } 2778 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20529 +label: "عبد الرحمن بن حسن النفيسة" +value: "2778" +data: Rawafed\AuthorsBundle\Entity\Author {#13070 …} +attr: [] +labelTranslationParameters: [] } 2076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20530 +label: "عبد الرحمن بن حسن بن محمد العارف" +value: "2076" +data: Rawafed\AuthorsBundle\Entity\Author {#13076 …} +attr: [] +labelTranslationParameters: [] } 1496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20531 +label: "عبد الرحمن بن رجاء الله الجامعي السلمي" +value: "1496" +data: Rawafed\AuthorsBundle\Entity\Author {#13082 …} +attr: [] +labelTranslationParameters: [] } 2445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20532 +label: "عبد الرحمن بن سعيد بن حسين الحازمي" +value: "2445" +data: Rawafed\AuthorsBundle\Entity\Author {#13088 …} +attr: [] +labelTranslationParameters: [] } 917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20533 +label: "عبد الرحمن بن عبد الخالق اليوسف" +value: "917" +data: Rawafed\AuthorsBundle\Entity\Author {#13094 …} +attr: [] +labelTranslationParameters: [] } 1096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20534 +label: "عبد الرحمن بن عبد العزيز بن عبد الله السديس" +value: "1096" +data: Rawafed\AuthorsBundle\Entity\Author {#13100 …} +attr: [] +labelTranslationParameters: [] } 2393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20535 +label: "عبد الرحمن بن عبد الله السحيم" +value: "2393" +data: Rawafed\AuthorsBundle\Entity\Author {#13106 …} +attr: [] +labelTranslationParameters: [] } 2030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20536 +label: "عبد الرحمن بن عمر المدخلي" +value: "2030" +data: Rawafed\AuthorsBundle\Entity\Author {#13112 …} +attr: [] +labelTranslationParameters: [] } 3210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20537 +label: "عبد الرحمن بن محمد البرادعي" +value: "3210" +data: Rawafed\AuthorsBundle\Entity\Author {#13118 …} +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20538 +label: "عبد الرحمن بن محمد الحجيلي" +value: "962" +data: Rawafed\AuthorsBundle\Entity\Author {#13124 …} +attr: [] +labelTranslationParameters: [] } 2848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20539 +label: "عبد الرحمن بن محمد العبيسي" +value: "2848" +data: Rawafed\AuthorsBundle\Entity\Author {#13130 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20540 +label: "عبد الرحمن داود جميل عبد الله" +value: "1024" +data: Rawafed\AuthorsBundle\Entity\Author {#13136 …} +attr: [] +labelTranslationParameters: [] } 2741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20541 +label: "عبد الرحمن سراب" +value: "2741" +data: Rawafed\AuthorsBundle\Entity\Author {#13142 …} +attr: [] +labelTranslationParameters: [] } 2136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20542 +label: "عبد الرحمن سليمان بركات الدبيسي" +value: "2136" +data: Rawafed\AuthorsBundle\Entity\Author {#13148 …} +attr: [] +labelTranslationParameters: [] } 3378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20543 +label: "عبد الرحمن صابر" +value: "3378" +data: Rawafed\AuthorsBundle\Entity\Author {#13154 …} +attr: [] +labelTranslationParameters: [] } 823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20544 +label: "عبد الرحمن عبد الله سرور الجرمان المطيري" +value: "823" +data: Rawafed\AuthorsBundle\Entity\Author {#13160 …} +attr: [] +labelTranslationParameters: [] } 2942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20545 +label: "عبد الرحمن عمر محمد اسبينداري" +value: "2942" +data: Rawafed\AuthorsBundle\Entity\Author {#13166 …} +attr: [] +labelTranslationParameters: [] } 2205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20546 +label: "عبد الرحمن عميرة" +value: "2205" +data: Rawafed\AuthorsBundle\Entity\Author {#13172 …} +attr: [] +labelTranslationParameters: [] } 2749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20547 +label: "عبد الرحمن محمد حامد" +value: "2749" +data: Rawafed\AuthorsBundle\Entity\Author {#13178 …} +attr: [] +labelTranslationParameters: [] } 2675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20548 +label: "عبد الرحمن معاشي" +value: "2675" +data: Rawafed\AuthorsBundle\Entity\Author {#13184 …} +attr: [] +labelTranslationParameters: [] } 1165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20549 +label: "عبد الرحيم أحمد الزقة" +value: "1165" +data: Rawafed\AuthorsBundle\Entity\Author {#13190 …} +attr: [] +labelTranslationParameters: [] } 2401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20550 +label: "عبد الرحيم الشريف" +value: "2401" +data: Rawafed\AuthorsBundle\Entity\Author {#13196 …} +attr: [] +labelTranslationParameters: [] } 2614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20551 +label: "عبد الرحيم بن عبد الرحمن بن علي السيوطي الجرجاوي (ت 1343)" +value: "2614" +data: Rawafed\AuthorsBundle\Entity\Author {#13202 …} +attr: [] +labelTranslationParameters: [] } 1041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20552 +label: "عبد الرحيم بن عبد السلام نبولسي" +value: "1041" +data: Rawafed\AuthorsBundle\Entity\Author {#13208 …} +attr: [] +labelTranslationParameters: [] } 1596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20553 +label: "عبد الرحيم بن محمد المغذوي" +value: "1596" +data: Rawafed\AuthorsBundle\Entity\Author {#13214 …} +attr: [] +labelTranslationParameters: [] } 2692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20554 +label: "عبد الرحيم حمدان حمدان" +value: "2692" +data: Rawafed\AuthorsBundle\Entity\Author {#6249 …} +attr: [] +labelTranslationParameters: [] } 835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20555 +label: "عبد الرحيم فارس أبو علبة" +value: "835" +data: Rawafed\AuthorsBundle\Entity\Author {#13225 …} +attr: [] +labelTranslationParameters: [] } 1472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20556 +label: "عبد الرزاق أحمد أسعد رجب" +value: "1472" +data: Rawafed\AuthorsBundle\Entity\Author {#13231 …} +attr: [] +labelTranslationParameters: [] } 3409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20557 +label: "عبد الرزاق حسين أحمد" +value: "3409" +data: Rawafed\AuthorsBundle\Entity\Author {#13237 …} +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20558 +label: "عبد الرزاق هرماس" +value: "996" +data: Rawafed\AuthorsBundle\Entity\Author {#13246 …} +attr: [] +labelTranslationParameters: [] } 2004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20559 +label: "عبد الرشيد بن محمد شاه الشويباني الكشميري (ت 1298)" +value: "2004" +data: Rawafed\AuthorsBundle\Entity\Author {#13252 …} +attr: [] +labelTranslationParameters: [] } 2987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20560 +label: "عبد الستار فتح الله سعيد" +value: "2987" +data: Rawafed\AuthorsBundle\Entity\Author {#13258 …} +attr: [] +labelTranslationParameters: [] } 1592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20561 +label: "عبد الستار محمد نوير" +value: "1592" +data: Rawafed\AuthorsBundle\Entity\Author {#13264 …} +attr: [] +labelTranslationParameters: [] } 2968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20562 +label: "عبد السلام البكاري" +value: "2968" +data: Rawafed\AuthorsBundle\Entity\Author {#13270 …} +attr: [] +labelTranslationParameters: [] } 887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20563 +label: "عبد السلام بن مقبل بن عبده بن غالب المجيدي" +value: "887" +data: Rawafed\AuthorsBundle\Entity\Author {#13276 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20564 +label: "عبد السلام حمدان عودة اللوح" +value: "321" +data: Rawafed\AuthorsBundle\Entity\Author {#13282 …} +attr: [] +labelTranslationParameters: [] } 2989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20565 +label: "عبد السلام رزق الواوي" +value: "2989" +data: Rawafed\AuthorsBundle\Entity\Author {#13288 …} +attr: [] +labelTranslationParameters: [] } 947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20566 +label: "عبد السميع خميس إبراهيم العرابيد" +value: "947" +data: Rawafed\AuthorsBundle\Entity\Author {#13294 …} +attr: [] +labelTranslationParameters: [] } 1384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20567 +label: "عبد الشافي أحمد علي أحمد" +value: "1384" +data: Rawafed\AuthorsBundle\Entity\Author {#13300 …} +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20568 +label: "عبد الصبور شاهين" +value: "855" +data: Rawafed\AuthorsBundle\Entity\Author {#13306 …} +attr: [] +labelTranslationParameters: [] } 2354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20569 +label: "عبد الصبور مرزوق (ت 1429)" +value: "2354" +data: Rawafed\AuthorsBundle\Entity\Author {#13312 …} +attr: [] +labelTranslationParameters: [] } 2134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20570 +label: "عبد الصمد بن بكر بن إبراهيم عابد" +value: "2134" +data: Rawafed\AuthorsBundle\Entity\Author {#13318 …} +attr: [] +labelTranslationParameters: [] } 2158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20571 +label: "عبد الصمد عبد الله محمد" +value: "2158" +data: Rawafed\AuthorsBundle\Entity\Author {#13324 …} +attr: [] +labelTranslationParameters: [] } 2801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20572 +label: "عبد الصمد عزوزي" +value: "2801" +data: Rawafed\AuthorsBundle\Entity\Author {#13330 …} +attr: [] +labelTranslationParameters: [] } 3382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20573 +label: "عبد العاطي الشرقاوي" +value: "3382" +data: Rawafed\AuthorsBundle\Entity\Author {#13336 …} +attr: [] +labelTranslationParameters: [] } 916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20574 +label: "عبد العال سالم مكرم" +value: "916" +data: Rawafed\AuthorsBundle\Entity\Author {#13342 …} +attr: [] +labelTranslationParameters: [] } 2476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20575 +label: "عبد العزيز الدالي" +value: "2476" +data: Rawafed\AuthorsBundle\Entity\Author {#13348 …} +attr: [] +labelTranslationParameters: [] } 3375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20576 +label: "عبد العزيز الشامي" +value: "3375" +data: Rawafed\AuthorsBundle\Entity\Author {#13354 …} +attr: [] +labelTranslationParameters: [] } 3307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20577 +label: "عبد العزيز بن أحمد الحميدي" +value: "3307" +data: Rawafed\AuthorsBundle\Entity\Author {#13360 …} +attr: [] +labelTranslationParameters: [] } 2170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20578 +label: "عبد العزيز بن القناوي صافي الجيل" +value: "2170" +data: Rawafed\AuthorsBundle\Entity\Author {#13366 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20579 +label: "عبد العزيز بن حميد بن محمد الجهني" +value: "478" +data: Rawafed\AuthorsBundle\Entity\Author {#13372 …} +attr: [] +labelTranslationParameters: [] } 2073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20580 +label: "عبد العزيز بن راجي سعد الصاعدي" +value: "2073" +data: Rawafed\AuthorsBundle\Entity\Author {#13378 …} +attr: [] +labelTranslationParameters: [] } 1610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20581 +label: "عبد العزيز بن سليمان بن إبراهيم المزيني" +value: "1610" +data: Rawafed\AuthorsBundle\Entity\Author {#13384 …} +attr: [] +labelTranslationParameters: [] } 1493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20582 +label: "عبد العزيز بن صالح بن عبد العزيز العمار" +value: "1493" +data: Rawafed\AuthorsBundle\Entity\Author {#13390 …} +attr: [] +labelTranslationParameters: [] } 1791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20583 +label: "عبد العزيز بن عبد الله الخضيري" +value: "1791" +data: Rawafed\AuthorsBundle\Entity\Author {#13396 …} +attr: [] +labelTranslationParameters: [] } 2691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20584 +label: "عبد العزيز بن عبد الله الصالح" +value: "2691" +data: Rawafed\AuthorsBundle\Entity\Author {#13402 …} +attr: [] +labelTranslationParameters: [] } 2997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20585 +label: "عبد العزيز بن عبد المحسن الحسن " +value: "2997" +data: Rawafed\AuthorsBundle\Entity\Author {#13408 …} +attr: [] +labelTranslationParameters: [] } 1550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20586 +label: "عبد العزيز بن عزت بن الشيخ مصطفى بن الحاج أسعد الخياط" +value: "1550" +data: Rawafed\AuthorsBundle\Entity\Author {#13414 …} +attr: [] +labelTranslationParameters: [] } 2762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20587 +label: "عبد العزيز بن محمد آل عبداللطيف" +value: "2762" +data: Rawafed\AuthorsBundle\Entity\Author {#13420 …} +attr: [] +labelTranslationParameters: [] } 1994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20588 +label: "عبد العزيز بن محمد بن إبراهيم العويد" +value: "1994" +data: Rawafed\AuthorsBundle\Entity\Author {#13426 …} +attr: [] +labelTranslationParameters: [] } 2962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20589 +label: "عبد العزيز بن محمد بن صالح الربعي" +value: "2962" +data: Rawafed\AuthorsBundle\Entity\Author {#13432 …} +attr: [] +labelTranslationParameters: [] } 3217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20590 +label: "عبد العزيز بن ناصر الجليل" +value: "3217" +data: Rawafed\AuthorsBundle\Entity\Author {#13438 …} +attr: [] +labelTranslationParameters: [] } 2356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20591 +label: "عبد العزيز شلبي سيد الأهل (ت 1402)" +value: "2356" +data: Rawafed\AuthorsBundle\Entity\Author {#13444 …} +attr: [] +labelTranslationParameters: [] } 3387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20592 +label: "عبد العزيز عبد الله الغانمي" +value: "3387" +data: Rawafed\AuthorsBundle\Entity\Author {#13450 …} +attr: [] +labelTranslationParameters: [] } 2131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20593 +label: "عبد العزيز عبد المحسن محمد أبو حسن" +value: "2131" +data: Rawafed\AuthorsBundle\Entity\Author {#13456 …} +attr: [] +labelTranslationParameters: [] } 833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20594 +label: "عبد العزيز علي الصالح المعيبد" +value: "833" +data: Rawafed\AuthorsBundle\Entity\Author {#13462 …} +attr: [] +labelTranslationParameters: [] } 976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20595 +label: "عبد العزيز علي فرج" +value: "976" +data: Rawafed\AuthorsBundle\Entity\Author {#13468 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20596 +label: "عبد العظيم زاهر" +value: "977" +data: Rawafed\AuthorsBundle\Entity\Author {#13474 …} +attr: [] +labelTranslationParameters: [] } 2465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20597 +label: "عبد العظيم فتحي خليل" +value: "2465" +data: Rawafed\AuthorsBundle\Entity\Author {#13480 …} +attr: [] +labelTranslationParameters: [] } 1787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20598 +label: "عبد العظيم محمد الأجطل" +value: "1787" +data: Rawafed\AuthorsBundle\Entity\Author {#13486 …} +attr: [] +labelTranslationParameters: [] } 2351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20599 +label: "عبد العلي بن الطاهر بن عبد الرحمن أعنون" +value: "2351" +data: Rawafed\AuthorsBundle\Entity\Author {#13492 …} +attr: [] +labelTranslationParameters: [] } 3213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20600 +label: "عبد الغفور بن عبد الحق حسين بر البلوشي" +value: "3213" +data: Rawafed\AuthorsBundle\Entity\Author {#13498 …} +attr: [] +labelTranslationParameters: [] } 2353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20601 +label: "عبد الغفور عبد الكريم البنجابي" +value: "2353" +data: Rawafed\AuthorsBundle\Entity\Author {#13504 …} +attr: [] +labelTranslationParameters: [] } 910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20602 +label: "عبد الغفور محمود مصطفى جعفر (ت 1425)" +value: "910" +data: Rawafed\AuthorsBundle\Entity\Author {#13510 …} +attr: [] +labelTranslationParameters: [] } 2854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20603 +label: "عبد الغني عمر ادراعو" +value: "2854" +data: Rawafed\AuthorsBundle\Entity\Author {#13516 …} +attr: [] +labelTranslationParameters: [] } 2425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20604 +label: "عبد الفتاح أحمد الحموز" +value: "2425" +data: Rawafed\AuthorsBundle\Entity\Author {#13522 …} +attr: [] +labelTranslationParameters: [] } 1213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20605 +label: "عبد الفتاح خضر" +value: "1213" +data: Rawafed\AuthorsBundle\Entity\Author {#13528 …} +attr: [] +labelTranslationParameters: [] } 2014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20606 +label: "عبد الفتاح خضر عبد الفتاح رصرص" +value: "2014" +data: Rawafed\AuthorsBundle\Entity\Author {#13534 …} +attr: [] +labelTranslationParameters: [] } 2231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20607 +label: "عبد الفتاح عاشور" +value: "2231" +data: Rawafed\AuthorsBundle\Entity\Author {#13540 …} +attr: [] +labelTranslationParameters: [] } 2421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20608 +label: "عبد الفتاح عبد العليم البركاوي (ت 1429)" +value: "2421" +data: Rawafed\AuthorsBundle\Entity\Author {#13546 …} +attr: [] +labelTranslationParameters: [] } 2456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20609 +label: "عبد الفتاح لاشين السيد لاشين" +value: "2456" +data: Rawafed\AuthorsBundle\Entity\Author {#13552 …} +attr: [] +labelTranslationParameters: [] } 854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20610 +label: "عبد الفتاح محمد أحمد خضر" +value: "854" +data: Rawafed\AuthorsBundle\Entity\Author {#13558 …} +attr: [] +labelTranslationParameters: [] } 3418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20611 +label: "عبد القادر بن قارة المستغانمي" +value: "3418" +data: Rawafed\AuthorsBundle\Entity\Author {#13564 …} +attr: [] +labelTranslationParameters: [] } 3077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20612 +label: "عبد القادر تواتي" +value: "3077" +data: Rawafed\AuthorsBundle\Entity\Author {#13570 …} +attr: [] +labelTranslationParameters: [] } 1975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20613 +label: "عبد القادر حسين عبد القادر الصالح" +value: "1975" +data: Rawafed\AuthorsBundle\Entity\Author {#13576 …} +attr: [] +labelTranslationParameters: [] } 1796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20614 +label: "عبد القادر سلامي" +value: "1796" +data: Rawafed\AuthorsBundle\Entity\Author {#13582 …} +attr: [] +labelTranslationParameters: [] } 2244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20615 +label: "عبد القادر شكيمة" +value: "2244" +data: Rawafed\AuthorsBundle\Entity\Author {#13588 …} +attr: [] +labelTranslationParameters: [] } 1823 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20616 +label: "عبد القادر عبد الحميد القيسي" +value: "1823" +data: Rawafed\AuthorsBundle\Entity\Author {#13594 …} +attr: [] +labelTranslationParameters: [] } 1843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20617 +label: "عبد القادر عبد الله فتحي الحمداني" +value: "1843" +data: Rawafed\AuthorsBundle\Entity\Author {#13600 …} +attr: [] +labelTranslationParameters: [] } 2154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20618 +label: "عبد القادر محمد الحسين" +value: "2154" +data: Rawafed\AuthorsBundle\Entity\Author {#13606 …} +attr: [] +labelTranslationParameters: [] } 2798 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20619 +label: "عبد القادر محمد فتحي المطري" +value: "2798" +data: Rawafed\AuthorsBundle\Entity\Author {#13612 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20620 +label: "عبد القادر منصور" +value: "1032" +data: Rawafed\AuthorsBundle\Entity\Author {#13618 …} +attr: [] +labelTranslationParameters: [] } 2071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20621 +label: "عبد الكريم إبراهيم عوض صالح" +value: "2071" +data: Rawafed\AuthorsBundle\Entity\Author {#13624 …} +attr: [] +labelTranslationParameters: [] } 1645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20622 +label: "عبد الكريم بن حمادي الدبَان التكريتي (ت 1413)" +value: "1645" +data: Rawafed\AuthorsBundle\Entity\Author {#13630 …} +attr: [] +labelTranslationParameters: [] } 3342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20623 +label: "عبد الكريم بو غزالة" +value: "3342" +data: Rawafed\AuthorsBundle\Entity\Author {#13636 …} +attr: [] +labelTranslationParameters: [] } 3167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20624 +label: "عبد الكريم خليل" +value: "3167" +data: Rawafed\AuthorsBundle\Entity\Author {#13642 …} +attr: [] +labelTranslationParameters: [] } 2779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20625 +label: "عبد الكريم زيدان بهيج العاني (ت 1435)" +value: "2779" +data: Rawafed\AuthorsBundle\Entity\Author {#13648 …} +attr: [] +labelTranslationParameters: [] } 2318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20626 +label: "عبد الكريم عزيز" +value: "2318" +data: Rawafed\AuthorsBundle\Entity\Author {#13654 …} +attr: [] +labelTranslationParameters: [] } 1869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20627 +label: "عبد الكريم محمود" +value: "1869" +data: Rawafed\AuthorsBundle\Entity\Author {#13660 …} +attr: [] +labelTranslationParameters: [] } 2335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20628 +label: "عبد الكريم محمود يونس الخطيب (ت 1406)" +value: "2335" +data: Rawafed\AuthorsBundle\Entity\Author {#13666 …} +attr: [] +labelTranslationParameters: [] } 1092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20629 +label: "عبد الكريم مستور عبد الكريم آل عبد الكريم القرني" +value: "1092" +data: Rawafed\AuthorsBundle\Entity\Author {#13672 …} +attr: [] +labelTranslationParameters: [] } 2390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20630 +label: "عبد اللطيف بن عبد الله التويجري " +value: "2390" +data: Rawafed\AuthorsBundle\Entity\Author {#13678 …} +attr: [] +labelTranslationParameters: [] } 1604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20631 +label: "عبد اللطيف رجب القانوع" +value: "1604" +data: Rawafed\AuthorsBundle\Entity\Author {#13684 …} +attr: [] +labelTranslationParameters: [] } 2361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20632 +label: "عبد اللطيف فايز دريان" +value: "2361" +data: Rawafed\AuthorsBundle\Entity\Author {#13690 …} +attr: [] +labelTranslationParameters: [] } 1769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20633 +label: "عبد اللطيف لمنظم" +value: "1769" +data: Rawafed\AuthorsBundle\Entity\Author {#13699 …} +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20634 +label: "عبد الله أحمد إسماعيل" +value: "1011" +data: Rawafed\AuthorsBundle\Entity\Author {#13705 …} +attr: [] +labelTranslationParameters: [] } 2319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20635 +label: "عبد الله أمتوني" +value: "2319" +data: Rawafed\AuthorsBundle\Entity\Author {#13711 …} +attr: [] +labelTranslationParameters: [] } 2667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20636 +label: "عبد الله أمين حسين المغير" +value: "2667" +data: Rawafed\AuthorsBundle\Entity\Author {#13717 …} +attr: [] +labelTranslationParameters: [] } 1323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20637 +label: "عبد الله الجيوسي" +value: "1323" +data: Rawafed\AuthorsBundle\Entity\Author {#13723 …} +attr: [] +labelTranslationParameters: [] } 2948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20638 +label: "عبد الله العلمي الغزي الدمشقي (ت 1355)" +value: "2948" +data: Rawafed\AuthorsBundle\Entity\Author {#13729 …} +attr: [] +labelTranslationParameters: [] } 2710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20639 +label: "عبد الله المراغي" +value: "2710" +data: Rawafed\AuthorsBundle\Entity\Author {#13735 …} +attr: [] +labelTranslationParameters: [] } 2679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20640 +label: "عبد الله بكلي" +value: "2679" +data: Rawafed\AuthorsBundle\Entity\Author {#13741 …} +attr: [] +labelTranslationParameters: [] } 1475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20641 +label: "عبد الله بن أحمد بن عبد الله العيسى" +value: "1475" +data: Rawafed\AuthorsBundle\Entity\Author {#13747 …} +attr: [] +labelTranslationParameters: [] } 1649 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20642 +label: "عبد الله بن أحمد بن غرم الله الغامدي" +value: "1649" +data: Rawafed\AuthorsBundle\Entity\Author {#13753 …} +attr: [] +labelTranslationParameters: [] } 2070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20643 +label: "عبد الله بن إبراهيم الوهيبي" +value: "2070" +data: Rawafed\AuthorsBundle\Entity\Author {#13759 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20644 +label: "عبد الله بن بلقاسم بن عبد الله" +value: "118" +data: Rawafed\AuthorsBundle\Entity\Author {#13765 …} +attr: [] +labelTranslationParameters: [] } 3223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20645 +label: "عبد الله بن حسين المغربي" +value: "3223" +data: Rawafed\AuthorsBundle\Entity\Author {#13771 …} +attr: [] +labelTranslationParameters: [] } 957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20646 +label: "عبد الله بن حمد المنصور" +value: "957" +data: Rawafed\AuthorsBundle\Entity\Author {#13777 …} +attr: [] +labelTranslationParameters: [] } 1053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20647 +label: "عبد الله بن سالم بن يسلم بافرج" +value: "1053" +data: Rawafed\AuthorsBundle\Entity\Author {#13783 …} +attr: [] +labelTranslationParameters: [] } 2216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20648 +label: "عبد الله بن سالم عوض الثمالي" +value: "2216" +data: Rawafed\AuthorsBundle\Entity\Author {#13789 …} +attr: [] +labelTranslationParameters: [] } 3227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20649 +label: "عبد الله بن عبد الباري الأهدل (ت 1271)" +value: "3227" +data: Rawafed\AuthorsBundle\Entity\Author {#13795 …} +attr: [] +labelTranslationParameters: [] } 2689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20650 +label: "عبد الله بن عبد الرحمن الرومي" +value: "2689" +data: Rawafed\AuthorsBundle\Entity\Author {#13801 …} +attr: [] +labelTranslationParameters: [] } 2716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20651 +label: "عبد الله بن عبد الرحمن الوطبان" +value: "2716" +data: Rawafed\AuthorsBundle\Entity\Author {#13807 …} +attr: [] +labelTranslationParameters: [] } 2126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20652 +label: "عبد الله بن عبد العزيز الحكمة آل حسين" +value: "2126" +data: Rawafed\AuthorsBundle\Entity\Author {#13813 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20653 +label: "عبد الله بن عبد العزيز المصلح" +value: "322" +data: Rawafed\AuthorsBundle\Entity\Author {#13819 …} +attr: [] +labelTranslationParameters: [] } 3218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20654 +label: "عبد الله بن عبد القادر بن محمد التليدي" +value: "3218" +data: Rawafed\AuthorsBundle\Entity\Author {#13825 …} +attr: [] +labelTranslationParameters: [] } 1659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20655 +label: "عبد الله بن عبده أحمد مباركي" +value: "1659" +data: Rawafed\AuthorsBundle\Entity\Author {#13831 …} +attr: [] +labelTranslationParameters: [] } 2871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20656 +label: "عبد الله بن عمير بن عبد الله الحصين" +value: "2871" +data: Rawafed\AuthorsBundle\Entity\Author {#13837 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20657 +label: "عبد الله بن عويقل نويفع السلمي" +value: "479" +data: Rawafed\AuthorsBundle\Entity\Author {#13843 …} +attr: [] +labelTranslationParameters: [] } 1180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20658 +label: "عبد الله بن محمد الحميد" +value: "1180" +data: Rawafed\AuthorsBundle\Entity\Author {#13849 …} +attr: [] +labelTranslationParameters: [] } 2220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20659 +label: "عبد الله بن محمد العسكر" +value: "2220" +data: Rawafed\AuthorsBundle\Entity\Author {#13855 …} +attr: [] +labelTranslationParameters: [] } 2982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20660 +label: "عبد الله بن محمد المنيف" +value: "2982" +data: Rawafed\AuthorsBundle\Entity\Author {#13861 …} +attr: [] +labelTranslationParameters: [] } 2352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20661 +label: "عبد الله بن محمد بن عثمان بن صالح فودي الصكتي النيجيري (ت 1245)" +value: "2352" +data: Rawafed\AuthorsBundle\Entity\Author {#13867 …} +attr: [] +labelTranslationParameters: [] } 2186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20662 +label: "عبد الله بن محمد بن مرزوق المعيتق" +value: "2186" +data: Rawafed\AuthorsBundle\Entity\Author {#13873 …} +attr: [] +labelTranslationParameters: [] } 2938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20663 +label: "عبد الله بن محمد صالح الأيوبي (ت 1252)" +value: "2938" +data: Rawafed\AuthorsBundle\Entity\Author {#13879 …} +attr: [] +labelTranslationParameters: [] } 2137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20664 +label: "عبد الله بن مديس بن علي العمري" +value: "2137" +data: Rawafed\AuthorsBundle\Entity\Author {#13885 …} +attr: [] +labelTranslationParameters: [] } 2953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20665 +label: "عبد الله بن مرزوق القرشي" +value: "2953" +data: Rawafed\AuthorsBundle\Entity\Author {#13891 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20666 +label: "عبد الله بن مقبل بن ظافر آل مقبل القرني" +value: "1076" +data: Rawafed\AuthorsBundle\Entity\Author {#13897 …} +attr: [] +labelTranslationParameters: [] } 2373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20667 +label: "عبد الله جلغوم" +value: "2373" +data: Rawafed\AuthorsBundle\Entity\Author {#13903 …} +attr: [] +labelTranslationParameters: [] } 1756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20668 +label: "عبد الله حميد غالب" +value: "1756" +data: Rawafed\AuthorsBundle\Entity\Author {#13909 …} +attr: [] +labelTranslationParameters: [] } 1143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20669 +label: "عبد الله سالم سلامة" +value: "1143" +data: Rawafed\AuthorsBundle\Entity\Author {#13915 …} +attr: [] +labelTranslationParameters: [] } 2105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20670 +label: "عبد الله سليمان محمد أديب" +value: "2105" +data: Rawafed\AuthorsBundle\Entity\Author {#13921 …} +attr: [] +labelTranslationParameters: [] } 1341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20671 +label: "عبد الله سليمان مصطفى أبو تيلخ" +value: "1341" +data: Rawafed\AuthorsBundle\Entity\Author {#13927 …} +attr: [] +labelTranslationParameters: [] } 983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20672 +label: "عبد الله طاهر محمود إسماعيل زيد" +value: "983" +data: Rawafed\AuthorsBundle\Entity\Author {#13933 …} +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20673 +label: "عبد الله عبد الجليل المناعمة" +value: "1012" +data: Rawafed\AuthorsBundle\Entity\Author {#13939 …} +attr: [] +labelTranslationParameters: [] } 2217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20674 +label: "عبد الله عبد الحميد الوراقي" +value: "2217" +data: Rawafed\AuthorsBundle\Entity\Author {#13945 …} +attr: [] +labelTranslationParameters: [] } 2261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20675 +label: "عبد الله عبد القادر حيلوز" +value: "2261" +data: Rawafed\AuthorsBundle\Entity\Author {#13951 …} +attr: [] +labelTranslationParameters: [] } 1081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20676 +label: "عبد الله عثمان أحمد" +value: "1081" +data: Rawafed\AuthorsBundle\Entity\Author {#13957 …} +attr: [] +labelTranslationParameters: [] } 866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20677 +label: "عبد الله عثمان علي المنصوري" +value: "866" +data: Rawafed\AuthorsBundle\Entity\Author {#13963 …} +attr: [] +labelTranslationParameters: [] } 3373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20678 +label: "عبد الله علمي" +value: "3373" +data: Rawafed\AuthorsBundle\Entity\Author {#13969 …} +attr: [] +labelTranslationParameters: [] } 1100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20679 +label: "عبد الله علي الملاحي" +value: "1100" +data: Rawafed\AuthorsBundle\Entity\Author {#13975 …} +attr: [] +labelTranslationParameters: [] } 1199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20680 +label: "عبد الله علي عبد الرحمن أبو السعود" +value: "1199" +data: Rawafed\AuthorsBundle\Entity\Author {#13981 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20681 +label: "عبد الله علي عبد الله الهتاري" +value: "1156" +data: Rawafed\AuthorsBundle\Entity\Author {#13987 …} +attr: [] +labelTranslationParameters: [] } 2369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20682 +label: "عبد الله علي محمد العبدلي" +value: "2369" +data: Rawafed\AuthorsBundle\Entity\Author {#13993 …} +attr: [] +labelTranslationParameters: [] } 1734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20683 +label: "عبد الله عمر رشيد بارشيد" +value: "1734" +data: Rawafed\AuthorsBundle\Entity\Author {#13999 …} +attr: [] +labelTranslationParameters: [] } 3092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20684 +label: "عبد الله كنون (ت 1406)" +value: "3092" +data: Rawafed\AuthorsBundle\Entity\Author {#14005 …} +attr: [] +labelTranslationParameters: [] } 2700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20685 +label: "عبد الله كنون الحسنى " +value: "2700" +data: Rawafed\AuthorsBundle\Entity\Author {#14011 …} +attr: [] +labelTranslationParameters: [] } 1159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20686 +label: "عبد الله محمد أحمد حريري" +value: "1159" +data: Rawafed\AuthorsBundle\Entity\Author {#14017 …} +attr: [] +labelTranslationParameters: [] } 2796 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20687 +label: "عبد الله محمد أحمد ربابعة" +value: "2796" +data: Rawafed\AuthorsBundle\Entity\Author {#14023 …} +attr: [] +labelTranslationParameters: [] } 2909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20688 +label: "عبد الله محمد يحيى غيلان" +value: "2909" +data: Rawafed\AuthorsBundle\Entity\Author {#14029 …} +attr: [] +labelTranslationParameters: [] } 3075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20689 +label: "عبد الله معايل آل حاضر القحطاني" +value: "3075" +data: Rawafed\AuthorsBundle\Entity\Author {#14035 …} +attr: [] +labelTranslationParameters: [] } 1242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20690 +label: "عبد المؤمن إبراهيم محمد الفقي" +value: "1242" +data: Rawafed\AuthorsBundle\Entity\Author {#14041 …} +attr: [] +labelTranslationParameters: [] } 1866 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20691 +label: "عبد الماجد نديم" +value: "1866" +data: Rawafed\AuthorsBundle\Entity\Author {#14047 …} +attr: [] +labelTranslationParameters: [] } 2337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20692 +label: "عبد المجيد البيانوني" +value: "2337" +data: Rawafed\AuthorsBundle\Entity\Author {#14053 …} +attr: [] +labelTranslationParameters: [] } 808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20693 +label: "عبد المجيد الشيخ عبد الباري" +value: "808" +data: Rawafed\AuthorsBundle\Entity\Author {#14059 …} +attr: [] +labelTranslationParameters: [] } 3003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20694 +label: "عبد المجيد الطيب عمر" +value: "3003" +data: Rawafed\AuthorsBundle\Entity\Author {#14065 …} +attr: [] +labelTranslationParameters: [] } 2398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20695 +label: "عبد المجيد سلامة" +value: "2398" +data: Rawafed\AuthorsBundle\Entity\Author {#14071 …} +attr: [] +labelTranslationParameters: [] } 2043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20696 +label: "عبد المجيد عبد السلام المحتسب (ت 1434)" +value: "2043" +data: Rawafed\AuthorsBundle\Entity\Author {#14077 …} +attr: [] +labelTranslationParameters: [] } 2696 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20697 +label: "عبد المحسن التركي" +value: "2696" +data: Rawafed\AuthorsBundle\Entity\Author {#14083 …} +attr: [] +labelTranslationParameters: [] } 2304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20698 +label: "عبد المحسن السيد أحمد الطبطبائي" +value: "2304" +data: Rawafed\AuthorsBundle\Entity\Author {#14089 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20699 +label: "عبد المحسن بن زبن المطيري" +value: "120" +data: Rawafed\AuthorsBundle\Entity\Author {#14095 …} +attr: [] +labelTranslationParameters: [] } 2107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20700 +label: "عبد المحسن بن عبد الكريم خويلد الغميز" +value: "2107" +data: Rawafed\AuthorsBundle\Entity\Author {#14101 …} +attr: [] +labelTranslationParameters: [] } 3171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20701 +label: "عبد المعز خطاب" +value: "3171" +data: Rawafed\AuthorsBundle\Entity\Author {#14107 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20702 +label: "عبد المعين التلاوي" +value: "978" +data: Rawafed\AuthorsBundle\Entity\Author {#14113 …} +attr: [] +labelTranslationParameters: [] } 2488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20703 +label: "عبد المغني المنشاوي" +value: "2488" +data: Rawafed\AuthorsBundle\Entity\Author {#14119 …} +attr: [] +labelTranslationParameters: [] } 2811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20704 +label: "عبد الناصر بوعلي" +value: "2811" +data: Rawafed\AuthorsBundle\Entity\Author {#14125 …} +attr: [] +labelTranslationParameters: [] } 2553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20705 +label: "عبد الناصر مشري" +value: "2553" +data: Rawafed\AuthorsBundle\Entity\Author {#14131 …} +attr: [] +labelTranslationParameters: [] } 2623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20706 +label: "عبد الهادي الفضلي" +value: "2623" +data: Rawafed\AuthorsBundle\Entity\Author {#14137 …} +attr: [] +labelTranslationParameters: [] } 3322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20707 +label: "عبد الهادي بن ظافر الشهري" +value: "3322" +data: Rawafed\AuthorsBundle\Entity\Author {#14143 …} +attr: [] +labelTranslationParameters: [] } 2826 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20708 +label: "عبد الهادي سعد هادي الشمراني" +value: "2826" +data: Rawafed\AuthorsBundle\Entity\Author {#14149 …} +attr: [] +labelTranslationParameters: [] } 1453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20709 +label: "عبد الهادي سعيد الأغا" +value: "1453" +data: Rawafed\AuthorsBundle\Entity\Author {#14155 …} +attr: [] +labelTranslationParameters: [] } 2769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20710 +label: "عبد الواحد الخميس" +value: "2769" +data: Rawafed\AuthorsBundle\Entity\Author {#14161 …} +attr: [] +labelTranslationParameters: [] } 1084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20711 +label: "عبد الواحد بكر إبراهيم أحمد عابد" +value: "1084" +data: Rawafed\AuthorsBundle\Entity\Author {#14167 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20712 +label: "عبد الواحد بن حمد المزروع" +value: "997" +data: Rawafed\AuthorsBundle\Entity\Author {#14173 …} +attr: [] +labelTranslationParameters: [] } 2806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20713 +label: "عبد الوهاب بن دحان" +value: "2806" +data: Rawafed\AuthorsBundle\Entity\Author {#14179 …} +attr: [] +labelTranslationParameters: [] } 2418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20714 +label: "عبد الوهاب حمودة" +value: "2418" +data: Rawafed\AuthorsBundle\Entity\Author {#14185 …} +attr: [] +labelTranslationParameters: [] } 2797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20715 +label: "عبد الوهاب محمود إبراهيم حنايشة" +value: "2797" +data: Rawafed\AuthorsBundle\Entity\Author {#14191 …} +attr: [] +labelTranslationParameters: [] } 841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20716 +label: "عبدالرحيم يحيى الحمود الغامدي" +value: "841" +data: Rawafed\AuthorsBundle\Entity\Author {#14197 …} +attr: [] +labelTranslationParameters: [] } 3441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20717 +label: "عبدالشافى سليمان" +value: "3441" +data: Rawafed\AuthorsBundle\Entity\Author {#14203 …} +attr: [] +labelTranslationParameters: [] } 3442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20718 +label: "عبدالشافى سليمان" +value: "3442" +data: Rawafed\AuthorsBundle\Entity\Author {#14209 …} +attr: [] +labelTranslationParameters: [] } 1266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20719 +label: "عبدالله الطوالة" +value: "1266" +data: Rawafed\AuthorsBundle\Entity\Author {#14215 …} +attr: [] +labelTranslationParameters: [] } 1268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20720 +label: "عبدالله القرني" +value: "1268" +data: Rawafed\AuthorsBundle\Entity\Author {#14221 …} +attr: [] +labelTranslationParameters: [] } 1265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20721 +label: "عبدالله المنصور" +value: "1265" +data: Rawafed\AuthorsBundle\Entity\Author {#14227 …} +attr: [] +labelTranslationParameters: [] } 2770 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20722 +label: "عبدالله بن سليم الرشيد" +value: "2770" +data: Rawafed\AuthorsBundle\Entity\Author {#14233 …} +attr: [] +labelTranslationParameters: [] } 3334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20723 +label: "عبدالله بن صالح العبيد" +value: "3334" +data: Rawafed\AuthorsBundle\Entity\Author {#14239 …} +attr: [] +labelTranslationParameters: [] } 2567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20724 +label: "عبده علي إبراهيم الراجحي (ت 1431)" +value: "2567" +data: Rawafed\AuthorsBundle\Entity\Author {#14245 …} +attr: [] +labelTranslationParameters: [] } 884 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20725 +label: "عبده محمد يوسف" +value: "884" +data: Rawafed\AuthorsBundle\Entity\Author {#14251 …} +attr: [] +labelTranslationParameters: [] } 1330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20726 +label: "عبهرة سميح العامودي" +value: "1330" +data: Rawafed\AuthorsBundle\Entity\Author {#14257 …} +attr: [] +labelTranslationParameters: [] } 2042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20727 +label: "عبير بدر عبد الستار" +value: "2042" +data: Rawafed\AuthorsBundle\Entity\Author {#14263 …} +attr: [] +labelTranslationParameters: [] } 2913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20728 +label: "عبير محمد فايز مسعد" +value: "2913" +data: Rawafed\AuthorsBundle\Entity\Author {#14269 …} +attr: [] +labelTranslationParameters: [] } 1861 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20729 +label: "عتيق موسى" +value: "1861" +data: Rawafed\AuthorsBundle\Entity\Author {#14275 …} +attr: [] +labelTranslationParameters: [] } 1291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20730 +label: "عثمان أحمد عبد الرحيم" +value: "1291" +data: Rawafed\AuthorsBundle\Entity\Author {#14281 …} +attr: [] +labelTranslationParameters: [] } 2760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20731 +label: "عثمان بن جمعة ضميرية" +value: "2760" +data: Rawafed\AuthorsBundle\Entity\Author {#14287 …} +attr: [] +labelTranslationParameters: [] } 819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20732 +label: "عثمان بن سليمان مراد علي أغا (ت 1382)" +value: "819" +data: Rawafed\AuthorsBundle\Entity\Author {#14293 …} +attr: [] +labelTranslationParameters: [] } 2636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20733 +label: "عثمان بن عبد الله بن محمد البليهي" +value: "2636" +data: Rawafed\AuthorsBundle\Entity\Author {#14299 …} +attr: [] +labelTranslationParameters: [] } 834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20734 +label: "عثمان بن عمر بن أبي بكر بن علي الناشري المقرئ الشافعي (ت 848)" +value: "834" +data: Rawafed\AuthorsBundle\Entity\Author {#14305 …} +attr: [] +labelTranslationParameters: [] } 2502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20735 +label: "عجيل جاسم سعود النشمي" +value: "2502" +data: Rawafed\AuthorsBundle\Entity\Author {#14311 …} +attr: [] +labelTranslationParameters: [] } 2599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20736 +label: "عدنان بن ناصر الناصر الملحم" +value: "2599" +data: Rawafed\AuthorsBundle\Entity\Author {#14317 …} +attr: [] +labelTranslationParameters: [] } 2164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20737 +label: "عدنان جابر محمد الطويرقي" +value: "2164" +data: Rawafed\AuthorsBundle\Entity\Author {#14323 …} +attr: [] +labelTranslationParameters: [] } 1822 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20738 +label: "عدنان جاسم محمد الجميلي" +value: "1822" +data: Rawafed\AuthorsBundle\Entity\Author {#14329 …} +attr: [] +labelTranslationParameters: [] } 2095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20739 +label: "عدنان عبد الرحمن الميمني" +value: "2095" +data: Rawafed\AuthorsBundle\Entity\Author {#14335 …} +attr: [] +labelTranslationParameters: [] } 1785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20740 +label: "عدنان عبد الكريم فاضل خليفات" +value: "1785" +data: Rawafed\AuthorsBundle\Entity\Author {#14341 …} +attr: [] +labelTranslationParameters: [] } 1870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20741 +label: "عدنان محمد يوسف يعقوب" +value: "1870" +data: Rawafed\AuthorsBundle\Entity\Author {#14347 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20742 +label: "عز الدين البوشيخي" +value: "1000" +data: Rawafed\AuthorsBundle\Entity\Author {#14353 …} +attr: [] +labelTranslationParameters: [] } 2299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20743 +label: "عزة بنت هاشم معيني" +value: "2299" +data: Rawafed\AuthorsBundle\Entity\Author {#14359 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20744 +label: "عزت عبيد الدعاس (ت 1420)" +value: "1048" +data: Rawafed\AuthorsBundle\Entity\Author {#14365 …} +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20745 +label: "عزية علي طه" +value: "1044" +data: Rawafed\AuthorsBundle\Entity\Author {#14371 …} +attr: [] +labelTranslationParameters: [] } 2575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20746 +label: "عزيزة يونس بشير" +value: "2575" +data: Rawafed\AuthorsBundle\Entity\Author {#14377 …} +attr: [] +labelTranslationParameters: [] } 1464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20747 +label: "عصام أحمد عرسان شحادة" +value: "1464" +data: Rawafed\AuthorsBundle\Entity\Author {#14383 …} +attr: [] +labelTranslationParameters: [] } 1153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20748 +label: "عصام أسعد أحمد" +value: "1153" +data: Rawafed\AuthorsBundle\Entity\Author {#14389 …} +attr: [] +labelTranslationParameters: [] } 1269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20749 +label: "عصام الحميدان" +value: "1269" +data: Rawafed\AuthorsBundle\Entity\Author {#14395 …} +attr: [] +labelTranslationParameters: [] } 2829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20750 +label: "عصام الدين أبو الخير أحمد بن مصطفى بن خليل، الشهير بـ "طاش كبرى زاده" (ت 968)" +value: "2829" +data: Rawafed\AuthorsBundle\Entity\Author {#14401 …} +attr: [] +labelTranslationParameters: [] } 1547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20751 +label: "عصام الدين أبو المفدى إسماعيل بن محمد بن مصطفى القونوي الحنفي (ت 1195)" +value: "1547" +data: Rawafed\AuthorsBundle\Entity\Author {#14407 …} +attr: [] +labelTranslationParameters: [] } 2459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20752 +label: "عصام الدين عبد السلام محمد إبراهيم أبو زلال" +value: "2459" +data: Rawafed\AuthorsBundle\Entity\Author {#14413 …} +attr: [] +labelTranslationParameters: [] } 2441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20753 +label: "عطا الله بن جضعان بن سمير العنزي" +value: "2441" +data: Rawafed\AuthorsBundle\Entity\Author {#14419 …} +attr: [] +labelTranslationParameters: [] } 1239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20754 +label: "عطا يوسف محمد وادي" +value: "1239" +data: Rawafed\AuthorsBundle\Entity\Author {#14425 …} +attr: [] +labelTranslationParameters: [] } 1711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20755 +label: "عطاف محمود محمد حتحت" +value: "1711" +data: Rawafed\AuthorsBundle\Entity\Author {#14431 …} +attr: [] +labelTranslationParameters: [] } 1601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20756 +label: "عطية أبو زيد محجوب الكشكي" +value: "1601" +data: Rawafed\AuthorsBundle\Entity\Author {#14437 …} +attr: [] +labelTranslationParameters: [] } 2785 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20757 +label: "عطية سليمان أحمد" +value: "2785" +data: Rawafed\AuthorsBundle\Entity\Author {#14443 …} +attr: [] +labelTranslationParameters: [] } 2308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20758 +label: "عطية محمد سالم (ت 1420)" +value: "2308" +data: Rawafed\AuthorsBundle\Entity\Author {#14449 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20759 +label: "عفاف عبد الغفور حميد" +value: "1067" +data: Rawafed\AuthorsBundle\Entity\Author {#14455 …} +attr: [] +labelTranslationParameters: [] } 1174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20760 +label: "عفاف علي شكري" +value: "1174" +data: Rawafed\AuthorsBundle\Entity\Author {#14461 …} +attr: [] +labelTranslationParameters: [] } 2152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20761 +label: "عفاف محمد سالم البار" +value: "2152" +data: Rawafed\AuthorsBundle\Entity\Author {#14467 …} +attr: [] +labelTranslationParameters: [] } 2596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20762 +label: "عقيل جاسم دهش العذاري" +value: "2596" +data: Rawafed\AuthorsBundle\Entity\Author {#14473 …} +attr: [] +labelTranslationParameters: [] } 1246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20763 +label: "علا أحمد العجوري" +value: "1246" +data: Rawafed\AuthorsBundle\Entity\Author {#14479 …} +attr: [] +labelTranslationParameters: [] } 2547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20764 +label: "علام جميل أحمد اشتية" +value: "2547" +data: Rawafed\AuthorsBundle\Entity\Author {#14485 …} +attr: [] +labelTranslationParameters: [] } 1460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20765 +label: "علام عبد القادر محمود النعنع" +value: "1460" +data: Rawafed\AuthorsBundle\Entity\Author {#14491 …} +attr: [] +labelTranslationParameters: [] } 871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20766 +label: "علي أحمد عبد العال الطهطاوي" +value: "871" +data: Rawafed\AuthorsBundle\Entity\Author {#14497 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20767 +label: "علي إبراهيم الناجح" +value: "1060" +data: Rawafed\AuthorsBundle\Entity\Author {#14503 …} +attr: [] +labelTranslationParameters: [] } 920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20768 +label: "علي البيسوسي" +value: "920" +data: Rawafed\AuthorsBundle\Entity\Author {#14509 …} +attr: [] +labelTranslationParameters: [] } 2980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20769 +label: "علي الشبيلي" +value: "2980" +data: Rawafed\AuthorsBundle\Entity\Author {#14515 …} +attr: [] +labelTranslationParameters: [] } 2239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20770 +label: "علي الطاهر عبد السلام" +value: "2239" +data: Rawafed\AuthorsBundle\Entity\Author {#14521 …} +attr: [] +labelTranslationParameters: [] } 2300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20771 +label: "علي بن إبراهيم بن محمد بن إسماعيل الأمير اليماني الصنعاني (ت 1219)" +value: "2300" +data: Rawafed\AuthorsBundle\Entity\Author {#14527 …} +attr: [] +labelTranslationParameters: [] } 2905 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20772 +label: "علي بن حسين بن يحيى الأمير" +value: "2905" +data: Rawafed\AuthorsBundle\Entity\Author {#14533 …} +attr: [] +labelTranslationParameters: [] } 1478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20773 +label: "علي بن حسين علي صنبع" +value: "1478" +data: Rawafed\AuthorsBundle\Entity\Author {#14539 …} +attr: [] +labelTranslationParameters: [] } 2928 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20774 +label: "علي بن سعد الغامدي المكي" +value: "2928" +data: Rawafed\AuthorsBundle\Entity\Author {#14545 …} +attr: [] +labelTranslationParameters: [] } 1062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20775 +label: "علي بن سعيد بن محمد العمري" +value: "1062" +data: Rawafed\AuthorsBundle\Entity\Author {#14551 …} +attr: [] +labelTranslationParameters: [] } 2087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20776 +label: "علي بن عامر بن علي الشهري" +value: "2087" +data: Rawafed\AuthorsBundle\Entity\Author {#14557 …} +attr: [] +labelTranslationParameters: [] } 2955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20777 +label: "علي بن عبد الله بن أحمد الغامدي" +value: "2955" +data: Rawafed\AuthorsBundle\Entity\Author {#14563 …} +attr: [] +labelTranslationParameters: [] } 2096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20778 +label: "علي بن عبده بن شاكر أبو حميدي" +value: "2096" +data: Rawafed\AuthorsBundle\Entity\Author {#14569 …} +attr: [] +labelTranslationParameters: [] } 2995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20779 +label: "علي بن عمر بادحدح" +value: "2995" +data: Rawafed\AuthorsBundle\Entity\Author {#14575 …} +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20780 +label: "علي بن عمر بن أحمد العوني الميهي (ت 1204)" +value: "1028" +data: Rawafed\AuthorsBundle\Entity\Author {#14581 …} +attr: [] +labelTranslationParameters: [] } 1976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20781 +label: "علي بن محمد بن عبد الله الشهري" +value: "1976" +data: Rawafed\AuthorsBundle\Entity\Author {#14587 …} +attr: [] +labelTranslationParameters: [] } 2061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20782 +label: "علي بن محمد بن عبد المحسن الشعابي الحارثي" +value: "2061" +data: Rawafed\AuthorsBundle\Entity\Author {#14593 …} +attr: [] +labelTranslationParameters: [] } 1609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20783 +label: "علي بن محمد بن علي آل نومة القحطاني" +value: "1609" +data: Rawafed\AuthorsBundle\Entity\Author {#14599 …} +attr: [] +labelTranslationParameters: [] } 2211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20784 +label: "علي بن محمد بن ناصر فقيهي" +value: "2211" +data: Rawafed\AuthorsBundle\Entity\Author {#14605 …} +attr: [] +labelTranslationParameters: [] } 2225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20785 +label: "علي بن محمد توفيق النحاس" +value: "2225" +data: Rawafed\AuthorsBundle\Entity\Author {#14611 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20786 +label: "علي حسين فهد غاصب" +value: "1075" +data: Rawafed\AuthorsBundle\Entity\Author {#14617 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20787 +label: "علي سعيد علي شومان" +value: "1158" +data: Rawafed\AuthorsBundle\Entity\Author {#14623 …} +attr: [] +labelTranslationParameters: [] } 1742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20788 +label: "علي سلامة عبد الحليم أبو شريف" +value: "1742" +data: Rawafed\AuthorsBundle\Entity\Author {#14629 …} +attr: [] +labelTranslationParameters: [] } 2946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20789 +label: "علي شواخ إسحاق الشعيبي" +value: "2946" +data: Rawafed\AuthorsBundle\Entity\Author {#14635 …} +attr: [] +labelTranslationParameters: [] } 3352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20790 +label: "علي عبد الحكيم" +value: "3352" +data: Rawafed\AuthorsBundle\Entity\Author {#14641 …} +attr: [] +labelTranslationParameters: [] } 2573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20791 +label: "علي عبد الرحمن موسى العجارمة" +value: "2573" +data: Rawafed\AuthorsBundle\Entity\Author {#14647 …} +attr: [] +labelTranslationParameters: [] } 2210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20792 +label: "علي عبد الله سعيد الشهري" +value: "2210" +data: Rawafed\AuthorsBundle\Entity\Author {#14653 …} +attr: [] +labelTranslationParameters: [] } 2188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20793 +label: "علي عبد الله طوبجي" +value: "2188" +data: Rawafed\AuthorsBundle\Entity\Author {#14659 …} +attr: [] +labelTranslationParameters: [] } 1190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20794 +label: "علي عبد الله علي علان" +value: "1190" +data: Rawafed\AuthorsBundle\Entity\Author {#14665 …} +attr: [] +labelTranslationParameters: [] } 1047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20795 +label: "علي فهمي خشيم (ت 1432)" +value: "1047" +data: Rawafed\AuthorsBundle\Entity\Author {#14671 …} +attr: [] +labelTranslationParameters: [] } 2784 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20796 +label: "علي كاظم أسد الخفاجي" +value: "2784" +data: Rawafed\AuthorsBundle\Entity\Author {#14677 …} +attr: [] +labelTranslationParameters: [] } 2641 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20797 +label: "علي كاظم منهي الفياض" +value: "2641" +data: Rawafed\AuthorsBundle\Entity\Author {#14683 …} +attr: [] +labelTranslationParameters: [] } 1339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20798 +label: "علي محمد أحمد العجوري" +value: "1339" +data: Rawafed\AuthorsBundle\Entity\Author {#14689 …} +attr: [] +labelTranslationParameters: [] } 2038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20799 +label: "علي محمد البغدادي" +value: "2038" +data: Rawafed\AuthorsBundle\Entity\Author {#14695 …} +attr: [] +labelTranslationParameters: [] } 2196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20800 +label: "علي محمد النوري" +value: "2196" +data: Rawafed\AuthorsBundle\Entity\Author {#14701 …} +attr: [] +labelTranslationParameters: [] } 3381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20801 +label: "علي محمد حسن العماري" +value: "3381" +data: Rawafed\AuthorsBundle\Entity\Author {#14707 …} +attr: [] +labelTranslationParameters: [] } 2153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20802 +label: "علي محمد عبد قدادة" +value: "2153" +data: Rawafed\AuthorsBundle\Entity\Author {#14713 …} +attr: [] +labelTranslationParameters: [] } 1195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20803 +label: "علي محمد عقلة بني سعيد" +value: "1195" +data: Rawafed\AuthorsBundle\Entity\Author {#14719 …} +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20804 +label: "علي محمود" +value: "973" +data: Rawafed\AuthorsBundle\Entity\Author {#14725 …} +attr: [] +labelTranslationParameters: [] } 2592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20805 +label: "علي محمود النابي" +value: "2592" +data: Rawafed\AuthorsBundle\Entity\Author {#14731 …} +attr: [] +labelTranslationParameters: [] } 2615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20806 +label: "علي مهدي زيتون" +value: "2615" +data: Rawafed\AuthorsBundle\Entity\Author {#14737 …} +attr: [] +labelTranslationParameters: [] } 2428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20807 +label: "علي ميران جبار" +value: "2428" +data: Rawafed\AuthorsBundle\Entity\Author {#14743 …} +attr: [] +labelTranslationParameters: [] } 1892 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20808 +label: "علي ناصر محمد" +value: "1892" +data: Rawafed\AuthorsBundle\Entity\Author {#14749 …} +attr: [] +labelTranslationParameters: [] } 2048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20809 +label: "عماد بن زهير عبد القادر حافظ" +value: "2048" +data: Rawafed\AuthorsBundle\Entity\Author {#14755 …} +attr: [] +labelTranslationParameters: [] } 1997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20810 +label: "عماد بن سيف بن عبد الرحمن العبد اللطيف" +value: "1997" +data: Rawafed\AuthorsBundle\Entity\Author {#14761 …} +attr: [] +labelTranslationParameters: [] } 2771 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20811 +label: "عماد حسن مرزوق" +value: "2771" +data: Rawafed\AuthorsBundle\Entity\Author {#14767 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20812 +label: "عماد شعبان محمد الشريف" +value: "1108" +data: Rawafed\AuthorsBundle\Entity\Author {#14773 …} +attr: [] +labelTranslationParameters: [] } 2500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20813 +label: "عماد عبد الرحمن خليل شلبي" +value: "2500" +data: Rawafed\AuthorsBundle\Entity\Author {#14779 …} +attr: [] +labelTranslationParameters: [] } 1227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20814 +label: "عماد عبد الكريم سليم خصاونة" +value: "1227" +data: Rawafed\AuthorsBundle\Entity\Author {#14785 …} +attr: [] +labelTranslationParameters: [] } 1973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20815 +label: "عماد محمد حسين أبو غوري" +value: "1973" +data: Rawafed\AuthorsBundle\Entity\Author {#14791 …} +attr: [] +labelTranslationParameters: [] } 1364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20816 +label: "عماد محمد فارس أبو كرش" +value: "1364" +data: Rawafed\AuthorsBundle\Entity\Author {#14797 …} +attr: [] +labelTranslationParameters: [] } 1327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20817 +label: "عماد يعقوب حمتو" +value: "1327" +data: Rawafed\AuthorsBundle\Entity\Author {#14803 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20818 +label: "عمار بن أمين الددو" +value: "999" +data: Rawafed\AuthorsBundle\Entity\Author {#14809 …} +attr: [] +labelTranslationParameters: [] } 1768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20819 +label: "عمار توفيق أحمد بدوي" +value: "1768" +data: Rawafed\AuthorsBundle\Entity\Author {#14815 …} +attr: [] +labelTranslationParameters: [] } 2424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20820 +label: "عمار ساسي" +value: "2424" +data: Rawafed\AuthorsBundle\Entity\Author {#14821 …} +attr: [] +labelTranslationParameters: [] } 1651 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20821 +label: "عماري عز الدين" +value: "1651" +data: Rawafed\AuthorsBundle\Entity\Author {#14827 …} +attr: [] +labelTranslationParameters: [] } 2819 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20822 +label: "عمارية شيخاوي" +value: "2819" +data: Rawafed\AuthorsBundle\Entity\Author {#14833 …} +attr: [] +labelTranslationParameters: [] } 2855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20823 +label: "عمر أبو زيد" +value: "2855" +data: Rawafed\AuthorsBundle\Entity\Author {#14839 …} +attr: [] +labelTranslationParameters: [] } 1788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20824 +label: "عمر إبراهيم رضوان" +value: "1788" +data: Rawafed\AuthorsBundle\Entity\Author {#14845 …} +attr: [] +labelTranslationParameters: [] } 891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20825 +label: "عمر بن إبراهيم بن علي المسعدي (ت 1017)" +value: "891" +data: Rawafed\AuthorsBundle\Entity\Author {#14851 …} +attr: [] +labelTranslationParameters: [] } 1603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20826 +label: "عمر بن سليمان بن عبد الله الأشقر العتيبي (ت 1433)" +value: "1603" +data: Rawafed\AuthorsBundle\Entity\Author {#14857 …} +attr: [] +labelTranslationParameters: [] } 1970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20827 +label: "عمر بن طرية" +value: "1970" +data: Rawafed\AuthorsBundle\Entity\Author {#14863 …} +attr: [] +labelTranslationParameters: [] } 1230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20828 +label: "عمر بن عبد الحي بن حمدان آل شراب" +value: "1230" +data: Rawafed\AuthorsBundle\Entity\Author {#14869 …} +attr: [] +labelTranslationParameters: [] } 3031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20829 +label: "عمر بن عبد القادر الأرمنازي الحلبي الشافعي (ت 1148)" +value: "3031" +data: Rawafed\AuthorsBundle\Entity\Author {#14875 …} +attr: [] +labelTranslationParameters: [] } 2406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20830 +label: "عمر بن عبد المجيد البيانوني" +value: "2406" +data: Rawafed\AuthorsBundle\Entity\Author {#14881 …} +attr: [] +labelTranslationParameters: [] } 2446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20831 +label: "عمر بن عطية الله بن عبد الكريم الأنصاري" +value: "2446" +data: Rawafed\AuthorsBundle\Entity\Author {#14887 …} +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20832 +label: "عمر بن محمد بن عبد الله المديفر" +value: "1016" +data: Rawafed\AuthorsBundle\Entity\Author {#14893 …} +attr: [] +labelTranslationParameters: [] } 1838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20833 +label: "عمر بن معيوض بن عايض الحسيني السلمي" +value: "1838" +data: Rawafed\AuthorsBundle\Entity\Author {#14899 …} +attr: [] +labelTranslationParameters: [] } 2588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20834 +label: "عمر بوبفار" +value: "2588" +data: Rawafed\AuthorsBundle\Entity\Author {#14905 …} +attr: [] +labelTranslationParameters: [] } 3082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20835 +label: "عمر جاكيتي بن بكري جاكيتي" +value: "3082" +data: Rawafed\AuthorsBundle\Entity\Author {#14911 …} +attr: [] +labelTranslationParameters: [] } 3173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20836 +label: "عمر حدوارة" +value: "3173" +data: Rawafed\AuthorsBundle\Entity\Author {#14920 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20837 +label: "عمر حسين الدويك" +value: "1136" +data: Rawafed\AuthorsBundle\Entity\Author {#14926 …} +attr: [] +labelTranslationParameters: [] } 1790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20838 +label: "عمر عبد الوهاب محمود" +value: "1790" +data: Rawafed\AuthorsBundle\Entity\Author {#14932 …} +attr: [] +labelTranslationParameters: [] } 2519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20839 +label: "عمر عليوي" +value: "2519" +data: Rawafed\AuthorsBundle\Entity\Author {#14938 …} +attr: [] +labelTranslationParameters: [] } 2541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20840 +label: "عمر محمد راجح عمر أبو ليل" +value: "2541" +data: Rawafed\AuthorsBundle\Entity\Author {#14944 …} +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20841 +label: "عمر نديم قبلان" +value: "1009" +data: Rawafed\AuthorsBundle\Entity\Author {#14950 …} +attr: [] +labelTranslationParameters: [] } 1669 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20842 +label: "عمران عزت يوسف بخيت" +value: "1669" +data: Rawafed\AuthorsBundle\Entity\Author {#14956 …} +attr: [] +labelTranslationParameters: [] } 3363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20843 +label: "عمرو الشرقاوي" +value: "3363" +data: Rawafed\AuthorsBundle\Entity\Author {#14962 …} +attr: [] +labelTranslationParameters: [] } 1857 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20844 +label: "عميرة بنت حمد الرشيدي" +value: "1857" +data: Rawafed\AuthorsBundle\Entity\Author {#14968 …} +attr: [] +labelTranslationParameters: [] } 2520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20845 +label: "عنتر مخناش" +value: "2520" +data: Rawafed\AuthorsBundle\Entity\Author {#14974 …} +attr: [] +labelTranslationParameters: [] } 2903 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20846 +label: "عواطف بنت محيل بن مسفر الزايدي" +value: "2903" +data: Rawafed\AuthorsBundle\Entity\Author {#14980 …} +attr: [] +labelTranslationParameters: [] } 1650 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20847 +label: "عواطف حمزة خياط" +value: "1650" +data: Rawafed\AuthorsBundle\Entity\Author {#14986 …} +attr: [] +labelTranslationParameters: [] } 2208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20848 +label: "عودة الله منيع القيسي" +value: "2208" +data: Rawafed\AuthorsBundle\Entity\Author {#14992 …} +attr: [] +labelTranslationParameters: [] } 2626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20849 +label: "عودة خليل أبو عودة" +value: "2626" +data: Rawafed\AuthorsBundle\Entity\Author {#14998 …} +attr: [] +labelTranslationParameters: [] } 1394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20850 +label: "عودة عبد الله" +value: "1394" +data: Rawafed\AuthorsBundle\Entity\Author {#15004 …} +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20851 +label: "عوض أحمد الناشري الشهري" +value: "960" +data: Rawafed\AuthorsBundle\Entity\Author {#15010 …} +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20852 +label: "عوض بن حمد القوزي (ت 1435)" +value: "963" +data: Rawafed\AuthorsBundle\Entity\Author {#15016 …} +attr: [] +labelTranslationParameters: [] } 824 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20853 +label: "عيادة بن أيوب الكبيسي" +value: "824" +data: Rawafed\AuthorsBundle\Entity\Author {#15022 …} +attr: [] +labelTranslationParameters: [] } 2949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20854 +label: "عيدة بنت محمد حمزة الحاتمي الشريف" +value: "2949" +data: Rawafed\AuthorsBundle\Entity\Author {#15028 …} +attr: [] +labelTranslationParameters: [] } 1992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20855 +label: "عيسى أوف أنيس" +value: "1992" +data: Rawafed\AuthorsBundle\Entity\Author {#15034 …} +attr: [] +labelTranslationParameters: [] } 1271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20856 +label: "عيسى الدريبي" +value: "1271" +data: Rawafed\AuthorsBundle\Entity\Author {#15040 …} +attr: [] +labelTranslationParameters: [] } 1474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20857 +label: "عيسى بن محمد يحيى بن عبيد الله البشامي الأنصاري" +value: "1474" +data: Rawafed\AuthorsBundle\Entity\Author {#15046 …} +attr: [] +labelTranslationParameters: [] } 2569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20858 +label: "غازي علي حواس" +value: "2569" +data: Rawafed\AuthorsBundle\Entity\Author {#15052 …} +attr: [] +labelTranslationParameters: [] } 1900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20859 +label: "غازي يوسف اليوسف" +value: "1900" +data: Rawafed\AuthorsBundle\Entity\Author {#15058 …} +attr: [] +labelTranslationParameters: [] } 2069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20860 +label: "غالب بن محمد هوايش الحامضي" +value: "2069" +data: Rawafed\AuthorsBundle\Entity\Author {#15064 …} +attr: [] +labelTranslationParameters: [] } 2026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20861 +label: "غالب محمد محمود الشاويش" +value: "2026" +data: Rawafed\AuthorsBundle\Entity\Author {#15070 …} +attr: [] +labelTranslationParameters: [] } 2297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20862 +label: "غالية محمد حسن البيشي" +value: "2297" +data: Rawafed\AuthorsBundle\Entity\Author {#15076 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20863 +label: "غانم قدوري الحمد" +value: "130" +data: Rawafed\AuthorsBundle\Entity\Author {#15082 …} +attr: [] +labelTranslationParameters: [] } 2597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20864 +label: "غانم كامل سعود الحسناوي" +value: "2597" +data: Rawafed\AuthorsBundle\Entity\Author {#15088 …} +attr: [] +labelTranslationParameters: [] } 3393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20865 +label: "غريغور شولر - Gregor Schoeler" +value: "3393" +data: Rawafed\AuthorsBundle\Entity\Author {#15094 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20866 +label: "غسان عبد السلام الواعي الشيخ حمدون" +value: "464" +data: Rawafed\AuthorsBundle\Entity\Author {#15103 …} +attr: [] +labelTranslationParameters: [] } 1851 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20867 +label: "غفران ياسين محمد الهاشمي" +value: "1851" +data: Rawafed\AuthorsBundle\Entity\Author {#15109 …} +attr: [] +labelTranslationParameters: [] } 2482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20868 +label: "غمشي بن عمر" +value: "2482" +data: Rawafed\AuthorsBundle\Entity\Author {#15115 …} +attr: [] +labelTranslationParameters: [] } 2727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20869 +label: "غنية عبد الرحمن النحلاوي" +value: "2727" +data: Rawafed\AuthorsBundle\Entity\Author {#15121 …} +attr: [] +labelTranslationParameters: [] } 1476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20870 +label: "فؤاد بن سالم علي الأسود" +value: "1476" +data: Rawafed\AuthorsBundle\Entity\Author {#15127 …} +attr: [] +labelTranslationParameters: [] } 2580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20871 +label: "فؤاد علي مخيمر (ت 1423)" +value: "2580" +data: Rawafed\AuthorsBundle\Entity\Author {#15133 …} +attr: [] +labelTranslationParameters: [] } 1085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20872 +label: "فائزة سالم صالح يحيى أحمد" +value: "1085" +data: Rawafed\AuthorsBundle\Entity\Author {#15139 …} +attr: [] +labelTranslationParameters: [] } 1091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20873 +label: "فائقة حسن أحمد الحسني" +value: "1091" +data: Rawafed\AuthorsBundle\Entity\Author {#15145 …} +attr: [] +labelTranslationParameters: [] } 1101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20874 +label: "فاتنة توفيق السكني" +value: "1101" +data: Rawafed\AuthorsBundle\Entity\Author {#15151 …} +attr: [] +labelTranslationParameters: [] } 1620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20875 +label: "فاخر بن بريكان بن بركي القرشي" +value: "1620" +data: Rawafed\AuthorsBundle\Entity\Author {#15157 …} +attr: [] +labelTranslationParameters: [] } 1233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20876 +label: "فادي أحمد محمود أبو دوابة" +value: "1233" +data: Rawafed\AuthorsBundle\Entity\Author {#15163 …} +attr: [] +labelTranslationParameters: [] } 1692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20877 +label: "فادي محمد توفيق القيشاوي" +value: "1692" +data: Rawafed\AuthorsBundle\Entity\Author {#15169 …} +attr: [] +labelTranslationParameters: [] } 1391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20878 +label: "فاروق برحال" +value: "1391" +data: Rawafed\AuthorsBundle\Entity\Author {#15175 …} +attr: [] +labelTranslationParameters: [] } 2003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20879 +label: "فاروق بو عزة" +value: "2003" +data: Rawafed\AuthorsBundle\Entity\Author {#15181 …} +attr: [] +labelTranslationParameters: [] } 2889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20880 +label: "فاروق عطية يوسف بخيت" +value: "2889" +data: Rawafed\AuthorsBundle\Entity\Author {#15187 …} +attr: [] +labelTranslationParameters: [] } 3228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20881 +label: "فاضل أحمد حسين الجواري" +value: "3228" +data: Rawafed\AuthorsBundle\Entity\Author {#15193 …} +attr: [] +labelTranslationParameters: [] } 2427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20882 +label: "فاضل ضايف سلطان" +value: "2427" +data: Rawafed\AuthorsBundle\Entity\Author {#15199 …} +attr: [] +labelTranslationParameters: [] } 2849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20883 +label: "فاطمة أحمد محمود الحاج حسن" +value: "2849" +data: Rawafed\AuthorsBundle\Entity\Author {#15205 …} +attr: [] +labelTranslationParameters: [] } 3394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20884 +label: "فاطمة الزهراء الناصري" +value: "3394" +data: Rawafed\AuthorsBundle\Entity\Author {#15211 …} +attr: [] +labelTranslationParameters: [] } 3074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20885 +label: "فاطمة الزهراء معزوز" +value: "3074" +data: Rawafed\AuthorsBundle\Entity\Author {#15217 …} +attr: [] +labelTranslationParameters: [] } 2184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20886 +label: "فاطمة بنت عبد الله بن عوض مراوعي" +value: "2184" +data: Rawafed\AuthorsBundle\Entity\Author {#15223 …} +attr: [] +labelTranslationParameters: [] } 2180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20887 +label: "فاطمة بنت عيادة بن عبد الهادي الرحيلي" +value: "2180" +data: Rawafed\AuthorsBundle\Entity\Author {#15229 …} +attr: [] +labelTranslationParameters: [] } 2940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20888 +label: "فاطمة صديق عمر نجوم" +value: "2940" +data: Rawafed\AuthorsBundle\Entity\Author {#15235 …} +attr: [] +labelTranslationParameters: [] } 2697 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20889 +label: "فاطمة عبد الرحمن رمضان بن حسين" +value: "2697" +data: Rawafed\AuthorsBundle\Entity\Author {#15241 …} +attr: [] +labelTranslationParameters: [] } 2311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20890 +label: "فاطمة عبد السلام أماكي" +value: "2311" +data: Rawafed\AuthorsBundle\Entity\Author {#15247 …} +attr: [] +labelTranslationParameters: [] } 1326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20891 +label: "فاطمة عرفات الحلو" +value: "1326" +data: Rawafed\AuthorsBundle\Entity\Author {#15253 …} +attr: [] +labelTranslationParameters: [] } 2551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20892 +label: "فاطمة قراينو" +value: "2551" +data: Rawafed\AuthorsBundle\Entity\Author {#15259 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20893 +label: "فاطمة محمد محمود شلدان" +value: "1147" +data: Rawafed\AuthorsBundle\Entity\Author {#15265 …} +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20894 +label: "فانيامبادي عبد الرحيم، المعروف باسم «ف. عبد الرحيم»" +value: "979" +data: Rawafed\AuthorsBundle\Entity\Author {#15271 …} +attr: [] +labelTranslationParameters: [] } 1657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20895 +label: "فايز حسان سليمان أبو عمرة" +value: "1657" +data: Rawafed\AuthorsBundle\Entity\Author {#15277 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20896 +label: "فايز صالح الخطيب" +value: "328" +data: Rawafed\AuthorsBundle\Entity\Author {#15283 …} +attr: [] +labelTranslationParameters: [] } 1287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20897 +label: "فايزة عدلي" +value: "1287" +data: Rawafed\AuthorsBundle\Entity\Author {#15289 …} +attr: [] +labelTranslationParameters: [] } 2646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20898 +label: "فايزة كريم" +value: "2646" +data: Rawafed\AuthorsBundle\Entity\Author {#15295 …} +attr: [] +labelTranslationParameters: [] } 3089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20899 +label: "فتحي بودفلة" +value: "3089" +data: Rawafed\AuthorsBundle\Entity\Author {#15301 …} +attr: [] +labelTranslationParameters: [] } 2912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20900 +label: "فتحي عبد العزيز العبادسة" +value: "2912" +data: Rawafed\AuthorsBundle\Entity\Author {#15307 …} +attr: [] +labelTranslationParameters: [] } 2464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20901 +label: "فتحي عبد القادر فريد" +value: "2464" +data: Rawafed\AuthorsBundle\Entity\Author {#15313 …} +attr: [] +labelTranslationParameters: [] } 2936 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20902 +label: "فتوحة صالح عبد الحفيظ" +value: "2936" +data: Rawafed\AuthorsBundle\Entity\Author {#15319 …} +attr: [] +labelTranslationParameters: [] } 2457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20903 +label: "فتيحة بلحاجي" +value: "2457" +data: Rawafed\AuthorsBundle\Entity\Author {#15325 …} +attr: [] +labelTranslationParameters: [] } 1189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20904 +label: "فتيحة عبيدة" +value: "1189" +data: Rawafed\AuthorsBundle\Entity\Author {#15331 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20905 +label: "فخر الدين أبو عبد الله نصر بن علي بن محمد الشيرازي الفارسي الفسوي، المعروف بابن أبي مريم (ت 565)" +value: "1035" +data: Rawafed\AuthorsBundle\Entity\Author {#15337 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20906 +label: "فخر الدين عبد الله بن محمد بن القاسم بن علي العبسي النجري (ت 877)" +value: "1086" +data: Rawafed\AuthorsBundle\Entity\Author {#15343 …} +attr: [] +labelTranslationParameters: [] } 3184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20907 +label: "فخر الدين قباوة" +value: "3184" +data: Rawafed\AuthorsBundle\Entity\Author {#15349 …} +attr: [] +labelTranslationParameters: [] } 1267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20908 +label: "فداء شلاش" +value: "1267" +data: Rawafed\AuthorsBundle\Entity\Author {#15355 …} +attr: [] +labelTranslationParameters: [] } 1244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20909 +label: "فداء مصلح أحمد الأسود" +value: "1244" +data: Rawafed\AuthorsBundle\Entity\Author {#15361 …} +attr: [] +labelTranslationParameters: [] } 3407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20910 +label: "فرانسوا دي بلوا - François de Blois" +value: "3407" +data: Rawafed\AuthorsBundle\Entity\Author {#15367 …} +attr: [] +labelTranslationParameters: [] } 3367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20911 +label: "فرانسوا ديروش-François Déroche" +value: "3367" +data: Rawafed\AuthorsBundle\Entity\Author {#15373 …} +attr: [] +labelTranslationParameters: [] } 1854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20912 +label: "فرحان عبد الكريم حسين الدليمي" +value: "1854" +data: Rawafed\AuthorsBundle\Entity\Author {#15379 …} +attr: [] +labelTranslationParameters: [] } 2951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20913 +label: "فريال بنت عبد القادر بكر عابد" +value: "2951" +data: Rawafed\AuthorsBundle\Entity\Author {#15385 …} +attr: [] +labelTranslationParameters: [] } 2436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20914 +label: "فريد العبادي" +value: "2436" +data: Rawafed\AuthorsBundle\Entity\Author {#15391 …} +attr: [] +labelTranslationParameters: [] } 2395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20915 +label: "فريد بن الحسن الأنصاري (ت 1430)" +value: "2395" +data: Rawafed\AuthorsBundle\Entity\Author {#15397 …} +attr: [] +labelTranslationParameters: [] } 1632 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20916 +label: "فريد فرج سعيد زيارة" +value: "1632" +data: Rawafed\AuthorsBundle\Entity\Author {#15403 …} +attr: [] +labelTranslationParameters: [] } 2237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20917 +label: "فريدة بنت محمد بن أحمد الغامدي" +value: "2237" +data: Rawafed\AuthorsBundle\Entity\Author {#15409 …} +attr: [] +labelTranslationParameters: [] } 3348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20918 +label: "فريدة زمرد" +value: "3348" +data: Rawafed\AuthorsBundle\Entity\Author {#15415 …} +attr: [] +labelTranslationParameters: [] } 3371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20919 +label: "فريديريك إمبرت-Frédéric Imbert" +value: "3371" +data: Rawafed\AuthorsBundle\Entity\Author {#15421 …} +attr: [] +labelTranslationParameters: [] } 3366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20920 +label: "فريق موقع تفسير" +value: "3366" +data: Rawafed\AuthorsBundle\Entity\Author {#15427 …} +attr: [] +labelTranslationParameters: [] } 2665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20921 +label: "فضيلة مسعودي" +value: "2665" +data: Rawafed\AuthorsBundle\Entity\Author {#15433 …} +attr: [] +labelTranslationParameters: [] } 1395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20922 +label: "فففف ففففف" +value: "1395" +data: Rawafed\AuthorsBundle\Entity\Author {#15439 …} +attr: [] +labelTranslationParameters: [] } 2579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20923 +label: "فليحة سعود حمود ظاهر الجنابي" +value: "2579" +data: Rawafed\AuthorsBundle\Entity\Author {#15448 …} +attr: [] +labelTranslationParameters: [] } 1272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20924 +label: "فهد الرومي" +value: "1272" +data: Rawafed\AuthorsBundle\Entity\Author {#15454 …} +attr: [] +labelTranslationParameters: [] } 2994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20925 +label: "فهد السنيدي" +value: "2994" +data: Rawafed\AuthorsBundle\Entity\Author {#15460 …} +attr: [] +labelTranslationParameters: [] } 952 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20926 +label: "فهد العندس" +value: "952" +data: Rawafed\AuthorsBundle\Entity\Author {#15466 …} +attr: [] +labelTranslationParameters: [] } 1273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20927 +label: "فهد الوهيبي" +value: "1273" +data: Rawafed\AuthorsBundle\Entity\Author {#15472 …} +attr: [] +labelTranslationParameters: [] } 1898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20928 +label: "فهد بن إبراهيم بن عبد الله الضالع" +value: "1898" +data: Rawafed\AuthorsBundle\Entity\Author {#15478 …} +attr: [] +labelTranslationParameters: [] } 2016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20929 +label: "فهد بن عايد العايد" +value: "2016" +data: Rawafed\AuthorsBundle\Entity\Author {#15484 …} +attr: [] +labelTranslationParameters: [] } 2113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20930 +label: "فهد بن عبد الرحمن بن عبد الله السويدان" +value: "2113" +data: Rawafed\AuthorsBundle\Entity\Author {#15490 …} +attr: [] +labelTranslationParameters: [] } 2468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20931 +label: "فهد خليل زايد" +value: "2468" +data: Rawafed\AuthorsBundle\Entity\Author {#15496 …} +attr: [] +labelTranslationParameters: [] } 1206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20932 +label: "فهد سعود معيوف العنزي" +value: "1206" +data: Rawafed\AuthorsBundle\Entity\Author {#15502 …} +attr: [] +labelTranslationParameters: [] } 2984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20933 +label: "فهد نور الأمين عبد السلام" +value: "2984" +data: Rawafed\AuthorsBundle\Entity\Author {#15508 …} +attr: [] +labelTranslationParameters: [] } 2576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20934 +label: "فهمي حسن النمر" +value: "2576" +data: Rawafed\AuthorsBundle\Entity\Author {#15514 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20935 +label: "فهمي علي سليمان" +value: "1026" +data: Rawafed\AuthorsBundle\Entity\Author {#15520 …} +attr: [] +labelTranslationParameters: [] } 2031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20936 +label: "فهمي قطب الدين النجار" +value: "2031" +data: Rawafed\AuthorsBundle\Entity\Author {#15526 …} +attr: [] +labelTranslationParameters: [] } 1764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20937 +label: "فهيم عبد الله محمود العلي" +value: "1764" +data: Rawafed\AuthorsBundle\Entity\Author {#15532 …} +attr: [] +labelTranslationParameters: [] } 840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20938 +label: "فواز بن سعد بن عبد الرحمن الحنين" +value: "840" +data: Rawafed\AuthorsBundle\Entity\Author {#15538 …} +attr: [] +labelTranslationParameters: [] } 1477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20939 +label: "فواز بن فائز بن سعيد الأسمري" +value: "1477" +data: Rawafed\AuthorsBundle\Entity\Author {#15544 …} +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20940 +label: "فوزي بن يوسف الهابط" +value: "964" +data: Rawafed\AuthorsBundle\Entity\Author {#15550 …} +attr: [] +labelTranslationParameters: [] } 2052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20941 +label: "فوزية ألفي" +value: "2052" +data: Rawafed\AuthorsBundle\Entity\Author {#15556 …} +attr: [] +labelTranslationParameters: [] } 1654 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20942 +label: "فوزية محمود عبد الرحمن الملفوح" +value: "1654" +data: Rawafed\AuthorsBundle\Entity\Author {#15562 …} +attr: [] +labelTranslationParameters: [] } 3166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20943 +label: "فوزية مير تاج" +value: "3166" +data: Rawafed\AuthorsBundle\Entity\Author {#15568 …} +attr: [] +labelTranslationParameters: [] } 2074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20944 +label: "فوزية يحيى سعيد النجيمي عسيري" +value: "2074" +data: Rawafed\AuthorsBundle\Entity\Author {#15574 …} +attr: [] +labelTranslationParameters: [] } 2117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20945 +label: "فوزية يوسف بغدادي" +value: "2117" +data: Rawafed\AuthorsBundle\Entity\Author {#15580 …} +attr: [] +labelTranslationParameters: [] } 2032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20946 +label: "فيصل بن جعفر بالي" +value: "2032" +data: Rawafed\AuthorsBundle\Entity\Author {#15586 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20947 +label: "فيصل بن جميل بن حسن غزاوي" +value: "1093" +data: Rawafed\AuthorsBundle\Entity\Author {#15592 …} +attr: [] +labelTranslationParameters: [] } 2781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20948 +label: "فيصل بن عبد العزيز بن فيصل بن حمد المبارك (ت 1376)" +value: "2781" +data: Rawafed\AuthorsBundle\Entity\Author {#15598 …} +attr: [] +labelTranslationParameters: [] } 1713 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20949 +label: "قاسم توفيق قاسم خضر" +value: "1713" +data: Rawafed\AuthorsBundle\Entity\Author {#15604 …} +attr: [] +labelTranslationParameters: [] } 2200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20950 +label: "قطب الريسوني" +value: "2200" +data: Rawafed\AuthorsBundle\Entity\Author {#15610 …} +attr: [] +labelTranslationParameters: [] } 2818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20951 +label: "قوجة نعيمة" +value: "2818" +data: Rawafed\AuthorsBundle\Entity\Author {#15616 …} +attr: [] +labelTranslationParameters: [] } 1334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20952 +label: "كائنات محمود جبريل عدوان" +value: "1334" +data: Rawafed\AuthorsBundle\Entity\Author {#15622 …} +attr: [] +labelTranslationParameters: [] } 2830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20953 +label: "كارم السيد غنيم" +value: "2830" +data: Rawafed\AuthorsBundle\Entity\Author {#15628 …} +attr: [] +labelTranslationParameters: [] } 3369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20954 +label: "كارول كيرستن-Carool Kersten" +value: "3369" +data: Rawafed\AuthorsBundle\Entity\Author {#15634 …} +attr: [] +labelTranslationParameters: [] } 1283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20955 +label: "كامل بن سعود بن مطيران الجعفري العنزي" +value: "1283" +data: Rawafed\AuthorsBundle\Entity\Author {#15643 …} +attr: [] +labelTranslationParameters: [] } 3383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20956 +label: "كريم حلمي" +value: "3383" +data: Rawafed\AuthorsBundle\Entity\Author {#15649 …} +attr: [] +labelTranslationParameters: [] } 2552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20957 +label: "كريمة بنت أحمد بن طاهر البشير" +value: "2552" +data: Rawafed\AuthorsBundle\Entity\Author {#15655 …} +attr: [] +labelTranslationParameters: [] } 2044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20958 +label: "كريمة يوسف أحمد أبو شام" +value: "2044" +data: Rawafed\AuthorsBundle\Entity\Author {#15661 …} +attr: [] +labelTranslationParameters: [] } 2320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20959 +label: "كلام الدين رحمة الله رحيم الدين" +value: "2320" +data: Rawafed\AuthorsBundle\Entity\Author {#15667 …} +attr: [] +labelTranslationParameters: [] } 1447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20960 +label: "كمال أحمد فالح المقابلة" +value: "1447" +data: Rawafed\AuthorsBundle\Entity\Author {#15673 …} +attr: [] +labelTranslationParameters: [] } 888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20961 +label: "كمال الدين عبد الغني المرسي" +value: "888" +data: Rawafed\AuthorsBundle\Entity\Author {#15679 …} +attr: [] +labelTranslationParameters: [] } 2792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20962 +label: "كمال الدين عبد المجيد" +value: "2792" +data: Rawafed\AuthorsBundle\Entity\Author {#15685 …} +attr: [] +labelTranslationParameters: [] } 1591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20963 +label: "كمال المويل" +value: "1591" +data: Rawafed\AuthorsBundle\Entity\Author {#15691 …} +attr: [] +labelTranslationParameters: [] } 1762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20964 +label: "كمال حسين رشيد صالح" +value: "1762" +data: Rawafed\AuthorsBundle\Entity\Author {#15697 …} +attr: [] +labelTranslationParameters: [] } 2512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20965 +label: "كمال سلمي شحادة الكوز" +value: "2512" +data: Rawafed\AuthorsBundle\Entity\Author {#15703 …} +attr: [] +labelTranslationParameters: [] } 2015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20966 +label: "كن عطفية" +value: "2015" +data: Rawafed\AuthorsBundle\Entity\Author {#15709 …} +attr: [] +labelTranslationParameters: [] } 1841 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20967 +label: "كنعان إبراهيم الجميلي" +value: "1841" +data: Rawafed\AuthorsBundle\Entity\Author {#15715 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20968 +label: "كوثر بسام محمد النعسان" +value: "1149" +data: Rawafed\AuthorsBundle\Entity\Author {#15721 …} +attr: [] +labelTranslationParameters: [] } 3065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20969 +label: "كوثر بنت عبد الحليم محمد" +value: "3065" +data: Rawafed\AuthorsBundle\Entity\Author {#15727 …} +attr: [] +labelTranslationParameters: [] } 2133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20970 +label: "كوثر بنت محمد رضا الحسيني الشريف" +value: "2133" +data: Rawafed\AuthorsBundle\Entity\Author {#15733 …} +attr: [] +labelTranslationParameters: [] } 2911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20971 +label: "لافي محمد محمود زقوت" +value: "2911" +data: Rawafed\AuthorsBundle\Entity\Author {#15739 …} +attr: [] +labelTranslationParameters: [] } 2878 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20972 +label: "لبنى خالد محمود إسماعيل" +value: "2878" +data: Rawafed\AuthorsBundle\Entity\Author {#15745 …} +attr: [] +labelTranslationParameters: [] } 2899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20973 +label: "لزهر وزاني" +value: "2899" +data: Rawafed\AuthorsBundle\Entity\Author {#15751 …} +attr: [] +labelTranslationParameters: [] } 2887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20974 +label: "لطرش محمد لمين" +value: "2887" +data: Rawafed\AuthorsBundle\Entity\Author {#15757 …} +attr: [] +labelTranslationParameters: [] } 1473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20975 +label: "لطفي عبد الرحمن مصطفى محاجنة" +value: "1473" +data: Rawafed\AuthorsBundle\Entity\Author {#15763 …} +attr: [] +labelTranslationParameters: [] } 3183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20976 +label: "لطفي فكري محمد الجودي" +value: "3183" +data: Rawafed\AuthorsBundle\Entity\Author {#15769 …} +attr: [] +labelTranslationParameters: [] } 3165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20977 +label: "لطيفة عبو" +value: "3165" +data: Rawafed\AuthorsBundle\Entity\Author {#15775 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20978 +label: "لطيفة قزامل" +value: "1019" +data: Rawafed\AuthorsBundle\Entity\Author {#15781 …} +attr: [] +labelTranslationParameters: [] } 1752 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20979 +label: "لواء حميزة كاظم العياشي" +value: "1752" +data: Rawafed\AuthorsBundle\Entity\Author {#15787 …} +attr: [] +labelTranslationParameters: [] } 1783 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20980 +label: "ليث سعود جاسم القيسي" +value: "1783" +data: Rawafed\AuthorsBundle\Entity\Author {#15793 …} +attr: [] +labelTranslationParameters: [] } 2027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20981 +label: "ليلة الناظرة" +value: "2027" +data: Rawafed\AuthorsBundle\Entity\Author {#15799 …} +attr: [] +labelTranslationParameters: [] } 2853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20982 +label: "ليلى محمد عبد الحميد سلامة" +value: "2853" +data: Rawafed\AuthorsBundle\Entity\Author {#15805 …} +attr: [] +labelTranslationParameters: [] } 1175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20983 +label: "ليلى محمد مسعود عبد المنعم" +value: "1175" +data: Rawafed\AuthorsBundle\Entity\Author {#15811 …} +attr: [] +labelTranslationParameters: [] } 2072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20984 +label: "ليلى يوسف محمد نجار" +value: "2072" +data: Rawafed\AuthorsBundle\Entity\Author {#15817 …} +attr: [] +labelTranslationParameters: [] } 2114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20985 +label: "لينا أحمد محمد ملحم" +value: "2114" +data: Rawafed\AuthorsBundle\Entity\Author {#15823 …} +attr: [] +labelTranslationParameters: [] } 1767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20986 +label: "لينا زياد أحمد الدبك" +value: "1767" +data: Rawafed\AuthorsBundle\Entity\Author {#15829 …} +attr: [] +labelTranslationParameters: [] } 2189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20987 +label: "مأمون صالح النعمان" +value: "2189" +data: Rawafed\AuthorsBundle\Entity\Author {#15835 …} +attr: [] +labelTranslationParameters: [] } 3340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20988 +label: "مؤلف بيتا" +value: "3340" +data: Rawafed\AuthorsBundle\Entity\Author {#15841 …} +attr: [] +labelTranslationParameters: [] } 1188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20989 +label: "مؤمن عمر محمد البدارين" +value: "1188" +data: Rawafed\AuthorsBundle\Entity\Author {#15847 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20990 +label: "ماجد بن إبراهيم الأحمد" +value: "1002" +data: Rawafed\AuthorsBundle\Entity\Author {#15853 …} +attr: [] +labelTranslationParameters: [] } 1352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20991 +label: "ماجد رجب العبد سكر" +value: "1352" +data: Rawafed\AuthorsBundle\Entity\Author {#15859 …} +attr: [] +labelTranslationParameters: [] } 1821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20992 +label: "ماجد محسن راشد" +value: "1821" +data: Rawafed\AuthorsBundle\Entity\Author {#15865 …} +attr: [] +labelTranslationParameters: [] } 2142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20993 +label: "ماجدولين عمر التوم الريح" +value: "2142" +data: Rawafed\AuthorsBundle\Entity\Author {#15871 …} +attr: [] +labelTranslationParameters: [] } 2979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20994 +label: "مازن بن صلاح حامد مطبقاني" +value: "2979" +data: Rawafed\AuthorsBundle\Entity\Author {#15877 …} +attr: [] +labelTranslationParameters: [] } 1367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20995 +label: "مازن رشاد عيسى الحلو" +value: "1367" +data: Rawafed\AuthorsBundle\Entity\Author {#15883 …} +attr: [] +labelTranslationParameters: [] } 3001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20996 +label: "مالك بن إبراهيم الأحمد" +value: "3001" +data: Rawafed\AuthorsBundle\Entity\Author {#15889 …} +attr: [] +labelTranslationParameters: [] } 1454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20997 +label: "ماهر محمد يوسف طنبوز" +value: "1454" +data: Rawafed\AuthorsBundle\Entity\Author {#15895 …} +attr: [] +labelTranslationParameters: [] } 2839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20998 +label: "مبارك بن مسلم بن مسعود الشعبني" +value: "2839" +data: Rawafed\AuthorsBundle\Entity\Author {#15901 …} +attr: [] +labelTranslationParameters: [] } 2507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#20999 +label: "مبارك تريكي" +value: "2507" +data: Rawafed\AuthorsBundle\Entity\Author {#15907 …} +attr: [] +labelTranslationParameters: [] } 900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21000 +label: "مبروك بن حمود الشايع الشمري" +value: "900" +data: Rawafed\AuthorsBundle\Entity\Author {#15913 …} +attr: [] +labelTranslationParameters: [] } 2732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21001 +label: "متولى عبد الله الفقاعي" +value: "2732" +data: Rawafed\AuthorsBundle\Entity\Author {#15919 …} +attr: [] +labelTranslationParameters: [] } 1804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21002 +label: "مثنى نعيم حمادي المشهداني" +value: "1804" +data: Rawafed\AuthorsBundle\Entity\Author {#15925 …} +attr: [] +labelTranslationParameters: [] } 1779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21003 +label: "مجاهد محمود أحمد ناصر" +value: "1779" +data: Rawafed\AuthorsBundle\Entity\Author {#15931 …} +attr: [] +labelTranslationParameters: [] } 1168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21004 +label: "مجاهد مصطفى بهجت" +value: "1168" +data: Rawafed\AuthorsBundle\Entity\Author {#15937 …} +attr: [] +labelTranslationParameters: [] } 2954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21005 +label: "مجد بن أحمد مكي" +value: "2954" +data: Rawafed\AuthorsBundle\Entity\Author {#15943 …} +attr: [] +labelTranslationParameters: [] } 1705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21006 +label: "مجدي عايش عودة أبو لحية" +value: "1705" +data: Rawafed\AuthorsBundle\Entity\Author {#15949 …} +attr: [] +labelTranslationParameters: [] } 1729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21007 +label: "مجدي معزوز أحمد حسين" +value: "1729" +data: Rawafed\AuthorsBundle\Entity\Author {#15955 …} +attr: [] +labelTranslationParameters: [] } 1828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21008 +label: "مجيب سعد أبو كطيفة الكرعاوي" +value: "1828" +data: Rawafed\AuthorsBundle\Entity\Author {#15961 …} +attr: [] +labelTranslationParameters: [] } 1554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21009 +label: "مجير الدين أبو اليمن عبد الرحمن بن محمد بن عبد الرحمن، العليمي العمري المقدسي الحنبلي (ت 928)" +value: "1554" +data: Rawafed\AuthorsBundle\Entity\Author {#15967 …} +attr: [] +labelTranslationParameters: [] } 1314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21010 +label: "محب الدين أبو موسى جعفر بن مكي بن جعفر الموصلي (ت 713)" +value: "1314" +data: Rawafed\AuthorsBundle\Entity\Author {#15973 …} +attr: [] +labelTranslationParameters: [] } 1095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21011 +label: "محب الدين بن عبد السبحان بن نور الدين واعظ" +value: "1095" +data: Rawafed\AuthorsBundle\Entity\Author {#15979 …} +attr: [] +labelTranslationParameters: [] } 1989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21012 +label: "محبة الحسنى" +value: "1989" +data: Rawafed\AuthorsBundle\Entity\Author {#15985 …} +attr: [] +labelTranslationParameters: [] } 2423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21013 +label: "محبوب الله سيف الرحمن" +value: "2423" +data: Rawafed\AuthorsBundle\Entity\Author {#15991 …} +attr: [] +labelTranslationParameters: [] } 922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21014 +label: "محجوب محمد آدم" +value: "922" +data: Rawafed\AuthorsBundle\Entity\Author {#15997 …} +attr: [] +labelTranslationParameters: [] } 2230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21015 +label: "محروس بن محمد سعيد خليل" +value: "2230" +data: Rawafed\AuthorsBundle\Entity\Author {#16003 …} +attr: [] +labelTranslationParameters: [] } 1215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21016 +label: "محسن المطيري" +value: "1215" +data: Rawafed\AuthorsBundle\Entity\Author {#16009 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21017 +label: "محسن بن حامد المطيري" +value: "134" +data: Rawafed\AuthorsBundle\Entity\Author {#16015 …} +attr: [] +labelTranslationParameters: [] } 1170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21018 +label: "محسن سميح سعيد الخالدي" +value: "1170" +data: Rawafed\AuthorsBundle\Entity\Author {#16021 …} +attr: [] +labelTranslationParameters: [] } 3360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21019 +label: "محسن عبد الحميد" +value: "3360" +data: Rawafed\AuthorsBundle\Entity\Author {#16027 …} +attr: [] +labelTranslationParameters: [] } 2434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21020 +label: "محمد أبو زهرة بك" +value: "2434" +data: Rawafed\AuthorsBundle\Entity\Author {#16033 …} +attr: [] +labelTranslationParameters: [] } 2577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21021 +label: "محمد أحمد خضير" +value: "2577" +data: Rawafed\AuthorsBundle\Entity\Author {#16039 …} +attr: [] +labelTranslationParameters: [] } 3280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21022 +label: "محمد أحمد عبد الرحمن الطيب" +value: "3280" +data: Rawafed\AuthorsBundle\Entity\Author {#16045 …} +attr: [] +labelTranslationParameters: [] } 1172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21023 +label: "محمد أحمد عبد العزيز الجمل" +value: "1172" +data: Rawafed\AuthorsBundle\Entity\Author {#16051 …} +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21024 +label: "محمد أحمد عيد الكردي" +value: "993" +data: Rawafed\AuthorsBundle\Entity\Author {#16057 …} +attr: [] +labelTranslationParameters: [] } 1602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21025 +label: "محمد أحمد عيسى محمد" +value: "1602" +data: Rawafed\AuthorsBundle\Entity\Author {#16063 …} +attr: [] +labelTranslationParameters: [] } 2620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21026 +label: "محمد أحمد قاسم" +value: "2620" +data: Rawafed\AuthorsBundle\Entity\Author {#16069 …} +attr: [] +labelTranslationParameters: [] } 2295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21027 +label: "محمد أحمد محمد عبد الوهاب" +value: "2295" +data: Rawafed\AuthorsBundle\Entity\Author {#16075 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21028 +label: "محمد أحمد محمد معبد (ت 1430)" +value: "1006" +data: Rawafed\AuthorsBundle\Entity\Author {#16081 …} +attr: [] +labelTranslationParameters: [] } 2834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21029 +label: "محمد أحمد محمود" +value: "2834" +data: Rawafed\AuthorsBundle\Entity\Author {#16087 …} +attr: [] +labelTranslationParameters: [] } 2185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21030 +label: "محمد أحمد محمود أبو العسل" +value: "2185" +data: Rawafed\AuthorsBundle\Entity\Author {#16093 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21031 +label: "محمد أحمد محمود أبو اللبن" +value: "1152" +data: Rawafed\AuthorsBundle\Entity\Author {#16099 …} +attr: [] +labelTranslationParameters: [] } 2990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21032 +label: "محمد أحمد يحيى" +value: "2990" +data: Rawafed\AuthorsBundle\Entity\Author {#16105 …} +attr: [] +labelTranslationParameters: [] } 1558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21033 +label: "محمد أحمد يوسف القاسم" +value: "1558" +data: Rawafed\AuthorsBundle\Entity\Author {#16111 …} +attr: [] +labelTranslationParameters: [] } 881 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21034 +label: "محمد أديب بن محمد شكور محمود أمرير" +value: "881" +data: Rawafed\AuthorsBundle\Entity\Author {#16117 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21035 +label: "محمد أزهري" +value: "1003" +data: Rawafed\AuthorsBundle\Entity\Author {#16123 …} +attr: [] +labelTranslationParameters: [] } 2525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21036 +label: "محمد ألتونجي" +value: "2525" +data: Rawafed\AuthorsBundle\Entity\Author {#16129 …} +attr: [] +labelTranslationParameters: [] } 1622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21037 +label: "محمد أمين المصري (ت 1397)" +value: "1622" +data: Rawafed\AuthorsBundle\Entity\Author {#16135 …} +attr: [] +labelTranslationParameters: [] } 2010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21038 +label: "محمد أنوار" +value: "2010" +data: Rawafed\AuthorsBundle\Entity\Author {#16141 …} +attr: [] +labelTranslationParameters: [] } 2432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21039 +label: "محمد أنور خان" +value: "2432" +data: Rawafed\AuthorsBundle\Entity\Author {#16147 …} +attr: [] +labelTranslationParameters: [] } 2079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21040 +label: "محمد إبراهيم السمرة" +value: "2079" +data: Rawafed\AuthorsBundle\Entity\Author {#16153 …} +attr: [] +labelTranslationParameters: [] } 2497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21041 +label: "محمد إبراهيم عبادة" +value: "2497" +data: Rawafed\AuthorsBundle\Entity\Author {#16159 …} +attr: [] +labelTranslationParameters: [] } 883 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21042 +label: "محمد إبراهيم محمد سالم الحنفي (ت 1430)" +value: "883" +data: Rawafed\AuthorsBundle\Entity\Author {#16165 …} +attr: [] +labelTranslationParameters: [] } 2426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21043 +label: "محمد إبراهيم محمد شريف البلخي" +value: "2426" +data: Rawafed\AuthorsBundle\Entity\Author {#16171 …} +attr: [] +labelTranslationParameters: [] } 2024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21044 +label: "محمد إسراء الليل" +value: "2024" +data: Rawafed\AuthorsBundle\Entity\Author {#16177 …} +attr: [] +labelTranslationParameters: [] } 1820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21045 +label: "محمد إسماعيل قرني" +value: "1820" +data: Rawafed\AuthorsBundle\Entity\Author {#16183 …} +attr: [] +labelTranslationParameters: [] } 2008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21046 +label: "محمد إقبال خير الدار الخلود" +value: "2008" +data: Rawafed\AuthorsBundle\Entity\Author {#16189 …} +attr: [] +labelTranslationParameters: [] } 2357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21047 +label: "محمد الأنور أحمد البلتاجي" +value: "2357" +data: Rawafed\AuthorsBundle\Entity\Author {#16195 …} +attr: [] +labelTranslationParameters: [] } 3384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21048 +label: "محمد البشير الإبراهيمي" +value: "3384" +data: Rawafed\AuthorsBundle\Entity\Author {#16201 …} +attr: [] +labelTranslationParameters: [] } 1218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21049 +label: "محمد الجوراني" +value: "1218" +data: Rawafed\AuthorsBundle\Entity\Author {#16207 …} +attr: [] +labelTranslationParameters: [] } 873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21050 +label: "محمد الحسناوي" +value: "873" +data: Rawafed\AuthorsBundle\Entity\Author {#16213 …} +attr: [] +labelTranslationParameters: [] } 2065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21051 +label: "محمد الحسين خليل مليطان" +value: "2065" +data: Rawafed\AuthorsBundle\Entity\Author {#16219 …} +attr: [] +labelTranslationParameters: [] } 2517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21052 +label: "محمد الحسيني يوسف" +value: "2517" +data: Rawafed\AuthorsBundle\Entity\Author {#16225 …} +attr: [] +labelTranslationParameters: [] } 3379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21053 +label: "محمد الحناوي" +value: "3379" +data: Rawafed\AuthorsBundle\Entity\Author {#16231 …} +attr: [] +labelTranslationParameters: [] } 3413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21054 +label: "محمد الخضر حسين" +value: "3413" +data: Rawafed\AuthorsBundle\Entity\Author {#16237 …} +attr: [] +labelTranslationParameters: [] } 2701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21055 +label: "محمد الخضر حسين" +value: "2701" +data: Rawafed\AuthorsBundle\Entity\Author {#16243 …} +attr: [] +labelTranslationParameters: [] } 3343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21056 +label: "محمد الخولي" +value: "3343" +data: Rawafed\AuthorsBundle\Entity\Author {#16249 …} +attr: [] +labelTranslationParameters: [] } 2958 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21057 +label: "محمد الدسوقي أمين كحيلة" +value: "2958" +data: Rawafed\AuthorsBundle\Entity\Author {#16255 …} +attr: [] +labelTranslationParameters: [] } 1336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21058 +label: "محمد الزغول" +value: "1336" +data: Rawafed\AuthorsBundle\Entity\Author {#16261 …} +attr: [] +labelTranslationParameters: [] } 2489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21059 +label: "محمد السماحي" +value: "2489" +data: Rawafed\AuthorsBundle\Entity\Author {#16267 …} +attr: [] +labelTranslationParameters: [] } 1274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21060 +label: "محمد السيد" +value: "1274" +data: Rawafed\AuthorsBundle\Entity\Author {#16273 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21061 +label: "محمد السيد أحمد عزوز" +value: "1036" +data: Rawafed\AuthorsBundle\Entity\Author {#16279 …} +attr: [] +labelTranslationParameters: [] } 848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21062 +label: "محمد السيد الزعبلاوي" +value: "848" +data: Rawafed\AuthorsBundle\Entity\Author {#16285 …} +attr: [] +labelTranslationParameters: [] } 2768 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21063 +label: "محمد السيد عبد الرازق موسى" +value: "2768" +data: Rawafed\AuthorsBundle\Entity\Author {#16291 …} +attr: [] +labelTranslationParameters: [] } 982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21064 +label: "محمد السيد علي بلاسي" +value: "982" +data: Rawafed\AuthorsBundle\Entity\Author {#16297 …} +attr: [] +labelTranslationParameters: [] } 1275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21065 +label: "محمد الشايع" +value: "1275" +data: Rawafed\AuthorsBundle\Entity\Author {#16303 …} +attr: [] +labelTranslationParameters: [] } 2833 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21066 +label: "محمد الشبوني" +value: "2833" +data: Rawafed\AuthorsBundle\Entity\Author {#16309 …} +attr: [] +labelTranslationParameters: [] } 2742 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21067 +label: "محمد الشيخ محمد الفكي" +value: "2742" +data: Rawafed\AuthorsBundle\Entity\Author {#16315 …} +attr: [] +labelTranslationParameters: [] } 2744 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21068 +label: "محمد الشيخ محمد محفوظ أمين الشنقيطي" +value: "2744" +data: Rawafed\AuthorsBundle\Entity\Author {#16321 …} +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21069 +label: "محمد الصادق عرجون (ت 1401)" +value: "1039" +data: Rawafed\AuthorsBundle\Entity\Author {#16327 …} +attr: [] +labelTranslationParameters: [] } 2589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21070 +label: "محمد الصغير ميسة" +value: "2589" +data: Rawafed\AuthorsBundle\Entity\Author {#16333 …} +attr: [] +labelTranslationParameters: [] } 1183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21071 +label: "محمد الطاسان" +value: "1183" +data: Rawafed\AuthorsBundle\Entity\Author {#16339 …} +attr: [] +labelTranslationParameters: [] } 3425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21072 +label: "محمد الطاهر بن عاشور" +value: "3425" +data: Rawafed\AuthorsBundle\Entity\Author {#16345 …} +attr: [] +labelTranslationParameters: [] } 1281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21073 +label: "محمد الطيب الإبراهيم" +value: "1281" +data: Rawafed\AuthorsBundle\Entity\Author {#16351 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21074 +label: "محمد العبد" +value: "986" +data: Rawafed\AuthorsBundle\Entity\Author {#16357 …} +attr: [] +labelTranslationParameters: [] } 2610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21075 +label: "محمد العبدة" +value: "2610" +data: Rawafed\AuthorsBundle\Entity\Author {#16363 …} +attr: [] +labelTranslationParameters: [] } 2747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21076 +label: "محمد الكاظمي" +value: "2747" +data: Rawafed\AuthorsBundle\Entity\Author {#16369 …} +attr: [] +labelTranslationParameters: [] } 911 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21077 +label: "محمد المختار بن أحمد السلامي" +value: "911" +data: Rawafed\AuthorsBundle\Entity\Author {#16375 …} +attr: [] +labelTranslationParameters: [] } 1337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21078 +label: "محمد المطري" +value: "1337" +data: Rawafed\AuthorsBundle\Entity\Author {#16381 …} +attr: [] +labelTranslationParameters: [] } 1154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21079 +label: "محمد المهدي حمامي رفاعي" +value: "1154" +data: Rawafed\AuthorsBundle\Entity\Author {#16387 …} +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21080 +label: "محمد بسام رشدي الزين" +value: "980" +data: Rawafed\AuthorsBundle\Entity\Author {#16393 …} +attr: [] +labelTranslationParameters: [] } 2718 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21081 +label: "محمد بك شريف" +value: "2718" +data: Rawafed\AuthorsBundle\Entity\Author {#16399 …} +attr: [] +labelTranslationParameters: [] } 1144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21082 +label: "محمد بكر العف" +value: "1144" +data: Rawafed\AuthorsBundle\Entity\Author {#16405 …} +attr: [] +labelTranslationParameters: [] } 1238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21083 +label: "محمد بكر محمد الرياحي" +value: "1238" +data: Rawafed\AuthorsBundle\Entity\Author {#16411 …} +attr: [] +labelTranslationParameters: [] } 2865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21084 +label: "محمد بلحسين" +value: "2865" +data: Rawafed\AuthorsBundle\Entity\Author {#16417 …} +attr: [] +labelTranslationParameters: [] } 2802 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21085 +label: "محمد بلعيدوني" +value: "2802" +data: Rawafed\AuthorsBundle\Entity\Author {#16423 …} +attr: [] +labelTranslationParameters: [] } 2550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21086 +label: "محمد بن أبي بكر المرعشي، الملقب بـ (ساجقلي زاده) (ت 1150)" +value: "2550" +data: Rawafed\AuthorsBundle\Entity\Author {#16429 …} +attr: [] +labelTranslationParameters: [] } 844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21087 +label: "محمد بن أحمد الدوغان" +value: "844" +data: Rawafed\AuthorsBundle\Entity\Author {#16435 …} +attr: [] +labelTranslationParameters: [] } 2956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21088 +label: "محمد بن أحمد بن خليفة القارئ (كان حيًّا 905)" +value: "2956" +data: Rawafed\AuthorsBundle\Entity\Author {#16441 …} +attr: [] +labelTranslationParameters: [] } 2033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21089 +label: "محمد بن أحمد بن صالح الصالح" +value: "2033" +data: Rawafed\AuthorsBundle\Entity\Author {#16447 …} +attr: [] +labelTranslationParameters: [] } 2707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21090 +label: "محمد بن أحمد بن عبد العزيز الفراج " +value: "2707" +data: Rawafed\AuthorsBundle\Entity\Author {#16453 …} +attr: [] +labelTranslationParameters: [] } 2453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21091 +label: "محمد بن أحمد بن محمد العوفي الحجازي (ت 1050)" +value: "2453" +data: Rawafed\AuthorsBundle\Entity\Author {#16459 …} +attr: [] +labelTranslationParameters: [] } 2332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21092 +label: "محمد بن إسماعيل بن صلاح الأمير الصنعاني (ت 1182)" +value: "2332" +data: Rawafed\AuthorsBundle\Entity\Author {#16465 …} +attr: [] +labelTranslationParameters: [] } 827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21093 +label: "محمد بن الحسن بن محمد بن أحمد المنير السمنودي (ت 1199)" +value: "827" +data: Rawafed\AuthorsBundle\Entity\Author {#16471 …} +attr: [] +labelTranslationParameters: [] } 1598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21094 +label: "محمد بن السيد راضي جبريل" +value: "1598" +data: Rawafed\AuthorsBundle\Entity\Author {#16477 …} +attr: [] +labelTranslationParameters: [] } 2228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21095 +label: "محمد بن بكر إبراهيم آل عابد" +value: "2228" +data: Rawafed\AuthorsBundle\Entity\Author {#16483 …} +attr: [] +labelTranslationParameters: [] } 1665 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21096 +label: "محمد بن حاسن بن محمد الحسني" +value: "1665" +data: Rawafed\AuthorsBundle\Entity\Author {#16489 …} +attr: [] +labelTranslationParameters: [] } 3320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21097 +label: "محمد بن حسين الأنصاري" +value: "3320" +data: Rawafed\AuthorsBundle\Entity\Author {#16495 …} +attr: [] +labelTranslationParameters: [] } 2721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21098 +label: "محمد بن خالد الخضير" +value: "2721" +data: Rawafed\AuthorsBundle\Entity\Author {#16501 …} +attr: [] +labelTranslationParameters: [] } 1852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21099 +label: "محمد بن زايد بن طلق المهلكي المطيري" +value: "1852" +data: Rawafed\AuthorsBundle\Entity\Author {#16507 …} +attr: [] +labelTranslationParameters: [] } 1586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21100 +label: "محمد بن سعد بن حسن الدبل (ت 1434)" +value: "1586" +data: Rawafed\AuthorsBundle\Entity\Author {#16513 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21101 +label: "محمد بن سعد بن عبد الله القرني" +value: "1066" +data: Rawafed\AuthorsBundle\Entity\Author {#16519 …} +attr: [] +labelTranslationParameters: [] } 3187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21102 +label: "محمد بن سعد طالبي" +value: "3187" +data: Rawafed\AuthorsBundle\Entity\Author {#16525 …} +attr: [] +labelTranslationParameters: [] } 3028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21103 +label: "محمد بن سفيان القيرواني، الفقيه المالكي المقرئ (ت 413)" +value: "3028" +data: Rawafed\AuthorsBundle\Entity\Author {#16531 …} +attr: [] +labelTranslationParameters: [] } 2578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21104 +label: "محمد بن صالح" +value: "2578" +data: Rawafed\AuthorsBundle\Entity\Author {#16537 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21105 +label: "محمد بن صالح العثيمين (ت 1421)" +value: "306" +data: Rawafed\AuthorsBundle\Entity\Author {#16543 …} +attr: [] +labelTranslationParameters: [] } 1721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21106 +label: "محمد بن صالح بن محمد العلياني" +value: "1721" +data: Rawafed\AuthorsBundle\Entity\Author {#16549 …} +attr: [] +labelTranslationParameters: [] } 2852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21107 +label: "محمد بن عبد الحميد بن عبد القادر البغدادي، الشهير بـ "الحكيم زادة" (ت بعد 1059)" +value: "2852" +data: Rawafed\AuthorsBundle\Entity\Author {#16555 …} +attr: [] +labelTranslationParameters: [] } 2973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21108 +label: "محمد بن عبد الرحمن الراوي" +value: "2973" +data: Rawafed\AuthorsBundle\Entity\Author {#16561 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21109 +label: "محمد بن عبد الرحمن المغراوي" +value: "990" +data: Rawafed\AuthorsBundle\Entity\Author {#16567 …} +attr: [] +labelTranslationParameters: [] } 2672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21110 +label: "محمد بن عبد الرحمن النابلي (ت بعد 1285)" +value: "2672" +data: Rawafed\AuthorsBundle\Entity\Author {#16573 …} +attr: [] +labelTranslationParameters: [] } 1893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21111 +label: "محمد بن عبد الرحمن بن محمد الطاسان" +value: "1893" +data: Rawafed\AuthorsBundle\Entity\Author {#16579 …} +attr: [] +labelTranslationParameters: [] } 2835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21112 +label: "محمد بن عبد السلام" +value: "2835" +data: Rawafed\AuthorsBundle\Entity\Author {#16585 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21113 +label: "محمد بن عبد العزيز الخضيري" +value: "181" +data: Rawafed\AuthorsBundle\Entity\Author {#16591 …} +attr: [] +labelTranslationParameters: [] } 3376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21114 +label: "محمد بن عبد العزيز العواجي" +value: "3376" +data: Rawafed\AuthorsBundle\Entity\Author {#16597 …} +attr: [] +labelTranslationParameters: [] } 1894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21115 +label: "محمد بن عبد العزيز بن عبد الله الفالح" +value: "1894" +data: Rawafed\AuthorsBundle\Entity\Author {#16603 …} +attr: [] +labelTranslationParameters: [] } 1331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21116 +label: "محمد بن عبد العزيز بن محمد الصعب" +value: "1331" +data: Rawafed\AuthorsBundle\Entity\Author {#16609 …} +attr: [] +labelTranslationParameters: [] } 2625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21117 +label: "محمد بن عبد العظيم الصديقي الحصني الشافعي، المعروف بابن عتيق (ت 1088)" +value: "2625" +data: Rawafed\AuthorsBundle\Entity\Author {#16615 …} +attr: [] +labelTranslationParameters: [] } 1312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21118 +label: "محمد بن عبد القادر الدباغ" +value: "1312" +data: Rawafed\AuthorsBundle\Entity\Author {#16621 …} +attr: [] +labelTranslationParameters: [] } 3417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21119 +label: "محمد بن عبد الله الربيعة" +value: "3417" +data: Rawafed\AuthorsBundle\Entity\Author {#16627 …} +attr: [] +labelTranslationParameters: [] } 2368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21120 +label: "محمد بن عبد الله العبدلي" +value: "2368" +data: Rawafed\AuthorsBundle\Entity\Author {#16633 …} +attr: [] +labelTranslationParameters: [] } 2271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21121 +label: "محمد بن عبد الله العريني" +value: "2271" +data: Rawafed\AuthorsBundle\Entity\Author {#16639 …} +attr: [] +labelTranslationParameters: [] } 3304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21122 +label: "محمد بن عبد الله الفريح" +value: "3304" +data: Rawafed\AuthorsBundle\Entity\Author {#16645 …} +attr: [] +labelTranslationParameters: [] } 3377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21123 +label: "محمد بن عبد الله بن جابر القحطاني" +value: "3377" +data: Rawafed\AuthorsBundle\Entity\Author {#16651 …} +attr: [] +labelTranslationParameters: [] } 1594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21124 +label: "محمد بن عبد الله بن حمد السيف" +value: "1594" +data: Rawafed\AuthorsBundle\Entity\Author {#16657 …} +attr: [] +labelTranslationParameters: [] } 1840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21125 +label: "محمد بن عبد الله بن صويلح المالكي" +value: "1840" +data: Rawafed\AuthorsBundle\Entity\Author {#16663 …} +attr: [] +labelTranslationParameters: [] } 1793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21126 +label: "محمد بن عبد الله بن محمد العيدي" +value: "1793" +data: Rawafed\AuthorsBundle\Entity\Author {#16669 …} +attr: [] +labelTranslationParameters: [] } 2795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21127 +label: "محمد بن عبد الله عبده" +value: "2795" +data: Rawafed\AuthorsBundle\Entity\Author {#16675 …} +attr: [] +labelTranslationParameters: [] } 1848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21128 +label: "محمد بن عبده حسن حامظي" +value: "1848" +data: Rawafed\AuthorsBundle\Entity\Author {#16681 …} +attr: [] +labelTranslationParameters: [] } 1347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21129 +label: "محمد بن عزيز بن عبد الرحمن القرشي" +value: "1347" +data: Rawafed\AuthorsBundle\Entity\Author {#16687 …} +attr: [] +labelTranslationParameters: [] } 811 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21130 +label: "محمد بن علي بن خلف الحسيني، المعروف بالحداد (ت 1357)" +value: "811" +data: Rawafed\AuthorsBundle\Entity\Author {#16693 …} +attr: [] +labelTranslationParameters: [] } 3150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21131 +label: "محمد بن علي بن عبد الله بن إبراهيم بن الخطيب اليمني الشافعي، الموزَعي، المشهور بابن نور الدين (ت 825)" +value: "3150" +data: Rawafed\AuthorsBundle\Entity\Author {#16699 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21132 +label: "محمد بن علي بن عبدان الغامدي" +value: "1073" +data: Rawafed\AuthorsBundle\Entity\Author {#16705 …} +attr: [] +labelTranslationParameters: [] } 1318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21133 +label: "محمد بن علي بن علان بن إبراهيم البكري الصديقي الشافعي (ت 1057)" +value: "1318" +data: Rawafed\AuthorsBundle\Entity\Author {#16711 …} +attr: [] +labelTranslationParameters: [] } 2057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21134 +label: "محمد بن علي بن علي خيرات دغريري" +value: "2057" +data: Rawafed\AuthorsBundle\Entity\Author {#16717 …} +attr: [] +labelTranslationParameters: [] } 1344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21135 +label: "محمد بن علي بن محمد القرني" +value: "1344" +data: Rawafed\AuthorsBundle\Entity\Author {#16723 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21136 +label: "محمد بن عمر بن سالم بازمول" +value: "477" +data: Rawafed\AuthorsBundle\Entity\Author {#16729 …} +attr: [] +labelTranslationParameters: [] } 937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21137 +label: "محمد بن عمر بن علي بن أحمد العمادي" +value: "937" +data: Rawafed\AuthorsBundle\Entity\Author {#16735 …} +attr: [] +labelTranslationParameters: [] } 843 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21138 +label: "محمد بن عوض زايد الحرباوي" +value: "843" +data: Rawafed\AuthorsBundle\Entity\Author {#16741 …} +attr: [] +labelTranslationParameters: [] } 2316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21139 +label: "محمد بن عيسى الأحمدي" +value: "2316" +data: Rawafed\AuthorsBundle\Entity\Author {#16747 …} +attr: [] +labelTranslationParameters: [] } 1748 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21140 +label: "محمد بن فرحان الهواملة الدوسري" +value: "1748" +data: Rawafed\AuthorsBundle\Entity\Author {#16753 …} +attr: [] +labelTranslationParameters: [] } 1349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21141 +label: "محمد بن فهد بن عيد الذبياني" +value: "1349" +data: Rawafed\AuthorsBundle\Entity\Author {#16759 …} +attr: [] +labelTranslationParameters: [] } 2993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21142 +label: "محمد بن لطفي الصباغ" +value: "2993" +data: Rawafed\AuthorsBundle\Entity\Author {#16765 …} +attr: [] +labelTranslationParameters: [] } 803 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21143 +label: "محمد بن محمد بن أحمد بن عبد القادر السنباوي المالكي، الشهير بالأمير (ت 1232)" +value: "803" +data: Rawafed\AuthorsBundle\Entity\Author {#16771 …} +attr: [] +labelTranslationParameters: [] } 2176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21144 +label: "محمد بن محمد بن الأمين الأنصاري (ت 1432)" +value: "2176" +data: Rawafed\AuthorsBundle\Entity\Author {#16777 …} +attr: [] +labelTranslationParameters: [] } 3081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21145 +label: "محمد بن محمود حوا" +value: "3081" +data: Rawafed\AuthorsBundle\Entity\Author {#16783 …} +attr: [] +labelTranslationParameters: [] } 2776 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21146 +label: "محمد بن مصطفى السيد" +value: "2776" +data: Rawafed\AuthorsBundle\Entity\Author {#16789 …} +attr: [] +labelTranslationParameters: [] } 2034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21147 +label: "محمد بن مصطفى بكري السيد" +value: "2034" +data: Rawafed\AuthorsBundle\Entity\Author {#16795 …} +attr: [] +labelTranslationParameters: [] } 2612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21148 +label: "محمد بن موسى الشريف" +value: "2612" +data: Rawafed\AuthorsBundle\Entity\Author {#16801 …} +attr: [] +labelTranslationParameters: [] } 2181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21149 +label: "محمد بن نافع بن بداح المضياني العنزي" +value: "2181" +data: Rawafed\AuthorsBundle\Entity\Author {#16807 …} +attr: [] +labelTranslationParameters: [] } 2062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21150 +label: "محمد بو لحية" +value: "2062" +data: Rawafed\AuthorsBundle\Entity\Author {#16813 …} +attr: [] +labelTranslationParameters: [] } 1889 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21151 +label: "محمد تاسع نمادي" +value: "1889" +data: Rawafed\AuthorsBundle\Entity\Author {#16819 …} +attr: [] +labelTranslationParameters: [] } 1708 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21152 +label: "محمد توفيق إبراهيم الغفاري" +value: "1708" +data: Rawafed\AuthorsBundle\Entity\Author {#16825 …} +attr: [] +labelTranslationParameters: [] } 1387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21153 +label: "محمد ثناء الله العثماني الحنفي النقشبندي المظهري (ت 1225)" +value: "1387" +data: Rawafed\AuthorsBundle\Entity\Author {#16831 …} +attr: [] +labelTranslationParameters: [] } 1664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21154 +label: "محمد حاتم عبد المعطي أبو سمعان" +value: "1664" +data: Rawafed\AuthorsBundle\Entity\Author {#16837 …} +attr: [] +labelTranslationParameters: [] } 2307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21155 +label: "محمد حامد عبد الله حامد العبادي" +value: "2307" +data: Rawafed\AuthorsBundle\Entity\Author {#16843 …} +attr: [] +labelTranslationParameters: [] } 2075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21156 +label: "محمد حبيب الله بن الشيخ عبد الله بن مايابى الجكني الشنقيطي" +value: "2075" +data: Rawafed\AuthorsBundle\Entity\Author {#16849 …} +attr: [] +labelTranslationParameters: [] } 1839 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21157 +label: "محمد حبيب مختار المبارك" +value: "1839" +data: Rawafed\AuthorsBundle\Entity\Author {#16855 …} +attr: [] +labelTranslationParameters: [] } 2680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21158 +label: "محمد حدبون" +value: "2680" +data: Rawafed\AuthorsBundle\Entity\Author {#16861 …} +attr: [] +labelTranslationParameters: [] } 981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21159 +label: "محمد حسن الشريف" +value: "981" +data: Rawafed\AuthorsBundle\Entity\Author {#16867 …} +attr: [] +labelTranslationParameters: [] } 2092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21160 +label: "محمد حسن بن أحمد الغماري" +value: "2092" +data: Rawafed\AuthorsBundle\Entity\Author {#16873 …} +attr: [] +labelTranslationParameters: [] } 3160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21161 +label: "محمد حسن محمد الخولي" +value: "3160" +data: Rawafed\AuthorsBundle\Entity\Author {#16879 …} +attr: [] +labelTranslationParameters: [] } 1282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21162 +label: "محمد حسين سلامة" +value: "1282" +data: Rawafed\AuthorsBundle\Entity\Author {#16885 …} +attr: [] +labelTranslationParameters: [] } 2478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21163 +label: "محمد حسين علي الصغير" +value: "2478" +data: Rawafed\AuthorsBundle\Entity\Author {#16891 …} +attr: [] +labelTranslationParameters: [] } 2859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21164 +label: "محمد حمزة الشريف الكتاني" +value: "2859" +data: Rawafed\AuthorsBundle\Entity\Author {#16897 …} +attr: [] +labelTranslationParameters: [] } 2481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21165 +label: "محمد حميدي حمدان الشعرات" +value: "2481" +data: Rawafed\AuthorsBundle\Entity\Author {#16903 …} +attr: [] +labelTranslationParameters: [] } 1807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21166 +label: "محمد خالد رحال حمد العبيدي" +value: "1807" +data: Rawafed\AuthorsBundle\Entity\Author {#16909 …} +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21167 +label: "محمد خالد منصور" +value: "995" +data: Rawafed\AuthorsBundle\Entity\Author {#16915 …} +attr: [] +labelTranslationParameters: [] } 1647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21168 +label: "محمد خان" +value: "1647" +data: Rawafed\AuthorsBundle\Entity\Author {#16921 …} +attr: [] +labelTranslationParameters: [] } 1113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21169 +label: "محمد خليل" +value: "1113" +data: Rawafed\AuthorsBundle\Entity\Author {#16927 …} +attr: [] +labelTranslationParameters: [] } 2125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21170 +label: "محمد خير محمود العدوي" +value: "2125" +data: Rawafed\AuthorsBundle\Entity\Author {#16933 …} +attr: [] +labelTranslationParameters: [] } 1359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21171 +label: "محمد راتب شحدة أبو زرقة" +value: "1359" +data: Rawafed\AuthorsBundle\Entity\Author {#16939 …} +attr: [] +labelTranslationParameters: [] } 2845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21172 +label: "محمد رجائي أحمد الجبالي" +value: "2845" +data: Rawafed\AuthorsBundle\Entity\Author {#16945 …} +attr: [] +labelTranslationParameters: [] } 2816 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21173 +label: "محمد رضا شوشة" +value: "2816" +data: Rawafed\AuthorsBundle\Entity\Author {#16951 …} +attr: [] +labelTranslationParameters: [] } 3149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21174 +label: "محمد رفيق مؤمن الشوبكي" +value: "3149" +data: Rawafed\AuthorsBundle\Entity\Author {#16957 …} +attr: [] +labelTranslationParameters: [] } 2890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21175 +label: "محمد رفيق مباركي" +value: "2890" +data: Rawafed\AuthorsBundle\Entity\Author {#16963 …} +attr: [] +labelTranslationParameters: [] } 3399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21176 +label: "محمد زرمان" +value: "3399" +data: Rawafed\AuthorsBundle\Entity\Author {#16969 …} +attr: [] +labelTranslationParameters: [] } 2944 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21177 +label: "محمد زكي صالح" +value: "2944" +data: Rawafed\AuthorsBundle\Entity\Author {#16975 …} +attr: [] +labelTranslationParameters: [] } 2629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21178 +label: "محمد زمين" +value: "2629" +data: Rawafed\AuthorsBundle\Entity\Author {#16981 …} +attr: [] +labelTranslationParameters: [] } 2420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21179 +label: "محمد سامي عبد السلام" +value: "2420" +data: Rawafed\AuthorsBundle\Entity\Author {#16987 …} +attr: [] +labelTranslationParameters: [] } 1951 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21180 +label: "محمد سبحان يحيى" +value: "1951" +data: Rawafed\AuthorsBundle\Entity\Author {#16993 …} +attr: [] +labelTranslationParameters: [] } 1559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21181 +label: "محمد سعد خلف الله الشحيمي" +value: "1559" +data: Rawafed\AuthorsBundle\Entity\Author {#16999 …} +attr: [] +labelTranslationParameters: [] } 1471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21182 +label: "محمد سعيد حوى" +value: "1471" +data: Rawafed\AuthorsBundle\Entity\Author {#17005 …} +attr: [] +labelTranslationParameters: [] } 1615 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21183 +label: "محمد سعيد محمد عنتري" +value: "1615" +data: Rawafed\AuthorsBundle\Entity\Author {#17011 …} +attr: [] +labelTranslationParameters: [] } 2787 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21184 +label: "محمد سليم" +value: "2787" +data: Rawafed\AuthorsBundle\Entity\Author {#17017 …} +attr: [] +labelTranslationParameters: [] } 1813 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21185 +label: "محمد شاكر الكبيسي" +value: "1813" +data: Rawafed\AuthorsBundle\Entity\Author {#17023 …} +attr: [] +labelTranslationParameters: [] } 2400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21186 +label: "محمد شاهر" +value: "2400" +data: Rawafed\AuthorsBundle\Entity\Author {#17029 …} +attr: [] +labelTranslationParameters: [] } 2187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21187 +label: "محمد شتيوي الحبيشي" +value: "2187" +data: Rawafed\AuthorsBundle\Entity\Author {#17035 …} +attr: [] +labelTranslationParameters: [] } 2313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21188 +label: "محمد شريف لفته عقاب الشمري" +value: "2313" +data: Rawafed\AuthorsBundle\Entity\Author {#17041 …} +attr: [] +labelTranslationParameters: [] } 2820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21189 +label: "محمد شعبان" +value: "2820" +data: Rawafed\AuthorsBundle\Entity\Author {#17047 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21190 +label: "محمد شعبان أبو قرن" +value: "1005" +data: Rawafed\AuthorsBundle\Entity\Author {#17053 …} +attr: [] +labelTranslationParameters: [] } 2437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21191 +label: "محمد شفيع" +value: "2437" +data: Rawafed\AuthorsBundle\Entity\Author {#17059 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21192 +label: "محمد صديق المنشاوي" +value: "1063" +data: Rawafed\AuthorsBundle\Entity\Author {#17065 …} +attr: [] +labelTranslationParameters: [] } 2326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21193 +label: "محمد طاهر البنجبيري (ت 1365)" +value: "2326" +data: Rawafed\AuthorsBundle\Entity\Author {#17071 …} +attr: [] +labelTranslationParameters: [] } 2480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21194 +label: "محمد طاهر بن عبد القادر الكردي المكي الشافعي الخطاط (ت 1400)" +value: "2480" +data: Rawafed\AuthorsBundle\Entity\Author {#17077 …} +attr: [] +labelTranslationParameters: [] } 2814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21195 +label: "محمد طول" +value: "2814" +data: Rawafed\AuthorsBundle\Entity\Author {#17083 …} +attr: [] +labelTranslationParameters: [] } 1801 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21196 +label: "محمد عارف أحمد فارع" +value: "1801" +data: Rawafed\AuthorsBundle\Entity\Author {#17089 …} +attr: [] +labelTranslationParameters: [] } 2837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21197 +label: "محمد عارف عثمان موسى الهرري" +value: "2837" +data: Rawafed\AuthorsBundle\Entity\Author {#17095 …} +attr: [] +labelTranslationParameters: [] } 2056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21198 +label: "محمد عامر محمد" +value: "2056" +data: Rawafed\AuthorsBundle\Entity\Author {#17104 …} +attr: [] +labelTranslationParameters: [] } 1795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21199 +label: "محمد عباس نعمان الجبوري" +value: "1795" +data: Rawafed\AuthorsBundle\Entity\Author {#17110 …} +attr: [] +labelTranslationParameters: [] } 2603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21200 +label: "محمد عبد الباسط" +value: "2603" +data: Rawafed\AuthorsBundle\Entity\Author {#17116 …} +attr: [] +labelTranslationParameters: [] } 3163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21201 +label: "محمد عبد الباسط عيد أبو السعود" +value: "3163" +data: Rawafed\AuthorsBundle\Entity\Author {#17122 …} +attr: [] +labelTranslationParameters: [] } 2965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21202 +label: "محمد عبد الحاكم السيد" +value: "2965" +data: Rawafed\AuthorsBundle\Entity\Author {#17128 …} +attr: [] +labelTranslationParameters: [] } 2549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21203 +label: "محمد عبد الحق بن شاه محمد بن يار محمد الهندي الحنفي (ت 1333)" +value: "2549" +data: Rawafed\AuthorsBundle\Entity\Author {#17134 …} +attr: [] +labelTranslationParameters: [] } 1256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21204 +label: "محمد عبد الخالق محمد خلة" +value: "1256" +data: Rawafed\AuthorsBundle\Entity\Author {#17140 …} +attr: [] +labelTranslationParameters: [] } 1252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21205 +label: "محمد عبد الرحيم السحار" +value: "1252" +data: Rawafed\AuthorsBundle\Entity\Author {#17146 …} +attr: [] +labelTranslationParameters: [] } 2085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21206 +label: "محمد عبد العزيز الحمادي الرحالي" +value: "2085" +data: Rawafed\AuthorsBundle\Entity\Author {#17152 …} +attr: [] +labelTranslationParameters: [] } 2688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21207 +label: "محمد عبد العزيز الموافي" +value: "2688" +data: Rawafed\AuthorsBundle\Entity\Author {#17158 …} +attr: [] +labelTranslationParameters: [] } 1773 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21208 +label: "محمد عبد العزيز بسيوني غراب" +value: "1773" +data: Rawafed\AuthorsBundle\Entity\Author {#17164 …} +attr: [] +labelTranslationParameters: [] } 2020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21209 +label: "محمد عبد الغني شامة" +value: "2020" +data: Rawafed\AuthorsBundle\Entity\Author {#17170 …} +attr: [] +labelTranslationParameters: [] } 3397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21210 +label: "محمد عبد الفتاح" +value: "3397" +data: Rawafed\AuthorsBundle\Entity\Author {#17176 …} +attr: [] +labelTranslationParameters: [] } 1133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21211 +label: "محمد عبد الفتاح بدوي" +value: "1133" +data: Rawafed\AuthorsBundle\Entity\Author {#17182 …} +attr: [] +labelTranslationParameters: [] } 1082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21212 +label: "محمد عبد القادر هنادي" +value: "1082" +data: Rawafed\AuthorsBundle\Entity\Author {#17188 …} +attr: [] +labelTranslationParameters: [] } 2943 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21213 +label: "محمد عبد الله الجزار" +value: "2943" +data: Rawafed\AuthorsBundle\Entity\Author {#17194 …} +attr: [] +labelTranslationParameters: [] } 948 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21214 +label: "محمد عبد الله دراز" +value: "948" +data: Rawafed\AuthorsBundle\Entity\Author {#17200 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21215 +label: "محمد عبد الله سعادة" +value: "1008" +data: Rawafed\AuthorsBundle\Entity\Author {#17206 …} +attr: [] +labelTranslationParameters: [] } 2790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21216 +label: "محمد عبد الله مهدي عبد الله" +value: "2790" +data: Rawafed\AuthorsBundle\Entity\Author {#17212 …} +attr: [] +labelTranslationParameters: [] } 2448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21217 +label: "محمد عبد الناصر" +value: "2448" +data: Rawafed\AuthorsBundle\Entity\Author {#17218 …} +attr: [] +labelTranslationParameters: [] } 1196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21218 +label: "محمد عثمان حلس" +value: "1196" +data: Rawafed\AuthorsBundle\Entity\Author {#17224 …} +attr: [] +labelTranslationParameters: [] } 2645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21219 +label: "محمد عدنان الخطيب" +value: "2645" +data: Rawafed\AuthorsBundle\Entity\Author {#17230 …} +attr: [] +labelTranslationParameters: [] } 1225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21220 +label: "محمد عدنان علي القضاة" +value: "1225" +data: Rawafed\AuthorsBundle\Entity\Author {#17236 …} +attr: [] +labelTranslationParameters: [] } 2166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21221 +label: "محمد عرفان شمسي بن غلام عثمان" +value: "2166" +data: Rawafed\AuthorsBundle\Entity\Author {#17242 …} +attr: [] +labelTranslationParameters: [] } 909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21222 +label: "محمد عزة دروزة" +value: "909" +data: Rawafed\AuthorsBundle\Entity\Author {#17248 …} +attr: [] +labelTranslationParameters: [] } 3084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21223 +label: "محمد علي طه الدرة (ت 1428)" +value: "3084" +data: Rawafed\AuthorsBundle\Entity\Author {#17254 …} +attr: [] +labelTranslationParameters: [] } 2263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21224 +label: "محمد علي عبد الباقي السبعي" +value: "2263" +data: Rawafed\AuthorsBundle\Entity\Author {#17260 …} +attr: [] +labelTranslationParameters: [] } 2005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21225 +label: "محمد علي غناوي هاني الحمداني" +value: "2005" +data: Rawafed\AuthorsBundle\Entity\Author {#17266 …} +attr: [] +labelTranslationParameters: [] } 2396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21226 +label: "محمد عمر الجنايني" +value: "2396" +data: Rawafed\AuthorsBundle\Entity\Author {#17272 …} +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21227 +label: "محمد عمر الحاجي" +value: "1030" +data: Rawafed\AuthorsBundle\Entity\Author {#17278 …} +attr: [] +labelTranslationParameters: [] } 2992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21228 +label: "محمد عمران لطيف" +value: "2992" +data: Rawafed\AuthorsBundle\Entity\Author {#17284 …} +attr: [] +labelTranslationParameters: [] } 2212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21229 +label: "محمد عناية الله محمد هداية الله" +value: "2212" +data: Rawafed\AuthorsBundle\Entity\Author {#17290 …} +attr: [] +labelTranslationParameters: [] } 2077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21230 +label: "محمد عياش الكبيسي" +value: "2077" +data: Rawafed\AuthorsBundle\Entity\Author {#17296 …} +attr: [] +labelTranslationParameters: [] } 3002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21231 +label: "محمد عيد العباسي" +value: "3002" +data: Rawafed\AuthorsBundle\Entity\Author {#17302 …} +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21232 +label: "محمد غوث بن ناصر الدين محمد بن نظام الدين أحمد النائطي الأركاني (ت 1238)" +value: "1038" +data: Rawafed\AuthorsBundle\Entity\Author {#17308 …} +attr: [] +labelTranslationParameters: [] } 1485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21233 +label: "محمد فاروق محمد الهباش" +value: "1485" +data: Rawafed\AuthorsBundle\Entity\Author {#17314 …} +attr: [] +labelTranslationParameters: [] } 2602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21234 +label: "محمد فتحي محمد عبد الجليل" +value: "2602" +data: Rawafed\AuthorsBundle\Entity\Author {#17320 …} +attr: [] +labelTranslationParameters: [] } 2941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21235 +label: "محمد فريد وجدي (ت 1373)" +value: "2941" +data: Rawafed\AuthorsBundle\Entity\Author {#17326 …} +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21236 +label: "محمد فهد خاروف" +value: "1037" +data: Rawafed\AuthorsBundle\Entity\Author {#17332 …} +attr: [] +labelTranslationParameters: [] } 1150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21237 +label: "محمد كمال سالم ديب" +value: "1150" +data: Rawafed\AuthorsBundle\Entity\Author {#17338 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21238 +label: "محمد كمال عبد العزيز" +value: "325" +data: Rawafed\AuthorsBundle\Entity\Author {#17344 …} +attr: [] +labelTranslationParameters: [] } 3368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21239 +label: "محمد كنفودي" +value: "3368" +data: Rawafed\AuthorsBundle\Entity\Author {#17350 …} +attr: [] +labelTranslationParameters: [] } 2717 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21240 +label: "محمد مأمون الشناوي " +value: "2717" +data: Rawafed\AuthorsBundle\Entity\Author {#17356 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21241 +label: "محمد متولي الشعراوي (ت 1418)" +value: "429" +data: Rawafed\AuthorsBundle\Entity\Author {#17362 …} +attr: [] +labelTranslationParameters: [] } 2731 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21242 +label: "محمد مجاد كشك " +value: "2731" +data: Rawafed\AuthorsBundle\Entity\Author {#17368 …} +attr: [] +labelTranslationParameters: [] } 1909 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21243 +label: "محمد محبوب مرزوقي" +value: "1909" +data: Rawafed\AuthorsBundle\Entity\Author {#17374 …} +attr: [] +labelTranslationParameters: [] } 2832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21244 +label: "محمد محمد أبو ليلة" +value: "2832" +data: Rawafed\AuthorsBundle\Entity\Author {#17380 …} +attr: [] +labelTranslationParameters: [] } 1954 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21245 +label: "محمد محمد أحمد حسين أحمد" +value: "1954" +data: Rawafed\AuthorsBundle\Entity\Author {#17386 …} +attr: [] +labelTranslationParameters: [] } 2977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21246 +label: "محمد محمد إبراهيم العسال" +value: "2977" +data: Rawafed\AuthorsBundle\Entity\Author {#17392 …} +attr: [] +labelTranslationParameters: [] } 2363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21247 +label: "محمد محمد إمام داود" +value: "2363" +data: Rawafed\AuthorsBundle\Entity\Author {#17398 …} +attr: [] +labelTranslationParameters: [] } 3386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21248 +label: "محمد محمد المدني" +value: "3386" +data: Rawafed\AuthorsBundle\Entity\Author {#17404 …} +attr: [] +labelTranslationParameters: [] } 1130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21249 +label: "محمد محمد عاشور" +value: "1130" +data: Rawafed\AuthorsBundle\Entity\Author {#17410 …} +attr: [] +labelTranslationParameters: [] } 2522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21250 +label: "محمد محمد محمد لقمة" +value: "2522" +data: Rawafed\AuthorsBundle\Entity\Author {#17416 …} +attr: [] +labelTranslationParameters: [] } 1315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21251 +label: "محمد محمد هلال الإبياري (ت 1343)" +value: "1315" +data: Rawafed\AuthorsBundle\Entity\Author {#17422 …} +attr: [] +labelTranslationParameters: [] } 2334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21252 +label: "محمد محمود أحمد سيد أبات الطلابي" +value: "2334" +data: Rawafed\AuthorsBundle\Entity\Author {#17428 …} +attr: [] +labelTranslationParameters: [] } 2959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21253 +label: "محمد محمود القاضي" +value: "2959" +data: Rawafed\AuthorsBundle\Entity\Author {#17434 …} +attr: [] +labelTranslationParameters: [] } 1169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21254 +label: "محمد محمود محمد بني الدومي" +value: "1169" +data: Rawafed\AuthorsBundle\Entity\Author {#17440 …} +attr: [] +labelTranslationParameters: [] } 1205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21255 +label: "محمد محمود موسى الزواهرة" +value: "1205" +data: Rawafed\AuthorsBundle\Entity\Author {#17446 …} +attr: [] +labelTranslationParameters: [] } 2786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21256 +label: "محمد مدور" +value: "2786" +data: Rawafed\AuthorsBundle\Entity\Author {#17452 …} +attr: [] +labelTranslationParameters: [] } 2825 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21257 +label: "محمد مرداس" +value: "2825" +data: Rawafed\AuthorsBundle\Entity\Author {#17458 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21258 +label: "محمد مرسي محمد" +value: "476" +data: Rawafed\AuthorsBundle\Entity\Author {#17464 …} +attr: [] +labelTranslationParameters: [] } 3212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21259 +label: "محمد مشهوري محمد نعيم" +value: "3212" +data: Rawafed\AuthorsBundle\Entity\Author {#17470 …} +attr: [] +labelTranslationParameters: [] } 2063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21260 +label: "محمد مصطفى آيدين" +value: "2063" +data: Rawafed\AuthorsBundle\Entity\Author {#17476 …} +attr: [] +labelTranslationParameters: [] } 3159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21261 +label: "محمد مصطفى الشاطر" +value: "3159" +data: Rawafed\AuthorsBundle\Entity\Author {#17482 …} +attr: [] +labelTranslationParameters: [] } 1777 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21262 +label: "محمد مصطفى درويش الخواجا" +value: "1777" +data: Rawafed\AuthorsBundle\Entity\Author {#17488 …} +attr: [] +labelTranslationParameters: [] } 2585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21263 +label: "محمد مصطفى عبد السلام الدبيسي" +value: "2585" +data: Rawafed\AuthorsBundle\Entity\Author {#17494 …} +attr: [] +labelTranslationParameters: [] } 3350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21264 +label: "محمد مصطفى عبد المجيد" +value: "3350" +data: Rawafed\AuthorsBundle\Entity\Author {#17500 …} +attr: [] +labelTranslationParameters: [] } 2975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21265 +label: "محمد مصلح الزعبي" +value: "2975" +data: Rawafed\AuthorsBundle\Entity\Author {#17506 …} +attr: [] +labelTranslationParameters: [] } 904 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21266 +label: "محمد مطيع الحافظ" +value: "904" +data: Rawafed\AuthorsBundle\Entity\Author {#17512 …} +attr: [] +labelTranslationParameters: [] } 2177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21267 +label: "محمد منظور بخش رمضان" +value: "2177" +data: Rawafed\AuthorsBundle\Entity\Author {#17518 …} +attr: [] +labelTranslationParameters: [] } 2178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21268 +label: "محمد منظور بخش رمضان" +value: "2178" +data: Rawafed\AuthorsBundle\Entity\Author {#17524 …} +attr: [] +labelTranslationParameters: [] } 1797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21269 +label: "محمد منير العاني" +value: "1797" +data: Rawafed\AuthorsBundle\Entity\Author {#17530 …} +attr: [] +labelTranslationParameters: [] } 1455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21270 +label: "محمد منير بن محمد بن أحمد الجنباز" +value: "1455" +data: Rawafed\AuthorsBundle\Entity\Author {#17536 …} +attr: [] +labelTranslationParameters: [] } 2810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21271 +label: "محمد نجيب مغني صنديد" +value: "2810" +data: Rawafed\AuthorsBundle\Entity\Author {#17542 …} +attr: [] +labelTranslationParameters: [] } 1595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21272 +label: "محمد نديم فاضل" +value: "1595" +data: Rawafed\AuthorsBundle\Entity\Author {#17548 …} +attr: [] +labelTranslationParameters: [] } 2022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21273 +label: "محمد نزار أشرافي" +value: "2022" +data: Rawafed\AuthorsBundle\Entity\Author {#17554 …} +attr: [] +labelTranslationParameters: [] } 1182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21274 +label: "محمد نصيف" +value: "1182" +data: Rawafed\AuthorsBundle\Entity\Author {#17560 …} +attr: [] +labelTranslationParameters: [] } 2339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21275 +label: "محمد نور الدين المنجد" +value: "2339" +data: Rawafed\AuthorsBundle\Entity\Author {#17566 …} +attr: [] +labelTranslationParameters: [] } 2013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21276 +label: "محمد نور الرحمن" +value: "2013" +data: Rawafed\AuthorsBundle\Entity\Author {#17572 …} +attr: [] +labelTranslationParameters: [] } 1381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21277 +label: "محمد نوري بن محمد بارتجي" +value: "1381" +data: Rawafed\AuthorsBundle\Entity\Author {#17578 …} +attr: [] +labelTranslationParameters: [] } 2702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21278 +label: "محمد هاشم عطية" +value: "2702" +data: Rawafed\AuthorsBundle\Entity\Author {#17584 …} +attr: [] +labelTranslationParameters: [] } 2999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21279 +label: "محمد وقيع الله أحمد " +value: "2999" +data: Rawafed\AuthorsBundle\Entity\Author {#17590 …} +attr: [] +labelTranslationParameters: [] } 1726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21280 +label: "محمد ياس خضر الدوري" +value: "1726" +data: Rawafed\AuthorsBundle\Entity\Author {#17596 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21281 +label: "محمد ياسين توكي ماجي" +value: "1058" +data: Rawafed\AuthorsBundle\Entity\Author {#17602 …} +attr: [] +labelTranslationParameters: [] } 1912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21282 +label: "محمد يورداني" +value: "1912" +data: Rawafed\AuthorsBundle\Entity\Author {#17608 …} +attr: [] +labelTranslationParameters: [] } 867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21283 +label: "محمد يوسف الشربجي" +value: "867" +data: Rawafed\AuthorsBundle\Entity\Author {#17614 …} +attr: [] +labelTranslationParameters: [] } 2477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21284 +label: "محمد يوسف موسى" +value: "2477" +data: Rawafed\AuthorsBundle\Entity\Author {#17620 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21285 +label: "محمد يوسف هاشم السيد" +value: "1148" +data: Rawafed\AuthorsBundle\Entity\Author {#17626 …} +attr: [] +labelTranslationParameters: [] } 882 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21286 +label: "محمود أحمد الأطرش" +value: "882" +data: Rawafed\AuthorsBundle\Entity\Author {#17632 …} +attr: [] +labelTranslationParameters: [] } 1644 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21287 +label: "محمود أحمد الزين (ت 1434)" +value: "1644" +data: Rawafed\AuthorsBundle\Entity\Author {#17638 …} +attr: [] +labelTranslationParameters: [] } 1831 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21288 +label: "محمود أحمد عبد السلام" +value: "1831" +data: Rawafed\AuthorsBundle\Entity\Author {#17644 …} +attr: [] +labelTranslationParameters: [] } 1375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21289 +label: "محمود أحمد محمد الأسطل" +value: "1375" +data: Rawafed\AuthorsBundle\Entity\Author {#17650 …} +attr: [] +labelTranslationParameters: [] } 1481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21290 +label: "محمود إبراهيم محمود نور" +value: "1481" +data: Rawafed\AuthorsBundle\Entity\Author {#17656 …} +attr: [] +labelTranslationParameters: [] } 860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21291 +label: "محمود بن أحمد بن صالح الدوسري" +value: "860" +data: Rawafed\AuthorsBundle\Entity\Author {#17662 …} +attr: [] +labelTranslationParameters: [] } 2671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21292 +label: "محمود بن علي بن عمر درامي" +value: "2671" +data: Rawafed\AuthorsBundle\Entity\Author {#17668 …} +attr: [] +labelTranslationParameters: [] } 3330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21293 +label: "محمود بن كابر الشنقيطي" +value: "3330" +data: Rawafed\AuthorsBundle\Entity\Author {#17674 …} +attr: [] +labelTranslationParameters: [] } 810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21294 +label: "محمود بن محمد عبد المنعم بن عبد السلام العبد" +value: "810" +data: Rawafed\AuthorsBundle\Entity\Author {#17680 …} +attr: [] +labelTranslationParameters: [] } 2469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21295 +label: "محمود بوستة" +value: "2469" +data: Rawafed\AuthorsBundle\Entity\Author {#17686 …} +attr: [] +labelTranslationParameters: [] } 3351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21296 +label: "محمود حمد" +value: "3351" +data: Rawafed\AuthorsBundle\Entity\Author {#17692 …} +attr: [] +labelTranslationParameters: [] } 2492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21297 +label: "محمود رؤوف عبد الحميد أبو سعدة" +value: "2492" +data: Rawafed\AuthorsBundle\Entity\Author {#17698 …} +attr: [] +labelTranslationParameters: [] } 3415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21298 +label: "محمود زكي" +value: "3415" +data: Rawafed\AuthorsBundle\Entity\Author {#17704 …} +attr: [] +labelTranslationParameters: [] } 1662 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21299 +label: "محمود سليمان أحمد مسمح" +value: "1662" +data: Rawafed\AuthorsBundle\Entity\Author {#17710 …} +attr: [] +labelTranslationParameters: [] } 1077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21300 +label: "محمود سليمان علي" +value: "1077" +data: Rawafed\AuthorsBundle\Entity\Author {#17716 …} +attr: [] +labelTranslationParameters: [] } 1808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21301 +label: "محمود سليمان عليوي ناصر الصبيحي" +value: "1808" +data: Rawafed\AuthorsBundle\Entity\Author {#17722 …} +attr: [] +labelTranslationParameters: [] } 2224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21302 +label: "محمود شلبي" +value: "2224" +data: Rawafed\AuthorsBundle\Entity\Author {#17728 …} +attr: [] +labelTranslationParameters: [] } 3370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21303 +label: "محمود شلتوت" +value: "3370" +data: Rawafed\AuthorsBundle\Entity\Author {#17734 …} +attr: [] +labelTranslationParameters: [] } 2498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21304 +label: "محمود شيت خطاب (ت 1419)" +value: "2498" +data: Rawafed\AuthorsBundle\Entity\Author {#17740 …} +attr: [] +labelTranslationParameters: [] } 1689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21305 +label: "محمود صلاح محمد فروخ" +value: "1689" +data: Rawafed\AuthorsBundle\Entity\Author {#17746 …} +attr: [] +labelTranslationParameters: [] } 1237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21306 +label: "محمود عبد الخالق خلة" +value: "1237" +data: Rawafed\AuthorsBundle\Entity\Author {#17752 …} +attr: [] +labelTranslationParameters: [] } 1974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21307 +label: "محمود عبد الستار شلال الدهان" +value: "1974" +data: Rawafed\AuthorsBundle\Entity\Author {#17758 …} +attr: [] +labelTranslationParameters: [] } 1806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21308 +label: "محمود عبد اللطيف حمد" +value: "1806" +data: Rawafed\AuthorsBundle\Entity\Author {#17764 …} +attr: [] +labelTranslationParameters: [] } 1278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21309 +label: "محمود عبد الله صالح سعيد" +value: "1278" +data: Rawafed\AuthorsBundle\Entity\Author {#17770 …} +attr: [] +labelTranslationParameters: [] } 830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21310 +label: "محمود عقيل معروف طه العاني" +value: "830" +data: Rawafed\AuthorsBundle\Entity\Author {#17776 …} +attr: [] +labelTranslationParameters: [] } 1363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21311 +label: "محمود محمد خاص" +value: "1363" +data: Rawafed\AuthorsBundle\Entity\Author {#17782 …} +attr: [] +labelTranslationParameters: [] } 3416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21312 +label: "محمود محمد شاكر" +value: "3416" +data: Rawafed\AuthorsBundle\Entity\Author {#17788 …} +attr: [] +labelTranslationParameters: [] } 1176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21313 +label: "محمود محمد عواد الهيشان" +value: "1176" +data: Rawafed\AuthorsBundle\Entity\Author {#17794 …} +attr: [] +labelTranslationParameters: [] } 2827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21314 +label: "محمود محمد فائق محمد" +value: "2827" +data: Rawafed\AuthorsBundle\Entity\Author {#17800 …} +attr: [] +labelTranslationParameters: [] } 2937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21315 +label: "محمود محمد يوسف" +value: "2937" +data: Rawafed\AuthorsBundle\Entity\Author {#17806 …} +attr: [] +labelTranslationParameters: [] } 1279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21316 +label: "محمود موسى حمدان" +value: "1279" +data: Rawafed\AuthorsBundle\Entity\Author {#17812 …} +attr: [] +labelTranslationParameters: [] } 1703 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21317 +label: "محمود موسى شعت" +value: "1703" +data: Rawafed\AuthorsBundle\Entity\Author {#17818 …} +attr: [] +labelTranslationParameters: [] } 1652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21318 +label: "محمود يوسف عبد القادر عوض" +value: "1652" +data: Rawafed\AuthorsBundle\Entity\Author {#17824 …} +attr: [] +labelTranslationParameters: [] } 1164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21319 +label: "محيي الدين بلتاجي" +value: "1164" +data: Rawafed\AuthorsBundle\Entity\Author {#17830 …} +attr: [] +labelTranslationParameters: [] } 1849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21320 +label: "محيي الدين بن عمار" +value: "1849" +data: Rawafed\AuthorsBundle\Entity\Author {#17836 …} +attr: [] +labelTranslationParameters: [] } 2240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21321 +label: "محيي الدين محمد بن مصلح الدين مصطفى القوجوي الحنفي، المعروف بشيخ زاده الرومي (ت 951)" +value: "2240" +data: Rawafed\AuthorsBundle\Entity\Author {#17842 …} +attr: [] +labelTranslationParameters: [] } 2035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21322 +label: "مختار بن عبد الرحمن نصيرة" +value: "2035" +data: Rawafed\AuthorsBundle\Entity\Author {#17848 …} +attr: [] +labelTranslationParameters: [] } 3153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21323 +label: "مختاري جهيدة" +value: "3153" +data: Rawafed\AuthorsBundle\Entity\Author {#17854 …} +attr: [] +labelTranslationParameters: [] } 2064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21324 +label: "مدهش علي خالد أحمد" +value: "2064" +data: Rawafed\AuthorsBundle\Entity\Author {#17860 …} +attr: [] +labelTranslationParameters: [] } 2864 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21325 +label: "مديحة مصطفى محمد زقلة" +value: "2864" +data: Rawafed\AuthorsBundle\Entity\Author {#17866 …} +attr: [] +labelTranslationParameters: [] } 2804 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21326 +label: "مذبوحي محمد" +value: "2804" +data: Rawafed\AuthorsBundle\Entity\Author {#17872 …} +attr: [] +labelTranslationParameters: [] } 2836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21327 +label: "مراد بن علي بن داود المرادي الحسيني الكشميري (ت 1132)" +value: "2836" +data: Rawafed\AuthorsBundle\Entity\Author {#17878 …} +attr: [] +labelTranslationParameters: [] } 2891 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21328 +label: "مراد علي الفراية" +value: "2891" +data: Rawafed\AuthorsBundle\Entity\Author {#17884 …} +attr: [] +labelTranslationParameters: [] } 2194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21329 +label: "مراد قمومية" +value: "2194" +data: Rawafed\AuthorsBundle\Entity\Author {#17890 …} +attr: [] +labelTranslationParameters: [] } 3211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21330 +label: "مرزا محمد" +value: "3211" +data: Rawafed\AuthorsBundle\Entity\Author {#17896 …} +attr: [] +labelTranslationParameters: [] } 1830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21331 +label: "مرشد عالم مفيض الرحمن محمد إسماعيل" +value: "1830" +data: Rawafed\AuthorsBundle\Entity\Author {#17902 …} +attr: [] +labelTranslationParameters: [] } 1695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21332 +label: "مرهف عبد الجبار السقا" +value: "1695" +data: Rawafed\AuthorsBundle\Entity\Author {#17908 …} +attr: [] +labelTranslationParameters: [] } 1723 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21333 +label: "مروان محمد سعيد عبد الرحمن" +value: "1723" +data: Rawafed\AuthorsBundle\Entity\Author {#17914 …} +attr: [] +labelTranslationParameters: [] } 2050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21334 +label: "مريا ألفة" +value: "2050" +data: Rawafed\AuthorsBundle\Entity\Author {#17920 …} +attr: [] +labelTranslationParameters: [] } 1377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21335 +label: "مريم أمين عبد الحافظ خضر" +value: "1377" +data: Rawafed\AuthorsBundle\Entity\Author {#17926 …} +attr: [] +labelTranslationParameters: [] } 1489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21336 +label: "مريم بنت عبد الله بن علي القرشي" +value: "1489" +data: Rawafed\AuthorsBundle\Entity\Author {#17932 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21337 +label: "مريم سعود" +value: "1118" +data: Rawafed\AuthorsBundle\Entity\Author {#17938 …} +attr: [] +labelTranslationParameters: [] } 2115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21338 +label: "مريم عبد الرحمن أبو علي عبد القدوس" +value: "2115" +data: Rawafed\AuthorsBundle\Entity\Author {#17944 …} +attr: [] +labelTranslationParameters: [] } 2128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21339 +label: "مريم عبد القادر عبد الله السباعي" +value: "2128" +data: Rawafed\AuthorsBundle\Entity\Author {#17950 …} +attr: [] +labelTranslationParameters: [] } 2642 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21340 +label: "مريم عبد الهادي محمد القحطاني" +value: "2642" +data: Rawafed\AuthorsBundle\Entity\Author {#17956 …} +attr: [] +labelTranslationParameters: [] } 2939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21341 +label: "مريم محمود حسن صالح" +value: "2939" +data: Rawafed\AuthorsBundle\Entity\Author {#17962 …} +attr: [] +labelTranslationParameters: [] } 2524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21342 +label: "مريم محمود مصطفى الشوبكي" +value: "2524" +data: Rawafed\AuthorsBundle\Entity\Author {#17968 …} +attr: [] +labelTranslationParameters: [] } 3345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21343 +label: "مسئولو قسم الترجمات بموقع المركز" +value: "3345" +data: Rawafed\AuthorsBundle\Entity\Author {#17974 …} +attr: [] +labelTranslationParameters: [] } 2269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21344 +label: "مساعد بن محمد المديفر" +value: "2269" +data: Rawafed\AuthorsBundle\Entity\Author {#17980 …} +attr: [] +labelTranslationParameters: [] } 2439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21345 +label: "مسرة جمال" +value: "2439" +data: Rawafed\AuthorsBundle\Entity\Author {#17986 …} +attr: [] +labelTranslationParameters: [] } 2000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21346 +label: "مسرورة الحكمة" +value: "2000" +data: Rawafed\AuthorsBundle\Entity\Author {#17992 …} +attr: [] +labelTranslationParameters: [] } 3354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21347 +label: "مسعد عرفة" +value: "3354" +data: Rawafed\AuthorsBundle\Entity\Author {#17998 …} +attr: [] +labelTranslationParameters: [] } 3139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21348 +label: "مسعود الركيتي" +value: "3139" +data: Rawafed\AuthorsBundle\Entity\Author {#18004 …} +attr: [] +labelTranslationParameters: [] } 2060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21349 +label: "مسفر بن عبد الله يحيى سليمان البواردي" +value: "2060" +data: Rawafed\AuthorsBundle\Entity\Author {#18010 …} +attr: [] +labelTranslationParameters: [] } 2252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21350 +label: "مسلم محمد جودت اليوسف" +value: "2252" +data: Rawafed\AuthorsBundle\Entity\Author {#18016 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21351 +label: "مشهور موسى مشهور مشاهرة" +value: "1121" +data: Rawafed\AuthorsBundle\Entity\Author {#18022 …} +attr: [] +labelTranslationParameters: [] } 1741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21352 +label: "مصدق مجيد" +value: "1741" +data: Rawafed\AuthorsBundle\Entity\Author {#18028 …} +attr: [] +labelTranslationParameters: [] } 2808 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21353 +label: "مصطفاوي جلال" +value: "2808" +data: Rawafed\AuthorsBundle\Entity\Author {#18034 …} +attr: [] +labelTranslationParameters: [] } 2221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21354 +label: "مصطفى أبو سيف بدران" +value: "2221" +data: Rawafed\AuthorsBundle\Entity\Author {#18040 …} +attr: [] +labelTranslationParameters: [] } 3356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21355 +label: "مصطفى السباعي" +value: "3356" +data: Rawafed\AuthorsBundle\Entity\Author {#18046 …} +attr: [] +labelTranslationParameters: [] } 2419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21356 +label: "مصطفى الليبودي" +value: "2419" +data: Rawafed\AuthorsBundle\Entity\Author {#18052 …} +attr: [] +labelTranslationParameters: [] } 2491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21357 +label: "مصطفى بن عبد الرحمن بن محمد الأزميري الرومي الحنفي (ت 1155)" +value: "2491" +data: Rawafed\AuthorsBundle\Entity\Author {#18058 …} +attr: [] +labelTranslationParameters: [] } 2583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21358 +label: "مصطفى زكي التوني" +value: "2583" +data: Rawafed\AuthorsBundle\Entity\Author {#18064 …} +attr: [] +labelTranslationParameters: [] } 3402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21359 +label: "مصطفى شاه - Mustafa Shah" +value: "3402" +data: Rawafed\AuthorsBundle\Entity\Author {#18070 …} +attr: [] +labelTranslationParameters: [] } 1587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21360 +label: "مصطفى صادق عبد الرزاق بن سعيد بن أحمد بن عبد القادر الرافعي (ت 1356)" +value: "1587" +data: Rawafed\AuthorsBundle\Entity\Author {#18079 …} +attr: [] +labelTranslationParameters: [] } 3182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21361 +label: "مصطفى عبد السلام أبو شادي" +value: "3182" +data: Rawafed\AuthorsBundle\Entity\Author {#18085 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21362 +label: "مصطفى فوضيل" +value: "1001" +data: Rawafed\AuthorsBundle\Entity\Author {#18091 …} +attr: [] +labelTranslationParameters: [] } 2442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21363 +label: "مصطفى محمد الطير" +value: "2442" +data: Rawafed\AuthorsBundle\Entity\Author {#18097 …} +attr: [] +labelTranslationParameters: [] } 1714 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21364 +label: "مصطفى محمد حسين الشريف" +value: "1714" +data: Rawafed\AuthorsBundle\Entity\Author {#18103 …} +attr: [] +labelTranslationParameters: [] } 2765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21365 +label: "مصطفى مسلم محمد" +value: "2765" +data: Rawafed\AuthorsBundle\Entity\Author {#18109 …} +attr: [] +labelTranslationParameters: [] } 1749 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21366 +label: "مطر أحمد مسفر آل ناصر الزهراني" +value: "1749" +data: Rawafed\AuthorsBundle\Entity\Author {#18115 …} +attr: [] +labelTranslationParameters: [] } 895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21367 +label: "مطيع الله غلام" +value: "895" +data: Rawafed\AuthorsBundle\Entity\Author {#18121 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21368 +label: "معتوقة بنت محمد حسن زيد الحساني" +value: "1069" +data: Rawafed\AuthorsBundle\Entity\Author {#18127 …} +attr: [] +labelTranslationParameters: [] } 2002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21369 +label: "معراج المسلمات" +value: "2002" +data: Rawafed\AuthorsBundle\Entity\Author {#18133 …} +attr: [] +labelTranslationParameters: [] } 2036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21370 +label: "معن بن عبد الحق عارف" +value: "2036" +data: Rawafed\AuthorsBundle\Entity\Author {#18139 …} +attr: [] +labelTranslationParameters: [] } 2190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21371 +label: "معن خالد عبد الله القضاة" +value: "2190" +data: Rawafed\AuthorsBundle\Entity\Author {#18145 …} +attr: [] +labelTranslationParameters: [] } 1724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21372 +label: "معين رفيق أحمد صالح" +value: "1724" +data: Rawafed\AuthorsBundle\Entity\Author {#18151 …} +attr: [] +labelTranslationParameters: [] } 2906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21373 +label: "مغاد محمد الطاهر" +value: "2906" +data: Rawafed\AuthorsBundle\Entity\Author {#18157 …} +attr: [] +labelTranslationParameters: [] } 1468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21374 +label: "مفاز محمد أحمد عبد الرحمن داود" +value: "1468" +data: Rawafed\AuthorsBundle\Entity\Author {#18163 …} +attr: [] +labelTranslationParameters: [] } 3070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21375 +label: "مفتاح السنوسي بلعم" +value: "3070" +data: Rawafed\AuthorsBundle\Entity\Author {#18169 …} +attr: [] +labelTranslationParameters: [] } 3185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21376 +label: "مفتاح بن عروس" +value: "3185" +data: Rawafed\AuthorsBundle\Entity\Author {#18175 …} +attr: [] +labelTranslationParameters: [] } 1735 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21377 +label: "مفيدة محمد زكي البكر" +value: "1735" +data: Rawafed\AuthorsBundle\Entity\Author {#18181 …} +attr: [] +labelTranslationParameters: [] } 1646 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21378 +label: "مقبولة علي مسلم الحصيني" +value: "1646" +data: Rawafed\AuthorsBundle\Entity\Author {#18187 …} +attr: [] +labelTranslationParameters: [] } 2059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21379 +label: "ملك حسن عبد الرزاق بخش" +value: "2059" +data: Rawafed\AuthorsBundle\Entity\Author {#18193 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21380 +label: "ممدوح بن تركي بن محمد القحطاني" +value: "1017" +data: Rawafed\AuthorsBundle\Entity\Author {#18199 …} +attr: [] +labelTranslationParameters: [] } 1322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21381 +label: "منار عمر درويش الحلو" +value: "1322" +data: Rawafed\AuthorsBundle\Entity\Author {#18205 …} +attr: [] +labelTranslationParameters: [] } 3091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21382 +label: "منال أحمد بن أحمد الحاج" +value: "3091" +data: Rawafed\AuthorsBundle\Entity\Author {#18211 …} +attr: [] +labelTranslationParameters: [] } 2259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21383 +label: "منال الطوبجي" +value: "2259" +data: Rawafed\AuthorsBundle\Entity\Author {#18217 …} +attr: [] +labelTranslationParameters: [] } 1667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21384 +label: "منال مبطي حامد المسعودي" +value: "1667" +data: Rawafed\AuthorsBundle\Entity\Author {#18223 …} +attr: [] +labelTranslationParameters: [] } 1842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21385 +label: "مناهل عبد الله عبد العزيز الزامل" +value: "1842" +data: Rawafed\AuthorsBundle\Entity\Author {#18229 …} +attr: [] +labelTranslationParameters: [] } 2584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21386 +label: "منتجب الدين أبو يوسف حسين بن أبي العز بن رشيد الهمداني (ت 643)" +value: "2584" +data: Rawafed\AuthorsBundle\Entity\Author {#18235 …} +attr: [] +labelTranslationParameters: [] } 806 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21387 +label: "منتهى محفوظ إبراهيم الجلاد" +value: "806" +data: Rawafed\AuthorsBundle\Entity\Author {#18241 …} +attr: [] +labelTranslationParameters: [] } 1739 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21388 +label: "منصور سعيد أحمد أبو راس" +value: "1739" +data: Rawafed\AuthorsBundle\Entity\Author {#18247 …} +attr: [] +labelTranslationParameters: [] } 2367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21389 +label: "منصور صالح الجادعي" +value: "2367" +data: Rawafed\AuthorsBundle\Entity\Author {#18253 …} +attr: [] +labelTranslationParameters: [] } 991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21390 +label: "منظور بن محمد بن محمد رمضان" +value: "991" +data: Rawafed\AuthorsBundle\Entity\Author {#18259 …} +attr: [] +labelTranslationParameters: [] } 1829 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21391 +label: "منهل يحيى إسماعيل" +value: "1829" +data: Rawafed\AuthorsBundle\Entity\Author {#18265 …} +attr: [] +labelTranslationParameters: [] } 2122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21392 +label: "منى بنت عبد الرحمن بن إبراهيم الشنيفي" +value: "2122" +data: Rawafed\AuthorsBundle\Entity\Author {#18271 …} +attr: [] +labelTranslationParameters: [] } 1325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21393 +label: "منى ردمان علي أحمد العبسي" +value: "1325" +data: Rawafed\AuthorsBundle\Entity\Author {#18277 …} +attr: [] +labelTranslationParameters: [] } 1737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21394 +label: "منى رفعت ادعيس عبد الرازق" +value: "1737" +data: Rawafed\AuthorsBundle\Entity\Author {#18283 …} +attr: [] +labelTranslationParameters: [] } 2179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21395 +label: "منى عبد الله حسن داود" +value: "2179" +data: Rawafed\AuthorsBundle\Entity\Author {#18289 …} +attr: [] +labelTranslationParameters: [] } 2198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21396 +label: "منى محمد بهي الدين الشافعي" +value: "2198" +data: Rawafed\AuthorsBundle\Entity\Author {#18295 …} +attr: [] +labelTranslationParameters: [] } 1751 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21397 +label: "منى محمد عارف عابد" +value: "1751" +data: Rawafed\AuthorsBundle\Entity\Author {#18301 …} +attr: [] +labelTranslationParameters: [] } 2455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21398 +label: "منير جمعة أحمد محمد" +value: "2455" +data: Rawafed\AuthorsBundle\Entity\Author {#18307 …} +attr: [] +labelTranslationParameters: [] } 1733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21399 +label: "منير كيحل" +value: "1733" +data: Rawafed\AuthorsBundle\Entity\Author {#18313 …} +attr: [] +labelTranslationParameters: [] } 2206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21400 +label: "منير محمود علي المسيري" +value: "2206" +data: Rawafed\AuthorsBundle\Entity\Author {#18319 …} +attr: [] +labelTranslationParameters: [] } 2635 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21401 +label: "منيرة بنت مشعي بن مشعان السبيعي" +value: "2635" +data: Rawafed\AuthorsBundle\Entity\Author {#18325 …} +attr: [] +labelTranslationParameters: [] } 1845 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21402 +label: "منيرة محمد يعقوب الهوساوي" +value: "1845" +data: Rawafed\AuthorsBundle\Entity\Author {#18331 …} +attr: [] +labelTranslationParameters: [] } 2764 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21403 +label: "مها بنت عبد الرحمن الليفان" +value: "2764" +data: Rawafed\AuthorsBundle\Entity\Author {#18337 …} +attr: [] +labelTranslationParameters: [] } 1693 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21404 +label: "مها عوني عيسى كحيل" +value: "1693" +data: Rawafed\AuthorsBundle\Entity\Author {#18343 …} +attr: [] +labelTranslationParameters: [] } 1236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21405 +label: "مها محمد عرفة هاشم سكيك" +value: "1236" +data: Rawafed\AuthorsBundle\Entity\Author {#18349 …} +attr: [] +labelTranslationParameters: [] } 2325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21406 +label: "مهاما لطفي ميسا" +value: "2325" +data: Rawafed\AuthorsBundle\Entity\Author {#18355 …} +attr: [] +labelTranslationParameters: [] } 2471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21407 +label: "مهدي عناد أحمد قبها" +value: "2471" +data: Rawafed\AuthorsBundle\Entity\Author {#18361 …} +attr: [] +labelTranslationParameters: [] } 2260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21408 +label: "مهران ماهر عثمان نوري" +value: "2260" +data: Rawafed\AuthorsBundle\Entity\Author {#18367 …} +attr: [] +labelTranslationParameters: [] } 923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21409 +label: "مهند الحوراني" +value: "923" +data: Rawafed\AuthorsBundle\Entity\Author {#18373 …} +attr: [] +labelTranslationParameters: [] } 1895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21410 +label: "موسى إبراهيم الإبراهيم" +value: "1895" +data: Rawafed\AuthorsBundle\Entity\Author {#18379 …} +attr: [] +labelTranslationParameters: [] } 1765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21411 +label: "موسى محمود طه سعيد" +value: "1765" +data: Rawafed\AuthorsBundle\Entity\Author {#18385 …} +attr: [] +labelTranslationParameters: [] } 1332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21412 +label: "موسى مسلم سلام الحشاش" +value: "1332" +data: Rawafed\AuthorsBundle\Entity\Author {#18391 …} +attr: [] +labelTranslationParameters: [] } 865 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21413 +label: "مولاي الحسين بن الحسن ألحيان (ت 1431)" +value: "865" +data: Rawafed\AuthorsBundle\Entity\Author {#18397 …} +attr: [] +labelTranslationParameters: [] } 3420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21414 +label: "مولاي عمر بن حماد" +value: "3420" +data: Rawafed\AuthorsBundle\Entity\Author {#18403 …} +attr: [] +labelTranslationParameters: [] } 1055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21415 +label: "مولاي محمد الإدريسي الطاهري" +value: "1055" +data: Rawafed\AuthorsBundle\Entity\Author {#18409 …} +attr: [] +labelTranslationParameters: [] } 2932 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21416 +label: "مي بنت محمد بن حامد آل عثمان الغامدي" +value: "2932" +data: Rawafed\AuthorsBundle\Entity\Author {#18415 …} +attr: [] +labelTranslationParameters: [] } 2618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21417 +label: "مي فاضل الجبوري" +value: "2618" +data: Rawafed\AuthorsBundle\Entity\Author {#18421 …} +attr: [] +labelTranslationParameters: [] } 1342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21418 +label: "ميساء كمال محمد قلجة" +value: "1342" +data: Rawafed\AuthorsBundle\Entity\Author {#18427 …} +attr: [] +labelTranslationParameters: [] } 3388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21419 +label: "ميشيل كويبرس-Michel Cuypers" +value: "3388" +data: Rawafed\AuthorsBundle\Entity\Author {#18433 …} +attr: [] +labelTranslationParameters: [] } 2807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21420 +label: "ميلود ربيعي" +value: "2807" +data: Rawafed\AuthorsBundle\Entity\Author {#18439 …} +attr: [] +labelTranslationParameters: [] } 1949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21421 +label: "ناجحة النصرية" +value: "1949" +data: Rawafed\AuthorsBundle\Entity\Author {#18445 …} +attr: [] +labelTranslationParameters: [] } 2443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21422 +label: "نادية فريج فرج القرشي" +value: "2443" +data: Rawafed\AuthorsBundle\Entity\Author {#18451 …} +attr: [] +labelTranslationParameters: [] } 2012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21423 +label: "نادية محمد جاسم الهيتي" +value: "2012" +data: Rawafed\AuthorsBundle\Entity\Author {#18457 …} +attr: [] +labelTranslationParameters: [] } 3188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21424 +label: "نادية وزناجي" +value: "3188" +data: Rawafed\AuthorsBundle\Entity\Author {#18463 …} +attr: [] +labelTranslationParameters: [] } 1376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21425 +label: "ناريمان حمزة أحمد الغماري" +value: "1376" +data: Rawafed\AuthorsBundle\Entity\Author {#18469 …} +attr: [] +labelTranslationParameters: [] } 2365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21426 +label: "ناصر العاهمي" +value: "2365" +data: Rawafed\AuthorsBundle\Entity\Author {#18475 …} +attr: [] +labelTranslationParameters: [] } 2366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21427 +label: "ناصر العاهمي" +value: "2366" +data: Rawafed\AuthorsBundle\Entity\Author {#18481 …} +attr: [] +labelTranslationParameters: [] } 1217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21428 +label: "ناصر المنيع" +value: "1217" +data: Rawafed\AuthorsBundle\Entity\Author {#18487 …} +attr: [] +labelTranslationParameters: [] } 1982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21429 +label: "ناصر بن سعود بن حمود القثامي" +value: "1982" +data: Rawafed\AuthorsBundle\Entity\Author {#18493 …} +attr: [] +labelTranslationParameters: [] } 1042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21430 +label: "ناصر بن عبد الرحمن بن ناصر الخنين" +value: "1042" +data: Rawafed\AuthorsBundle\Entity\Author {#18499 …} +attr: [] +labelTranslationParameters: [] } 2657 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21431 +label: "ناصر بن علي القطامي" +value: "2657" +data: Rawafed\AuthorsBundle\Entity\Author {#18505 …} +attr: [] +labelTranslationParameters: [] } 1608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21432 +label: "ناصر بن علي عايض حسن الشيخ" +value: "1608" +data: Rawafed\AuthorsBundle\Entity\Author {#18511 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21433 +label: "ناصر بن محمد الماجد" +value: "233" +data: Rawafed\AuthorsBundle\Entity\Author {#18517 …} +attr: [] +labelTranslationParameters: [] } 1730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21434 +label: "ناصر جبر مراحيل غرقود" +value: "1730" +data: Rawafed\AuthorsBundle\Entity\Author {#18523 …} +attr: [] +labelTranslationParameters: [] } 1456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21435 +label: "ناصر فياض محمد جالولي" +value: "1456" +data: Rawafed\AuthorsBundle\Entity\Author {#18529 …} +attr: [] +labelTranslationParameters: [] } 1483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21436 +label: "ناصر محمد محمد معروف" +value: "1483" +data: Rawafed\AuthorsBundle\Entity\Author {#18535 …} +attr: [] +labelTranslationParameters: [] } 2590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21437 +label: "ناهد عمر سعيد سريجي" +value: "2590" +data: Rawafed\AuthorsBundle\Entity\Author {#18541 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21438 +label: "نايف بن سعيد بن جمعان الزهراني" +value: "170" +data: Rawafed\AuthorsBundle\Entity\Author {#18547 …} +attr: [] +labelTranslationParameters: [] } 1328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21439 +label: "نايف شعبان عبد الله قرموط" +value: "1328" +data: Rawafed\AuthorsBundle\Entity\Author {#18553 …} +attr: [] +labelTranslationParameters: [] } 2726 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21440 +label: "نبيل الجوهري" +value: "2726" +data: Rawafed\AuthorsBundle\Entity\Author {#18559 …} +attr: [] +labelTranslationParameters: [] } 2660 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21441 +label: "نبيل اهقيلي" +value: "2660" +data: Rawafed\AuthorsBundle\Entity\Author {#18565 …} +attr: [] +labelTranslationParameters: [] } 3347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21442 +label: "نبيل صابري" +value: "3347" +data: Rawafed\AuthorsBundle\Entity\Author {#18571 …} +attr: [] +labelTranslationParameters: [] } 2730 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21443 +label: "نبيل عبد المجيد النشمي" +value: "2730" +data: Rawafed\AuthorsBundle\Entity\Author {#18577 …} +attr: [] +labelTranslationParameters: [] } 1461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21444 +label: "نبيل محمد أحمد زهور" +value: "1461" +data: Rawafed\AuthorsBundle\Entity\Author {#18583 …} +attr: [] +labelTranslationParameters: [] } 2838 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21445 +label: "نبيه أحمد حسن محمد أبو عرة" +value: "2838" +data: Rawafed\AuthorsBundle\Entity\Author {#18589 …} +attr: [] +labelTranslationParameters: [] } 2127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21446 +label: "نبيهة عبد الرحيم سندي" +value: "2127" +data: Rawafed\AuthorsBundle\Entity\Author {#18595 …} +attr: [] +labelTranslationParameters: [] } 2266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21447 +label: "نجاة عبد العظيم الكوفي" +value: "2266" +data: Rawafed\AuthorsBundle\Entity\Author {#18601 …} +attr: [] +labelTranslationParameters: [] } 2129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21448 +label: "نجاح أحمد عبد الكريم الظهار" +value: "2129" +data: Rawafed\AuthorsBundle\Entity\Author {#18607 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21449 +label: "نجم الدين سليمان بن عبد القوي بن الكريم الطوفي (ت 716)" +value: "295" +data: Rawafed\AuthorsBundle\Entity\Author {#18613 …} +attr: [] +labelTranslationParameters: [] } 1231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21450 +label: "نجوان فضل عبد الله جعفر" +value: "1231" +data: Rawafed\AuthorsBundle\Entity\Author {#18619 …} +attr: [] +labelTranslationParameters: [] } 1361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21451 +label: "نجوى عبد الرؤوف إبراهيم رضوان" +value: "1361" +data: Rawafed\AuthorsBundle\Entity\Author {#18625 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21452 +label: "ندين بنت مصطفى بن علي السليمي" +value: "1015" +data: Rawafed\AuthorsBundle\Entity\Author {#18631 …} +attr: [] +labelTranslationParameters: [] } 1351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21453 +label: "نسرين إسماعيل حسن ياسين" +value: "1351" +data: Rawafed\AuthorsBundle\Entity\Author {#18637 …} +attr: [] +labelTranslationParameters: [] } 1354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21454 +label: "نسيمة نبيل أبو طه" +value: "1354" +data: Rawafed\AuthorsBundle\Entity\Author {#18643 …} +attr: [] +labelTranslationParameters: [] } 2587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21455 +label: "نصر الدين أجدير" +value: "2587" +data: Rawafed\AuthorsBundle\Entity\Author {#18649 …} +attr: [] +labelTranslationParameters: [] } 2821 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21456 +label: "نصيرة فخار" +value: "2821" +data: Rawafed\AuthorsBundle\Entity\Author {#18655 …} +attr: [] +labelTranslationParameters: [] } 912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21457 +label: "نضال عباس جبر دويكات" +value: "912" +data: Rawafed\AuthorsBundle\Entity\Author {#18661 …} +attr: [] +labelTranslationParameters: [] } 1186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21458 +label: "نضال محمود خلف الفراية" +value: "1186" +data: Rawafed\AuthorsBundle\Entity\Author {#18667 …} +attr: [] +labelTranslationParameters: [] } 1860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21459 +label: "نضيرة صحراوي" +value: "1860" +data: Rawafed\AuthorsBundle\Entity\Author {#18673 …} +attr: [] +labelTranslationParameters: [] } 2538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21460 +label: "نعيم صالح سعيد نعيرات" +value: "2538" +data: Rawafed\AuthorsBundle\Entity\Author {#18679 …} +attr: [] +labelTranslationParameters: [] } 1324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21461 +label: "نعيمة عبد الله البرش" +value: "1324" +data: Rawafed\AuthorsBundle\Entity\Author {#18685 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21462 +label: "نمر جبر سدر" +value: "1142" +data: Rawafed\AuthorsBundle\Entity\Author {#18691 …} +attr: [] +labelTranslationParameters: [] } 1280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21463 +label: "نمشة بنت عبد الله الطوالة" +value: "1280" +data: Rawafed\AuthorsBundle\Entity\Author {#18697 …} +attr: [] +labelTranslationParameters: [] } 1235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21464 +label: "نهاد عمر خليل المدهون" +value: "1235" +data: Rawafed\AuthorsBundle\Entity\Author {#18703 …} +attr: [] +labelTranslationParameters: [] } 2540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21465 +label: "نهاد فوزي فواز حسين" +value: "2540" +data: Rawafed\AuthorsBundle\Entity\Author {#18709 …} +attr: [] +labelTranslationParameters: [] } 2174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21466 +label: "نوال بنت محمد عبد الله الحسني" +value: "2174" +data: Rawafed\AuthorsBundle\Entity\Author {#18715 …} +attr: [] +labelTranslationParameters: [] } 1059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21467 +label: "نوال حامد سلمان اللهيبي" +value: "1059" +data: Rawafed\AuthorsBundle\Entity\Author {#18721 …} +attr: [] +labelTranslationParameters: [] } 2546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21468 +label: "نوال علي عبد الرحمن خضر" +value: "2546" +data: Rawafed\AuthorsBundle\Entity\Author {#18727 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21469 +label: "نوال لخلف" +value: "1117" +data: Rawafed\AuthorsBundle\Entity\Author {#18733 …} +attr: [] +labelTranslationParameters: [] } 2996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21470 +label: "نوح بن يحيى الشهري" +value: "2996" +data: Rawafed\AuthorsBundle\Entity\Author {#18739 …} +attr: [] +labelTranslationParameters: [] } 1792 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21471 +label: "نوح زرنان عبد الجبار الحديثي" +value: "1792" +data: Rawafed\AuthorsBundle\Entity\Author {#18745 …} +attr: [] +labelTranslationParameters: [] } 1760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21472 +label: "نور الدين أبو الإرشاد علي بن محمد بن عبد الرحمن بن علي الأجهوري المالكي (ت 1066)" +value: "1760" +data: Rawafed\AuthorsBundle\Entity\Author {#18751 …} +attr: [] +labelTranslationParameters: [] } 1308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21473 +label: "نور الدين أبو الصلاح علي بن محسن الصعيدي الشاذلي الوفائي الأزهري، المعروف بالرُّميلي (ت بعد 1130)" +value: "1308" +data: Rawafed\AuthorsBundle\Entity\Author {#18757 …} +attr: [] +labelTranslationParameters: [] } 939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21474 +label: "نور الدين عادل" +value: "939" +data: Rawafed\AuthorsBundle\Entity\Author {#18763 …} +attr: [] +labelTranslationParameters: [] } 1135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21475 +label: "نور الدين محمد حرب عقيلان" +value: "1135" +data: Rawafed\AuthorsBundle\Entity\Author {#18769 …} +attr: [] +labelTranslationParameters: [] } 809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21476 +label: "نور الدين محمد عتر الحلبي" +value: "809" +data: Rawafed\AuthorsBundle\Entity\Author {#18775 …} +attr: [] +labelTranslationParameters: [] } 1990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21477 +label: "نور العارفة" +value: "1990" +data: Rawafed\AuthorsBundle\Entity\Author {#18781 …} +attr: [] +labelTranslationParameters: [] } 3093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21478 +label: "نور زمان مدني" +value: "3093" +data: Rawafed\AuthorsBundle\Entity\Author {#18787 …} +attr: [] +labelTranslationParameters: [] } 918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21479 +label: "نور محمد حقاني (ت 1343)" +value: "918" +data: Rawafed\AuthorsBundle\Entity\Author {#18793 …} +attr: [] +labelTranslationParameters: [] } 2875 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21480 +label: "نور هاني محمد سمحان" +value: "2875" +data: Rawafed\AuthorsBundle\Entity\Author {#18799 …} +attr: [] +labelTranslationParameters: [] } 2828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21481 +label: "نورة بن حسن" +value: "2828" +data: Rawafed\AuthorsBundle\Entity\Author {#18805 …} +attr: [] +labelTranslationParameters: [] } 1983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21482 +label: "نوفيتا رحمواتي" +value: "1983" +data: Rawafed\AuthorsBundle\Entity\Author {#18811 …} +attr: [] +labelTranslationParameters: [] } 3414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21483 +label: "نيكولاي سيناي - Nicolai Sinai" +value: "3414" +data: Rawafed\AuthorsBundle\Entity\Author {#18817 …} +attr: [] +labelTranslationParameters: [] } 2001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21484 +label: "نيل الحكمة" +value: "2001" +data: Rawafed\AuthorsBundle\Entity\Author {#18823 …} +attr: [] +labelTranslationParameters: [] } 2945 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21485 +label: "هادي حسن حمودي" +value: "2945" +data: Rawafed\AuthorsBundle\Entity\Author {#18829 …} +attr: [] +labelTranslationParameters: [] } 2086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21486 +label: "هادي حسن محمد منصور" +value: "2086" +data: Rawafed\AuthorsBundle\Entity\Author {#18835 …} +attr: [] +labelTranslationParameters: [] } 1862 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21487 +label: "هادي حسين عمران الفائزي" +value: "1862" +data: Rawafed\AuthorsBundle\Entity\Author {#18841 …} +attr: [] +labelTranslationParameters: [] } 1913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21488 +label: "هادي سوتريسنو" +value: "1913" +data: Rawafed\AuthorsBundle\Entity\Author {#18847 …} +attr: [] +labelTranslationParameters: [] } 2874 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21489 +label: "هادي نوردي همزة" +value: "2874" +data: Rawafed\AuthorsBundle\Entity\Author {#18853 …} +attr: [] +labelTranslationParameters: [] } 1490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21490 +label: "هاشم بن محمد المغربي الأزميري، الشهير بالسيد هاشم (ت بعد 1179)" +value: "1490" +data: Rawafed\AuthorsBundle\Entity\Author {#18859 …} +attr: [] +labelTranslationParameters: [] } 2495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21491 +label: "هالا سعيد محمد مقبل" +value: "2495" +data: Rawafed\AuthorsBundle\Entity\Author {#18865 …} +attr: [] +labelTranslationParameters: [] } 1449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21492 +label: "هاني خضر مصطفى أبو خضر" +value: "1449" +data: Rawafed\AuthorsBundle\Entity\Author {#18871 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21493 +label: "هاني محمد محمود أبو شنب" +value: "1141" +data: Rawafed\AuthorsBundle\Entity\Author {#18877 …} +attr: [] +labelTranslationParameters: [] } 1947 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21494 +label: "هانيس مشرفة" +value: "1947" +data: Rawafed\AuthorsBundle\Entity\Author {#18883 …} +attr: [] +labelTranslationParameters: [] } 1254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21495 +label: "هبة عوض نبهان" +value: "1254" +data: Rawafed\AuthorsBundle\Entity\Author {#18889 …} +attr: [] +labelTranslationParameters: [] } 1701 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21496 +label: "هداب محمد أحمد الحاج حسين" +value: "1701" +data: Rawafed\AuthorsBundle\Entity\Author {#18895 …} +attr: [] +labelTranslationParameters: [] } 1105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21497 +label: "هدى رشيد جاد الله" +value: "1105" +data: Rawafed\AuthorsBundle\Entity\Author {#18901 …} +attr: [] +labelTranslationParameters: [] } 3408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21498 +label: "هدى عبد الرحمن النمر" +value: "3408" +data: Rawafed\AuthorsBundle\Entity\Author {#18907 …} +attr: [] +labelTranslationParameters: [] } 1672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21499 +label: "هدى عطية عبد الغفار" +value: "1672" +data: Rawafed\AuthorsBundle\Entity\Author {#18913 …} +attr: [] +labelTranslationParameters: [] } 1955 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21500 +label: "هديل رعد تحسين" +value: "1955" +data: Rawafed\AuthorsBundle\Entity\Author {#18919 …} +attr: [] +labelTranslationParameters: [] } 1125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21501 +label: "هديل محمد عطية يوسف المنيراوي" +value: "1125" +data: Rawafed\AuthorsBundle\Entity\Author {#18925 …} +attr: [] +labelTranslationParameters: [] } 2915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21502 +label: "هشام الأنصاري" +value: "2915" +data: Rawafed\AuthorsBundle\Entity\Author {#18931 …} +attr: [] +labelTranslationParameters: [] } 2898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21503 +label: "هشام بوقدح" +value: "2898" +data: Rawafed\AuthorsBundle\Entity\Author {#18937 …} +attr: [] +labelTranslationParameters: [] } 1310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21504 +label: "هشام محمد عواد الشويكي" +value: "1310" +data: Rawafed\AuthorsBundle\Entity\Author {#18943 …} +attr: [] +labelTranslationParameters: [] } 820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21505 +label: "همام حسن يوسف سلوم" +value: "820" +data: Rawafed\AuthorsBundle\Entity\Author {#18949 …} +attr: [] +labelTranslationParameters: [] } 1234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21506 +label: "همام مصطفى عوض الله" +value: "1234" +data: Rawafed\AuthorsBundle\Entity\Author {#18955 …} +attr: [] +labelTranslationParameters: [] } 2143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21507 +label: "هناء بنت محفوظ بن قمر الدين الأندنوسي" +value: "2143" +data: Rawafed\AuthorsBundle\Entity\Author {#18961 …} +attr: [] +labelTranslationParameters: [] } 2893 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21508 +label: "هناء بوزيان" +value: "2893" +data: Rawafed\AuthorsBundle\Entity\Author {#18967 …} +attr: [] +labelTranslationParameters: [] } 1203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21509 +label: "هند أمين المحيسن" +value: "1203" +data: Rawafed\AuthorsBundle\Entity\Author {#18973 …} +attr: [] +labelTranslationParameters: [] } 2888 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21510 +label: "هند بنت إبراهيم بخش سندي" +value: "2888" +data: Rawafed\AuthorsBundle\Entity\Author {#18979 …} +attr: [] +labelTranslationParameters: [] } 1867 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21511 +label: "هند حسن زيد النجمي حُمدي" +value: "1867" +data: Rawafed\AuthorsBundle\Entity\Author {#18985 …} +attr: [] +labelTranslationParameters: [] } 1812 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21512 +label: "هندي عبيد مخلف" +value: "1812" +data: Rawafed\AuthorsBundle\Entity\Author {#18991 …} +attr: [] +labelTranslationParameters: [] } 2767 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21513 +label: "هواري طالبي" +value: "2767" +data: Rawafed\AuthorsBundle\Entity\Author {#18997 …} +attr: [] +labelTranslationParameters: [] } 2238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21514 +label: "هود بن محكم بن هود الهواري" +value: "2238" +data: Rawafed\AuthorsBundle\Entity\Author {#19003 …} +attr: [] +labelTranslationParameters: [] } 2021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21515 +label: "هيا ثامر مفتاح" +value: "2021" +data: Rawafed\AuthorsBundle\Entity\Author {#19009 …} +attr: [] +labelTranslationParameters: [] } 1482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21516 +label: "هيام عبد القادر جبر فرحات" +value: "1482" +data: Rawafed\AuthorsBundle\Entity\Author {#19015 …} +attr: [] +labelTranslationParameters: [] } 1736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21517 +label: "هيفاء بنت صالح بن طاهر بوقس" +value: "1736" +data: Rawafed\AuthorsBundle\Entity\Author {#19021 …} +attr: [] +labelTranslationParameters: [] } 814 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21518 +label: "هيفاء بنت عثمان عباس فدا" +value: "814" +data: Rawafed\AuthorsBundle\Entity\Author {#19027 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21519 +label: "هيفاء عبد الرؤوف إبراهيم رضوان" +value: "1102" +data: Rawafed\AuthorsBundle\Entity\Author {#19033 …} +attr: [] +labelTranslationParameters: [] } 2972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21520 +label: "وائل المحمدي" +value: "2972" +data: Rawafed\AuthorsBundle\Entity\Author {#19039 …} +attr: [] +labelTranslationParameters: [] } 3332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21521 +label: "وائل بن حسين صنبع" +value: "3332" +data: Rawafed\AuthorsBundle\Entity\Author {#19045 …} +attr: [] +labelTranslationParameters: [] } 2914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21522 +label: "وائل بن عمر بن عبد الله العمري" +value: "2914" +data: Rawafed\AuthorsBundle\Entity\Author {#19051 …} +attr: [] +labelTranslationParameters: [] } 858 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21523 +label: "وائل بن محمد بن علي جابر" +value: "858" +data: Rawafed\AuthorsBundle\Entity\Author {#19057 …} +attr: [] +labelTranslationParameters: [] } 1393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21524 +label: "وائل خليل عبد العزيز أبو عرقوب" +value: "1393" +data: Rawafed\AuthorsBundle\Entity\Author {#19063 …} +attr: [] +labelTranslationParameters: [] } 1727 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21525 +label: "وائل عبد الله حسين أبو محيي الدين" +value: "1727" +data: Rawafed\AuthorsBundle\Entity\Author {#19069 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21526 +label: "وائل علي فرج" +value: "1140" +data: Rawafed\AuthorsBundle\Entity\Author {#19075 …} +attr: [] +labelTranslationParameters: [] } 1365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21527 +label: "وائل عمر علي بشير" +value: "1365" +data: Rawafed\AuthorsBundle\Entity\Author {#19081 …} +attr: [] +labelTranslationParameters: [] } 2046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21528 +label: "واسعة الخيرة" +value: "2046" +data: Rawafed\AuthorsBundle\Entity\Author {#19087 …} +attr: [] +labelTranslationParameters: [] } 2809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21529 +label: "واسيني بن عبد الله" +value: "2809" +data: Rawafed\AuthorsBundle\Entity\Author {#19093 …} +attr: [] +labelTranslationParameters: [] } 2548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21530 +label: "واصف عماد واصف عبد الفتاح" +value: "2548" +data: Rawafed\AuthorsBundle\Entity\Author {#19099 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21531 +label: "وجيه بن حمد عبد الرحمن" +value: "1057" +data: Rawafed\AuthorsBundle\Entity\Author {#19105 …} +attr: [] +labelTranslationParameters: [] } 1362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21532 +label: "وردة مصطفى كحيل" +value: "1362" +data: Rawafed\AuthorsBundle\Entity\Author {#19111 …} +attr: [] +labelTranslationParameters: [] } 2527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21533 +label: "وسمية عبد المحسن محمد المنصور" +value: "2527" +data: Rawafed\AuthorsBundle\Entity\Author {#19117 …} +attr: [] +labelTranslationParameters: [] } 1817 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21534 +label: "وسن محمود لطيف" +value: "1817" +data: Rawafed\AuthorsBundle\Entity\Author {#19123 …} +attr: [] +labelTranslationParameters: [] } 2236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21535 +label: "وسيم فتح الله" +value: "2236" +data: Rawafed\AuthorsBundle\Entity\Author {#19129 …} +attr: [] +labelTranslationParameters: [] } 1173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21536 +label: "وفاء حيدر شقورة" +value: "1173" +data: Rawafed\AuthorsBundle\Entity\Author {#19135 …} +attr: [] +labelTranslationParameters: [] } 1685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21537 +label: "وفاء زياد أحمد حجو" +value: "1685" +data: Rawafed\AuthorsBundle\Entity\Author {#19141 …} +attr: [] +labelTranslationParameters: [] } 2156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21538 +label: "وفاء عبد الله قزمار" +value: "2156" +data: Rawafed\AuthorsBundle\Entity\Author {#19147 …} +attr: [] +labelTranslationParameters: [] } 2985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21539 +label: "وفاء محمود سعداوي حميدة" +value: "2985" +data: Rawafed\AuthorsBundle\Entity\Author {#19153 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21540 +label: "وفاء مصباح حسونة" +value: "1106" +data: Rawafed\AuthorsBundle\Entity\Author {#19159 …} +attr: [] +labelTranslationParameters: [] } 2530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21541 +label: "ولاء أحمد عبد الله نور الهدى" +value: "2530" +data: Rawafed\AuthorsBundle\Entity\Author {#19165 …} +attr: [] +labelTranslationParameters: [] } 2991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21542 +label: "ولي زار" +value: "2991" +data: Rawafed\AuthorsBundle\Entity\Author {#19171 …} +attr: [] +labelTranslationParameters: [] } 2084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21543 +label: "وليد بن محنوس بن أحمد الزهراني" +value: "2084" +data: Rawafed\AuthorsBundle\Entity\Author {#19177 …} +attr: [] +labelTranslationParameters: [] } 2877 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21544 +label: "وليد رفيق محمد العياصرة" +value: "2877" +data: Rawafed\AuthorsBundle\Entity\Author {#19183 …} +attr: [] +labelTranslationParameters: [] } 1915 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21545 +label: "وليدة الصالحة" +value: "1915" +data: Rawafed\AuthorsBundle\Entity\Author {#19189 …} +attr: [] +labelTranslationParameters: [] } 1984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21546 +label: "ويرا فروتا" +value: "1984" +data: Rawafed\AuthorsBundle\Entity\Author {#19195 …} +attr: [] +labelTranslationParameters: [] } 3424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21547 +label: "ويليام شيبرد - WILLIAM SHEPARD" +value: "3424" +data: Rawafed\AuthorsBundle\Entity\Author {#19201 …} +attr: [] +labelTranslationParameters: [] } 2844 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21548 +label: "ياسر أحمد علي الشمالي" +value: "2844" +data: Rawafed\AuthorsBundle\Entity\Author {#19207 …} +attr: [] +labelTranslationParameters: [] } 1781 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21549 +label: "ياسر إحسان رشيد النعيمي" +value: "1781" +data: Rawafed\AuthorsBundle\Entity\Author {#19213 …} +attr: [] +labelTranslationParameters: [] } 1208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21550 +label: "ياسر بن محمد بن سالم بابطين" +value: "1208" +data: Rawafed\AuthorsBundle\Entity\Author {#19219 …} +attr: [] +labelTranslationParameters: [] } 870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21551 +label: "ياسر سلامة" +value: "870" +data: Rawafed\AuthorsBundle\Entity\Author {#19225 …} +attr: [] +labelTranslationParameters: [] } 2699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21552 +label: "ياسر فودة" +value: "2699" +data: Rawafed\AuthorsBundle\Entity\Author {#19231 …} +attr: [] +labelTranslationParameters: [] } 3403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21553 +label: "ياسين دتون - Yasin Dutton" +value: "3403" +data: Rawafed\AuthorsBundle\Entity\Author {#19237 …} +attr: [] +labelTranslationParameters: [] } 3429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21554 +label: "يامنة مرمر - Yamine Mermer" +value: "3429" +data: Rawafed\AuthorsBundle\Entity\Author {#19243 …} +attr: [] +labelTranslationParameters: [] } 1193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21555 +label: "يحيى أحمد سلمان جلال" +value: "1193" +data: Rawafed\AuthorsBundle\Entity\Author {#19249 …} +attr: [] +labelTranslationParameters: [] } 3027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21556 +label: "يحيى بن سلام بن أبي ثعلبة، التيمي بالولاء، من تيم ربيعة، البصري ثم الإفريقي القيرواني (ت 200)" +value: "3027" +data: Rawafed\AuthorsBundle\Entity\Author {#19255 …} +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21557 +label: "يحيى بن عبد الله بن يحيى الشهري البكري" +value: "992" +data: Rawafed\AuthorsBundle\Entity\Author {#19261 …} +attr: [] +labelTranslationParameters: [] } 3326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21558 +label: "يحيى بن عبدالله أحمد" +value: "3326" +data: Rawafed\AuthorsBundle\Entity\Author {#19267 …} +attr: [] +labelTranslationParameters: [] } 959 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21559 +label: "يحيى بن محمد حسن زمزمي" +value: "959" +data: Rawafed\AuthorsBundle\Entity\Author {#19276 …} +attr: [] +labelTranslationParameters: [] } 1487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21560 +label: "يحيى ضاحي شطناوي" +value: "1487" +data: Rawafed\AuthorsBundle\Entity\Author {#19282 …} +attr: [] +labelTranslationParameters: [] } 2514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21561 +label: "يحيى عبد الفتاح الزواوي" +value: "2514" +data: Rawafed\AuthorsBundle\Entity\Author {#19288 …} +attr: [] +labelTranslationParameters: [] } 1219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21562 +label: "يحيي الزهراني" +value: "1219" +data: Rawafed\AuthorsBundle\Entity\Author {#19294 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21563 +label: "يزن أحمد يوسف عبده" +value: "1157" +data: Rawafed\AuthorsBundle\Entity\Author {#19300 …} +attr: [] +labelTranslationParameters: [] } 949 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21564 +label: "يزيد حمزاوي" +value: "949" +data: Rawafed\AuthorsBundle\Entity\Author {#19306 …} +attr: [] +labelTranslationParameters: [] } 1201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21565 +label: "يسرى أحمد اليبرودي" +value: "1201" +data: Rawafed\AuthorsBundle\Entity\Author {#19312 …} +attr: [] +labelTranslationParameters: [] } 1329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21566 +label: "يسرى بنت عبد الفتاح أبو جاسر" +value: "1329" +data: Rawafed\AuthorsBundle\Entity\Author {#19318 …} +attr: [] +labelTranslationParameters: [] } 1068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21567 +label: "يوسف أحمد علي" +value: "1068" +data: Rawafed\AuthorsBundle\Entity\Author {#19324 …} +attr: [] +labelTranslationParameters: [] } 2358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21568 +label: "يوسف الحاج أحمد" +value: "2358" +data: Rawafed\AuthorsBundle\Entity\Author {#19330 …} +attr: [] +labelTranslationParameters: [] } 3419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21569 +label: "يوسف العليوي" +value: "3419" +data: Rawafed\AuthorsBundle\Entity\Author {#19336 …} +attr: [] +labelTranslationParameters: [] } 2780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21570 +label: "يوسف بن حمود الحوشان" +value: "2780" +data: Rawafed\AuthorsBundle\Entity\Author {#19342 …} +attr: [] +labelTranslationParameters: [] } 1285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21571 +label: "يوسف بن زيدان بن مزيد السلمي" +value: "1285" +data: Rawafed\AuthorsBundle\Entity\Author {#19348 …} +attr: [] +labelTranslationParameters: [] } 1722 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21572 +label: "يوسف بن صامل بن صويمل العلياني السلمي" +value: "1722" +data: Rawafed\AuthorsBundle\Entity\Author {#19354 …} +attr: [] +labelTranslationParameters: [] } 2842 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21573 +label: "يوسف بن عبد العزيز بن سليمان العقيلي" +value: "2842" +data: Rawafed\AuthorsBundle\Entity\Author {#19360 …} +attr: [] +labelTranslationParameters: [] } 2362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21574 +label: "يوسف بن عبد الله بن محمد العليوي" +value: "2362" +data: Rawafed\AuthorsBundle\Entity\Author {#19366 …} +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21575 +label: "يوسف بن محمود بن أبي القاسم الخوارزمي" +value: "1027" +data: Rawafed\AuthorsBundle\Entity\Author {#19372 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21576 +label: "يوسف دفع الله أحمد" +value: "1031" +data: Rawafed\AuthorsBundle\Entity\Author {#19378 …} +attr: [] +labelTranslationParameters: [] } 2083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21577 +label: "يوسف سليمان إسماعيل الطحان" +value: "2083" +data: Rawafed\AuthorsBundle\Entity\Author {#19384 …} +attr: [] +labelTranslationParameters: [] } 807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21578 +label: "يوسف عثمان محمد سليمان" +value: "807" +data: Rawafed\AuthorsBundle\Entity\Author {#19390 …} +attr: [] +labelTranslationParameters: [] } 3174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21579 +label: "يوسف علي بديوي" +value: "3174" +data: Rawafed\AuthorsBundle\Entity\Author {#19396 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21580 +label: "يوسف عمر لعساكر" +value: "1122" +data: Rawafed\AuthorsBundle\Entity\Author {#19402 …} +attr: [] +labelTranslationParameters: [] } 2617 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21581 +label: "يوسف عواد سالم القماز" +value: "2617" +data: Rawafed\AuthorsBundle\Entity\Author {#19408 …} +attr: [] +labelTranslationParameters: [] } 1732 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21582 +label: "يوسف فوزي عودة عبد العال" +value: "1732" +data: Rawafed\AuthorsBundle\Entity\Author {#19414 …} +attr: [] +labelTranslationParameters: [] } 2565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21583 +label: "يوسف مازي" +value: "2565" +data: Rawafed\AuthorsBundle\Entity\Author {#19420 …} +attr: [] +labelTranslationParameters: [] } 969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21584 +label: "يوسف محمد الشامسي" +value: "969" +data: Rawafed\AuthorsBundle\Entity\Author {#19426 …} +attr: [] +labelTranslationParameters: [] } 1087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21585 +label: "يوسف محمد العامري" +value: "1087" +data: Rawafed\AuthorsBundle\Entity\Author {#19432 …} +attr: [] +labelTranslationParameters: [] } 2711 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21586 +label: "يوسف مصطفى الأمير " +value: "2711" +data: Rawafed\AuthorsBundle\Entity\Author {#19438 …} +attr: [] +labelTranslationParameters: [] } 1918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21587 +label: "يولي فطرياني" +value: "1918" +data: Rawafed\AuthorsBundle\Entity\Author {#19444 …} +attr: [] +labelTranslationParameters: [] } 3170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21588 +label: "يومبعي جميلة" +value: "3170" +data: Rawafed\AuthorsBundle\Entity\Author {#19450 …} +attr: [] +labelTranslationParameters: [] } 1656 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21589 +label: "يونس محمود صادق ياسين" +value: "1656" +data: Rawafed\AuthorsBundle\Entity\Author {#19456 …} +attr: [] +labelTranslationParameters: [] } 2678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21590 +label: "يونس ملال" +value: "2678" +data: Rawafed\AuthorsBundle\Entity\Author {#19462 …} +attr: [] +labelTranslationParameters: [] } 3431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#21591 +label: "يوهانا بينك - Johanna Pink" +value: "3431" +data: Rawafed\AuthorsBundle\Entity\Author {#19468 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#6353 -form: Symfony\Component\Form\Form {#6152 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6352 …5} |
full_name | "best_author[author]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "best_author_author" |
is_selected | Closure($choice, $value) {#6358 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "authors.titles.author" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "author" |
placeholder | "Select" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_best_author_author" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "cacdb5af3b3.StD5O_ztf3fkUaKJE-p7YratW-E7TU5YxdP-JItAEso.EKejb6SoPRzSH8a_Qb1KOoHiHqBafQYsqp6RRt8acJ4mhZYJrIIUR7Vj8w" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "cacdb5af3b3.StD5O_ztf3fkUaKJE-p7YratW-E7TU5YxdP-JItAEso.EKejb6SoPRzSH8a_Qb1KOoHiHqBafQYsqp6RRt8acJ4mhZYJrIIUR7Vj8w" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6288 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6287 …} -namespace: Closure() {#6285 …} } |
data | "cacdb5af3b3.StD5O_ztf3fkUaKJE-p7YratW-E7TU5YxdP-JItAEso.EKejb6SoPRzSH8a_Qb1KOoHiHqBafQYsqp6RRt8acJ4mhZYJrIIUR7Vj8w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#21595 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#21597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#83 …} $message: Closure() {#21596 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_best_author__token" ] |
cache_key | "_best_author__token_hidden" |
compound | false |
data | "cacdb5af3b3.StD5O_ztf3fkUaKJE-p7YratW-E7TU5YxdP-JItAEso.EKejb6SoPRzSH8a_Qb1KOoHiHqBafQYsqp6RRt8acJ4mhZYJrIIUR7Vj8w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#21608 -form: Symfony\Component\Form\Form {#21604 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#21598 …5} |
full_name | "best_author[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "best_author__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_best_author__token" |
valid | true |
value | "cacdb5af3b3.StD5O_ztf3fkUaKJE-p7YratW-E7TU5YxdP-JItAEso.EKejb6SoPRzSH8a_Qb1KOoHiHqBafQYsqp6RRt8acJ4mhZYJrIIUR7Vj8w" |