Home
last modified time | relevance | path

Searched refs:html (Results 51 – 75 of 1859) sorted by path

12345678910>>...75

/plugin/animation/styles/
H A DshThemeDefault.css6 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
/plugin/annotate/
H A Danno.php131 $html = $this->html_filter($html);
147 $html = str_replace(array('[List]','[tsiL]'),"",$html);
148 $html = preg_replace('/<\/?p>/ms',"",$html);
176 }, $html);
190 },$html);
202 $html = preg_replace("/\<\/(ul|ol|li)\>/","", $html);
261 },$html);
264 $html = str_replace('</blockquote>', '</span>',$html);
266 $html = preg_replace('/<\/?div.*?>/ms',"",$html);
267 $html = preg_replace('/<!--.*?-->/ms',"",$html);
[all …]
/plugin/api/_test/
H A Dpage.test.php84 $actualHtml = $data['html'];
/plugin/apidoc/
H A Dsyntax.php187 $html .= "</div>";
198 $html .= "<div class='apidoc_right_parameters'>";
201 $html .= "<div class='apidoc_right_param'>";
203 $html .= "<p class='apidoc_right'>";
206 $html .= "</p>";
208 $html .= "</div>";
211 $html .= "</div>";
213 $html .= "</div>";
217 return $html;
227 $html = $this->apidoc_out_html( $data );
[all …]
/plugin/approve/
H A Dadmin.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
71 public function html() function in admin_plugin_approve
H A Dscript.js96 .html('<p style="text-align:left">'+
/plugin/archivegenerator/
H A Dadmin.php71 public function html() function in admin_plugin_archivegenerator
/plugin/asiansearch/
H A Daction.php261 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
262 echo $html;
268 $html = p_wiki_xhtml($ID,$REV,true);
269 $html = html_secedit($html,$secedit);
270 if($INFO['prependTOC']) $html = tpl_toc(true).$html;
271 $html = $this->revised_html_hilight($html,$HIGH); // <= REPLACED
272 echo $html;
281 function revised_html_hilight($html, $phrases) argument
291 if ($regex === '') return $html;
292 $html = preg_replace_callback("/((<[^>]*)|$regex)/ui",'html_hilight_callback',$html);
[all …]
/plugin/authg2fa/
H A Dadmin.php100 public function html() { function in admin_plugin_authg2fa
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php965 public $html; variable in Google_TimelineItem
1036 public function setHtml( $html) { argument
1037 $this->html = $html;
1040 return $this->html;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md8 …decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https://tools.ietf.org/html/rfc7519).
43 * https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40
63 * Source: http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#nbfDef
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php357 public function setHtml(HtmlContent $html) argument
359 $this->html = $html;
366 return $this->html;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DCreative.php281 public function setHtml(HtmlContent $html) argument
283 $this->html = $html;
290 return $this->html;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPasteDataRequest.php35 public $html; variable in Google\\Service\\Sheets\\PasteDataRequest
86 public function setHtml($html) argument
88 $this->html = $html;
95 return $this->html;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md419 …d Middleware](http://docs.guzzlephp.org/en/stable/handlers-and-middleware.html) offer even more co…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md361 query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
899 * Bug fix: URLs are now resolved correctly based on http://tools.ietf.org/html/rfc3986#section-5.2.…
H A DUPGRADING.md142 This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html
146 [`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart)
528 See: http://docs.guzzlephp.org/en/latest/events.html
823 Base URLs of a client now follow the rules of http://tools.ietf.org/html/rfc3986#section-5.2.2 when…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DMakefile7 vendor/bin/phpunit --coverage-html=artifacts/coverage
10 open artifacts/coverage/index.html
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md7 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
H A DREADME.md596 [RFC 3986 Section 4.2](https://tools.ietf.org/html/rfc3986#section-4.2):
655 [RFC 3986 Section 5.3](https://tools.ietf.org/html/rfc3986#section-5.3). Usually this method does n…
690 to [RFC 3986 Section 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also wh…
704 [RFC 3986 Section 5.2.4](https://tools.ietf.org/html/rfc3986#section-5.2.4).
730 [RFC 3986 Section 6](https://tools.ietf.org/html/rfc3986#section-6).
784 Example: `http://example.org/../a/b/../c/./d.html` → `http://example.org/a/c/d.html`
792 Example: `http://example.org//foo///bar.html` → `http://example.org/foo/bar.html`
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md12 …rther reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html).
/plugin/authldaplocal/
H A Dplugin.info.txt7 url https://www.tuhh.de/~psvkv/dokuwiki/ldaplocal.html
/plugin/authmantis/
H A DREADME.md17 [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html)
/plugin/authnc/
H A DREADME.md10 …cloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html) from Nextcloud to …
/plugin/authorstats/
H A Dadmin.php8 public function html() function in admin_plugin_authorstats

12345678910>>...75