Home
last modified time | relevance | path

Searched refs:token (Results 1 – 5 of 5) sorted by relevance

/web-master/scripts/
H A Dupdate-backend4 // We protect the master server with this token, so
5 // only who knows the token can fetch data from the server
6 $token = getenv("TOKEN"); variable
7 if (!$token && file_exists(".token")) $token = file_get_contents(".token"); variable
8 if (!$token) die("you have to set the TOKEN environment variable");
9 $token = rawurlencode($token); variable
20 fetch_into_file("https://master.php.net/fetch/events.php?token=$token",
H A Dupdate-user-notes11 $token = getenv("TOKEN"); variable
12 if (!$token) {
15 $token = rawurlencode($token); variable
36 "https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$since":""),
42 …$url = escapeshellarg("https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$…
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1202 $token =& $parts[1];
1205 if (empty($token)) {
1215 $token_len = strlen($token);
1255 $em = $token[0];
1257 array_unshift($token_stack, $token);
1276 array_unshift($token_stack, $token);
1278 $strong = $token;
1292 $text_stack[0] .= $token;
1297 $em = $token;
1584 switch ($token[0]) {
[all …]
/web-master/
H A D.gitignore2 .token
/web-master/include/
H A Dfunctions.inc19 if (!isset($_GET['token']) || md5($_GET['token']) != "19a3ec370affe2d899755f005e5cd90e") {

Completed in 10 milliseconds