Home
last modified time | relevance | path

Searched refs:content (Results 26 – 49 of 49) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_imgdetail.css15 [dir=rtl] #dokuwiki__detail div.content img {
23 [dir=rtl] #dokuwiki__detail div.content div.img_detail {
H A D_media_fullscreen.css230 /* file list content */
H A D_search.less55 content: '▼';
88 content: '▲';
H A D_tabs.css16 content: "";
H A Dbasic.less300 content: '';
H A Dcontent.less2 * This file provides the main design styles for the page content.
H A Ddesign.less3 * bits that surround the content.
268 /* content
H A Dmobile.less96 #dokuwiki__aside div.content {
109 /* push pagetools closer to content */
272 /*____________ content ____________*/
H A Dprint.css68 content: " [" attr(href) "]";
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini39 css/content.less = screen
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG895 - Added GESHI_HEADER_NONE as valid header type. This still allows header content.
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php318 * The content of the header block
324 * The content of the footer block
1689 * Sets the content of the header block
1691 * @param string $content The content of the header block
1694 public function set_header_content($content) { argument
1695 $this->header_content = $content;
1699 * Sets the content of the footer block
1701 * @param string $content The content o
1704 set_footer_content($content) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php192 // Call cURL to do it's stuff and return us the content
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md95 changed default content-type to application/xml
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php286 $content = substr($encoded, $encoded_pos, $length);
309 'content' => $content,
317 $temp = self::decode_ber($content, $start, $content_pos);
322 // end-of-content octets - see paragraph 8.1.5
323 if (substr($content, $content_pos + $length, 2) == "\0\0") {
339 'content' => $newcontent,
340 // the only time when $content['headerlength'] isn't defined is when the length is indefinite.
341 // the absence of $content['headerlength'] is how we know if something is indefinite or not.
353 if ($constructed || strlen($content) !
1169 _decodeOID($content) global() argument
1277 _decodeTime($content, $tag) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php2403 $content = '';
2455 $content .= $temp;
2467 // could, in theory, return false if !strlen($content) but we'll hold off for the time being
2505 // if $content isn't set that means a file was written to
2506 return isset($content) ? $content : true;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md79 - Fix using the best base link for an item content by @Alkarex in [#744](https://github.com/simplepie/simplepie/pull/744)
242 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](https://github.com/simplepie/simplepie/pull/445)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php210 * MD5 hash based on the permalink, title and content.
279 * Get the content for the item
281 * Prefers summaries over full content , but will return full content if a
284 * To prefer full content instead, use {@see get_content}
290 * @param boolean $description_only Should we avoid falling back to the content?
330 * Get the content for the item
332 * Prefers full content over summaries, but will return a summary if full
333 * content does not exist.
337 * Uses `<atom:content>` o
[all...]
H A DParser.php309 if ((end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_03 && in_array(end($this->element), ['title', 'tagline', 'copyright', 'info', 'summary', 'content']) && isset($attribs['']['mode']) && $attribs['']['mode'] === 'xml')
310 || (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_ATOM_10 && in_array(end($this->element), ['rights', 'subtitle', 'summary', 'info', 'title', 'content']) && isset($attribs['']['type']) && $attribs['']['type'] === 'xhtml')
513 // If a photo is also in content, don't need to add it again here.
514 $content = '';
515 if (isset($entry['properties']['content'][0]['html'])) {
516 $content = $entry['properties']['content'][0]['html'];
521 if (!empty($photo) && strpos($content, $photo) === false) {
527 // anything unique except for the content itself, so use that.
543 if (isset($entry['properties']['content'][
[all...]

12