@@ -27,6 +27,9 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // http://doc.spip.org/@action_virtualiser_post |
| 30 | +/** |
|
| 31 | + * @param string[] $r |
|
| 32 | + */ |
|
| 30 | 33 | function action_virtualiser_post($r, $url) |
| 31 | 34 | { |
| 32 | 35 | $url = preg_replace(",^ *https?://$,i", "", rtrim($url)); |
@@ -27,6 +27,9 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // http://doc.spip.org/@action_virtualiser_post |
| 30 | +/** |
|
| 31 | + * @param string[] $r |
|
| 32 | + */ |
|
| 30 | 33 | function action_virtualiser_post($r, $url) |
| 31 | 34 | { |
| 32 | 35 | $url = preg_replace(",^ *https?://$,i", "", rtrim($url)); |
@@ -27,6 +27,9 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // http://doc.spip.org/@action_virtualiser_post |
| 30 | +/** |
|
| 31 | + * @param string[] $r |
|
| 32 | + */ |
|
| 30 | 33 | function action_virtualiser_post($r, $url) |
| 31 | 34 | { |
| 32 | 35 | $url = preg_replace(",^ *https?://$,i", "", rtrim($url)); |
@@ -27,6 +27,9 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // http://doc.spip.org/@action_virtualiser_post |
| 30 | +/** |
|
| 31 | + * @param string[] $r |
|
| 32 | + */ |
|
| 30 | 33 | function action_virtualiser_post($r, $url) |
| 31 | 34 | { |
| 32 | 35 | $url = preg_replace(",^ *https?://$,i", "", rtrim($url)); |
@@ -27,6 +27,9 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // http://doc.spip.org/@action_virtualiser_post |
| 30 | +/** |
|
| 31 | + * @param string[] $r |
|
| 32 | + */ |
|
| 30 | 33 | function action_virtualiser_post($r, $url) |
| 31 | 34 | { |
| 32 | 35 | $url = preg_replace(",^ *https?://$,i", "", rtrim($url)); |
@@ -71,6 +71,9 @@ |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | |
| 74 | +/** |
|
| 75 | + * @param string $nom |
|
| 76 | + */ |
|
| 74 | 77 | function phraser_logo_faux_filtres($nom) |
| 75 | 78 | { |
| 76 | 79 | switch($nom) { |
@@ -14,6 +14,9 @@ |
||
| 14 | 14 | |
| 15 | 15 | $serveur_vieille_base =0; |
| 16 | 16 | |
| 17 | +/** |
|
| 18 | + * @param boolean $autoinc |
|
| 19 | + */ |
|
| 17 | 20 | function spip_create_vieille_table($table,$fields,$keys,$autoinc){ |
| 18 | 21 | static $fcreate = null; |
| 19 | 22 | $serveur = $GLOBALS['serveur_vieille_base']; |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | // http://doc.spip.org/@exec_meme_rubrique_args |
| 22 | +/** |
|
| 23 | + * @param integer $id |
|
| 24 | + */ |
|
| 22 | 25 | function exec_meme_rubrique_args($id, $type, $order) |
| 23 | 26 | { |
| 24 | 27 | if ((!autoriser('publierdans','rubrique',$id)) |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | // http://doc.spip.org/@exec_meme_rubrique_args |
| 22 | +/** |
|
| 23 | + * @param integer $id |
|
| 24 | + */ |
|
| 22 | 25 | function exec_meme_rubrique_args($id, $type, $order) |
| 23 | 26 | { |
| 24 | 27 | if ((!autoriser('publierdans','rubrique',$id)) |