sforkowany z mirror/friendica
commit
9082d844c0
|
@ -2,7 +2,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file bin/daemon.php
|
||||
* @brief Run the worker from a daemon.
|
||||
* Run the worker from a daemon.
|
||||
*
|
||||
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php
|
||||
*/
|
||||
|
|
|
@ -131,7 +131,7 @@ class L10n
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
|
||||
* Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
|
||||
*
|
||||
* @param string $sysLang The default fallback language
|
||||
* @param array $server The $_SERVER array
|
||||
|
|
|
@ -409,7 +409,7 @@ class Diaspora
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief: Decodes incoming Diaspora message in the new format
|
||||
* Decodes incoming Diaspora message in the new format
|
||||
*
|
||||
* @param string $raw raw post message
|
||||
* @param string $privKey The private key of the importer
|
||||
|
@ -515,7 +515,7 @@ class Diaspora
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief: Decodes incoming Diaspora message in the deprecated format
|
||||
* Decodes incoming Diaspora message in the deprecated format
|
||||
*
|
||||
* @param string $xml urldecoded Diaspora salmon
|
||||
* @param string $privKey The private key of the importer
|
||||
|
|
|
@ -18,7 +18,7 @@ class Arrays
|
|||
}
|
||||
|
||||
/**
|
||||
* @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail.
|
||||
* Implodes recursively a multi-dimensional array where a normal implode() will fail.
|
||||
*
|
||||
* @param array $array Array to implode
|
||||
* @param string $glue Glue for imploded elements
|
||||
|
|
|
@ -111,8 +111,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param array $head
|
||||
* @param string $prvkey
|
||||
* @param string $keyid (optional, default 'Key')
|
||||
|
@ -145,8 +143,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param array $head
|
||||
* @param string $prvkey
|
||||
* @param string $alg (optional) default 'sha256'
|
||||
|
@ -178,8 +174,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param string $header
|
||||
* @return array associate array with
|
||||
* - \e string \b keyID
|
||||
|
@ -224,8 +218,6 @@ class HTTPSignature
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param string $header
|
||||
* @param string $prvkey (optional), if not set use site private key
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @brief: Get info header of the scheme
|
||||
* Get info header of the scheme
|
||||
*
|
||||
* This function parses the header of the schemename.php file for informations like
|
||||
* Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()
|
||||
|
|
|
@ -281,7 +281,7 @@ function frio_remote_nav($a, &$nav)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief: Search for contacts
|
||||
* Search for contacts
|
||||
*
|
||||
* This function search for a users contacts. The code is copied from contact search
|
||||
* in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup()
|
||||
|
|
Ładowanie…
Reference in New Issue