Home
last modified time | relevance | path

Searched refs:str (Results 151 – 175 of 895) sorted by last modified time

12345678910>>...36

/plugin/openid/Auth/
H A DOpenID.php170 $str = file_get_contents('php://input');
172 if ($str === false) {
175 $post = Auth_OpenID::params_from_string($str);
185 static function params_from_string($str) argument
187 $chunks = explode("&", $str);
/plugin/openid/Auth/Yadis/
H A DParseHTML.php72 * @param string $str The original string
76 function removeQuotes($str) argument
82 if (preg_match($double, $str, $matches)) {
84 } else if (preg_match($single, $str, $matches)) {
87 return $str;
/plugin/openid/Auth/OpenID/
H A DBigMath.php81 * @param string $str The binary version of a long number,
86 function binaryToLong($str) argument
88 if ($str === null) {
94 $bytes = array_merge(unpack('C*', $str));
112 function base64ToLong($str) argument
114 $b64 = base64_decode($str);
123 function longToBase64($str) argument
125 return base64_encode($this->longToBinary($str));
H A DCryptUtil.php94 $str = "";
101 $str .= $population[$n];
104 return $str;
/plugin/prosemirror/action/
H A Dajax.php52 $ID = $INPUT->str('id');
58 $inner = $INPUT->str('inner');
64 $inner = $INPUT->str('inner');
102 $attrs = json_decode($INPUT->str('attrs'), true);
160 $text = $INPUT->str('data');
188 $json = $INPUT->str('data');
H A Deditor.php165 return !$INPUT->has('target') || $INPUT->str('target') === 'section';
H A Dparser.php41 $unparsedJSON = $INPUT->post->str('prosemirror_json');
83 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST'
91 $unparsedJSON = $INPUT->post->str('prosemirror_json');
/plugin/blogtng/action/
H A Dajax.php39 $comment->setText($INPUT->post->str('text'));
40 $comment->setName($INPUT->post->str('name'));
41 $comment->setMail($INPUT->post->str('mail'));
42 $comment->setWeb($INPUT->post->str('web'));
47 if(!$comment->getName() && $INPUT->server->str('REMOTE_USER')){
48 if($auth AND $info = $auth->getUserData($INPUT->server->str('REMOTE_USER'))) {
54 $comment->output($INPUT->post->str('tplname'));
H A Dedit.php64 $blog = $INPUT->post->str('post-blog', $blog);
97 $commentstatus = $INPUT->post->str('post-commentstatus', $commentstatus);
171 $blog = $INPUT->post->str('post-blog', $blog);
212 $commentstatus = $INPUT->post->str('post-commentstatus', $commentstatus);
294 $blog = $INPUT->post->str('post-blog');
311 … $this->entryhelper->entry['commentstatus'] = $INPUT->post->str('post-commentstatus');
370 $tags = $INPUT->post->str('post-tags');
388 if(!$login) $login = $INPUT->server->str('REMOTE_USER');
H A Dfeed.php51 $opt['blog'] = $INPUT->str('blog');
52 $opt['tags'] = $INPUT->str('tags');
53 $opt['sortby'] = $INPUT->str('sortby');
54 $opt['sortorder'] = $INPUT->str('sortorder');
H A Dnew.php49 if(!$INPUT->str('new-title')){
55 $newId = $tools->mkpostid($INPUT->str('new-format'), $INPUT->str('new-title'));
60 'post-blog' => $INPUT->post->str('post-blog'),
61 'post-tags' => $INPUT->post->str('post-tags'),
62 'post-commentstatus' => $INPUT->post->str('post-commentstatus'),
63 'new-format' => $INPUT->post->str('new-format'),
64 'new-title' => $INPUT->post->str('new-title')
69 $TEXT = $this->prepareTemplateNewEntry($newId, $INPUT->str('new-title'));
H A Dcomments.php54 $this->commenthelper->optin($INPUT->str('btngo'));
59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
66 … $comment->setSource($INPUT->post->str('comment-source')); //from: comment, pingback or trackback
67 $name = $INPUT->post->str('comment-name');
69 $mail = $INPUT->post->str('comment-mail');
71 $web = $INPUT->post->str('comment-web');
H A Dpagedata.php50 if(!$login) $login = $INPUT->server->str('REMOTE_USER');
/plugin/blogtng/syntax/
H A Dblog.php165 if($tags = $INPUT->str('post-tags')){ // tags
/plugin/blogtng/helper/
H A Dcomments.php255 'BROWSER' => $INPUT->server->str('HTTP_USER_AGENT'),
H A Dtools.php32 '%{user}' => $INPUT->server->str('REMOTE_USER'),
H A Dentry.php492 public function tpl_permalink($str) { argument
493 …f="' . wl ($this->entry['page']) . '" title="' . hsc($this->entry['title']) . '">' . $str . '</a>';
/plugin/blogtng/
H A Dadmin.php101 $batch = $INPUT->post->str('comment_batch_edit');
128 $pid = $INPUT->post->str('entry-pid');
129 $blog = $INPUT->post->str('entry-blog');
142 $pid = $INPUT->post->str('entry-pid');
143 $status = $INPUT->post->str('entry-commentstatus');
884 $comment->setCid($INPUT->post->str('comment-cid'));
885 $comment->setPid($INPUT->post->str('comment-pid'));
889 $comment->setName($INPUT->post->str('comment-name'));
890 $comment->setMail($INPUT->post->str('comment-mail'));
891 $comment->setWeb($INPUT->post->str('comment-web'));
[all …]
/plugin/blogtng/exe/
H A Dtrackback.php41 $sourceUri = $INPUT->str('url');
49 if ($INPUT->server->str('REQUEST_METHOD') != 'POST') {
68 if (!$this->tools->saveLinkback('trackback', strip_tags($INPUT->post->str('title')),
69 … $sourceUri, strip_tags($INPUT->post->str('excerpt')), $ID)) {
/plugin/do/
H A Dhelper.php519 $user = $INPUT->server->str('REMOTE_USER');
H A Daction.php109 $user = $INPUT->server->str('REMOTE_USER');
/plugin/imgpaste/
H A Daction.php41 $data = $INPUT->post->str('data');
56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
/plugin/semantic/
H A Daction.php97 $export = $INPUT->str('export');
98 $id = $INPUT->str('id');
/plugin/barcodes/lib/
H A DColor.php43 public static function parse($str) { argument
44 return new Color($str);
47 public static function str2hex($str) { argument
48 return (new Color($str))->getHex();
/plugin/fastwiki/
H A Daction.php47 if ($INPUT->str('partial') == '1') {
120 if ($this->m_orig_act == 'subscribe' && $INPUT->str('sub_action'))
135 if ($INPUT->str('fastwiki_preload_proxy'))
168 $compareid = $INPUT->str('fastwiki_compareid');
191 // $secedit = $ACT == 'show' && $INPUT->str('target') == 'section' && ($INPUT->str('prefix') || $INPUT->str('suffix'));
193 // $this->render_text($INPUT->str('wikitext')); //+++ render_text isn't outputting anything.
225 $pages = explode(',', $INPUT->str('fastwiki_preload_pages'));

12345678910>>...36