Home
last modified time | relevance | path

Searched refs:body_data (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php29 $body_data = $_ENV['misc']->array2string($this->input('body_data'));
46 $hash_data = md5($title_template.$title_data.$body_template.$body_data);
49 …, title_data='$title_data', body_template='$body_template', body_data='$body_data', body_general='…
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php133 $body_data = $message->buildData();
134 $message_body = $body_data->readFull();
/plugin/authucenter/lib/uc_client/
H A Dclient.php309 …uid, $username, $title_template='', $title_data='', $body_template='', $body_data='', $body_genera… argument
318 'body_data'=>$body_data,