Home
last modified time | relevance | path

Searched refs:addContent (Results 1 – 25 of 41) sorted by path

12

/plugin/404manager/
H A DMessage404.php27 public function addContent($message) function in Message404
H A Daction.php273 …$this->message->addContent(sprintf($this->lang['message_redirected_by_redirect'], hsc($pageIdOrigi…
278 …$this->message->addContent(sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrig…
283 …$this->message->addContent(sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdO…
293 …$this->message->addContent(sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdO…
395 $this->message->addContent($this->lang['message_redirected_to_edit_mode']);
581 $this->message->addContent('<br/><br/>');
583 $this->message->addContent($this->lang['message_pagename_exist_one']);
584 $this->message->addContent('<ul>');
590 $this->message->addContent('<li>' .
602 $this->message->addContent('<li>' .
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2258 pdfKitDoc.addContent('BT');
2265 pdfKitDoc.addContent('ET');
2286 pdfKitDoc.addContent('BT');
2290 pdfKitDoc.addContent('ET');
28397 return this.addContent('q');
28401 return this.addContent('Q');
28404 return this.addContent('h');
28447 return this.addContent("[] 0 d");
28535 return this.addContent('S');
31870 this.addContent("BT");
[all …]
H A Dpdfmake.min.js7addContent("BT"),r.addContent(""+(e+s.x)+" "+(r.page.height-n-i)+" Td"),r.addContent("/"+h.fontId+…
10 …w e(t+"\n","binary")),this.push(t),this._offset+=t.length},r.prototype.addContent=function(t){retu… method in r
13addContent("/"+i+" gs"),this._sMasked=!1),o=n?"SCN":"scn",t instanceof e?(this._setColorSpace("Pat…
15addContent("BT"),this.addContent(""+e+" "+n+" Td"),this.addContent("/"+this._font.id+" "+this._fon…
16 …his.y===i&&(this.y+=u),this.save(),this.transform(d,0,0,-u,n,i+u),this.addContent("/"+c.label+" Do…
H A Dpdfmake.min.js.map1addContent","fontId","fontSize","encodedText","restore","drawDecorations","opacity","angle","atan2…
/plugin/combo/ComboStrap/
H A DMessage.php63 function addContent($message, $mime): Message function in ComboStrap\\Message
85 return $this->addContent($message, Mime::HTML);
217 return $this->addContent($text, Mime::PLAIN_TEXT);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php717 public function addContent($stackPtr, $content) function in PHP_CodeSniffer_Fixer
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DOpeningBraceSameLineSniff.php88 $phpcsFile->fixer->addContent($lastClassLineToken, ' {');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php215 … $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar.$indent.'*'.$phpcsFile->eolChar);
300 … $phpcsFile->fixer->addContent($prev, $phpcsFile->eolChar.$indent.'*'.$phpcsFile->eolChar);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php152 $phpcsFile->fixer->addContent($closer, ' {');
154 $phpcsFile->fixer->addContent($closer, ' { ');
266 $phpcsFile->fixer->addContent($end, '; ');
299 $phpcsFile->fixer->addContent($endToken, $addedContent);
305 $phpcsFile->fixer->addContent($endLine, '}');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DSpaceAfterCastSniff.php63 $phpcsFile->fixer->addContent($stackPtr, ' ');
H A DSpaceAfterNotSniff.php81 $phpcsFile->fixer->addContent($stackPtr, ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DFunctionCallArgumentSpacingSniff.php133 $phpcsFile->fixer->addContent($nextSeparator, ' ');
168 $phpcsFile->fixer->addContent($nextToken, ' ');
H A DOpeningFunctionBraceKernighanRitchieSniff.php112 $phpcsFile->fixer->addContent($prev, ' {');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php270 $phpcsFile->fixer->addContent($closeBracket, ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php235 $phpcsFile->fixer->addContent($openBracket, $padding);
295 $phpcsFile->fixer->addContent($prev, $padding.$closingContent);
370 $phpcsFile->fixer->addContent(
H A DFunctionDeclarationSniff.php93 $phpcsFile->fixer->addContent($stackPtr, ' ');
140 $phpcsFile->fixer->addContent($use, ' ');
408 $phpcsFile->fixer->addContent($prev, ' {');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php329 $phpcsFile->fixer->addContent($prev, $padding);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php114 $phpcsFile->fixer->addContent($parenOpener, $padding);
H A DSwitchDeclarationSniff.php108 $phpcsFile->fixer->addContent($nextCase, ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DClosingTagSniff.php83 $phpcsFile->fixer->addContent($prev, ';');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php217 $phpcsFile->fixer->addContent($nextArrow, ' ');
264 $phpcsFile->fixer->addContent($comma, ' ');
340 $phpcsFile->fixer->addContent(($arrayEnd - 1), str_repeat(' ', $expected));
583 $phpcsFile->fixer->addContent($trailingContent, ',');
623 … $phpcsFile->fixer->addContent(($value['value'] - 1), str_repeat(' ', $expected));
722 … $phpcsFile->fixer->addContent(($index['index'] - 1), str_repeat(' ', $expected));
743 … $phpcsFile->fixer->addContent(($index['arrow'] - 1), str_repeat(' ', $expected));
777 … $phpcsFile->fixer->addContent(($index['value'] - 1), str_repeat(' ', $expected));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php92 $phpcsFile->fixer->addContent($stackPtr, ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php150 $phpcsFile->fixer->addContent($i, ' ');

12