├── .env.dist ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .htaccess.dist ├── Dockerfile ├── DockerfileSQL ├── Gruntfile.js ├── LICENSE ├── README.md ├── TODO ├── application ├── _htaccess ├── cache │ └── index.html ├── config │ ├── autoload.php │ ├── config.php │ ├── constants.php │ ├── custom_config.php.dist │ ├── database.php │ ├── doctypes.php │ ├── foreign_chars.php │ ├── hooks.php │ ├── index.html │ ├── memcached.php │ ├── migration.php │ ├── mimes.php │ ├── profiler.php │ ├── routes.php │ ├── smileys.php │ └── user_agents.php ├── controllers │ ├── Admin.php │ ├── Api.php │ ├── Cache.php │ ├── City.php │ ├── Commissions.php │ ├── DashboardMP.php │ ├── Departement.php │ ├── Deputes.php │ ├── Elections.php │ ├── Errormanager.php │ ├── Export.php │ ├── Faq.php │ ├── Groupes.php │ ├── Home.php │ ├── Iframe.php │ ├── LogViewerController.php │ ├── Logs.php │ ├── Newsletter.php │ ├── Outils.php │ ├── Pages.php │ ├── Parrainages.php │ ├── Parties.php │ ├── Posts.php │ ├── Quiz.php │ ├── Redirect.php │ ├── Redirection.php │ ├── Search.php │ ├── Sitemap.php │ ├── Stats.php │ ├── Upload.php │ ├── Users.php │ ├── Votes.php │ ├── Welcome.php │ └── index.html ├── core │ └── index.html ├── helpers │ ├── cache_helper.php │ ├── email_helper.php │ ├── html_minifier_helper.php │ ├── index.html │ ├── mjml_helper.php │ └── utility_helper.php ├── hooks │ ├── index.html │ └── ssl.php ├── index.html ├── language │ ├── english │ │ └── index.html │ └── index.html ├── libraries │ ├── Blog.php │ ├── Depute_service.php │ ├── Election_service.php │ ├── Group_service.php │ ├── Image_service.php │ └── index.html ├── logs │ └── index.html ├── models │ ├── Admin_model.php │ ├── Breadcrumb_model.php │ ├── Captcha_model.php │ ├── City_model.php │ ├── DashboardMP_model.php │ ├── Departement_model.php │ ├── Depute_edito.php │ ├── Deputes_model.php │ ├── Elections_model.php │ ├── Exposes_model.php │ ├── Faq_model.php │ ├── Fields_model.php │ ├── Functions_datan.php │ ├── Groupes_edito.php │ ├── Groupes_model.php │ ├── Jobs_model.php │ ├── Language_sql.php │ ├── Legislature_model.php │ ├── Meta_model.php │ ├── Newsletter_model.php │ ├── Organes_model.php │ ├── Parrainages_model.php │ ├── Parties_model.php │ ├── Password_model.php │ ├── Post_model.php │ ├── Questions_model.php │ ├── Quizz_model.php │ ├── Readings_model.php │ ├── Search_model.php │ ├── Stats_model.php │ ├── Table_history_model.php │ ├── User_model.php │ ├── Votes_model.php │ └── index.html ├── third_party │ └── index.html └── views │ ├── archives │ └── quizBanner.php │ ├── captcha │ └── index.php │ ├── categories │ └── index.php │ ├── cilogviewer │ └── logs.php │ ├── classements │ ├── index.php │ ├── individual │ │ ├── deputes-age.php │ │ ├── deputes-loyaute.php │ │ ├── deputes-origine-sociale.php │ │ ├── deputes-participation.php │ │ ├── groupes-age.php │ │ ├── groupes-cohesion.php │ │ ├── groupes-feminisation.php │ │ ├── groupes-origine-sociale.php │ │ └── groupes-participation.php │ ├── partials │ │ └── groups_index.php │ └── templates │ │ ├── footer.php │ │ └── header.php │ ├── dashboard-mp │ ├── elections │ │ ├── index.php │ │ └── modify.php │ ├── explications │ │ ├── create.php │ │ ├── delete.php │ │ ├── index.php │ │ ├── liste.php │ │ └── partials │ │ │ └── suggestions.php │ ├── iframe │ │ └── index.php │ ├── index.php │ ├── old │ │ └── candidature.php │ └── partials │ │ └── breadcrumb.php │ ├── dashboard │ ├── category_create.php │ ├── category_delete.php │ ├── category_modify.php │ ├── decrypted │ │ ├── vote_create.php │ │ ├── vote_delete.php │ │ ├── vote_modify.php │ │ └── votes_datan.php │ ├── elections │ │ ├── create.php │ │ ├── delete.php │ │ ├── list.php │ │ ├── list_not_candidates.php │ │ ├── modifs.php │ │ └── modify.php │ ├── exposes │ │ ├── list.php │ │ └── modify.php │ ├── faq │ │ ├── create.php │ │ ├── delete.php │ │ ├── list.php │ │ └── modify.php │ ├── footer.php │ ├── header.php │ ├── index.php │ ├── parrainages │ │ ├── list.php │ │ └── modify.php │ ├── posts │ │ ├── create.php │ │ └── edit.php │ ├── quizz │ │ ├── create.php │ │ ├── delete.php │ │ ├── list.php │ │ └── modify.php │ └── socialmedia │ │ ├── list.php │ │ ├── table.php │ │ └── twitter.php │ ├── departement │ ├── commune.php │ ├── index.php │ └── liste.php │ ├── deputes │ ├── all.php │ ├── historique.php │ ├── individual.php │ ├── partials │ │ ├── card_home.php │ │ ├── card_individual.php │ │ ├── card_vote.php │ │ ├── dissolutionFeature.php │ │ ├── electionFeature.php │ │ ├── mp_individual │ │ │ ├── _bio.php │ │ │ ├── _contact.php │ │ │ ├── _election.php │ │ │ ├── _election_partial-original.php │ │ │ ├── _elections_participation.php │ │ │ ├── _explanation.php │ │ │ ├── _key_positions.php │ │ │ ├── _mandate_history.php │ │ │ ├── _manifesto.php │ │ │ ├── _other_mps.php │ │ │ ├── _parrainages.php │ │ │ ├── _questions.php │ │ │ ├── _social_media.php │ │ │ ├── _votes.php │ │ │ └── statistics │ │ │ │ ├── _index.php │ │ │ │ ├── _inter_group_loyalty.php │ │ │ │ ├── _intra_group_loyalty.php │ │ │ │ ├── _majority_alignment.php │ │ │ │ └── _voting_participation.php │ │ ├── voteFeature.php │ │ └── voteFeature_motion.php │ └── votes.php │ ├── elections │ ├── candidatesList │ │ ├── europeennes-2024.php │ │ ├── legislatives-2022.php │ │ ├── legislatives-2024.php │ │ ├── presidentielle-2022.php │ │ └── regionales-2021.php │ ├── candidats.php │ ├── index.php │ ├── partials │ │ └── card.php │ └── results │ │ ├── departementales-2021.php │ │ ├── europeennes-2024.php │ │ ├── legislatives-2022.php │ │ ├── legislatives-2024.php │ │ ├── presidentielle-2022.php │ │ └── regionales-2021.php │ ├── emails │ └── newsletter.php │ ├── errors │ ├── cli │ │ ├── error_404.php │ │ ├── error_db.php │ │ ├── error_exception.php │ │ ├── error_general.php │ │ ├── error_php.php │ │ └── index.html │ ├── html │ │ ├── error_404.php │ │ ├── error_404_original.php │ │ ├── error_db.php │ │ ├── error_exception.php │ │ ├── error_general.php │ │ ├── error_php.php │ │ └── index.html │ └── index.html │ ├── exceptionPurifyCss │ └── index.php │ ├── faq │ └── index.php │ ├── groupes │ ├── all.php │ ├── individual.php │ ├── individual_membres.php │ ├── partials │ │ ├── card_home.php │ │ ├── card_individual.php │ │ ├── card_vote.php │ │ ├── dissolutionFeature.php │ │ ├── mps_footer.php │ │ ├── stats_chartJS.php │ │ ├── stats_chartJS_multiline_members.php │ │ ├── stats_chartJS_multiline_proximity.php │ │ ├── stats_horizontal.php │ │ └── stats_vertical.php │ ├── stats.php │ ├── votes.php │ └── votes_datan.php │ ├── home │ ├── index.php │ └── partials │ │ ├── banner.php │ │ ├── election.php │ │ ├── election_results.php │ │ └── quizz.php │ ├── iframe │ ├── depute.php │ ├── index.php │ └── partials │ │ ├── _election_first_person.php │ │ ├── _footer_iframe.php │ │ ├── _header_iframe.php │ │ ├── _inter_group_loyalty_first_person.php │ │ ├── _intra_group_loyalty_first_person.php │ │ └── _voting_participation_first_person.php │ ├── index.html │ ├── newsletter │ ├── delete.php │ ├── edit.php │ ├── edit_success.php │ └── index.php │ ├── newsletterTemplates │ ├── templates │ │ ├── footer.php │ │ └── header.php │ └── votes │ │ └── body.php │ ├── outils │ └── coalition.php │ ├── pages │ ├── a-propos.php │ ├── legislature-15.php │ ├── mentions-legales.php │ └── statistiques.php │ ├── parrainages │ └── index.php │ ├── partials │ ├── follow-us.php │ └── share.php │ ├── parties │ ├── index.php │ └── individual.php │ ├── posts │ ├── index.php │ ├── partials │ │ └── bloc-post.php │ ├── view.php │ └── view_amp.php │ ├── quiz │ ├── index.php │ └── result.php │ ├── search │ └── index.php │ ├── sitemap │ ├── index.php │ ├── page.php │ ├── posts.php │ └── structure.php │ ├── templates │ ├── breadcrumb.php │ ├── button_up.php │ ├── construction.php │ ├── footer.php │ ├── footer_no_navbar.php │ ├── header.php │ └── header_no_navbar.php │ ├── users │ ├── blocked.php │ ├── delete-account.php │ ├── demande-compte-mp.php │ ├── login.php │ ├── modify-password.php │ ├── modify-personal-data.php │ ├── mon-compte.php │ ├── password-change.php │ ├── password-lost.php │ └── register.php │ ├── votes │ ├── all.php │ ├── all_an.php │ ├── all_decryptes.php │ ├── field_decryptes.php │ ├── individual.php │ ├── modals │ │ ├── explain.php │ │ └── vote_datan_requested.php │ └── partials │ │ ├── card_vote.php │ │ ├── explain.php │ │ ├── explain_text.php │ │ └── votes_carousel.php │ └── welcome_message.php ├── assets ├── css │ ├── circle.css │ ├── critical │ │ ├── city-mobile.css │ │ ├── city.css │ │ ├── depute_individual-mobile.css │ │ ├── depute_individual.css │ │ ├── groupe_individual-mobile.css │ │ ├── groupe_individual.css │ │ ├── index-mobile.css │ │ └── index.css │ ├── dashboard │ │ ├── adminlte.css │ │ ├── buttons.dataTables.min.css │ │ ├── ckeditor5.css │ │ ├── dataTables.bootstrap4.css │ │ ├── fixedHeader.dataTables.min.css │ │ └── style.css │ ├── datatables.bootstrap4.min.css │ ├── flickity.min.css │ ├── fontawesome.css │ ├── jquery-jvectormap-2.0.5.css │ ├── main.css │ ├── main.css.map │ ├── main.min.css │ └── removed │ │ ├── jquery.dataTables.min.css │ │ ├── purified.css │ │ └── responsive.dataTables.min.css ├── data │ ├── deputes_json.json │ ├── deputes_json.txt │ └── professions │ │ ├── election_4 │ │ ├── .gitkeep │ │ └── README.md │ │ └── election_6 │ │ ├── .gitkeep │ │ └── README.md ├── data_elections │ ├── europeennes-2024.json │ ├── legislatives-2022.json │ ├── legislatives-2024-1.json │ └── legislatives-2024-2.json ├── dataset_backup │ └── general │ │ └── .keep ├── documents │ └── conseil_scientifique_datan_2020.pdf ├── imgs │ ├── captcha │ │ └── index.php │ ├── cover │ │ ├── assemblee-nationale.jpg │ │ ├── hemicycle-from-back-375.jpg │ │ ├── hemicycle-from-back-768.jpg │ │ ├── hemicycle-from-back-min.jpg │ │ ├── hemicycle-from-back.jpg │ │ ├── hemicycle-from-back_non_resized.jpg │ │ ├── hemicycle-front-375.jpg │ │ ├── hemicycle-front-768.jpg │ │ ├── hemicycle-front-min.jpg │ │ ├── hemicycle-front.jpg │ │ ├── hemycicle-from-back-original.jpg │ │ └── main_vote-p.jpg │ ├── datan │ │ ├── logo_baseline_color_transp.png │ │ ├── logo_baseline_white_transp.png │ │ ├── logo_datan.png │ │ ├── logo_datan_navbar.png │ │ ├── logo_social_media.png │ │ ├── logo_svg.svg │ │ ├── logo_svg_beta.svg │ │ ├── logo_white_transp.png │ │ └── newsletter_social_media.png │ ├── favicon │ │ ├── apple-touch-icon-114x114.png │ │ ├── apple-touch-icon-120x120.png │ │ ├── apple-touch-icon-144x144.png │ │ ├── apple-touch-icon-152x152.png │ │ ├── apple-touch-icon-180x180.png │ │ ├── apple-touch-icon-57x57.png │ │ ├── apple-touch-icon-72x72.png │ │ ├── apple-touch-icon-76x76.png │ │ ├── apple-touch-icon.png │ │ ├── datan_favicon.ico │ │ └── datan_favicon.svg │ ├── fields │ │ ├── affaires-etrangeres.svg │ │ ├── affaires-sociales.svg │ │ ├── agriculture.svg │ │ ├── culture.svg │ │ ├── economie.svg │ │ ├── education.svg │ │ ├── environnement.svg │ │ ├── institutions.svg │ │ ├── justice.svg │ │ ├── sante-solidarite.svg │ │ ├── sports.svg │ │ └── universites-recherche.svg │ ├── fields_white │ │ ├── affaires-sociales.svg │ │ ├── agriculture.svg │ │ ├── economie.svg │ │ ├── environnement.svg │ │ ├── institutions.svg │ │ └── sante-solidarite.svg │ ├── france_map │ │ ├── map.svg │ │ ├── map_full.svg │ │ ├── map_small.svg │ │ └── outre-mer.svg │ ├── groupes │ │ ├── 14 │ │ │ ├── ECOLO.png │ │ │ ├── GDR.png │ │ │ ├── LES-REP.png │ │ │ ├── NI.png │ │ │ ├── R-UMP.png │ │ │ ├── RRDP.png │ │ │ ├── SER.png │ │ │ ├── SRC.png │ │ │ ├── UDI.png │ │ │ ├── UMP.png │ │ │ └── webp │ │ │ │ ├── ECOLO.webp │ │ │ │ ├── GDR.webp │ │ │ │ ├── LES-REP.webp │ │ │ │ ├── NI.webp │ │ │ │ ├── R-UMP.webp │ │ │ │ ├── RRDP.webp │ │ │ │ ├── SER.webp │ │ │ │ ├── SRC.webp │ │ │ │ ├── UDI.webp │ │ │ │ └── UMP.webp │ │ ├── 15 │ │ │ ├── AGIR-E.png │ │ │ ├── DEM.png │ │ │ ├── EDS.png │ │ │ ├── FI.png │ │ │ ├── GDR.png │ │ │ ├── LAREM.png │ │ │ ├── LC.png │ │ │ ├── LR.png │ │ │ ├── LT.png │ │ │ ├── MODEM.png │ │ │ ├── NG.png │ │ │ ├── NI.png │ │ │ ├── SOC.png │ │ │ ├── UDI-A-I.png │ │ │ ├── UDI-AGIR.png │ │ │ ├── UDI-I.png │ │ │ ├── UDI_I.png │ │ │ └── webp │ │ │ │ ├── AGIR-E.webp │ │ │ │ ├── DEM.webp │ │ │ │ ├── EDS.webp │ │ │ │ ├── FI.webp │ │ │ │ ├── GDR.webp │ │ │ │ ├── LAREM.webp │ │ │ │ ├── LC.webp │ │ │ │ ├── LR.webp │ │ │ │ ├── LT.webp │ │ │ │ ├── MODEM.webp │ │ │ │ ├── NG.webp │ │ │ │ ├── NI.webp │ │ │ │ ├── SOC.webp │ │ │ │ ├── UDI-A-I.webp │ │ │ │ ├── UDI-AGIR.webp │ │ │ │ ├── UDI-I.webp │ │ │ │ └── UDI_I.webp │ │ ├── 16 │ │ │ ├── DEM.png │ │ │ ├── ECOLO.png │ │ │ ├── GDR-NUPES.png │ │ │ ├── HOR.png │ │ │ ├── LFI-NUPES.png │ │ │ ├── LIOT.png │ │ │ ├── LR.png │ │ │ ├── NI.png │ │ │ ├── RE.png │ │ │ ├── RN.png │ │ │ ├── SOC-A.png │ │ │ ├── SOC.png │ │ │ └── webp │ │ │ │ ├── DEM.webp │ │ │ │ ├── ECOLO.webp │ │ │ │ ├── GDR-NUPES.webp │ │ │ │ ├── HOR.webp │ │ │ │ ├── LFI-NUPES.webp │ │ │ │ ├── LIOT.webp │ │ │ │ ├── LR.webp │ │ │ │ ├── NI.webp │ │ │ │ ├── RE.webp │ │ │ │ ├── RN.webp │ │ │ │ ├── SOC-A.webp │ │ │ │ └── SOC.webp │ │ ├── 17 │ │ │ ├── AD.png │ │ │ ├── DEM.png │ │ │ ├── DR.png │ │ │ ├── ECOS.png │ │ │ ├── EPR.png │ │ │ ├── GDR.png │ │ │ ├── HOR.png │ │ │ ├── LFI-NFP.png │ │ │ ├── LIOT.png │ │ │ ├── NI.png │ │ │ ├── RN.png │ │ │ ├── SOC.png │ │ │ ├── UDR.png │ │ │ └── webp │ │ │ │ ├── AD.webp │ │ │ │ ├── DEM.webp │ │ │ │ ├── DR.webp │ │ │ │ ├── ECOS.webp │ │ │ │ ├── EPR.webp │ │ │ │ ├── GDR.webp │ │ │ │ ├── HOR.webp │ │ │ │ ├── LFI-NFP.webp │ │ │ │ ├── LIOT.webp │ │ │ │ ├── NI.webp │ │ │ │ ├── RN.webp │ │ │ │ ├── SOC.webp │ │ │ │ └── UDR.webp │ │ ├── AGIR-E.png │ │ ├── DEM.png │ │ ├── EDS.png │ │ ├── FI.png │ │ ├── GDR.png │ │ ├── LAREM.png │ │ ├── LC.png │ │ ├── LR.png │ │ ├── LT.png │ │ ├── MODEM.png │ │ ├── NG.png │ │ ├── NI.png │ │ ├── SOC.png │ │ ├── UDI-A-I.png │ │ ├── UDI-AGIR.png │ │ ├── UDI-I.png │ │ ├── UDI_I.png │ │ └── webp │ │ │ ├── AGIR-E.webp │ │ │ ├── DEM.webp │ │ │ ├── EDS.webp │ │ │ ├── FI.webp │ │ │ ├── GDR.webp │ │ │ ├── LAREM.webp │ │ │ ├── LC.webp │ │ │ ├── LR.webp │ │ │ ├── LT.webp │ │ │ ├── MODEM.webp │ │ │ ├── NG.webp │ │ │ ├── NI.webp │ │ │ ├── SOC.webp │ │ │ ├── UDI-A-I.webp │ │ │ ├── UDI-AGIR.webp │ │ │ ├── UDI-I.webp │ │ │ └── UDI_I.webp │ ├── hemycicle_position │ │ ├── hemicycle_empty.svg │ │ └── position-hemycicle.svg │ ├── icons │ │ ├── arrow_external_right.svg │ │ ├── arrow_left.svg │ │ ├── arrow_right.svg │ │ ├── arrow_up.svg │ │ ├── bi-box-arrow-right.svg │ │ ├── bi-chevron-right.svg │ │ ├── bi-search.svg │ │ ├── box-arrow-up-right.svg │ │ ├── briefcase-fill.svg │ │ ├── calendar-date-fill.svg │ │ ├── calendar.svg │ │ ├── check_circle_fill.svg │ │ ├── elysee.svg │ │ ├── elysee_old.svg │ │ ├── envelope-circle.svg │ │ ├── envelope-fill.svg │ │ ├── envelope.svg │ │ ├── eye-fill.svg │ │ ├── file-text-fill.svg │ │ ├── folder-fill.svg │ │ ├── folder.svg │ │ ├── funnel-fill.svg │ │ ├── geo-alt-fill.svg │ │ ├── group.svg │ │ ├── heart-fill.svg │ │ ├── house-door-fill.svg │ │ ├── journal.svg │ │ ├── link.svg │ │ ├── loyalty.svg │ │ ├── map_france.svg │ │ ├── pencil-square.svg │ │ ├── people-fill.svg │ │ ├── person-fill.svg │ │ ├── plus.svg │ │ ├── question_circle.svg │ │ └── voting.svg │ ├── logos │ │ ├── GitHub-Mark.png │ │ ├── bluesky-round-color.svg │ │ ├── bluesky_datan.svg │ │ ├── bluesky_svg.svg │ │ ├── facebook-no-round.png │ │ ├── facebook-no-round.svg │ │ ├── facebook-round-color.svg │ │ ├── facebook.png │ │ ├── facebook_datan.png │ │ ├── facebook_datan.svg │ │ ├── facebook_svg.svg │ │ ├── github-mark.svg │ │ ├── instagram_datan.png │ │ ├── instagram_datan.svg │ │ ├── linkedin-no-round.png │ │ ├── linkedin-no-round.svg │ │ ├── linkedin-round-color.svg │ │ ├── linkedin.png │ │ ├── linkedin_datan.png │ │ ├── linkedin_datan.svg │ │ ├── twitter-no-round.png │ │ ├── twitter.png │ │ ├── twitter_datan.png │ │ ├── twitter_svg.svg │ │ ├── whatsapp-no-round.png │ │ ├── whatsapp-no-round.svg │ │ ├── x-no-round.svg │ │ ├── x-round-color.svg │ │ └── x_datan.svg │ ├── media │ │ ├── 20_minutes.png │ │ ├── bfm.jpg │ │ ├── capital.png │ │ ├── contexte.png │ │ ├── contrepoints.png │ │ ├── depeche.png │ │ ├── est_eclair.png │ │ ├── france3.png │ │ ├── france_culture.png │ │ ├── grande_conversation.png │ │ ├── ici_mayenne.png │ │ ├── jdd.png │ │ ├── la_croix.png │ │ ├── la_provence.png │ │ ├── la_tribune.png │ │ ├── lalsace.png │ │ ├── le-point.png │ │ ├── le_monde.png │ │ ├── le_parisien.png │ │ ├── les-enovateurs.png │ │ ├── les_echos.png │ │ ├── lexpress.png │ │ ├── liberation.png │ │ ├── lunion.png │ │ ├── marianne.png │ │ ├── mda.png │ │ ├── montagne.png │ │ ├── ouest_france.png │ │ ├── petit-bleu.png │ │ ├── populaire-centre.png │ │ ├── radio-evasion.png │ │ ├── ram05.png │ │ ├── republicain_lorrain.png │ │ ├── splann.png │ │ ├── sud_ouest.png │ │ ├── telegramme.png │ │ ├── terra-nova.png │ │ ├── the_conversation.png │ │ ├── tv78.png │ │ ├── var_matin.png │ │ └── voix_nord.png │ ├── partis │ │ ├── alcen.png │ │ ├── cal.png │ │ ├── cap.png │ │ ├── debou.png │ │ ├── ecoi.png │ │ ├── eelv.png │ │ ├── ensem.png │ │ ├── fi.png │ │ ├── larem.png │ │ ├── modem.png │ │ ├── pcf.png │ │ ├── peyia.png │ │ ├── plr.png │ │ ├── ppm.png │ │ ├── pprog.png │ │ ├── prg.png │ │ ├── ps.png │ │ ├── rep.png │ │ ├── rezre.png │ │ ├── rn.png │ │ ├── rps.png │ │ ├── thn.png │ │ ├── tph.png │ │ ├── udie.png │ │ └── udrl.png │ ├── photos │ │ ├── coalition-simulateur-home.png │ │ ├── election-example-btn.png │ │ ├── le-pen.jpg │ │ ├── le-pen.webp │ │ ├── macron.jpg │ │ └── macron.webp │ ├── placeholder │ │ ├── placeholder-face.png │ │ ├── placeholder-social-media-big.png │ │ ├── placeholder-social-media.png │ │ └── placeholder.png │ ├── posts │ │ ├── img_post_6.png │ │ ├── img_post_7.png │ │ ├── img_post_8.png │ │ ├── img_post_9.png │ │ └── inside │ │ │ └── sankey_overall_jpeg.jpg │ ├── pwa │ │ ├── datan_pwa_128.png │ │ ├── datan_pwa_144.png │ │ ├── datan_pwa_152.png │ │ ├── datan_pwa_192.png │ │ ├── datan_pwa_256.png │ │ └── datan_pwa_512.png │ ├── quiz │ │ ├── og-img.png │ │ └── phone.svg │ ├── svg │ │ ├── blob_1.svg │ │ ├── blob_2.svg │ │ ├── blob_3.svg │ │ ├── blob_4.svg │ │ ├── undraw_election_day_datan.svg │ │ ├── undraw_visual_data_b1wx_2.svg │ │ └── undraw_voting_nvu7.svg │ ├── team │ │ ├── alexis.jpg │ │ ├── auel.jpg │ │ ├── awenig.jpg │ │ ├── brack.jpg │ │ ├── brewalan.jpg │ │ ├── chloe.jpg │ │ ├── costa.png │ │ ├── guinaudeau.jpg │ │ ├── gwenneg.jpg │ │ ├── hugo.jpg │ │ ├── lupo.png │ │ ├── philippe.jpg │ │ ├── remi.jpg │ │ └── rozenberg.jpg │ └── thumbs │ │ ├── abstention-white.png │ │ ├── abstention.png │ │ ├── contre-white.png │ │ ├── contre.png │ │ ├── pour-white.png │ │ └── pour.png ├── js │ ├── custom │ │ ├── autocomplete_search.js │ │ ├── import_chartjs.js │ │ ├── map_france.js │ │ └── typed.js │ ├── dashboard │ │ ├── adminlte.js │ │ ├── bootstrap.bundle.min.js │ │ ├── buttons.colVis.min.js │ │ ├── countChar.js │ │ ├── dataTables.bootstrap4.js │ │ ├── dataTables.buttons.min.js │ │ ├── dataTables.fixedHeader.min.js │ │ ├── iframe.js │ │ ├── jquery-ui.min.js │ │ ├── jquery.dataTables.js │ │ ├── jquery.min.js │ │ ├── main.js │ │ └── summernote-bs4.min.js │ ├── datan │ │ ├── coalition_builder.js │ │ ├── coalition_builder.min.js │ │ ├── dashboard-mp-social-share.js │ │ ├── sorting.js │ │ ├── sorting_select.js │ │ ├── url_obf2.js │ │ └── url_obf2.min.js │ ├── dist │ │ ├── autocomplete_search.js │ │ ├── chart.js │ │ ├── chart.min.js │ │ ├── datatable-datan.min.js │ │ ├── map_france.js │ │ └── typed.js │ ├── libraries │ │ ├── bootstrap │ │ │ └── bootstrap.min.js │ │ ├── chart.js │ │ │ ├── chart.min.js │ │ │ └── chartjs-plugin-datalabels@2.1.js │ │ ├── ckeditor │ │ │ ├── ckeditor.js │ │ │ └── ckeditor5.js │ │ ├── datatable-datan.min.js.map │ │ ├── datatable │ │ │ ├── data-table-datan.js │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ ├── dataTables.responsive.min.js │ │ │ └── jquery.dataTables.min.js │ │ ├── datetime │ │ │ └── datetime-moment.js │ │ ├── flickity │ │ │ └── flickity.pkgd.min.js │ │ ├── isotope │ │ │ └── isotope.pkgd.min.js │ │ ├── jquery │ │ │ ├── jquery-3.5.1.min.js │ │ │ ├── jquery-ui.min.js │ │ │ └── jquery.unveil.min.js │ │ ├── jvectormap │ │ │ ├── jquery-jvectormap-2.0.5.min.js │ │ │ ├── jquery-jvectormap-fr-merc.js │ │ │ ├── jquery-jvectormap-fr_regions_2016-merc.js │ │ │ └── maps_jvectormap-datan.js │ │ ├── moment │ │ │ └── moment.min.js │ │ ├── popper │ │ │ └── popper.min.js │ │ └── typed │ │ │ └── typed.umd.js │ ├── main-es5.js │ ├── main-es5.js.map │ ├── main.js │ ├── main.js.map │ ├── main.map │ ├── main.min.js │ ├── main.min.js.map │ ├── removed │ │ ├── autocomplete_cities_api.js │ │ ├── autocomplete_deputes.js │ │ └── scrollbyspeed.js │ └── sourceMap.map ├── webfont_open_supp │ └── font_open_sans.css └── webfonts_supp │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ └── fa-solid-900.woff2 ├── bootstrap.scss ├── composer.json ├── composer.lock ├── conf ├── 000-default.conf └── entrypoint.sh ├── deploy.sh ├── docker-compose.yml ├── index.php ├── main.scss ├── package.json ├── robots.txt ├── scripts ├── admin.php ├── bdd-connexion.php ├── code_departements.php ├── daily.php ├── data │ ├── deputes_bluesky.csv │ ├── reseaux_sociaux_deputes.csv │ └── reseaux_sociaux_deputes_2022.csv ├── database │ ├── backup │ │ └── .keep │ ├── infos │ │ ├── 20220922_database.sql │ │ └── Databases MySQL - Datan.docx │ ├── update │ │ ├── example.php │ │ ├── v_2.php │ │ ├── v_3.php │ │ ├── v_4.php │ │ ├── v_5.php │ │ ├── v_6.php │ │ └── v_7.php │ └── versions.json ├── download.php ├── exportSql-users.php ├── exportSql.php ├── generate-dpts.php ├── get_expose_summary.php ├── get_results_legislative2017.php ├── include │ ├── json_minify.php │ └── legislature.php ├── lib │ ├── FileSaver.js │ ├── canvas2image.js │ ├── html2canvas.js │ ├── simplehtmldom_1_9 │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── example │ │ │ ├── example_advanced_selector.php │ │ │ ├── example_basic_selector.php │ │ │ ├── example_callback.php │ │ │ ├── example_extract_html.php │ │ │ ├── example_modify_contents.php │ │ │ ├── scraping │ │ │ │ ├── example_scraping_digg.php │ │ │ │ ├── example_scraping_general.php │ │ │ │ ├── example_scraping_imdb.php │ │ │ │ └── example_scraping_slashdot.php │ │ │ └── simple_html_dom_utility.php │ │ ├── manual │ │ │ ├── README.md │ │ │ ├── custom_theme │ │ │ │ └── main.html │ │ │ ├── docs │ │ │ │ ├── api │ │ │ │ │ ├── api.md │ │ │ │ │ ├── constants.md │ │ │ │ │ ├── definitions.md │ │ │ │ │ ├── file_get_html.md │ │ │ │ │ ├── simple_html_dom │ │ │ │ │ │ ├── __construct.md │ │ │ │ │ │ ├── __destruct.md │ │ │ │ │ │ ├── __get.md │ │ │ │ │ │ ├── __toString.md │ │ │ │ │ │ ├── as_text_node.md │ │ │ │ │ │ ├── childNodes.md │ │ │ │ │ │ ├── clear.md │ │ │ │ │ │ ├── copy_skip.md │ │ │ │ │ │ ├── copy_until.md │ │ │ │ │ │ ├── copy_until_char.md │ │ │ │ │ │ ├── createElement.md │ │ │ │ │ │ ├── createTextNode.md │ │ │ │ │ │ ├── dump.md │ │ │ │ │ │ ├── find.md │ │ │ │ │ │ ├── firstChild.md │ │ │ │ │ │ ├── getElementById.md │ │ │ │ │ │ ├── getElementByTagName.md │ │ │ │ │ │ ├── getElementsById.md │ │ │ │ │ │ ├── getElementsByTagName.md │ │ │ │ │ │ ├── lastChild.md │ │ │ │ │ │ ├── link_nodes.md │ │ │ │ │ │ ├── load.md │ │ │ │ │ │ ├── loadFile.md │ │ │ │ │ │ ├── load_file.md │ │ │ │ │ │ ├── parse.md │ │ │ │ │ │ ├── parse_attr.md │ │ │ │ │ │ ├── parse_charset.md │ │ │ │ │ │ ├── prepare.md │ │ │ │ │ │ ├── read_tag.md │ │ │ │ │ │ ├── remove_callback.md │ │ │ │ │ │ ├── remove_noise.md │ │ │ │ │ │ ├── restore_noise.md │ │ │ │ │ │ ├── save.md │ │ │ │ │ │ ├── search_noise.md │ │ │ │ │ │ ├── set_callback.md │ │ │ │ │ │ ├── simple_html_dom.md │ │ │ │ │ │ └── skip.md │ │ │ │ │ ├── simple_html_dom_node │ │ │ │ │ │ ├── __construct.md │ │ │ │ │ │ ├── __destruct.md │ │ │ │ │ │ ├── __get.md │ │ │ │ │ │ ├── __isset.md │ │ │ │ │ │ ├── __set.md │ │ │ │ │ │ ├── __toString.md │ │ │ │ │ │ ├── __unset.md │ │ │ │ │ │ ├── addClass.md │ │ │ │ │ │ ├── appendChild.md │ │ │ │ │ │ ├── childNodes.md │ │ │ │ │ │ ├── children.md │ │ │ │ │ │ ├── clear.md │ │ │ │ │ │ ├── convert_text.md │ │ │ │ │ │ ├── dump.md │ │ │ │ │ │ ├── dump_node.md │ │ │ │ │ │ ├── find.md │ │ │ │ │ │ ├── find_ancestor_tag.md │ │ │ │ │ │ ├── firstChild.md │ │ │ │ │ │ ├── first_child.md │ │ │ │ │ │ ├── getAllAttributes.md │ │ │ │ │ │ ├── getAttribute.md │ │ │ │ │ │ ├── getElementById.md │ │ │ │ │ │ ├── getElementByTagName.md │ │ │ │ │ │ ├── getElementsById.md │ │ │ │ │ │ ├── getElementsByTagName.md │ │ │ │ │ │ ├── get_display_size.md │ │ │ │ │ │ ├── hasAttribute.md │ │ │ │ │ │ ├── hasChildNodes.md │ │ │ │ │ │ ├── hasClass.md │ │ │ │ │ │ ├── has_child.md │ │ │ │ │ │ ├── innertext.md │ │ │ │ │ │ ├── is_utf8.md │ │ │ │ │ │ ├── lastChild.md │ │ │ │ │ │ ├── last_child.md │ │ │ │ │ │ ├── makeup.md │ │ │ │ │ │ ├── match.md │ │ │ │ │ │ ├── nextSibling.md │ │ │ │ │ │ ├── next_sibling.md │ │ │ │ │ │ ├── nodeName.md │ │ │ │ │ │ ├── outertext.md │ │ │ │ │ │ ├── parent.md │ │ │ │ │ │ ├── parentNode.md │ │ │ │ │ │ ├── parse_selector.md │ │ │ │ │ │ ├── prevSibling.md │ │ │ │ │ │ ├── prev_sibling.md │ │ │ │ │ │ ├── remove.md │ │ │ │ │ │ ├── removeAttribute.md │ │ │ │ │ │ ├── removeChild.md │ │ │ │ │ │ ├── removeClass.md │ │ │ │ │ │ ├── save.md │ │ │ │ │ │ ├── seek.md │ │ │ │ │ │ ├── setAttribute.md │ │ │ │ │ │ ├── simple_html_dom_node.md │ │ │ │ │ │ ├── text.md │ │ │ │ │ │ └── xmltext.md │ │ │ │ │ └── str_get_html.md │ │ │ │ ├── faq.md │ │ │ │ ├── index.md │ │ │ │ ├── manual │ │ │ │ │ ├── accessing-element-attributes.md │ │ │ │ │ ├── adding-nodes.md │ │ │ │ │ ├── creating-dom-objects.md │ │ │ │ │ ├── customizing-parsing-behavior.md │ │ │ │ │ ├── finding-html-elements.md │ │ │ │ │ ├── saving-dom-objects.md │ │ │ │ │ └── traversing-dom-tree.md │ │ │ │ ├── quick-start.md │ │ │ │ └── requirements.md │ │ │ ├── extra.css │ │ │ ├── mkdocs.yml │ │ │ └── site │ │ │ │ └── .gitkeep │ │ ├── phpcompatibility.xml │ │ ├── phpcs.xml │ │ └── simple_html_dom.php │ └── simplehtmldom_1_9_1 │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── example │ │ ├── example_advanced_selector.php │ │ ├── example_basic_selector.php │ │ ├── example_callback.php │ │ ├── example_extract_html.php │ │ ├── example_modify_contents.php │ │ ├── scraping │ │ │ ├── example_scraping_digg.php │ │ │ ├── example_scraping_general.php │ │ │ ├── example_scraping_imdb.php │ │ │ └── example_scraping_slashdot.php │ │ └── simple_html_dom_utility.php │ │ ├── manual │ │ ├── README.md │ │ ├── custom_theme │ │ │ └── main.html │ │ ├── docs │ │ │ ├── api │ │ │ │ ├── api.md │ │ │ │ ├── constants.md │ │ │ │ ├── definitions.md │ │ │ │ ├── file_get_html.md │ │ │ │ ├── simple_html_dom │ │ │ │ │ ├── __construct.md │ │ │ │ │ ├── __destruct.md │ │ │ │ │ ├── __get.md │ │ │ │ │ ├── __toString.md │ │ │ │ │ ├── as_text_node.md │ │ │ │ │ ├── childNodes.md │ │ │ │ │ ├── clear.md │ │ │ │ │ ├── copy_skip.md │ │ │ │ │ ├── copy_until.md │ │ │ │ │ ├── copy_until_char.md │ │ │ │ │ ├── createElement.md │ │ │ │ │ ├── createTextNode.md │ │ │ │ │ ├── dump.md │ │ │ │ │ ├── find.md │ │ │ │ │ ├── firstChild.md │ │ │ │ │ ├── getElementById.md │ │ │ │ │ ├── getElementByTagName.md │ │ │ │ │ ├── getElementsById.md │ │ │ │ │ ├── getElementsByTagName.md │ │ │ │ │ ├── lastChild.md │ │ │ │ │ ├── link_nodes.md │ │ │ │ │ ├── load.md │ │ │ │ │ ├── loadFile.md │ │ │ │ │ ├── load_file.md │ │ │ │ │ ├── parse.md │ │ │ │ │ ├── parse_attr.md │ │ │ │ │ ├── parse_charset.md │ │ │ │ │ ├── prepare.md │ │ │ │ │ ├── read_tag.md │ │ │ │ │ ├── remove_callback.md │ │ │ │ │ ├── remove_noise.md │ │ │ │ │ ├── restore_noise.md │ │ │ │ │ ├── save.md │ │ │ │ │ ├── search_noise.md │ │ │ │ │ ├── set_callback.md │ │ │ │ │ ├── simple_html_dom.md │ │ │ │ │ └── skip.md │ │ │ │ ├── simple_html_dom_node │ │ │ │ │ ├── __construct.md │ │ │ │ │ ├── __destruct.md │ │ │ │ │ ├── __get.md │ │ │ │ │ ├── __isset.md │ │ │ │ │ ├── __set.md │ │ │ │ │ ├── __toString.md │ │ │ │ │ ├── __unset.md │ │ │ │ │ ├── addClass.md │ │ │ │ │ ├── appendChild.md │ │ │ │ │ ├── childNodes.md │ │ │ │ │ ├── children.md │ │ │ │ │ ├── clear.md │ │ │ │ │ ├── convert_text.md │ │ │ │ │ ├── dump.md │ │ │ │ │ ├── dump_node.md │ │ │ │ │ ├── find.md │ │ │ │ │ ├── find_ancestor_tag.md │ │ │ │ │ ├── firstChild.md │ │ │ │ │ ├── first_child.md │ │ │ │ │ ├── getAllAttributes.md │ │ │ │ │ ├── getAttribute.md │ │ │ │ │ ├── getElementById.md │ │ │ │ │ ├── getElementByTagName.md │ │ │ │ │ ├── getElementsById.md │ │ │ │ │ ├── getElementsByTagName.md │ │ │ │ │ ├── get_display_size.md │ │ │ │ │ ├── hasAttribute.md │ │ │ │ │ ├── hasChildNodes.md │ │ │ │ │ ├── hasClass.md │ │ │ │ │ ├── has_child.md │ │ │ │ │ ├── innertext.md │ │ │ │ │ ├── is_utf8.md │ │ │ │ │ ├── lastChild.md │ │ │ │ │ ├── last_child.md │ │ │ │ │ ├── makeup.md │ │ │ │ │ ├── match.md │ │ │ │ │ ├── nextSibling.md │ │ │ │ │ ├── next_sibling.md │ │ │ │ │ ├── nodeName.md │ │ │ │ │ ├── outertext.md │ │ │ │ │ ├── parent.md │ │ │ │ │ ├── parentNode.md │ │ │ │ │ ├── parse_selector.md │ │ │ │ │ ├── prevSibling.md │ │ │ │ │ ├── prev_sibling.md │ │ │ │ │ ├── remove.md │ │ │ │ │ ├── removeAttribute.md │ │ │ │ │ ├── removeChild.md │ │ │ │ │ ├── removeClass.md │ │ │ │ │ ├── save.md │ │ │ │ │ ├── seek.md │ │ │ │ │ ├── setAttribute.md │ │ │ │ │ ├── simple_html_dom_node.md │ │ │ │ │ ├── text.md │ │ │ │ │ └── xmltext.md │ │ │ │ └── str_get_html.md │ │ │ ├── faq.md │ │ │ ├── index.md │ │ │ ├── manual │ │ │ │ ├── accessing-element-attributes.md │ │ │ │ ├── adding-nodes.md │ │ │ │ ├── creating-dom-objects.md │ │ │ │ ├── customizing-parsing-behavior.md │ │ │ │ ├── finding-html-elements.md │ │ │ │ ├── saving-dom-objects.md │ │ │ │ └── traversing-dom-tree.md │ │ │ ├── quick-start.md │ │ │ └── requirements.md │ │ ├── extra.css │ │ ├── mkdocs.yml │ │ └── site │ │ │ └── .gitkeep │ │ ├── phpcompatibility.xml │ │ ├── phpcs.xml │ │ └── simple_html_dom.php ├── old │ ├── 20220709_explications_mps.php │ ├── add_twitter_facebook.php │ ├── add_twitter_facebook_2022.php │ ├── cities.php │ ├── cities_slug.php │ ├── depute_ogp │ │ ├── code_ogp_puppeteer.js │ │ ├── code_photos_ogp_delete.php │ │ ├── code_photos_ogp_export.php │ │ ├── code_photos_ogp_resmush.php │ │ └── code_photos_ogp_save.php │ └── update_department.php ├── path.php ├── profession │ ├── data │ │ ├── legislatives-2024-candidatures-france-entiere-tour-1-2024-06-28.csv │ │ └── legislatives-2024-candidatures-france-entiere-tour-2-2024-07-05.csv │ ├── election_2022.php │ └── election_2024.php ├── remove_img_new_legislature.php ├── src │ └── departement.sql ├── supp_doublons.php ├── update_version_asset.php └── weekly.php ├── system ├── _htaccess ├── core │ ├── Benchmark.php │ ├── CodeIgniter.php │ ├── Common.php │ ├── Config.php │ ├── Controller.php │ ├── Exceptions.php │ ├── Hooks.php │ ├── Input.php │ ├── Lang.php │ ├── Loader.php │ ├── Log.php │ ├── Model.php │ ├── Output.php │ ├── Router.php │ ├── Security.php │ ├── URI.php │ ├── Utf8.php │ ├── compat │ │ ├── hash.php │ │ ├── index.html │ │ ├── mbstring.php │ │ ├── password.php │ │ └── standard.php │ └── index.html ├── database │ ├── DB.php │ ├── DB_cache.php │ ├── DB_driver.php │ ├── DB_forge.php │ ├── DB_query_builder.php │ ├── DB_result.php │ ├── DB_utility.php │ ├── drivers │ │ ├── cubrid │ │ │ ├── cubrid_driver.php │ │ │ ├── cubrid_forge.php │ │ │ ├── cubrid_result.php │ │ │ ├── cubrid_utility.php │ │ │ └── index.html │ │ ├── ibase │ │ │ ├── ibase_driver.php │ │ │ ├── ibase_forge.php │ │ │ ├── ibase_result.php │ │ │ ├── ibase_utility.php │ │ │ └── index.html │ │ ├── index.html │ │ ├── mssql │ │ │ ├── index.html │ │ │ ├── mssql_driver.php │ │ │ ├── mssql_forge.php │ │ │ ├── mssql_result.php │ │ │ └── mssql_utility.php │ │ ├── mysql │ │ │ ├── index.html │ │ │ ├── mysql_driver.php │ │ │ ├── mysql_forge.php │ │ │ ├── mysql_result.php │ │ │ └── mysql_utility.php │ │ ├── mysqli │ │ │ ├── index.html │ │ │ ├── mysqli_driver.php │ │ │ ├── mysqli_forge.php │ │ │ ├── mysqli_result.php │ │ │ └── mysqli_utility.php │ │ ├── oci8 │ │ │ ├── index.html │ │ │ ├── oci8_driver.php │ │ │ ├── oci8_forge.php │ │ │ ├── oci8_result.php │ │ │ └── oci8_utility.php │ │ ├── odbc │ │ │ ├── index.html │ │ │ ├── odbc_driver.php │ │ │ ├── odbc_forge.php │ │ │ ├── odbc_result.php │ │ │ └── odbc_utility.php │ │ ├── pdo │ │ │ ├── index.html │ │ │ ├── pdo_driver.php │ │ │ ├── pdo_forge.php │ │ │ ├── pdo_result.php │ │ │ ├── pdo_utility.php │ │ │ └── subdrivers │ │ │ │ ├── index.html │ │ │ │ ├── pdo_4d_driver.php │ │ │ │ ├── pdo_4d_forge.php │ │ │ │ ├── pdo_cubrid_driver.php │ │ │ │ ├── pdo_cubrid_forge.php │ │ │ │ ├── pdo_dblib_driver.php │ │ │ │ ├── pdo_dblib_forge.php │ │ │ │ ├── pdo_firebird_driver.php │ │ │ │ ├── pdo_firebird_forge.php │ │ │ │ ├── pdo_ibm_driver.php │ │ │ │ ├── pdo_ibm_forge.php │ │ │ │ ├── pdo_informix_driver.php │ │ │ │ ├── pdo_informix_forge.php │ │ │ │ ├── pdo_mysql_driver.php │ │ │ │ ├── pdo_mysql_forge.php │ │ │ │ ├── pdo_oci_driver.php │ │ │ │ ├── pdo_oci_forge.php │ │ │ │ ├── pdo_odbc_driver.php │ │ │ │ ├── pdo_odbc_forge.php │ │ │ │ ├── pdo_pgsql_driver.php │ │ │ │ ├── pdo_pgsql_forge.php │ │ │ │ ├── pdo_sqlite_driver.php │ │ │ │ ├── pdo_sqlite_forge.php │ │ │ │ ├── pdo_sqlsrv_driver.php │ │ │ │ └── pdo_sqlsrv_forge.php │ │ ├── postgre │ │ │ ├── index.html │ │ │ ├── postgre_driver.php │ │ │ ├── postgre_forge.php │ │ │ ├── postgre_result.php │ │ │ └── postgre_utility.php │ │ ├── sqlite │ │ │ ├── index.html │ │ │ ├── sqlite_driver.php │ │ │ ├── sqlite_forge.php │ │ │ ├── sqlite_result.php │ │ │ └── sqlite_utility.php │ │ ├── sqlite3 │ │ │ ├── index.html │ │ │ ├── sqlite3_driver.php │ │ │ ├── sqlite3_forge.php │ │ │ ├── sqlite3_result.php │ │ │ └── sqlite3_utility.php │ │ └── sqlsrv │ │ │ ├── index.html │ │ │ ├── sqlsrv_driver.php │ │ │ ├── sqlsrv_forge.php │ │ │ ├── sqlsrv_result.php │ │ │ └── sqlsrv_utility.php │ └── index.html ├── fonts │ ├── index.html │ └── texb.ttf ├── helpers │ ├── array_helper.php │ ├── captcha_helper.php │ ├── cookie_helper.php │ ├── date_helper.php │ ├── directory_helper.php │ ├── download_helper.php │ ├── email_helper.php │ ├── file_helper.php │ ├── form_helper.php │ ├── html_helper.php │ ├── index.html │ ├── inflector_helper.php │ ├── language_helper.php │ ├── number_helper.php │ ├── path_helper.php │ ├── security_helper.php │ ├── smiley_helper.php │ ├── string_helper.php │ ├── text_helper.php │ ├── typography_helper.php │ ├── url_helper.php │ └── xml_helper.php ├── index.html ├── language │ ├── english │ │ ├── calendar_lang.php │ │ ├── date_lang.php │ │ ├── db_lang.php │ │ ├── email_lang.php │ │ ├── form_validation_lang.php │ │ ├── ftp_lang.php │ │ ├── imglib_lang.php │ │ ├── index.html │ │ ├── migration_lang.php │ │ ├── number_lang.php │ │ ├── pagination_lang.php │ │ ├── profiler_lang.php │ │ ├── unit_test_lang.php │ │ └── upload_lang.php │ ├── french │ │ ├── calendar_lang.php │ │ ├── date_lang.php │ │ ├── db_lang.php │ │ ├── email_lang.php │ │ ├── form_validation_lang.php │ │ ├── ftp_lang.php │ │ ├── imglib_lang.php │ │ ├── index.html │ │ ├── migration_lang.php │ │ ├── number_lang.php │ │ ├── pagination_lang.php │ │ ├── profiler_lang.php │ │ ├── unit_test_lang.php │ │ └── upload_lang.php │ └── index.html └── libraries │ ├── Cache │ ├── Cache.php │ ├── drivers │ │ ├── Cache_apc.php │ │ ├── Cache_dummy.php │ │ ├── Cache_file.php │ │ ├── Cache_memcached.php │ │ ├── Cache_redis.php │ │ ├── Cache_wincache.php │ │ └── index.html │ └── index.html │ ├── Calendar.php │ ├── Cart.php │ ├── Driver.php │ ├── Email.php │ ├── Encrypt.php │ ├── Encryption.php │ ├── Form_validation.php │ ├── Ftp.php │ ├── Image_lib.php │ ├── Javascript.php │ ├── Javascript │ ├── Jquery.php │ └── index.html │ ├── Migration.php │ ├── Pagination.php │ ├── Parser.php │ ├── Profiler.php │ ├── Session │ ├── Session.php │ ├── SessionHandlerInterface.php │ ├── Session_driver.php │ ├── drivers │ │ ├── Session_database_driver.php │ │ ├── Session_files_driver.php │ │ ├── Session_memcached_driver.php │ │ ├── Session_redis_driver.php │ │ └── index.html │ └── index.html │ ├── Table.php │ ├── Trackback.php │ ├── Typography.php │ ├── Unit_test.php │ ├── Upload.php │ ├── User_agent.php │ ├── Xmlrpc.php │ ├── Xmlrpcs.php │ ├── Zip.php │ └── index.html └── tests ├── compare_branch.php └── urls.txt /.env.dist: -------------------------------------------------------------------------------- 1 | PHP_ENABLE_XDEBUG=0 2 | MYSQL_HOST=database 3 | MYSQL_PORT=3306 4 | MYSQL_DATABASE=datan 5 | MYSQL_USER=datan 6 | MYSQL_PASSWORD=datan 7 | MYSQL_ROOT_PASSWORD=datan 8 | PMA_HOST=database 9 | DATABASE_HOST=db 10 | DATABASE_NAME=datan 11 | DATABASE_USERNAME=datan 12 | DATABASE_PASSWORD=datan 13 | DATABASE_BACKUP=latest.sql 14 | CI_ENV=development 15 | BASE_URL=http://dev-datan.fr 16 | API_KEY_NOBG= 17 | API_KEY_MAILJET= 18 | API_KEY_SECRETE_MAILJET= 19 | COMPOSER_AUTOLOAD=application/config/autoload.php -------------------------------------------------------------------------------- /DockerfileSQL: -------------------------------------------------------------------------------- 1 | FROM mysql:8.0 2 | ARG DATABASE_BACKUP 3 | ENV DATABASE_BACKUP $DATABASE_BACKUP 4 | # download and send 5 | RUN curl https://datan.fr/assets/dataset_backup/general/${DATABASE_BACKUP} --output /docker-entrypoint-initdb.d/init.sql 6 | -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- 1 | Mettre les variables au démarrage de docker-compose up : 2 | Décommenter les lignes et commenter celles qui sont en dures 3 | -------------------------------------------------------------------------------- /application/_htaccess: -------------------------------------------------------------------------------- 1 | 2 | Require all denied 3 | 4 | 5 | Deny from all 6 | -------------------------------------------------------------------------------- /application/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/config/custom_config.php.dist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/config/memcached.php: -------------------------------------------------------------------------------- 1 | array( 15 | 'hostname' => '127.0.0.1', 16 | 'port' => '11211', 17 | 'weight' => '1', 18 | ), 19 | ); 20 | -------------------------------------------------------------------------------- /application/config/profiler.php: -------------------------------------------------------------------------------- 1 | password_model->security_only_team(); 7 | } 8 | 9 | // Delete all cache 10 | public function delete_all(){ 11 | delete_all_cache(); 12 | $this->db->cache_delete_all(); // For database cache 13 | redirect(); 14 | } 15 | 16 | } 17 | ?> 18 | -------------------------------------------------------------------------------- /application/controllers/Commissions.php: -------------------------------------------------------------------------------- 1 | load->view('templates/construction'); 9 | } 10 | } 11 | ?> 12 | -------------------------------------------------------------------------------- /application/controllers/Errormanager.php: -------------------------------------------------------------------------------- 1 | functions_datan->get_404_infos()); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /application/controllers/Export.php: -------------------------------------------------------------------------------- 1 | session->set_userdata('already_closed', $value); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /application/controllers/LogViewerController.php: -------------------------------------------------------------------------------- 1 | password_model->security_only_admin(); 9 | $this->logViewer = new \CILogViewer\CILogViewer(); 10 | } 11 | 12 | public function index() { 13 | echo $this->logViewer->showLogs(); 14 | return; 15 | } 16 | 17 | } 18 | ?> 19 | -------------------------------------------------------------------------------- /application/controllers/Logs.php: -------------------------------------------------------------------------------- 1 | password_model->security_only_admin(); 6 | } 7 | 8 | public function index($name) { 9 | $file = dirname($_SERVER['DOCUMENT_ROOT']) . '/logs/' . $name . '.log'; 10 | $output = file_get_contents($file); 11 | echo '
' . $output . '
'; 12 | 13 | } 14 | 15 | } 16 | ?> 17 | -------------------------------------------------------------------------------- /application/controllers/Redirection.php: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/helpers/html_minifier_helper.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/helpers/mjml_helper.php: -------------------------------------------------------------------------------- 1 | render($mjml); 8 | } 9 | 10 | ?> 11 | -------------------------------------------------------------------------------- /application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/hooks/ssl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/application/hooks/ssl.php -------------------------------------------------------------------------------- /application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/models/Language_sql.php: -------------------------------------------------------------------------------- 1 | db->query("SET lc_time_names='fr_FR'"); 7 | } 8 | } 9 | ?> 10 | -------------------------------------------------------------------------------- /application/models/Legislature_model.php: -------------------------------------------------------------------------------- 1 | load->database(); 5 | } 6 | 7 | public function get_legislature($legislature){ 8 | return $this->db->get_where('legislature', array('legislatureNumber' => $legislature))->row_array(); 9 | } 10 | 11 | public function get_legislatures($legislatures){ 12 | $this->db->where_in('legislatureNumber', $legislatures); 13 | return $this->db->get('legislature')->result_array(); 14 | } 15 | 16 | } 17 | ?> 18 | -------------------------------------------------------------------------------- /application/models/Organes_model.php: -------------------------------------------------------------------------------- 1 | load->database(); 5 | } 6 | 7 | public function get_organe($id){ 8 | $this->db->select('*, date_format(dateDebut, "%d %M %Y") as dateDebutFR, date_format(dateFin, "%d %M %Y") as dateFinFR '); 9 | return $this->db->get_where('organes', array('uid' => $id), 1)->row_array(); 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /application/models/Readings_model.php: -------------------------------------------------------------------------------- 1 | db->get('readings')->result_array(); 8 | } 9 | } 10 | ?> 11 | -------------------------------------------------------------------------------- /application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/third_party/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/captcha/index.php: -------------------------------------------------------------------------------- 1 |

