Home
last modified time | relevance | path

Searched refs:content (Results 151 – 175 of 1767) sorted by relevance

12345678910>>...71

/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP2.js91 content.appendChild(fns[i](content));
313 content.appendChild(fns[i](content));
562 content.appendChild(fns[i](content));
626 content.appendChild(fns[i](content));
649 content.appendChild(fns[i](content));
670 content.appendChild(fns[i](content));
694 content.appendChild(fns[i](content));
719 content.appendChild(fns[i](content));
735 content.appendChild(fns[i](content));
758 content.appendChild(fns[i](content));
[all …]
H A DSidebar-ArchiMate3.js82 content.appendChild(fns[i](content));
149 …lette('archimate3Business', 'Archimate 3.0 / Business', false, mxUtils.bind(this, function(content) argument
153 content.appendChild(fns[i](content));
182 content.appendChild(fns[i](content));
220 content.appendChild(fns[i](content));
269 content.appendChild(fns[i](content));
300 …lette('archimate3Physical', 'Archimate 3.0 / Physical', false, mxUtils.bind(this, function(content) argument
304 content.appendChild(fns[i](content));
369 content.appendChild(fns[i](content));
400 content.appendChild(fns[i](content));
[all …]
H A DSidebar-IBM.js64 content.appendChild(fns[i](content));
121 content.appendChild(fns[i](content));
182 content.appendChild(fns[i](content));
225 content.appendChild(fns[i](content));
262 content.appendChild(fns[i](content));
315 content.appendChild(fns[i](content));
362 content.appendChild(fns[i](content));
407 content.appendChild(fns[i](content));
452 content.appendChild(fns[i](content));
479 content.appendChild(fns[i](content));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTextRun.php26 public $content; variable in Google\\Service\\Docs\\TextRun
43 public function setContent($content) argument
45 $this->content = $content;
52 return $this->content;
H A DBody.php29 public function setContent($content) argument
31 $this->content = $content;
38 return $this->content;
H A DFooter.php33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
H A DFootnote.php33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php12 public static function sanitize($content, $suffixMessage = "", $canonical = "security") argument
20 $result = preg_match_all("/$pattern/im", $content, $matches);
30 $result = preg_match_all("/$pattern/im", $content, $matches);
36 $result = preg_match_all("/$pattern/im", $content, $matches);
41 return $content;
46 * Created to be sure that the content returned is empty
/plugin/swarmwebhook/meta/
H A DResponse.php9 public $content; variable in dokuwiki\\plugin\\swarmwebhook\\meta\\Response
11 public function __construct($code, $content = '') argument
14 $this->content = $content;
/plugin/csv/syntax/
H A Dtable.php47 list($optstr, $content) = explode('>', $match, 2);
49 $opt['content'] = $content;
71 $content =& $opt['content'];
72 $content = trim($content);
73 if ($content === '') {
78 $data = helper_plugin_csv::prepareData($content, $opt);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php36 $content = \file_get_contents(__DIR__ . '/fixtures/patch.txt');
38 $diffs = $this->parser->parse($content);
57 $content = \file_get_contents(__DIR__ . '/fixtures/patch2.txt');
59 $diffs = $this->parser->parse($content);
77 $content = <<<A
86 $diffs = $this->parser->parse($content);
120 $content = <<<A
137 $diffs = $this->parser->parse($content);
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... .content.AbstractContentBody { private final byte[] content private final java.nio.charset.Charset charset ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... .content.AbstractContentBody { private final byte[] content private final java.nio.charset.Charset charset ...
/plugin/oembed/
H A Dsyntax.php315 $content = '';
318 $content .= "OEmbed Error";
319 $content .= "<ul>";
321 $content .= "<li>".$error."</li>";
323 $content .= "</ul>";
325 return $content;
336 $content = $this->renderXHTMLLink($data);
349 $content = $oembed['html'];
352 $content = $this->renderXHTMLLink($data);
355 $content = $oembed['html'];
[all …]
/plugin/inclform/
H A Dsyntax.php26 $content = "<!-- Content: ";
28 $content .= ob_get_contents();
30 $content .= " -->\n";
31 echo $content; // can't return this
39 $content = ob_get_contents();
41 return $content;
/plugin/combo/ComboStrap/
H A DMessage.php15 private array $content = []; variable in ComboStrap\\Message
65 if (!isset($this->content[$mime])) {
66 $this->content[$mime] = [];
68 $this->content[$mime][] = $message;
106 return implode(DOKU_LF, $this->content[$mime]);
109 foreach ($this->content as $contentArray) {
118 $plainTextLines = $this->content[Mime::PLAIN_TEXT];
139 * Return an HTML Box (Used when sending message and in the main content)
155 if (sizeof($this->content) <> 0) {
222 $content
[all...]
/plugin/structtasks/_test/
H A DCliTest.php90 $content = "====== ${page_title} ======\nInitial content";
98 'content' => $content,
103 saveWikiText($page, $content, 'save 1');
139 $content = [];
144 $content[] = "====== {$page_title[0]} ======\nInitial content";
149 'content' => $content[0],
154 saveWikiText($page[0], $content[0], 'save 1');
159 $content[] = "====== {$page_title[1]} ======\nDifferent content";
164 'content' => $content[1],
169 saveWikiText($page[1], $content[1], 'save 1');
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js91 t.send = function(content) { argument
102 if (!this._hash2query(content, null, queryText, queryElem)) return;
233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
235 if((''+typeof(content)).toLowerCase() == 'object') {
237 …if (content && content.parentNode && content.parentNode.appendChild && content.tagName && content.…
238 content = { form: content }; class in t._hash2query
240 for (var k in content) {
241 var v = content[k];
269 queryText[queryText.length] = content;
378 JsHttpRequest.query = function(url, content, onready, nocache) { argument
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DShapeImpl.java57 private ShapeContent content; field in ShapeImpl
59 ShapeImpl(Point location, ShapeContent content) { in ShapeImpl() argument
62 this.content = content; in ShapeImpl()
72 return content; in getContent()
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractStringContainer.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php79 $content = $tokens[($return + 2)]['content'];
466 $content = $suggestedType;
468 $content .= $param['var'];
592 $content = $param['type'];
593 $content .= str_repeat(' ', $spaces);
594 $content .= $param['var'];
595 $content .= str_repeat(' ', $param['var_space']);
596 $content .= $param['commentLines'][0]['comment'];
647 $content = $param['type'];
649 $content .= $param['var'];
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php152 foreach ($box->content as $child) {
331 if (is_a($content[$i], 'InlineBox')) {
333 } elseif (is_a($content[$i], 'BRBox') ||
344 function get_more_after($base, $content, $size) { argument
350 if (is_a($content[$i], 'InlineBox')) {
351 $more += $content[$i]->getLineBoxCount();
352 } elseif (is_a($content[$i], 'BRBox') ||
541 $child = $content[$i];
551 function &get_next($index, &$content, $size) { argument
553 $child =& $content[$i];
[all …]
/plugin/colortag/
H A Dcolortag.php56 list($attr, $content) = preg_split('/>/u',$match,2);
57 $content = explode(',',$content);
60 return array($this->syntax, trim($attr), $content);
68 list($syntax, $attr, $content) = $data;
71 foreach($content as $color) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListContentResponse.php33 public function setContent($content) argument
35 $this->content = $content;
42 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DRegularFile.php32 public function setContent(FileReference $content) argument
34 $this->content = $content;
41 return $this->content;

12345678910>>...71