Home
last modified time | relevance | path

Searched refs:content (Results 401 – 425 of 1767) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A De17e8852ec3f31781e1364f4dffeb6d0.asciidoc9 'query' => '(content:this OR name:this) AND (content:that OR name:that)',
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dtemplate_instance.test6 {% block content %}
10 {% block content %}BAR{% endblock %}
H A Dnested_blocks.test6 {% block content %}
14 {% block content %}
H A Dparent_as_template_wrapper.test6 {% block content %}New{% endblock %}
8 {% block content %}Default{% endblock %}
H A Dparent_nested.test6 {% block content %}
16 {% block content %}
/plugin/fbcomments/
H A Daction.php32 'content' => $this->getConf('FB_AppID'),
37 'content' => $this->getConf('FB_UserID'),
/plugin/sectiontoggle/
H A Dstyle.css2 content: url('chevron-down.svg');
7 content: url('chevron-up.svg');
/plugin/jquotes/
H A Dstyle.css23 content: "\0201c";
31 content: "\0201d";
56 content: "\02014";
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test5 {% block content -%}
14 {% block content %}{% endblock %}
/plugin/docsearch/action/
H A Dconfmanager.php21 $content = file_get_contents($fn);
22 return $content;
/plugin/combo/resources/theme/default/components/css/
H A Dcontent-list.css1 .content-list-cs {
14 content: counters(section, ".") ". ";
/plugin/projects/plugins/file/
H A Dplot_dependency.php21 $plot->add_content($file->content());
67 public function add_content($content) { argument
68 parent::add_content($content);
69 $lines = explode("\n", $content);
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js218 var content = [ {
227 content.push( {
237 content: content
/plugin/externalembed/
H A DREADME.md3 A Dokuwiki plugin to embed external content from the web
4 This plugin includes domain privacy features allow you to embed content without needing a cookie / …
5 the embedded content This plugin will ask the user to accept embedded content from a domain before …
10 … YouTube has been tested with this plugin. I would like to make it more robust so that content from
17 To embed YouTube content:
58 * `embed-position:` - Displays the embedded content to the right, left or centre of the page. Value…
62 * `width: ` - The width of the embedded content. Enter a number with no units e.g. `width: "300"`
63 * `height: ` - the height of the embedded content. Enter a number with no units e.g. `height: "600"`
/plugin/confmanager/
H A Dhelper.php70 * @param string $content
72 public function saveFile($file, $content) { argument
73 $success = io_saveFile($file, $content);
/plugin/jirainfo/
H A Dstyle.less8 content: "";
16 .ji-popup-content .icon-load {
17 content: " ";
44 .ji-popup-content {
48 .ji-popup-content-body {
101 content: '';
152 content: '';
/plugin/csstimeline/
H A Dstyle.css16 content: ' ';
38 content: "";
93 content: ' ';
109 content: "";
123 content: "";
206 content: ' ';
219 content: "";
/plugin/spoiler/
H A Dstyle.css14 content: ': ';
21 .spoiler .content {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dmissing_nested.test6 {% block content %}
10 {% block content %}
/plugin/projects/syntax/
H A Dcontent.php35 protected function add_content($file, $content) { argument
36 $file->add_content($content);
/plugin/stackedit/
H A Dscript.js7 content: {
12 el.value = file.content.text;
/plugin/spoiler2/
H A Dstyle_orig.css14 content: ': ';
21 .spoiler .content {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing_nested.test6 {% block content %}
10 {% block content %}
/plugin/patchpanel/
H A Dsyntax.php184 $content = $opt['content'];
186 $content = preg_replace("/[\r\n]*$/","",$content);
187 $content = preg_replace("/^\s*[\r\n]*/","",$content);
194 foreach (explode("\n",$content) as $line) {
/plugin/drawio/
H A Dscript.js70 if (data.content != 'NaN') {
134 autosave: 1, xmlpng: data.content}), '*');
150 autosave: 1, xml: data.content}), '*');
196 content: msg.data,
228 content: dr,
256 content: dr,

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