Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (53)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3572)

  • avfilter/vf_qp : Don't store NAN in int

    6 novembre 2022, par Andreas Rheinhardt
    avfilter/vf_qp : Don't store NAN in int
    

    Affected the filter-pp2 FATE-test.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_qp.c
  • avcodec/libaribb24 : Use FF_CODEC_CAP_INIT_CLEANUP

    11 septembre 2023, par Andreas Rheinhardt
    avcodec/libaribb24 : Use FF_CODEC_CAP_INIT_CLEANUP
    

    libaribb24_close() does the same as the fail path in
    libaribb24_init().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libaribb24.c
  • avcodec/libxevd : Use CODEC_LONG_NAME()

    27 février 2024, par Andreas Rheinhardt
    avcodec/libxevd : Use CODEC_LONG_NAME()
    

    Brings the length of the line down to less than 80 chars.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libxevd.c