Home
last modified time | relevance | path

Searched refs:content (Results 376 – 400 of 1767) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/drawio/
H A Daction.php103 $content = $INPUT->str('content');
104 $base64data = explode(",", $content)[1];
149 $content = $INPUT->str('content');
153 fwrite($whandle, $content);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php204 * @param string $content
207 function writeElement($name, $content = null) { argument
210 if (!is_null($content)) {
211 $this->write($content);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dbasic.test6 {{ block('content') }}
8 {% block content 'foo' %}
H A Daliases.test4 {% use "blocks.twig" with content as foo %}
8 {% block content 'foo' %}
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Veeam.js113 content.appendChild(fns[i](content));
198 content.appendChild(fns[i](content));
287 content.appendChild(fns[i](content));
368 content.appendChild(fns[i](content));
439 content.appendChild(fns[i](content));
518 content.appendChild(fns[i](content));
617 content.appendChild(fns[i](content));
674 content.appendChild(fns[i](content));
747 content.appendChild(fns[i](content));
902 this.addPalette('veeam3D', 'Veeam / 3D', false, mxUtils.bind(this, function(content) argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DCacheInterface.php39 * @param string $content The template representation as a PHP class
41 public function write($key, $content); argument
/plugin/simpleforward/
H A Daction.php82 static $content = array(
86 if (isset($content[$ext])) {
87 $type = $content[$ext];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php60 $content = array();
62 $content[] = $resource->getContent();
65 return implode("\n", $content);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDependencyExtractorInterface.php28 * @param string $content The asset content
33 public function getChildren(AssetFactory $factory, $content, $loadPath = null); argument
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.line-box.top.php17 $line_box = $tree->content[0]->getLineBox(0);
19 $this->assertEqual($tree->content[0]->get_top(),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dbasic.test6 {% block content %}
10 {% block content %}{% endblock %}
H A Dparent_without_extends_but_traits.test6 {% block content %}
10 {% block content %}BAR{% endblock %}
H A Ddynamic.test6 {% block content %}
10 {% block content %}{% endblock %}
H A Dparent.test6 {% block content %}{{ parent() }}FOO{{ parent() }}{% endblock %}
8 {% block content %}BAR{% endblock %}
/plugin/projects/syntax/
H A Drecipe.php28 protected function add_content($file, $content) { argument
29 $file->add_recipe($content);
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php67 $content = '</table:table-cell>';
70 $content .= '<table:covered-table-cell/>';
72 return $content;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DAttribute.php38 $attribute = new Ast\Selector\Simple\Attribute($token->content);
46 $attribute->match = $this->_operators[$token->content];
58 $attribute->literal = new Ast\Value\Literal($token->content);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php94 $content = $this->helper->getCoreConfigHeader();
96 $content .= "$item\n";
99 $this->helper->saveFile($file, $content);
H A DConfigManagerTwoLine.php103 $content = '';
108 $content .= "$key\t$value\n";
111 $this->helper->saveFile($this->configFile, $content);
/plugin/command/inc/
H A Dextension.php83 * @param string $content The content that the user provided to the
99 function getCachedData($embedding, $params, $paramHash, $content, argument
/plugin/dbquery/_test/
H A DQueryTest.php36 public function testUrlParsing($content, $expect) argument
41 $this->callInaccessibleMethod($plugin, 'cellFormat', [$content, $R]);
/plugin/bez/mdl/
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
22 'create_date', 'last_modification_date', 'content', 'content_html', 'task_count');
46 'content' => array(array('length', 10000), 'NOT NULL'),
67 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
83 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
91 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
119 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
120 $tpl->set('content', $html);
131 $content = $this->model->action->bez_tpl_include('mail/thread_comment', true);
133 $this->thread->mail_notify($content, fals
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php234 * Get the raw content stream.
252 foreach ($contents->value as $content) {
253 $content = PdfType::resolve($content, $this->parser);
254 if (!($content instanceof PdfStream)) {
257 $result[] = $content->getUnfilteredStream();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DInflateStreamTest.php12 $content = gzencode('test');
13 $a = Stream::factory($content);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php370 function file_put_contents($filename, $content, $flags = null, $resource_context = null) argument
373 if (is_array($content)) {
374 $content = implode('', $content);
378 if (!is_scalar($content)) {
385 $length = strlen($content);
414 if (($bytes = @fwrite($fh, $content)) === false) {

1...<<11121314151617181920>>...71