Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 49) sorted by relevance

12

/dokuwiki/inc/Form/
H A DButtonElement.php14 /** @var string HTML content */
15 protected $content = ''; variable in dokuwiki\\Form\\ButtonElement
19 * @param string $content HTML content of the button. You have to escape it yourself.
21 public function __construct($name, $content = '') argument
24 $this->content = $content;
34 return '<button ' . buildAttributes($this->attrs(), true) . '>' . $this->content . '</button>';
H A DForm.php291 * Adds a simple button, escapes the content for you
294 * @param string $content
298 public function addButton($name, $content, $pos = -1) argument
300 return $this->addElement(new ButtonElement($name, hsc($content)), $pos);
304 * Adds a simple button, allows HTML for content
330 * Adds a label referencing another input element, allows HTML for content
332 * @param string $content
337 public function addLabelHTML($content, $for = '', $pos = -1) argument
339 $element = new LabelElement($content);
/dokuwiki/
H A Dfeed.php
/dokuwiki/lib/images/admin/
H A DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/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/inc/
H A Dhttputils.php167 // send file content
248 * Cache content and print it
251 * @param string $content
253 function http_cached_finish($file, $content)
258 io_saveFile($file, $content);
259 if (DOKU_HAS_GZIP) io_saveFile("$file.gz", $content);
265 echo gzencode($content, 9, FORCE_GZIP);
267 echo $content;
247 http_cached_finish($file, $content) global() argument
H A Dio.php59 * Action plugins are allowed to modify the page content in transit.
102 * Returns content of $file as cleaned string.
142 * Returns the content of a .bz2 compressed file as string
146 * @return string|array|bool content or false on error
190 * Action plugins are allowed to modify the page content in transit.
201 * @param string $content
208 function io_writeWikiPage($file, $content, $id, $rev = false)
216 $data = [[$file, $content, false], getNS($id), noNS($id), $rev];
246 * @param string $content
252 function _io_saveFile($file, $content,
189 io_writeWikiPage($file, $content, $id, $rev = false) global() argument
226 _io_saveFile($file, $content, $append) global() argument
275 io_saveFile($file, $content, $append = false) global() argument
[all...]
H A Dcommon.php325 $JSINFO['useHeadingContent'] = (int) useHeading('content');
1072 * @return string parsed pagetemplate content
1090 // the before event might have loaded the content already
1109 // load the content
1309 if (useHeading('content')) {
1374 // prepare content
2019 * @return string|false the SVG content, false if the file couldn't be loaded
2028 $content = file_get_contents($file);
2029 $content = preg_replace('/<!--.*?(-->)/s', '', $content); // comment
[all...]
/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_diff.css119 content: '\25C0'; /* left triangle */
123 content: '\25B6'; /* right triangle */
126 content: '\25C0\25C0';
129 content: '\25B6\25B6';
H A D_footnotes.css26 .dokuwiki div.footnotes div.fn div.content {
H A D_search.less55 content: '▼';
88 content: '▲';
H A Dmobile.less96 #dokuwiki__aside div.content {
109 /* push pagetools closer to content */
272 /*____________ content ____________*/
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php16 * Some optimisation to make the sure the content is only scanned by the PHP regex
128 * Will fail if the handlers report an error or if no content is consumed. If successful then each
246 * Empty content will be ignored. The lexer has a parser handler for each mode in the lexer.
248 * @param string $content Text parsed.
255 protected function invokeHandler($content, $is_match, $pos)
257 if (($content === "") || ($content === false)) {
269 return $this->handler->$handler($content, $is_match, $pos, $plugin);
272 return $this->handler->$handler($content, $is_match, $pos);
279 * @param string $raw The subject to parse. This is the content tha
256 invokeHandler($content, $is_match, $pos) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Dpage.js110 var $content = jQuery(jQuery(this).attr('href')) // Footnote text anchor
111 .parent().siblings('.content').clone();
113 if (!$content.length) {
118 jQuery('[id]', $content).each(function(){
123 var content = $content.html().trim();
124 // now put the content into the wrapper
125 dw_page.insituPopup(this, 'insitu__fn').html(content)
137 * done on the children of the content. To make that look good and to make sure aria
138 * attributes are assigned correctly, it's recommended to make sure that the content
145 makeToggle(handle, content, state) global() argument
[all...]
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt3 email michael@content-space.de
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php78 // look back if there was any content - we don't want empty paragraphs
79 $content = '';
85 $content .= $this->calls[$i][1][0];
87 $content = 'found markup';
92 if (trim($content) == '') {
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php126 $content = [$username];
128 $content[] = $user['name'];
129 $content[] = $user['mail'];
130 $content[] = implode(", ", $user['grps']);
134 $content
/dokuwiki/lib/styles/
H A Dfeed.css12 generator, content, created, issued, modified, subject, id, format, creator, selector
33 content: "This data file is meant to be read in a XML feed reader. See document source."
H A Dall.css23 content: "";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
/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...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css34 content: "";
101 .ui-accordion .ui-accordion-content {
274 .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
277 .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
518 .ui-dialog .ui-dialog-content {
899 .ui-widget.ui-widget-content {
902 .ui-widget-content {
907 .ui-widget-content a {
923 .ui-widget-content .ui-state-default,
947 .ui-widget-content
[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/conf/
H A Dwordblock.conf25 https?:\/\/(\S*?)(2-pay-secure|911essay|academia-research|anypapers|applicationessay|bestbuyessay|bestdissertation|bestessay|bestresume|besttermpaper|businessessay|college-paper|customessay|custom-made-paper|custom-writing|degree-?result|dissertationblog|dissertation-service|dissertations?expert|essaybank|essay-?blog|essaycapital|essaylogic|essaymill|essayontime|essaypaper|essays?land|essaytownsucks|essay-?writ|fastessays|freelancercareers|genuinecontent|genuineessay|genuinepaper|goessay|grandresume|killer-content|ma-dissertation|managementessay|masterpaper|mightystudent|needessay|researchedge|researchpaper-blog|resumecvservice|resumesexperts|resumesplanet|rushessay|samedayessay|superiorcontent|superiorpaper|superiorthesis|term-paper|termpaper-blog|term-paper-research|thesisblog|universalresearch|valwriting|vdwriters|wisetranslation|writersassembly|writers\.com\.ph|writers\.ph)

12