Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6337)

  • ffmpeg : allow to set the thread message queue size.

    25 février 2015, par Nicolas George
    ffmpeg : allow to set the thread message queue size.
    
    • [DH] doc/ffmpeg.texi
    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
    • [DH] ffmpeg_opt.c
  • Revision 33976 : bugs html

    27 décembre 2009, par cedric@… — Log

    bugs html

  • w32threads : Use newer thread synchronization functions when targeting Vista

    6 août 2014, par Martin Storsjö
    w32threads : Use newer thread synchronization functions when targeting Vista
    

    When explicitly targeting Vista or newer (which only happens if the
    caller explicitly sets _WIN32_WINNT to a high enough value via the
    extra cflags option - otherwise configure script sets
    - D_WIN32_WINNT=0x0502), we already unconditionally link to the
    ConditionVariable functions, since 4622f11f9.

    Similarly use the newer -Ex versions of CreateEvent, CreateSemaphore,
    InitializeCriticalSection and WaitForSingleObject, that all appeared
    in Vista. When building Windows Store applications, the older versions
    of these functions aren’t available, only the -Ex functions. When
    doing such a build, the user can set -D_WIN32_WINNT=0x0600 to
    forcibly use the newer functions instead.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] compat/w32pthreads.h