
Recherche avancée
Autres articles (72)
-
Organiser par catégorie
17 mai 2013, parDans 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 (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5226)
-
Revision 9293d267d2 : VP8 for ARMv8 by using NEON intrinsics 17 Add vp8_subpixelvariance_neon.c - vp8
26 août 2014, par Scott LaVarnwayChanged Paths :
Delete /vp8/common/arm/neon/vp8_subpixelvariance16x16_neon.asm
Delete /vp8/common/arm/neon/vp8_subpixelvariance16x16s_neon.asm
Delete /vp8/common/arm/neon/vp8_subpixelvariance8x8_neon.asm
Add /vp8/common/arm/neon/vp8_subpixelvariance_neon.c
Modify /vp8/vp8_common.mk
VP8 for ARMv8 by using NEON intrinsics 17Add vp8_subpixelvariance_neon.c
vp8_sub_pixel_variance16x16_neon_func
vp8_variance_halfpixvar16x16_h_neon
vp8_variance_halfpixvar16x16_v_neon
vp8_variance_halfpixvar16x16_hv_neon
vp8_sub_pixel_variance8x8_neon
Change-Id : I3e5d85b2eafc26be0eef6a777789b80e4579257b
Signed-off-by : James Yu <james.yu@linaro.org> -
Revision 4f856cd7fa : VP9 common for ARMv8 by using NEON intrinsics 06 Add vp9_iht8x8_add_neon.c - vp
28 janvier 2014, par James YuChanged Paths :
Modify /test/fdct8x8_test.cc
Delete /vp9/common/arm/neon/vp9_iht8x8_add_neon.asm
Add /vp9/common/arm/neon/vp9_iht8x8_add_neon.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/vp9_common.mk
VP9 common for ARMv8 by using NEON intrinsics 06Add vp9_iht8x8_add_neon.c
vp9_iht8x8_64_add_neon
The assembly did not previously implement tx_type 0
BUG=716Change-Id : Icfc99dd24f3d59047f9184a7d0c761ba7e3de934
Signed-off-by : James Yu <james.yu@linaro.org> -
Revision 6b71013277 : VP9 common for ARMv8 by using NEON intrinsics 05 Add vp9_iht4x4_add_neon.c - vp
27 janvier 2014, par James YuChanged Paths :
Modify /test/fdct4x4_test.cc
Delete /vp9/common/arm/neon/vp9_iht4x4_add_neon.asm
Add /vp9/common/arm/neon/vp9_iht4x4_add_neon.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/vp9_common.mk
VP9 common for ARMv8 by using NEON intrinsics 05Add vp9_iht4x4_add_neon.c
vp9_iht4x4_16_add_neon
The assembly did not previously implement tx_type 0
BUG=715Change-Id : I60034d1568de034edba45c5cdd13f3d87dbc73b6
Signed-off-by : James Yu <james.yu@linaro.org>