2 |
3 | 4 |
5 | -------------------------------------------------------------------------------- /application/views/categories/index.php: -------------------------------------------------------------------------------- 1 |
2 |

3 | 10 |
11 | -------------------------------------------------------------------------------- /application/views/classements/templates/header.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

NOS STATISTIQUE DE L'ASSEMBLÉE NATIONALE

5 |

6 | -------------------------------------------------------------------------------- /application/views/dashboard-mp/partials/breadcrumb.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /application/views/emails/newsletter.php: -------------------------------------------------------------------------------- 1 |

Merci de t'être inscrit

2 |

Tu es bien inscrit ! On te donne très vite des infos !

-------------------------------------------------------------------------------- /application/views/errors/cli/error_404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/errors/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/exceptionPurifyCss/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /application/views/iframe/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/pages/legislature-15.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

5 | 6 |
7 |
8 |
9 | -------------------------------------------------------------------------------- /application/views/quiz/result.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 | -------------------------------------------------------------------------------- /application/views/sitemap/page.php: -------------------------------------------------------------------------------- 1 | '; 5 | 6 | echo ''; 7 | 8 | foreach ($urls as $url) { 9 | echo ''; 10 | echo ''.$url['url'].''; 11 | echo ''; 12 | } 13 | 14 | echo ''; 15 | 16 | ?> 17 | -------------------------------------------------------------------------------- /application/views/sitemap/posts.php: -------------------------------------------------------------------------------- 1 | '; 6 | 7 | echo ''; 8 | 9 | 10 | foreach ($posts as $post) { 11 | echo ''; 12 | echo ''.$post['url'].''; 13 | echo ''.$post['lastmod'].''; 14 | echo ''; 15 | } 16 | 17 | echo ''; 18 | 19 | ?> 20 | -------------------------------------------------------------------------------- /application/views/templates/button_up.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /application/views/templates/footer_no_navbar.php: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /application/views/users/blocked.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /assets/css/dashboard/fixedHeader.dataTables.min.css: -------------------------------------------------------------------------------- 1 | table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}} 2 | -------------------------------------------------------------------------------- /assets/data/professions/election_4/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/data/professions/election_4/.gitkeep -------------------------------------------------------------------------------- /assets/data/professions/election_4/README.md: -------------------------------------------------------------------------------- 1 | In this folder (data/professions/election_4) are saved the 'professions de foi' for the following election: 2022 legislative election in France. We only stored the documents for former legislators or for candidates who were elected during that election. 2 | -------------------------------------------------------------------------------- /assets/data/professions/election_6/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/data/professions/election_6/.gitkeep -------------------------------------------------------------------------------- /assets/data/professions/election_6/README.md: -------------------------------------------------------------------------------- 1 | In this folder (data/professions/election_6) are saved the 'professions de foi' for the following election: 2024 legislative election in France. We only stored the documents for former legislators or for candidates who were elected during that election. 2 | -------------------------------------------------------------------------------- /assets/data_elections/legislatives-2024-1.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "libelle" : "Rassemblement national", 4 | "couleurAssociee": "#66230E", 5 | "effectif": 33 6 | }, 7 | { 8 | "libelle": "Nouveau Front Populaire", 9 | "couleurAssociee": "#EE7AA3", 10 | "effectif": 28 11 | }, 12 | { 13 | "libelle" : "Renaissance", 14 | "couleurAssociee": "#F7A600", 15 | "effectif": 22 16 | }, 17 | { 18 | "libelle" : "Les Républicains", 19 | "couleurAssociee": "#0095D4", 20 | "effectif": 7 21 | } 22 | ] 23 | -------------------------------------------------------------------------------- /assets/dataset_backup/general/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/dataset_backup/general/.keep -------------------------------------------------------------------------------- /assets/documents/conseil_scientifique_datan_2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/documents/conseil_scientifique_datan_2020.pdf -------------------------------------------------------------------------------- /assets/imgs/captcha/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/captcha/index.php -------------------------------------------------------------------------------- /assets/imgs/cover/assemblee-nationale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/assemblee-nationale.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-from-back-375.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-from-back-375.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-from-back-768.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-from-back-768.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-from-back-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-from-back-min.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-from-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-from-back.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-from-back_non_resized.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-from-back_non_resized.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-front-375.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-front-375.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-front-768.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-front-768.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-front-min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-front-min.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemicycle-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemicycle-front.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/hemycicle-from-back-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/hemycicle-from-back-original.jpg -------------------------------------------------------------------------------- /assets/imgs/cover/main_vote-p.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/cover/main_vote-p.jpg -------------------------------------------------------------------------------- /assets/imgs/datan/logo_baseline_color_transp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_baseline_color_transp.png -------------------------------------------------------------------------------- /assets/imgs/datan/logo_baseline_white_transp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_baseline_white_transp.png -------------------------------------------------------------------------------- /assets/imgs/datan/logo_datan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_datan.png -------------------------------------------------------------------------------- /assets/imgs/datan/logo_datan_navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_datan_navbar.png -------------------------------------------------------------------------------- /assets/imgs/datan/logo_social_media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_social_media.png -------------------------------------------------------------------------------- /assets/imgs/datan/logo_white_transp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/logo_white_transp.png -------------------------------------------------------------------------------- /assets/imgs/datan/newsletter_social_media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/datan/newsletter_social_media.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /assets/imgs/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /assets/imgs/favicon/datan_favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/favicon/datan_favicon.ico -------------------------------------------------------------------------------- /assets/imgs/groupes/14/ECOLO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/ECOLO.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/GDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/GDR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/LES-REP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/LES-REP.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/NI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/R-UMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/R-UMP.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/RRDP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/RRDP.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/SER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/SER.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/SRC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/SRC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/UDI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/UDI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/UMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/UMP.png -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/ECOLO.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/ECOLO.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/GDR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/GDR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/LES-REP.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/LES-REP.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/NI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/NI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/R-UMP.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/R-UMP.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/RRDP.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/RRDP.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/SER.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/SER.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/SRC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/SRC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/UDI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/UDI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/14/webp/UMP.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/14/webp/UMP.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/AGIR-E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/AGIR-E.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/DEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/DEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/EDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/EDS.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/FI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/FI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/GDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/GDR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/LAREM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/LAREM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/LC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/LC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/LR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/LT.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/MODEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/MODEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/NG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/NG.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/NI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/SOC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/SOC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/UDI-A-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/UDI-A-I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/UDI-AGIR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/UDI-AGIR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/UDI-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/UDI-I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/UDI_I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/UDI_I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/AGIR-E.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/AGIR-E.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/DEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/DEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/EDS.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/EDS.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/FI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/FI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/GDR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/GDR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/LAREM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/LAREM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/LC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/LC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/LR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/LR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/LT.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/LT.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/MODEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/MODEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/NG.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/NG.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/NI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/NI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/SOC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/SOC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/UDI-A-I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/UDI-A-I.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/UDI-AGIR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/UDI-AGIR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/UDI-I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/UDI-I.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/15/webp/UDI_I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/15/webp/UDI_I.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/DEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/DEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/ECOLO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/ECOLO.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/GDR-NUPES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/GDR-NUPES.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/HOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/HOR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/LFI-NUPES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/LFI-NUPES.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/LIOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/LIOT.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/LR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/NI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/RE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/RE.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/RN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/RN.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/SOC-A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/SOC-A.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/SOC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/SOC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/DEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/DEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/ECOLO.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/ECOLO.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/GDR-NUPES.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/GDR-NUPES.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/HOR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/HOR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/LFI-NUPES.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/LFI-NUPES.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/LIOT.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/LIOT.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/LR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/LR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/NI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/NI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/RE.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/RE.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/RN.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/RN.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/SOC-A.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/SOC-A.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/16/webp/SOC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/16/webp/SOC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/AD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/AD.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/DEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/DEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/DR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/DR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/ECOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/ECOS.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/EPR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/EPR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/GDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/GDR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/HOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/HOR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/LFI-NFP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/LFI-NFP.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/LIOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/LIOT.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/NI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/RN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/RN.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/SOC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/SOC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/UDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/UDR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/AD.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/AD.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/DEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/DEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/DR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/DR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/ECOS.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/ECOS.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/EPR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/EPR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/GDR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/GDR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/HOR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/HOR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/LFI-NFP.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/LFI-NFP.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/LIOT.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/LIOT.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/NI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/NI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/RN.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/RN.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/SOC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/SOC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/17/webp/UDR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/17/webp/UDR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/AGIR-E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/AGIR-E.png -------------------------------------------------------------------------------- /assets/imgs/groupes/DEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/DEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/EDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/EDS.png -------------------------------------------------------------------------------- /assets/imgs/groupes/FI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/FI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/GDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/GDR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/LAREM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/LAREM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/LC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/LC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/LR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/LT.png -------------------------------------------------------------------------------- /assets/imgs/groupes/MODEM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/MODEM.png -------------------------------------------------------------------------------- /assets/imgs/groupes/NG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/NG.png -------------------------------------------------------------------------------- /assets/imgs/groupes/NI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/NI.png -------------------------------------------------------------------------------- /assets/imgs/groupes/SOC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/SOC.png -------------------------------------------------------------------------------- /assets/imgs/groupes/UDI-A-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/UDI-A-I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/UDI-AGIR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/UDI-AGIR.png -------------------------------------------------------------------------------- /assets/imgs/groupes/UDI-I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/UDI-I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/UDI_I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/UDI_I.png -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/AGIR-E.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/AGIR-E.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/DEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/DEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/EDS.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/EDS.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/FI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/FI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/GDR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/GDR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/LAREM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/LAREM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/LC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/LC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/LR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/LR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/LT.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/LT.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/MODEM.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/MODEM.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/NG.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/NG.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/NI.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/NI.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/SOC.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/SOC.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/UDI-A-I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/UDI-A-I.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/UDI-AGIR.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/UDI-AGIR.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/UDI-I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/UDI-I.webp -------------------------------------------------------------------------------- /assets/imgs/groupes/webp/UDI_I.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/groupes/webp/UDI_I.webp -------------------------------------------------------------------------------- /assets/imgs/icons/arrow_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/imgs/icons/arrow_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/imgs/icons/arrow_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/imgs/icons/bi-box-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/bi-chevron-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/bi-search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/box-arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/check_circle_fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/imgs/icons/envelope-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/envelope.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/eye-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/file-text-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/folder-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/imgs/icons/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/funnel-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/geo-alt-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | Département 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/heart-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /assets/imgs/icons/house-door-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/link.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/people-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/imgs/icons/person-fill.svg: -------------------------------------------------------------------------------- 1 | 2 | Âge 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/icons/plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/logos/GitHub-Mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/GitHub-Mark.png -------------------------------------------------------------------------------- /assets/imgs/logos/facebook-no-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/facebook-no-round.png -------------------------------------------------------------------------------- /assets/imgs/logos/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/facebook.png -------------------------------------------------------------------------------- /assets/imgs/logos/facebook_datan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/facebook_datan.png -------------------------------------------------------------------------------- /assets/imgs/logos/facebook_svg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/imgs/logos/instagram_datan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/instagram_datan.png -------------------------------------------------------------------------------- /assets/imgs/logos/linkedin-no-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/linkedin-no-round.png -------------------------------------------------------------------------------- /assets/imgs/logos/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/linkedin.png -------------------------------------------------------------------------------- /assets/imgs/logos/linkedin_datan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/linkedin_datan.png -------------------------------------------------------------------------------- /assets/imgs/logos/twitter-no-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/twitter-no-round.png -------------------------------------------------------------------------------- /assets/imgs/logos/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/twitter.png -------------------------------------------------------------------------------- /assets/imgs/logos/twitter_datan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/twitter_datan.png -------------------------------------------------------------------------------- /assets/imgs/logos/whatsapp-no-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/logos/whatsapp-no-round.png -------------------------------------------------------------------------------- /assets/imgs/media/20_minutes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/20_minutes.png -------------------------------------------------------------------------------- /assets/imgs/media/bfm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/bfm.jpg -------------------------------------------------------------------------------- /assets/imgs/media/capital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/capital.png -------------------------------------------------------------------------------- /assets/imgs/media/contexte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/contexte.png -------------------------------------------------------------------------------- /assets/imgs/media/contrepoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/contrepoints.png -------------------------------------------------------------------------------- /assets/imgs/media/depeche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/depeche.png -------------------------------------------------------------------------------- /assets/imgs/media/est_eclair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/est_eclair.png -------------------------------------------------------------------------------- /assets/imgs/media/france3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/france3.png -------------------------------------------------------------------------------- /assets/imgs/media/france_culture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/france_culture.png -------------------------------------------------------------------------------- /assets/imgs/media/grande_conversation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/grande_conversation.png -------------------------------------------------------------------------------- /assets/imgs/media/ici_mayenne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/ici_mayenne.png -------------------------------------------------------------------------------- /assets/imgs/media/jdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/jdd.png -------------------------------------------------------------------------------- /assets/imgs/media/la_croix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/la_croix.png -------------------------------------------------------------------------------- /assets/imgs/media/la_provence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/la_provence.png -------------------------------------------------------------------------------- /assets/imgs/media/la_tribune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/la_tribune.png -------------------------------------------------------------------------------- /assets/imgs/media/lalsace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/lalsace.png -------------------------------------------------------------------------------- /assets/imgs/media/le-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/le-point.png -------------------------------------------------------------------------------- /assets/imgs/media/le_monde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/le_monde.png -------------------------------------------------------------------------------- /assets/imgs/media/le_parisien.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/le_parisien.png -------------------------------------------------------------------------------- /assets/imgs/media/les-enovateurs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/les-enovateurs.png -------------------------------------------------------------------------------- /assets/imgs/media/les_echos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/les_echos.png -------------------------------------------------------------------------------- /assets/imgs/media/lexpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/lexpress.png -------------------------------------------------------------------------------- /assets/imgs/media/liberation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/liberation.png -------------------------------------------------------------------------------- /assets/imgs/media/lunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/lunion.png -------------------------------------------------------------------------------- /assets/imgs/media/marianne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/marianne.png -------------------------------------------------------------------------------- /assets/imgs/media/mda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/mda.png -------------------------------------------------------------------------------- /assets/imgs/media/montagne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/montagne.png -------------------------------------------------------------------------------- /assets/imgs/media/ouest_france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/ouest_france.png -------------------------------------------------------------------------------- /assets/imgs/media/petit-bleu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/petit-bleu.png -------------------------------------------------------------------------------- /assets/imgs/media/populaire-centre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/populaire-centre.png -------------------------------------------------------------------------------- /assets/imgs/media/radio-evasion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/radio-evasion.png -------------------------------------------------------------------------------- /assets/imgs/media/ram05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/ram05.png -------------------------------------------------------------------------------- /assets/imgs/media/republicain_lorrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/republicain_lorrain.png -------------------------------------------------------------------------------- /assets/imgs/media/splann.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/splann.png -------------------------------------------------------------------------------- /assets/imgs/media/sud_ouest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/sud_ouest.png -------------------------------------------------------------------------------- /assets/imgs/media/telegramme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/telegramme.png -------------------------------------------------------------------------------- /assets/imgs/media/terra-nova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/terra-nova.png -------------------------------------------------------------------------------- /assets/imgs/media/the_conversation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/the_conversation.png -------------------------------------------------------------------------------- /assets/imgs/media/tv78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/tv78.png -------------------------------------------------------------------------------- /assets/imgs/media/var_matin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/var_matin.png -------------------------------------------------------------------------------- /assets/imgs/media/voix_nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/media/voix_nord.png -------------------------------------------------------------------------------- /assets/imgs/partis/alcen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/alcen.png -------------------------------------------------------------------------------- /assets/imgs/partis/cal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/cal.png -------------------------------------------------------------------------------- /assets/imgs/partis/cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/cap.png -------------------------------------------------------------------------------- /assets/imgs/partis/debou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/debou.png -------------------------------------------------------------------------------- /assets/imgs/partis/ecoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/ecoi.png -------------------------------------------------------------------------------- /assets/imgs/partis/eelv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/eelv.png -------------------------------------------------------------------------------- /assets/imgs/partis/ensem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/ensem.png -------------------------------------------------------------------------------- /assets/imgs/partis/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/fi.png -------------------------------------------------------------------------------- /assets/imgs/partis/larem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/larem.png -------------------------------------------------------------------------------- /assets/imgs/partis/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/modem.png -------------------------------------------------------------------------------- /assets/imgs/partis/pcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/pcf.png -------------------------------------------------------------------------------- /assets/imgs/partis/peyia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/peyia.png -------------------------------------------------------------------------------- /assets/imgs/partis/plr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/plr.png -------------------------------------------------------------------------------- /assets/imgs/partis/ppm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/ppm.png -------------------------------------------------------------------------------- /assets/imgs/partis/pprog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/pprog.png -------------------------------------------------------------------------------- /assets/imgs/partis/prg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/prg.png -------------------------------------------------------------------------------- /assets/imgs/partis/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/ps.png -------------------------------------------------------------------------------- /assets/imgs/partis/rep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/rep.png -------------------------------------------------------------------------------- /assets/imgs/partis/rezre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/rezre.png -------------------------------------------------------------------------------- /assets/imgs/partis/rn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/rn.png -------------------------------------------------------------------------------- /assets/imgs/partis/rps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/rps.png -------------------------------------------------------------------------------- /assets/imgs/partis/thn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/thn.png -------------------------------------------------------------------------------- /assets/imgs/partis/tph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/tph.png -------------------------------------------------------------------------------- /assets/imgs/partis/udie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/udie.png -------------------------------------------------------------------------------- /assets/imgs/partis/udrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/partis/udrl.png -------------------------------------------------------------------------------- /assets/imgs/photos/coalition-simulateur-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/coalition-simulateur-home.png -------------------------------------------------------------------------------- /assets/imgs/photos/election-example-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/election-example-btn.png -------------------------------------------------------------------------------- /assets/imgs/photos/le-pen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/le-pen.jpg -------------------------------------------------------------------------------- /assets/imgs/photos/le-pen.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/le-pen.webp -------------------------------------------------------------------------------- /assets/imgs/photos/macron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/macron.jpg -------------------------------------------------------------------------------- /assets/imgs/photos/macron.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/photos/macron.webp -------------------------------------------------------------------------------- /assets/imgs/placeholder/placeholder-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/placeholder/placeholder-face.png -------------------------------------------------------------------------------- /assets/imgs/placeholder/placeholder-social-media-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/placeholder/placeholder-social-media-big.png -------------------------------------------------------------------------------- /assets/imgs/placeholder/placeholder-social-media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/placeholder/placeholder-social-media.png -------------------------------------------------------------------------------- /assets/imgs/placeholder/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/placeholder/placeholder.png -------------------------------------------------------------------------------- /assets/imgs/posts/img_post_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/posts/img_post_6.png -------------------------------------------------------------------------------- /assets/imgs/posts/img_post_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/posts/img_post_7.png -------------------------------------------------------------------------------- /assets/imgs/posts/img_post_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/posts/img_post_8.png -------------------------------------------------------------------------------- /assets/imgs/posts/img_post_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/posts/img_post_9.png -------------------------------------------------------------------------------- /assets/imgs/posts/inside/sankey_overall_jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/posts/inside/sankey_overall_jpeg.jpg -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_128.png -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_144.png -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_152.png -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_192.png -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_256.png -------------------------------------------------------------------------------- /assets/imgs/pwa/datan_pwa_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/pwa/datan_pwa_512.png -------------------------------------------------------------------------------- /assets/imgs/quiz/og-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/quiz/og-img.png -------------------------------------------------------------------------------- /assets/imgs/svg/blob_1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/svg/blob_2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/svg/blob_3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/svg/blob_4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/imgs/team/alexis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/alexis.jpg -------------------------------------------------------------------------------- /assets/imgs/team/auel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/auel.jpg -------------------------------------------------------------------------------- /assets/imgs/team/awenig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/awenig.jpg -------------------------------------------------------------------------------- /assets/imgs/team/brack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/brack.jpg -------------------------------------------------------------------------------- /assets/imgs/team/brewalan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/brewalan.jpg -------------------------------------------------------------------------------- /assets/imgs/team/chloe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/chloe.jpg -------------------------------------------------------------------------------- /assets/imgs/team/costa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/costa.png -------------------------------------------------------------------------------- /assets/imgs/team/guinaudeau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/guinaudeau.jpg -------------------------------------------------------------------------------- /assets/imgs/team/gwenneg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/gwenneg.jpg -------------------------------------------------------------------------------- /assets/imgs/team/hugo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/hugo.jpg -------------------------------------------------------------------------------- /assets/imgs/team/lupo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/lupo.png -------------------------------------------------------------------------------- /assets/imgs/team/philippe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/philippe.jpg -------------------------------------------------------------------------------- /assets/imgs/team/remi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/remi.jpg -------------------------------------------------------------------------------- /assets/imgs/team/rozenberg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/team/rozenberg.jpg -------------------------------------------------------------------------------- /assets/imgs/thumbs/abstention-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/abstention-white.png -------------------------------------------------------------------------------- /assets/imgs/thumbs/abstention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/abstention.png -------------------------------------------------------------------------------- /assets/imgs/thumbs/contre-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/contre-white.png -------------------------------------------------------------------------------- /assets/imgs/thumbs/contre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/contre.png -------------------------------------------------------------------------------- /assets/imgs/thumbs/pour-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/pour-white.png -------------------------------------------------------------------------------- /assets/imgs/thumbs/pour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/imgs/thumbs/pour.png -------------------------------------------------------------------------------- /assets/js/custom/typed.js: -------------------------------------------------------------------------------- 1 | var typed_strings = ["un député", "une ville", "un groupe", "un vote"]; 2 | var typed = new Typed(".text-slider", { 3 | strings: typed_strings, 4 | typeSpeed: 50, 5 | loop: true, 6 | backDelay: 900, 7 | backSpeed: 30, 8 | }); 9 | -------------------------------------------------------------------------------- /assets/js/datan/url_obf2.min.js: -------------------------------------------------------------------------------- 1 | function str_rot13(r){return(r+"").replace(/[a-z]/gi,function(r){return String.fromCharCode(r.charCodeAt(0)+(r.toLowerCase()<"n"?13:-13))})}$(document).ready(function(){$(".url_obf").click(function(){var r=str_rot13($(this).attr("url_obf").substring(6));return window.open(r,"_blank"),!1})}); 2 | -------------------------------------------------------------------------------- /assets/js/dist/map_france.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){$(".map_france path").on("click",function(){var t=$(this).attr("data-slug");location.href="https://datan.fr/deputes/"+t}),$(".map_outre_mer g").on("click",function(){var t=$(this).attr("data-slug");location.href="https://datan.fr/deputes/"+t}),$(".map_france path").tooltip({container:"body",placement:"right"}),$(".map_outre_mer g").tooltip({container:"body",placement:"right"})}); 2 | //# sourceMappingURL=../main.map -------------------------------------------------------------------------------- /assets/js/dist/typed.js: -------------------------------------------------------------------------------- 1 | var typed_strings=["un député","une ville","un groupe","un vote"],typed=new Typed(".text-slider",{strings:typed_strings,typeSpeed:50,loop:!0,backDelay:900,backSpeed:30}); 2 | //# sourceMappingURL=../main.map -------------------------------------------------------------------------------- /assets/js/main.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"map_france.js","sources":["custom/map_france.js"],"names":["$","document","ready","on","url","this","attr","location","href","tooltip","container","placement"],"mappings":"AAAAA,EAAEC,QAAQ,EAAEC,MAAM,WAChBF,EAAE,kBAAkB,EAAEG,GAAG,QAAS,WAChC,IAAIC,EAAMJ,EAAEK,IAAI,EAAEC,KAAK,WAAW,EAElCC,SAASC,KAAO,4BAA8BJ,CAChD,CAAC,EAEDJ,EAAE,kBAAkB,EAAEG,GAAG,QAAS,WAChC,IAAIC,EAAMJ,EAAEK,IAAI,EAAEC,KAAK,WAAW,EAElCC,SAASC,KAAO,4BAA8BJ,CAChD,CAAC,EAEDJ,EAAE,kBAAkB,EAAES,QAAQ,CAC1BC,UAAa,OACbC,UAAa,OACjB,CAAC,EAEDX,EAAE,kBAAkB,EAAES,QAAQ,CAC1BC,UAAa,OACbC,UAAa,OACjB,CAAC,CACH,CAAC"} -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-brands-400.eot -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-brands-400.ttf -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-brands-400.woff -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-brands-400.woff2 -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-regular-400.eot -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-regular-400.ttf -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-regular-400.woff -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-regular-400.woff2 -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-solid-900.eot -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-solid-900.ttf -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-solid-900.woff -------------------------------------------------------------------------------- /assets/webfonts_supp/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/assets/webfonts_supp/fa-solid-900.woff2 -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | git pull origin master 3 | grunt 4 | cd scripts 5 | php update_version_asset.php 6 | cd .. 7 | git add application/helpers/utility_helper.php 8 | git commit -m "update asset version" 9 | git push 10 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | # 2 | # robots.txt 3 | # 4 | User-agent: * 5 | # CSS, JS, Images 6 | # Directories 7 | # Paths 8 | Disallow: /admin 9 | Disallow: /login 10 | Disallow: /register 11 | Disallow: /password 12 | Disallow: /password/* 13 | Disallow: /mon-compte 14 | Disallow: /mon-compte/* 15 | Disallow: /assets/js/datan/url_obf2.js 16 | Disallow: /assets/js/datan/url_obf2.min.js 17 | Disallow: /recherche 18 | #Sitemap 19 | Sitemap: https://datan.fr/sitemap.xml 20 | -------------------------------------------------------------------------------- /scripts/bdd-connexion.php: -------------------------------------------------------------------------------- 1 | PDO::ERRMODE_EXCEPTION, PDO::ATTR_PERSISTENT => true, PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8", 5 | )); 6 | } catch (Exception $e) { 7 | die('Erreur : ' . $e->getMessage()); 8 | } 9 | ?> 10 | -------------------------------------------------------------------------------- /scripts/database/backup/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/scripts/database/backup/.keep -------------------------------------------------------------------------------- /scripts/database/infos/Databases MySQL - Datan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/scripts/database/infos/Databases MySQL - Datan.docx -------------------------------------------------------------------------------- /scripts/include/legislature.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/example/example_extract_html.php: -------------------------------------------------------------------------------- 1 | plaintext; 5 | ?> -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/example/example_modify_contents.php: -------------------------------------------------------------------------------- 1 | find('img') as $e) 10 | $e->outertext = ''; 11 | 12 | // replace all input 13 | foreach($html->find('input') as $e) 14 | $e->outertext = '[INPUT]'; 15 | 16 | // dump contents 17 | echo $html; 18 | ?> -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/custom_theme/main.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block footer %} 4 | {% include "footer.html" %} 5 |
6 | 7 | {% endblock %} -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/__destruct.md: -------------------------------------------------------------------------------- 1 | # __destruct 2 | 3 | ```php 4 | __destruct () 5 | ``` 6 | 7 | Destroys the current object and clears memory. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/__toString.md: -------------------------------------------------------------------------------- 1 | # __toString 2 | 3 | ```php 4 | __toString () : string 5 | ``` 6 | 7 | Returns the inner text of the root element of the DOM. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/as_text_node.md: -------------------------------------------------------------------------------- 1 | # as_text_node (protected) 2 | 3 | ```php 4 | as_text_node ( string $tag ) : bool 5 | ``` 6 | 7 | Adds a tag as text node. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `tag` | The element's tag name. 12 | 13 | Returns true on success. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/childNodes.md: -------------------------------------------------------------------------------- 1 | # childNodes 2 | 3 | ```php 4 | childNodes ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | Returns children of the root element. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `idx` | Index of the child element to return. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/clear.md: -------------------------------------------------------------------------------- 1 | # clear 2 | 3 | ```php 4 | clear () 5 | ``` 6 | 7 | Cleans up memory to prevent [PHP 5 circular references memory leak](https://bugs.php.net/bug.php?id=33595). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/copy_skip.md: -------------------------------------------------------------------------------- 1 | # copy_skip (protected) 2 | 3 | ```php 4 | copy_skip ( string $chars ) : string 5 | ``` 6 | 7 | Skips characters starting at the current parsing position in the document. Sets the parsing position to the first character not in the provided list of characters. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `chars` | A list of characters to skip. 12 | 13 | Returns the skipped characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/copy_until.md: -------------------------------------------------------------------------------- 1 | # copy_until (protected) 2 | 3 | ```php 4 | copy_until ( string $chars ) : string 5 | ``` 6 | 7 | Copies all characters starting at the current parsing position in the document. Sets the parsing position to the first character that matches any of the characters in the provided list of characters. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `chars` | A list of characters to stop copying at. 12 | 13 | Returns the copied characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/copy_until_char.md: -------------------------------------------------------------------------------- 1 | # copy_until_char (protected) 2 | 3 | ```php 4 | copy_until ( string $char ) : string 5 | ``` 6 | 7 | Copies all characters starting at the current parsing position in the document. Sets the parsing position to the first character that matches the provided character. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `char` | A character to stop copying at. 12 | 13 | Returns the copied characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/createElement.md: -------------------------------------------------------------------------------- 1 | # createElement 2 | 3 | ```php 4 | createElement ( string $name [, string $value = null ] ) : object 5 | ``` 6 | 7 | Creates a new element. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Name of the element 12 | | `value` | Value of the element 13 | 14 | Returns the element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/createTextNode.md: -------------------------------------------------------------------------------- 1 | # createTextNode 2 | 3 | ```php 4 | createTextNode ( string $value ) : object 5 | ``` 6 | 7 | Creates a new text element. 8 | 9 | Returns the element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/dump.md: -------------------------------------------------------------------------------- 1 | # dump 2 | 3 | ```php 4 | dump ( [ bool show_attr = true ] ) : string 5 | ``` 6 | 7 | Dumps the entire DOM into a string. Useful for debugging purposes. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `show_attr` | Attributes are included in the dump when enabled. 12 | 13 | Returns the DOM tree as string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/find.md: -------------------------------------------------------------------------------- 1 | # find 2 | 3 | ```php 4 | find ( string $selector [, int $idx = null [, bool $lowercase = false ]] ) : mixed 5 | ``` 6 | 7 | Finds elements in the DOM. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `selector` | A [CSS style selector](/manual/selectors). 12 | | `idx` | Index of the element to return. 13 | | `lowercase` | Matches tag names case insensitive when enabled. 14 | 15 | Returns an array of matches or a single element if `idx` is defined. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/firstChild.md: -------------------------------------------------------------------------------- 1 | # firstChild 2 | 3 | ```php 4 | firstChild () : object 5 | ``` 6 | 7 | Returns the first child of the root element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/getElementById.md: -------------------------------------------------------------------------------- 1 | # getElementById 2 | 3 | ```php 4 | getElementById ( string $id ) : object 5 | ``` 6 | 7 | Searches an element by id. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `id` | ID of the element to find. 12 | 13 | Returns the element or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/getElementByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementByTagName 2 | 3 | ```php 4 | getElementByTagName ( string $name ) : object 5 | ``` 6 | 7 | Searches an element by tag name. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Tag name of the element to find. 12 | 13 | Returns the element or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/getElementsById.md: -------------------------------------------------------------------------------- 1 | # getElementsById 2 | 3 | ```php 4 | getElementsById ( string $id [, int $idx = null ] ) : object 5 | ``` 6 | 7 | Searches elements by id. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `id` | ID of the element to find. 12 | | `idx` | Returns the element at the specified index if defined. 13 | 14 | Returns the element(s) or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/getElementsByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementsByTagName 2 | 3 | ```php 4 | getElementsByTagName ( string $name [, int $idx = -1 ] ) : object 5 | ``` 6 | 7 | Searches elements by tag name. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Tag name of the element to find. 12 | | `idx` | Returns the element at the specified index. 13 | 14 | Returns the element(s) or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/lastChild.md: -------------------------------------------------------------------------------- 1 | # lastChild 2 | 3 | ```php 4 | lastChild () : object 5 | ``` 6 | 7 | Returns the last child of the root element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/link_nodes.md: -------------------------------------------------------------------------------- 1 | # link_nodes (protected) 2 | 3 | ```php 4 | link_nodes ( object &$node, bool $is_child ) 5 | ``` 6 | 7 | Links the provided node to the DOM tree. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `node` | The node to link to the DOM tree. 12 | | `is_child` | If active, makes the node a sibling of the current node (child of parent). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/loadFile.md: -------------------------------------------------------------------------------- 1 | # loadFile 2 | 3 | ```php 4 | loadFile (...) 5 | ``` 6 | 7 | This function is a wrapper for [`load_file`](#load_file) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/load_file.md: -------------------------------------------------------------------------------- 1 | # load_file 2 | 3 | ```php 4 | load_file (...) : object 5 | ``` 6 | 7 | Loads a HTML document from file. Supports arguments of [`file_get_contents`](http://php.net/manual/en/function.file-get-contents.php). 8 | 9 | Returns the object. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/parse.md: -------------------------------------------------------------------------------- 1 | # parse (protected) 2 | 3 | ```php 4 | parse () 5 | ``` 6 | 7 | Parses the document. This function is called after the document was loaded into `$this->doc`. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/parse_attr.md: -------------------------------------------------------------------------------- 1 | # parse_attr (protected) 2 | 3 | ```php 4 | parse_attr ( object $node, string $name, array &$space ) 5 | ``` 6 | 7 | Parses a single attribute starting at the current parsing position in the document. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `node` | The current element (node). 12 | | `name` | The attribute name. 13 | | `space` | An array of whitespace sorounding the current attribute (see [Attribute Whitespace](../definitions/#attribute-whitespace)). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/read_tag.md: -------------------------------------------------------------------------------- 1 | # read_tag (protected) 2 | 3 | ```php 4 | read_tag () : bool 5 | ``` 6 | 7 | Reads a single tag starting at the current parsing position in the document. The tag is automatically added to the DOM. 8 | 9 | Returns true if a tag was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/remove_callback.md: -------------------------------------------------------------------------------- 1 | # remove_callback 2 | 3 | ```php 4 | remove_callback () 5 | ``` 6 | 7 | Removes the callback set by [`set_callback`](#set_callback). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/restore_noise.md: -------------------------------------------------------------------------------- 1 | # restore_noise (protected) 2 | 3 | ```php 4 | restore_noise ( string $text ) : string 5 | ``` 6 | 7 | Restores noise in the provided string by replacing noise placeholders by their original contents. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `text` | A string (potentially) containing noise placeholders. 12 | 13 | Returns the string with original contents restored or the original string if it doesn't contain noise placeholders. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/save.md: -------------------------------------------------------------------------------- 1 | # save 2 | 3 | ```php 4 | save ( [ string $filepath = '' ] ) : string 5 | ``` 6 | 7 | Writes the current DOM to file. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `filepath` | Writes to file if the provided file path is not empty. 12 | 13 | Returns the document string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/search_noise.md: -------------------------------------------------------------------------------- 1 | # search_noise (protected) 2 | 3 | ```php 4 | search_noise ( string $text ) : string 5 | ``` 6 | 7 | Find a single noise element by providing the noise placeholder text. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `text` | The noise placeholder to find. 12 | 13 | Returns the original contents for the placeholder. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/set_callback.md: -------------------------------------------------------------------------------- 1 | # set_callback 2 | 3 | ```php 4 | set_callback ( string $function_name ) 5 | ``` 6 | 7 | Sets the callback function which is called on each element of the DOM when building outertext. 8 | The function must accept a single parameter of type `simple_html_dom_node`. 9 | 10 | | Parameter | Description 11 | | --------- | ----------- 12 | | `function_name` | Name of the function. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom/skip.md: -------------------------------------------------------------------------------- 1 | 2 | # skip (protected) 3 | 4 | ```php 5 | skip ( string $chars ) 6 | ``` 7 | 8 | Skips characters starting at the current parsing position in the document. Sets the parsing position to the first character not in the provided list of characters. 9 | 10 | | Parameter | Description 11 | | --------- | ----------- 12 | | `chars` | A list of characters to skip. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/__construct.md: -------------------------------------------------------------------------------- 1 | # __construct 2 | 3 | ```php 4 | __construct ( [ object $dom ] ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `dom` | An object of type [`simple_html_dom`](api/simple_html_dom/). 10 | 11 | Constructs a new object of type `simple_html_dom_node`, assignes `$dom` as DOM object and adds itself to the list of nodes in `$dom`. 12 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/__destruct.md: -------------------------------------------------------------------------------- 1 | # __destruct 2 | 3 | ```php 4 | __destruct ( ) 5 | ``` 6 | 7 | Destructs the current object and frees memory. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/__toString.md: -------------------------------------------------------------------------------- 1 | # __toString 2 | 3 | ```php 4 | __toString ( ) : string 5 | ``` 6 | 7 | Returns the outer text of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/__unset.md: -------------------------------------------------------------------------------- 1 | # __unset 2 | 3 | ```php 4 | __unset ( string $name ) 5 | ``` 6 | 7 | Removes the attribute with name `$name` from the current node if it exists. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/appendChild.md: -------------------------------------------------------------------------------- 1 | # appendChild 2 | 3 | ```php 4 | appendChild ( object $node ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `node` | An object of type [`simple_html_dom_node`](../simple_html_dom_node/) 10 | 11 | Makes the current node parent of the node provided to this function. 12 | 13 | Returns the provided node. 14 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/childNodes.md: -------------------------------------------------------------------------------- 1 | # childNodes 2 | 3 | ```php 4 | childNodes ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `idx` | Index of the node to return or `-1` to return all nodes. 10 | 11 | Returns all or one specific child node from the current node. 12 | 13 | ## Remarks 14 | 15 | This function is a wrapper for [`children`](../children/) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/children.md: -------------------------------------------------------------------------------- 1 | # children 2 | 3 | ```php 4 | children ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `idx` | Index of the node to return or `-1` to return all nodes. 10 | 11 | Returns all or one specific child node from the current node. 12 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/clear.md: -------------------------------------------------------------------------------- 1 | # clear 2 | 3 | ```php 4 | clear ( ) 5 | ``` 6 | 7 | Sets all properties in the current node, which contain objects, to null. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/convert_text.md: -------------------------------------------------------------------------------- 1 | # convert_text 2 | 3 | ```php 4 | convert_text ( string $text ) : string 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `text` | Text to convert. 10 | 11 | Assumes that the provided text is in the form of the configured source character set (see [`sourceCharset`](../simple_html_dom_node/) and converts it to the specified target character set (see [`targetCharset`](../simple_html_dom_node/)). 12 | 13 | Returns the converted text. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/dump.md: -------------------------------------------------------------------------------- 1 | # dump 2 | 3 | ```php 4 | dump ( [ bool $show_attr = false [, int $depth = 0 ]] ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `show_attr` | Attribute names are included in the output if enabled. 10 | | `depth` | Depth of the current element 11 | 12 | Dumps information about the current node and all child nodes recursively. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/dump_node.md: -------------------------------------------------------------------------------- 1 | # dump_node 2 | 3 | ```php 4 | dump_node ( [ bool $echo = true ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `echo` | Echoes the dump details directly if enabled. 10 | 11 | Dumps information about the current document node. Returns a string if `$echo` is set to false, null otherwise. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/find_ancestor_tag.md: -------------------------------------------------------------------------------- 1 | # find_ancestor_tag 2 | 3 | ```php 4 | find_ancestor_tag ( string $tag ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `tag` | Tag name of the element to find. 10 | 11 | Returns the first matching node that matches the specified tag name or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/firstChild.md: -------------------------------------------------------------------------------- 1 | # firstChild 2 | 3 | ```php 4 | firstChild ( ) : mixed 5 | ``` 6 | 7 | This function is a wrapper for [`first_child`](../first_child/) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/first_child.md: -------------------------------------------------------------------------------- 1 | # first_child 2 | 3 | ```php 4 | first_child ( ) : mixed 5 | ``` 6 | 7 | Returns the first child node of the current node or null if the current nod has no child nodes. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getAllAttributes.md: -------------------------------------------------------------------------------- 1 | # getAllAttributes 2 | 3 | ```php 4 | getAllAttributes ( ) : array 5 | ``` 6 | 7 | Returns all attributes for the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getAttribute.md: -------------------------------------------------------------------------------- 1 | # getAttribute 2 | 3 | ```php 4 | getAttribute ( string $name ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Attribute name. 10 | 11 | Returns the value for the attribute `$name`. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getElementById.md: -------------------------------------------------------------------------------- 1 | # getElementById 2 | 3 | ```php 4 | getElementById ( string $id ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `id` | Element id. 10 | 11 | Returns the first element with the specified id. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getElementByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementByTagName 2 | 3 | ```php 4 | getElementByTagName ( string $name ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Tag name. 10 | 11 | Returns the first element with the specified tag name. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getElementsById.md: -------------------------------------------------------------------------------- 1 | # getElementsById 2 | 3 | ```php 4 | getElementsById ( string $id [, int $idx = null] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `id` | Element id. 10 | | `idx` | Index of element to return. 11 | 12 | Returns all elements with the specified id if `$idx` is null, or a specific one if `$idx` is a valid index. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/getElementsByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementsByTagName 2 | 3 | ```php 4 | getElementsByTagName ( string $name [, int $idx = null ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Tag name. 10 | | `idx` | Index of the element to return. 11 | 12 | Returns all elements with the specified tag name if `$idx` is null, or a specific one if `$idx` is a valid index. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/get_display_size.md: -------------------------------------------------------------------------------- 1 | # get_display_size 2 | 3 | ```php 4 | get_display_size ( ) : mixed 5 | ``` 6 | 7 | Returns false if the current node is not an image. 8 | 9 | Returns an associative array of two elements - `height` and `width` - that represent the display size of the image. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/hasAttribute.md: -------------------------------------------------------------------------------- 1 | # hasAttribute 2 | 3 | ```php 4 | hasAttribute ( string $name ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Name of the attribute. 10 | 11 | Returns true if the current node has an attribute with the specified name. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/hasChildNodes.md: -------------------------------------------------------------------------------- 1 | # hasChildNodes 2 | 3 | ```php 4 | hasChildNodes ( ) : bool 5 | ``` 6 | 7 | This is a wrapper function for [`has_child`](../has_child/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/hasClass.md: -------------------------------------------------------------------------------- 1 | # hasClass 2 | 3 | ```php 4 | hasClass ( string $class ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `class` | Specifies the class name to search for. 10 | 11 | Returns true if the current node has the specified class name. 12 | 13 | **Examples** 14 | 15 | ```php 16 | $node->hasClass('article'); 17 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/has_child.md: -------------------------------------------------------------------------------- 1 | # has_child 2 | 3 | ```php 4 | has_child ( ) : bool 5 | ``` 6 | 7 | Returns true if the current node has one or more child nodes. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/innertext.md: -------------------------------------------------------------------------------- 1 | # innertext 2 | 3 | ```php 4 | innertext ( ) : string 5 | ``` 6 | 7 | Returns the inner text (everything inside the opening and closing tags) of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/is_utf8.md: -------------------------------------------------------------------------------- 1 | # is_utf8 (static) 2 | 3 | ```php 4 | is_utf8 ( string $str ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `str` | String to test. 10 | 11 | Returns true if the provided string is a valid UTF-8 string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/lastChild.md: -------------------------------------------------------------------------------- 1 | # lastChild 2 | 3 | ```php 4 | lastChild ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`last_child`](../last_child/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/last_child.md: -------------------------------------------------------------------------------- 1 | # last_child 2 | 3 | ```php 4 | last_child ( ) : object 5 | ``` 6 | 7 | Returns the last child of the current node or null if the current node has no child elements. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/makeup.md: -------------------------------------------------------------------------------- 1 | # makeup 2 | 3 | ```php 4 | makeup ( ) : string 5 | ``` 6 | 7 | Returns the HTML representation of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/nextSibling.md: -------------------------------------------------------------------------------- 1 | # nextSibling 2 | 3 | ```php 4 | nextSibling ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`next_sibling`](../next_sibling/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/next_sibling.md: -------------------------------------------------------------------------------- 1 | # next_sibling 2 | 3 | ```php 4 | next_sibling ( ) : object 5 | ``` 6 | 7 | Returns the next sibling of the current node or null if the current node has no next sibling. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/nodeName.md: -------------------------------------------------------------------------------- 1 | # nodeName 2 | 3 | ```php 4 | nodeName ( ) : string 5 | ``` 6 | 7 | Returns the name of the current node (tag name). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/outertext.md: -------------------------------------------------------------------------------- 1 | # outertext 2 | 3 | ```php 4 | outertext ( ) : string 5 | ``` 6 | 7 | Returns the outer text (everything including the opening and closing tags) of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/parent.md: -------------------------------------------------------------------------------- 1 | # parent 2 | 3 | ```php 4 | parent ( [ object $parent = null ] ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `parent` | The parent node 10 | 11 | * Returns the parent node of the current node if `$parent` is null. 12 | * Sets the parent node of the current node if `$parent` is not null. In this case the current node is automatically added to the list of nodes in the parent node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/parentNode.md: -------------------------------------------------------------------------------- 1 | # parentNode 2 | 3 | ```php 4 | parentNode () : object 5 | ``` 6 | 7 | Returns the current's node parent. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/parse_selector.md: -------------------------------------------------------------------------------- 1 | # parse_selector (protected) 2 | 3 | ```php 4 | parse_selector ( string $selector_string ) : array 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `selector_string` | The selector string 10 | 11 | Parses a CSS selector into an internal format for further use. See also [`find`](../find/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/prevSibling.md: -------------------------------------------------------------------------------- 1 | # prevSibling 2 | 3 | ```php 4 | prevSibling ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`previous_sibling`](../previous_sibling/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/prev_sibling.md: -------------------------------------------------------------------------------- 1 | # prev_sibling 2 | 3 | ```php 4 | prev_sibling ( ) : object 5 | ``` 6 | 7 | Returns the previous sibling of the current node, or null if the current node has no previous sibling. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/removeAttribute.md: -------------------------------------------------------------------------------- 1 | # removeAttribute 2 | 3 | ```php 4 | removeAttribute ( string $name ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Name of the attribute to remove. 10 | 11 | Removes the attribute with the speicified name from the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/save.md: -------------------------------------------------------------------------------- 1 | # save 2 | 3 | ```php 4 | save ( [ string $filepath = '' ] ) : string 5 | ``` 6 | 7 | Writes the current node to file. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `filepath` | Writes to file if the provided file path is not empty. 12 | 13 | Returns the document string. 14 | 15 | **Examples** 16 | 17 | ```php 18 | $string = $node->save(); 19 | $string = $node->save($file); 20 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/setAttribute.md: -------------------------------------------------------------------------------- 1 | # setAttribute 2 | 3 | ```php 4 | setAttribute ( string $name, string $value ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Attribute name 10 | | `value` | Attribute value 11 | 12 | Adds or sets an attribute in the current node to the specified value. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/text.md: -------------------------------------------------------------------------------- 1 | # text 2 | 3 | ```php 4 | text ( ) : string 5 | ``` 6 | 7 | Returns the (HTML) text representation for the current node recursively. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/api/simple_html_dom_node/xmltext.md: -------------------------------------------------------------------------------- 1 | # xmltext 2 | 3 | ```php 4 | xmltext ( ) : string 5 | ``` 6 | 7 | Returns the xml representation for the inner text of the current node as a CDATA section. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/manual/customizing-parsing-behavior.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Customizing Parsing behavior 3 | --- 4 | 5 | ```php 6 | // Write a function with parameter "$element" 7 | function my_callback($element) { 8 | // Hide all tags 9 | if ($element->tag=='b') 10 | $element->outertext = ''; 11 | } 12 | 13 | // Register the callback function with it's function name 14 | $html->set_callback('my_callback'); 15 | 16 | // Callback function will be invoked while dumping 17 | echo $html; 18 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/docs/manual/saving-dom-objects.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Saving DOM objects 3 | --- 4 | 5 | # Functional 6 | 7 | ```php 8 | // Dumps the internal DOM tree back into string 9 | $str = $html; 10 | 11 | // Print it! 12 | echo $html; 13 | ``` 14 | 15 | # Object Oriented 16 | 17 | ```php 18 | // Dumps the internal DOM tree back into string 19 | $str = $html->save(); 20 | 21 | // Dumps the internal DOM tree back into a file 22 | $html->save('result.htm'); 23 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/extra.css: -------------------------------------------------------------------------------- 1 | code { 2 | white-space: nowrap; 3 | } 4 | 5 | .logo { 6 | display: block; 7 | margin: auto; 8 | text-align: center; 9 | } -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/manual/site/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/scripts/lib/simplehtmldom_1_9/manual/site/.gitkeep -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9/phpcompatibility.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Defines rules for PHPCompatibility 4 | ./app 5 | ./example 6 | ./manual 7 | ./testcase 8 | ./tests 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/example/example_extract_html.php: -------------------------------------------------------------------------------- 1 | plaintext; 5 | ?> -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/example/example_modify_contents.php: -------------------------------------------------------------------------------- 1 | find('img') as $e) 10 | $e->outertext = ''; 11 | 12 | // replace all input 13 | foreach($html->find('input') as $e) 14 | $e->outertext = '[INPUT]'; 15 | 16 | // dump contents 17 | echo $html; 18 | ?> -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/custom_theme/main.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block footer %} 4 | {% include "footer.html" %} 5 |
6 | 7 | {% endblock %} -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/__destruct.md: -------------------------------------------------------------------------------- 1 | # __destruct 2 | 3 | ```php 4 | __destruct () 5 | ``` 6 | 7 | Destroys the current object and clears memory. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/__toString.md: -------------------------------------------------------------------------------- 1 | # __toString 2 | 3 | ```php 4 | __toString () : string 5 | ``` 6 | 7 | Returns the inner text of the root element of the DOM. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/as_text_node.md: -------------------------------------------------------------------------------- 1 | # as_text_node (protected) 2 | 3 | ```php 4 | as_text_node ( string $tag ) : bool 5 | ``` 6 | 7 | Adds a tag as text node. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `tag` | The element's tag name. 12 | 13 | Returns true on success. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/childNodes.md: -------------------------------------------------------------------------------- 1 | # childNodes 2 | 3 | ```php 4 | childNodes ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | Returns children of the root element. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `idx` | Index of the child element to return. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/clear.md: -------------------------------------------------------------------------------- 1 | # clear 2 | 3 | ```php 4 | clear () 5 | ``` 6 | 7 | Cleans up memory to prevent [PHP 5 circular references memory leak](https://bugs.php.net/bug.php?id=33595). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/copy_skip.md: -------------------------------------------------------------------------------- 1 | # copy_skip (protected) 2 | 3 | ```php 4 | copy_skip ( string $chars ) : string 5 | ``` 6 | 7 | Skips characters starting at the current parsing position in the document. Sets the parsing position to the first character not in the provided list of characters. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `chars` | A list of characters to skip. 12 | 13 | Returns the skipped characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/copy_until.md: -------------------------------------------------------------------------------- 1 | # copy_until (protected) 2 | 3 | ```php 4 | copy_until ( string $chars ) : string 5 | ``` 6 | 7 | Copies all characters starting at the current parsing position in the document. Sets the parsing position to the first character that matches any of the characters in the provided list of characters. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `chars` | A list of characters to stop copying at. 12 | 13 | Returns the copied characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/copy_until_char.md: -------------------------------------------------------------------------------- 1 | # copy_until_char (protected) 2 | 3 | ```php 4 | copy_until ( string $char ) : string 5 | ``` 6 | 7 | Copies all characters starting at the current parsing position in the document. Sets the parsing position to the first character that matches the provided character. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `char` | A character to stop copying at. 12 | 13 | Returns the copied characters. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/createElement.md: -------------------------------------------------------------------------------- 1 | # createElement 2 | 3 | ```php 4 | createElement ( string $name [, string $value = null ] ) : object 5 | ``` 6 | 7 | Creates a new element. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Name of the element 12 | | `value` | Value of the element 13 | 14 | Returns the element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/createTextNode.md: -------------------------------------------------------------------------------- 1 | # createTextNode 2 | 3 | ```php 4 | createTextNode ( string $value ) : object 5 | ``` 6 | 7 | Creates a new text element. 8 | 9 | Returns the element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/dump.md: -------------------------------------------------------------------------------- 1 | # dump 2 | 3 | ```php 4 | dump ( [ bool show_attr = true ] ) : string 5 | ``` 6 | 7 | Dumps the entire DOM into a string. Useful for debugging purposes. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `show_attr` | Attributes are included in the dump when enabled. 12 | 13 | Returns the DOM tree as string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/find.md: -------------------------------------------------------------------------------- 1 | # find 2 | 3 | ```php 4 | find ( string $selector [, int $idx = null [, bool $lowercase = false ]] ) : mixed 5 | ``` 6 | 7 | Finds elements in the DOM. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `selector` | A [CSS style selector](/manual/selectors). 12 | | `idx` | Index of the element to return. 13 | | `lowercase` | Matches tag names case insensitive when enabled. 14 | 15 | Returns an array of matches or a single element if `idx` is defined. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/firstChild.md: -------------------------------------------------------------------------------- 1 | # firstChild 2 | 3 | ```php 4 | firstChild () : object 5 | ``` 6 | 7 | Returns the first child of the root element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/getElementById.md: -------------------------------------------------------------------------------- 1 | # getElementById 2 | 3 | ```php 4 | getElementById ( string $id ) : object 5 | ``` 6 | 7 | Searches an element by id. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `id` | ID of the element to find. 12 | 13 | Returns the element or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/getElementByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementByTagName 2 | 3 | ```php 4 | getElementByTagName ( string $name ) : object 5 | ``` 6 | 7 | Searches an element by tag name. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Tag name of the element to find. 12 | 13 | Returns the element or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/getElementsById.md: -------------------------------------------------------------------------------- 1 | # getElementsById 2 | 3 | ```php 4 | getElementsById ( string $id [, int $idx = null ] ) : object 5 | ``` 6 | 7 | Searches elements by id. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `id` | ID of the element to find. 12 | | `idx` | Returns the element at the specified index if defined. 13 | 14 | Returns the element(s) or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/getElementsByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementsByTagName 2 | 3 | ```php 4 | getElementsByTagName ( string $name [, int $idx = -1 ] ) : object 5 | ``` 6 | 7 | Searches elements by tag name. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `name` | Tag name of the element to find. 12 | | `idx` | Returns the element at the specified index. 13 | 14 | Returns the element(s) or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/lastChild.md: -------------------------------------------------------------------------------- 1 | # lastChild 2 | 3 | ```php 4 | lastChild () : object 5 | ``` 6 | 7 | Returns the last child of the root element. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/link_nodes.md: -------------------------------------------------------------------------------- 1 | # link_nodes (protected) 2 | 3 | ```php 4 | link_nodes ( object &$node, bool $is_child ) 5 | ``` 6 | 7 | Links the provided node to the DOM tree. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `node` | The node to link to the DOM tree. 12 | | `is_child` | If active, makes the node a sibling of the current node (child of parent). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/loadFile.md: -------------------------------------------------------------------------------- 1 | # loadFile 2 | 3 | ```php 4 | loadFile (...) 5 | ``` 6 | 7 | This function is a wrapper for [`load_file`](#load_file) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/load_file.md: -------------------------------------------------------------------------------- 1 | # load_file 2 | 3 | ```php 4 | load_file (...) : object 5 | ``` 6 | 7 | Loads a HTML document from file. Supports arguments of [`file_get_contents`](http://php.net/manual/en/function.file-get-contents.php). 8 | 9 | Returns the object. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/parse.md: -------------------------------------------------------------------------------- 1 | # parse (protected) 2 | 3 | ```php 4 | parse () 5 | ``` 6 | 7 | Parses the document. This function is called after the document was loaded into `$this->doc`. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/parse_attr.md: -------------------------------------------------------------------------------- 1 | # parse_attr (protected) 2 | 3 | ```php 4 | parse_attr ( object $node, string $name, array &$space ) 5 | ``` 6 | 7 | Parses a single attribute starting at the current parsing position in the document. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `node` | The current element (node). 12 | | `name` | The attribute name. 13 | | `space` | An array of whitespace sorounding the current attribute (see [Attribute Whitespace](../definitions/#attribute-whitespace)). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/read_tag.md: -------------------------------------------------------------------------------- 1 | # read_tag (protected) 2 | 3 | ```php 4 | read_tag () : bool 5 | ``` 6 | 7 | Reads a single tag starting at the current parsing position in the document. The tag is automatically added to the DOM. 8 | 9 | Returns true if a tag was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/remove_callback.md: -------------------------------------------------------------------------------- 1 | # remove_callback 2 | 3 | ```php 4 | remove_callback () 5 | ``` 6 | 7 | Removes the callback set by [`set_callback`](#set_callback). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/restore_noise.md: -------------------------------------------------------------------------------- 1 | # restore_noise (protected) 2 | 3 | ```php 4 | restore_noise ( string $text ) : string 5 | ``` 6 | 7 | Restores noise in the provided string by replacing noise placeholders by their original contents. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `text` | A string (potentially) containing noise placeholders. 12 | 13 | Returns the string with original contents restored or the original string if it doesn't contain noise placeholders. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/save.md: -------------------------------------------------------------------------------- 1 | # save 2 | 3 | ```php 4 | save ( [ string $filepath = '' ] ) : string 5 | ``` 6 | 7 | Writes the current DOM to file. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `filepath` | Writes to file if the provided file path is not empty. 12 | 13 | Returns the document string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/search_noise.md: -------------------------------------------------------------------------------- 1 | # search_noise (protected) 2 | 3 | ```php 4 | search_noise ( string $text ) : string 5 | ``` 6 | 7 | Find a single noise element by providing the noise placeholder text. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `text` | The noise placeholder to find. 12 | 13 | Returns the original contents for the placeholder. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/set_callback.md: -------------------------------------------------------------------------------- 1 | # set_callback 2 | 3 | ```php 4 | set_callback ( string $function_name ) 5 | ``` 6 | 7 | Sets the callback function which is called on each element of the DOM when building outertext. 8 | The function must accept a single parameter of type `simple_html_dom_node`. 9 | 10 | | Parameter | Description 11 | | --------- | ----------- 12 | | `function_name` | Name of the function. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom/skip.md: -------------------------------------------------------------------------------- 1 | 2 | # skip (protected) 3 | 4 | ```php 5 | skip ( string $chars ) 6 | ``` 7 | 8 | Skips characters starting at the current parsing position in the document. Sets the parsing position to the first character not in the provided list of characters. 9 | 10 | | Parameter | Description 11 | | --------- | ----------- 12 | | `chars` | A list of characters to skip. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/__construct.md: -------------------------------------------------------------------------------- 1 | # __construct 2 | 3 | ```php 4 | __construct ( [ object $dom ] ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `dom` | An object of type [`simple_html_dom`](api/simple_html_dom/). 10 | 11 | Constructs a new object of type `simple_html_dom_node`, assignes `$dom` as DOM object and adds itself to the list of nodes in `$dom`. 12 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/__destruct.md: -------------------------------------------------------------------------------- 1 | # __destruct 2 | 3 | ```php 4 | __destruct ( ) 5 | ``` 6 | 7 | Destructs the current object and frees memory. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/__toString.md: -------------------------------------------------------------------------------- 1 | # __toString 2 | 3 | ```php 4 | __toString ( ) : string 5 | ``` 6 | 7 | Returns the outer text of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/__unset.md: -------------------------------------------------------------------------------- 1 | # __unset 2 | 3 | ```php 4 | __unset ( string $name ) 5 | ``` 6 | 7 | Removes the attribute with name `$name` from the current node if it exists. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/appendChild.md: -------------------------------------------------------------------------------- 1 | # appendChild 2 | 3 | ```php 4 | appendChild ( object $node ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `node` | An object of type [`simple_html_dom_node`](../simple_html_dom_node/) 10 | 11 | Makes the current node parent of the node provided to this function. 12 | 13 | Returns the provided node. 14 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/childNodes.md: -------------------------------------------------------------------------------- 1 | # childNodes 2 | 3 | ```php 4 | childNodes ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `idx` | Index of the node to return or `-1` to return all nodes. 10 | 11 | Returns all or one specific child node from the current node. 12 | 13 | ## Remarks 14 | 15 | This function is a wrapper for [`children`](../children/) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/children.md: -------------------------------------------------------------------------------- 1 | # children 2 | 3 | ```php 4 | children ( [ int $idx = -1 ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `idx` | Index of the node to return or `-1` to return all nodes. 10 | 11 | Returns all or one specific child node from the current node. 12 | -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/clear.md: -------------------------------------------------------------------------------- 1 | # clear 2 | 3 | ```php 4 | clear ( ) 5 | ``` 6 | 7 | Sets all properties in the current node, which contain objects, to null. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/convert_text.md: -------------------------------------------------------------------------------- 1 | # convert_text 2 | 3 | ```php 4 | convert_text ( string $text ) : string 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `text` | Text to convert. 10 | 11 | Assumes that the provided text is in the form of the configured source character set (see [`sourceCharset`](../simple_html_dom_node/) and converts it to the specified target character set (see [`targetCharset`](../simple_html_dom_node/)). 12 | 13 | Returns the converted text. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/dump.md: -------------------------------------------------------------------------------- 1 | # dump 2 | 3 | ```php 4 | dump ( [ bool $show_attr = false [, int $depth = 0 ]] ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `show_attr` | Attribute names are included in the output if enabled. 10 | | `depth` | Depth of the current element 11 | 12 | Dumps information about the current node and all child nodes recursively. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/dump_node.md: -------------------------------------------------------------------------------- 1 | # dump_node 2 | 3 | ```php 4 | dump_node ( [ bool $echo = true ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `echo` | Echoes the dump details directly if enabled. 10 | 11 | Dumps information about the current document node. Returns a string if `$echo` is set to false, null otherwise. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/find_ancestor_tag.md: -------------------------------------------------------------------------------- 1 | # find_ancestor_tag 2 | 3 | ```php 4 | find_ancestor_tag ( string $tag ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `tag` | Tag name of the element to find. 10 | 11 | Returns the first matching node that matches the specified tag name or null if no match was found. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/firstChild.md: -------------------------------------------------------------------------------- 1 | # firstChild 2 | 3 | ```php 4 | firstChild ( ) : mixed 5 | ``` 6 | 7 | This function is a wrapper for [`first_child`](../first_child/) -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/first_child.md: -------------------------------------------------------------------------------- 1 | # first_child 2 | 3 | ```php 4 | first_child ( ) : mixed 5 | ``` 6 | 7 | Returns the first child node of the current node or null if the current nod has no child nodes. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getAllAttributes.md: -------------------------------------------------------------------------------- 1 | # getAllAttributes 2 | 3 | ```php 4 | getAllAttributes ( ) : array 5 | ``` 6 | 7 | Returns all attributes for the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getAttribute.md: -------------------------------------------------------------------------------- 1 | # getAttribute 2 | 3 | ```php 4 | getAttribute ( string $name ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Attribute name. 10 | 11 | Returns the value for the attribute `$name`. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getElementById.md: -------------------------------------------------------------------------------- 1 | # getElementById 2 | 3 | ```php 4 | getElementById ( string $id ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `id` | Element id. 10 | 11 | Returns the first element with the specified id. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getElementByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementByTagName 2 | 3 | ```php 4 | getElementByTagName ( string $name ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Tag name. 10 | 11 | Returns the first element with the specified tag name. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getElementsById.md: -------------------------------------------------------------------------------- 1 | # getElementsById 2 | 3 | ```php 4 | getElementsById ( string $id [, int $idx = null] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `id` | Element id. 10 | | `idx` | Index of element to return. 11 | 12 | Returns all elements with the specified id if `$idx` is null, or a specific one if `$idx` is a valid index. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/getElementsByTagName.md: -------------------------------------------------------------------------------- 1 | # getElementsByTagName 2 | 3 | ```php 4 | getElementsByTagName ( string $name [, int $idx = null ] ) : mixed 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Tag name. 10 | | `idx` | Index of the element to return. 11 | 12 | Returns all elements with the specified tag name if `$idx` is null, or a specific one if `$idx` is a valid index. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/get_display_size.md: -------------------------------------------------------------------------------- 1 | # get_display_size 2 | 3 | ```php 4 | get_display_size ( ) : mixed 5 | ``` 6 | 7 | Returns false if the current node is not an image. 8 | 9 | Returns an associative array of two elements - `height` and `width` - that represent the display size of the image. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/hasAttribute.md: -------------------------------------------------------------------------------- 1 | # hasAttribute 2 | 3 | ```php 4 | hasAttribute ( string $name ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Name of the attribute. 10 | 11 | Returns true if the current node has an attribute with the specified name. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/hasChildNodes.md: -------------------------------------------------------------------------------- 1 | # hasChildNodes 2 | 3 | ```php 4 | hasChildNodes ( ) : bool 5 | ``` 6 | 7 | This is a wrapper function for [`has_child`](../has_child/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/hasClass.md: -------------------------------------------------------------------------------- 1 | # hasClass 2 | 3 | ```php 4 | hasClass ( string $class ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `class` | Specifies the class name to search for. 10 | 11 | Returns true if the current node has the specified class name. 12 | 13 | **Examples** 14 | 15 | ```php 16 | $node->hasClass('article'); 17 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/has_child.md: -------------------------------------------------------------------------------- 1 | # has_child 2 | 3 | ```php 4 | has_child ( ) : bool 5 | ``` 6 | 7 | Returns true if the current node has one or more child nodes. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/innertext.md: -------------------------------------------------------------------------------- 1 | # innertext 2 | 3 | ```php 4 | innertext ( ) : string 5 | ``` 6 | 7 | Returns the inner text (everything inside the opening and closing tags) of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/is_utf8.md: -------------------------------------------------------------------------------- 1 | # is_utf8 (static) 2 | 3 | ```php 4 | is_utf8 ( string $str ) : bool 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `str` | String to test. 10 | 11 | Returns true if the provided string is a valid UTF-8 string. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/lastChild.md: -------------------------------------------------------------------------------- 1 | # lastChild 2 | 3 | ```php 4 | lastChild ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`last_child`](../last_child/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/last_child.md: -------------------------------------------------------------------------------- 1 | # last_child 2 | 3 | ```php 4 | last_child ( ) : object 5 | ``` 6 | 7 | Returns the last child of the current node or null if the current node has no child elements. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/makeup.md: -------------------------------------------------------------------------------- 1 | # makeup 2 | 3 | ```php 4 | makeup ( ) : string 5 | ``` 6 | 7 | Returns the HTML representation of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/nextSibling.md: -------------------------------------------------------------------------------- 1 | # nextSibling 2 | 3 | ```php 4 | nextSibling ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`next_sibling`](../next_sibling/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/next_sibling.md: -------------------------------------------------------------------------------- 1 | # next_sibling 2 | 3 | ```php 4 | next_sibling ( ) : object 5 | ``` 6 | 7 | Returns the next sibling of the current node or null if the current node has no next sibling. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/nodeName.md: -------------------------------------------------------------------------------- 1 | # nodeName 2 | 3 | ```php 4 | nodeName ( ) : string 5 | ``` 6 | 7 | Returns the name of the current node (tag name). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/outertext.md: -------------------------------------------------------------------------------- 1 | # outertext 2 | 3 | ```php 4 | outertext ( ) : string 5 | ``` 6 | 7 | Returns the outer text (everything including the opening and closing tags) of the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/parent.md: -------------------------------------------------------------------------------- 1 | # parent 2 | 3 | ```php 4 | parent ( [ object $parent = null ] ) : object 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `parent` | The parent node 10 | 11 | * Returns the parent node of the current node if `$parent` is null. 12 | * Sets the parent node of the current node if `$parent` is not null. In this case the current node is automatically added to the list of nodes in the parent node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/parentNode.md: -------------------------------------------------------------------------------- 1 | # parentNode 2 | 3 | ```php 4 | parentNode () : object 5 | ``` 6 | 7 | Returns the current's node parent. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/parse_selector.md: -------------------------------------------------------------------------------- 1 | # parse_selector (protected) 2 | 3 | ```php 4 | parse_selector ( string $selector_string ) : array 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `selector_string` | The selector string 10 | 11 | Parses a CSS selector into an internal format for further use. See also [`find`](../find/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/prevSibling.md: -------------------------------------------------------------------------------- 1 | # prevSibling 2 | 3 | ```php 4 | prevSibling ( ) : object 5 | ``` 6 | 7 | This is a wrapper for [`previous_sibling`](../previous_sibling/). -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/prev_sibling.md: -------------------------------------------------------------------------------- 1 | # prev_sibling 2 | 3 | ```php 4 | prev_sibling ( ) : object 5 | ``` 6 | 7 | Returns the previous sibling of the current node, or null if the current node has no previous sibling. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/removeAttribute.md: -------------------------------------------------------------------------------- 1 | # removeAttribute 2 | 3 | ```php 4 | removeAttribute ( string $name ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Name of the attribute to remove. 10 | 11 | Removes the attribute with the speicified name from the current node. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/save.md: -------------------------------------------------------------------------------- 1 | # save 2 | 3 | ```php 4 | save ( [ string $filepath = '' ] ) : string 5 | ``` 6 | 7 | Writes the current node to file. 8 | 9 | | Parameter | Description 10 | | --------- | ----------- 11 | | `filepath` | Writes to file if the provided file path is not empty. 12 | 13 | Returns the document string. 14 | 15 | **Examples** 16 | 17 | ```php 18 | $string = $node->save(); 19 | $string = $node->save($file); 20 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/setAttribute.md: -------------------------------------------------------------------------------- 1 | # setAttribute 2 | 3 | ```php 4 | setAttribute ( string $name, string $value ) 5 | ``` 6 | 7 | | Parameter | Description 8 | | --------- | ----------- 9 | | `name` | Attribute name 10 | | `value` | Attribute value 11 | 12 | Adds or sets an attribute in the current node to the specified value. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/text.md: -------------------------------------------------------------------------------- 1 | # text 2 | 3 | ```php 4 | text ( ) : string 5 | ``` 6 | 7 | Returns the (HTML) text representation for the current node recursively. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/api/simple_html_dom_node/xmltext.md: -------------------------------------------------------------------------------- 1 | # xmltext 2 | 3 | ```php 4 | xmltext ( ) : string 5 | ``` 6 | 7 | Returns the xml representation for the inner text of the current node as a CDATA section. -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/manual/customizing-parsing-behavior.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Customizing Parsing behavior 3 | --- 4 | 5 | ```php 6 | // Write a function with parameter "$element" 7 | function my_callback($element) { 8 | // Hide all tags 9 | if ($element->tag=='b') 10 | $element->outertext = ''; 11 | } 12 | 13 | // Register the callback function with it's function name 14 | $html->set_callback('my_callback'); 15 | 16 | // Callback function will be invoked while dumping 17 | echo $html; 18 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/docs/manual/saving-dom-objects.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Saving DOM objects 3 | --- 4 | 5 | # Functional 6 | 7 | ```php 8 | // Dumps the internal DOM tree back into string 9 | $str = $html; 10 | 11 | // Print it! 12 | echo $html; 13 | ``` 14 | 15 | # Object Oriented 16 | 17 | ```php 18 | // Dumps the internal DOM tree back into string 19 | $str = $html->save(); 20 | 21 | // Dumps the internal DOM tree back into a file 22 | $html->save('result.htm'); 23 | ``` -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/extra.css: -------------------------------------------------------------------------------- 1 | code { 2 | white-space: nowrap; 3 | } 4 | 5 | .logo { 6 | display: block; 7 | margin: auto; 8 | text-align: center; 9 | } -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/manual/site/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/scripts/lib/simplehtmldom_1_9_1/manual/site/.gitkeep -------------------------------------------------------------------------------- /scripts/lib/simplehtmldom_1_9_1/phpcompatibility.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Defines rules for PHPCompatibility 4 | ./app 5 | ./example 6 | ./manual 7 | ./testcase 8 | ./tests 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /scripts/path.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /scripts/update_version_asset.php: -------------------------------------------------------------------------------- 1 | 2 | Require all denied 3 | 4 | 5 | Deny from all 6 | -------------------------------------------------------------------------------- /system/core/compat/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/cubrid/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/ibase/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/pdo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/pdo/subdrivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlite3/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datanfr/datan/530e7891f744e5928320b95705774f5becf59d91/system/fonts/texb.ttf -------------------------------------------------------------------------------- /system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/language/french/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/language/french/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Javascript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Session/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Session/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 403 Forbidden 5 | 6 | 7 | 8 |

Directory access is forbidden.

9 | 10 | 11 | 12 | --------------------------------------------------------------------------------