Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 151 – 175 of 337) sorted by path

12345678910>>...14

/plugin/glossary/
H A Dglossary.class.php216 $root->appendChild ($xml->createElement ("nameSpace", htmlspecialchars ($this->NS)));
217 …$root->appendChild ($xml->createElement ("lastNotification", htmlspecialchars ($this->lastNotifica…
218 …$root->appendChild ($xml->createElement ("lastNotificationReset", htmlspecialchars ($this->lastNot…
271 $root->appendChild ($xml->createElement ($field, htmlspecialchars ($values [$field])));
/plugin/godiag/
H A Dsyntax.php238 $heading = htmlspecialchars($heading);
603 $oopshtml=htmlspecialchars("unknown symbol \"$symb\"");
619 $hfilename=htmlspecialchars($filename_png);
/plugin/google_maps/syntax/
H A Dcal.php55 $options['url'] = htmlspecialchars($matches[1]);
75 $options['date'] = htmlspecialchars($options['date'] . '/' . $options['date']);
80 $options['url'] = htmlspecialchars($opt);
H A Dmaps.php69 return(htmlspecialchars(
130 $locations[$i++] = htmlspecialchars(html_entity_decode($q));
/plugin/googlesearch/
H A Daction.php173 if($ACT == 'googlesearch') print 'value="'.htmlspecialchars($QUERY).'" ';
H A Dnusoap.php663 $str = htmlspecialchars($str);
4979 …$portType_xml .= '<documentation>' . htmlspecialchars($opParts['documentation']) . '</documentatio…
5983 $this->message[$pos]['name'] = htmlspecialchars($name);
/plugin/groupadmin/
H A Dadmin.php110 ptln('<p>'.htmlspecialchars($this->getLang('description')).'</p>');
/plugin/groupmail/
H A Dsyntax.php390 $targetpage = htmlspecialchars(trim($sendlog));
/plugin/groupmanager/
H A Dsyntax.php408 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
455 …" <th>" . ucwords(str_replace("_", " ", str_replace("wg_", "", htmlspecialchars($g)))) . "</t…
467 $renderer->doc .= " <td>" . htmlspecialchars($name);
479 $renderer->doc .= " <td>" . htmlspecialchars($u['name']) . "</td>\n";
/plugin/groupmgr/
H A Dsyntax.php268 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
280 $renderer->doc .= " <th>" . htmlspecialchars($g) . "</th>\n";
288 $renderer->doc .= " <td>" . htmlspecialchars($name);
295 $renderer->doc .= " <td>" . htmlspecialchars($u['name']) . "</td>\n";
/plugin/groupusers/
H A Dsyntax.php83 $renderer->doc .= '<td>'.htmlspecialchars($user).'</td>';
/plugin/gtd/
H A Dsyntax.php241 … $out .= '<h2 class="plugin_gtd_context">' . htmlspecialchars($context) . '</h2>' . DOKU_LF;
246 … class="plugin_gtd_project"><span class="li plugin_gtd_project">' . htmlspecialchars($project) . '…
/plugin/hidden/
H A Dsyntax.php51 $return['text'] = htmlspecialchars($return['text']);
111 $element[1] = htmlspecialchars($element[1]);
/plugin/hiddenswitch/
H A Dsyntax.php30 $return['text'] = htmlspecialchars($return['text']);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php110 $this->setRequestBody(htmlspecialchars($this->xmlDoc->getXMLString()));
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php43 $title = htmlspecialchars($check->title());
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php49 $_url = htmlspecialchars($data_id);
66 $_url = htmlspecialchars($data_id);
79 $_url = htmlspecialchars($data_id);
/plugin/htmlokay/
H A Dsyntax.php502 $problem_str = htmlspecialchars ($problem_str, ENT_QUOTES);
533 $p = htmlspecialchars ($p, ENT_QUOTES);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php240 $content = htmlspecialchars($content);
H A DMarkdown.php128 $content = htmlspecialchars($content);
/plugin/indexmenu/
H A Daction.php
H A Dajax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/inlineeditor/
H A Dajax.php41 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/iphelper/
H A Dsyntax.php69 if(isset($_GET["vecdo"]) && htmlspecialchars($_GET["vecdo"]) == 'print'){
73 if(isset($_GET["do"]) && htmlspecialchars($_GET["do"]) == 'export_pdf'){

12345678910>>...14