Home
last modified time | relevance | path

Searched refs:content (Results 601 – 625 of 1767) sorted by last modified time

1...<<21222324252627282930>>...71

/plugin/lms/
H A Dstyle.less8 content: '\2713';
/plugin/lms/_test/data/pages/
H A Dlms.txt3 It has all kinds of content. But also Links.
/plugin/bpmnioeditor/
H A Dstyle.css425 content: '';
878 .bpmn-icon-trash:before { content: '\e801'; } /* '' */
910 .bpmn-icon-task:before { content: '\e821'; } /* '' */
917 .bpmn-icon-manual:before { content: '\e828'; } /* '' */
918 .bpmn-icon-receive:before { content: '\e829'; } /* '' */
926 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
940 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
942 .bpmn-icon-send:before { content: '\e841'; } /* '' */
945 .bpmn-icon-user:before { content: '\e844'; } /* '' */
974 .bpmn-icon-lane:before { content: '\e861'; } /* '' */
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css56 .bpmn-icon-trash:before { content: '\e801'; } /* '' */
88 .bpmn-icon-task:before { content: '\e821'; } /* '' */
95 .bpmn-icon-manual:before { content: '\e828'; } /* '' */
96 .bpmn-icon-receive:before { content: '\e829'; } /* '' */
104 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
120 .bpmn-icon-send:before { content: '\e841'; } /* '' */
121 .bpmn-icon-service:before { content: '\e842'; } /* '' */
123 .bpmn-icon-user:before { content: '\e844'; } /* '' */
152 .bpmn-icon-lane:before { content: '\e861'; } /* '' */
[all …]
H A Dbpmn-modeler.development.js30540 content = this.content,
30597 assign(content.style, {
30605 assign(content.style, {
30612 content.innerText = value;
30629 this.setSelection(content.lastChild, content.lastChild && content.lastChild.length);
30705 } else if (startContainer === this.content && endContainer === this.content) {
30746 content = this.content;
30754 var height = content.scrollHeight;
30855 content = this.content,
30859 content.innerText = '';
[all …]
H A Dbpmn-modeler.production.min.js34content=le("[contenteditable]",this.parent),this.keyHandler=e.keyHandler||function(){},this.resize…
H A Ddiagram-js.css420 content: '';
/plugin/popupviewer/
H A Dstyle.css13 content: '';
57 #popupviewer > .controls > .content.isImage > a {
61 #popupviewer > .controls > .content.isImage img {
65 #popupviewer > .controls > .content {
H A Dscript.js16 var content = null; variable
36 content.current = $();
42 append(content).
53 content.empty();
69 content.animate({
81 content.empty();
90 content.css({
148 if ( content && !content.is(':empty') ) {
350 …return content.current.attr('href') || content.current.attr('src') || content.current.attr('action…
429 content.css({
[all …]
/plugin/xtern/
H A Dadmin.php310 foreach($dirContent as $key => $content) {
312 $path = $rootDir.'/'.$content;
318 if(!in_array($content, $invisibleFileNames) ) {
324 $allData[] = array('path'=>$path,'file'=>$content, 'id'=>$ns);
/plugin/xtern/scripts/
H A Dchk_links.php64 foreach($dirContent as $key => $content) {
66 $path = $rootDir.'/'.$content;
68 if(!in_array($content, $invisibleFileNames)) {
74 $allData[] = array('path'=>$path,'file'=>$content, 'id'=>$ns);
/plugin/pureldap/
H A Dcomposer.lock7 "content-hash": "f28e8f490414ae13e83fa29ac4abe2ad",
/plugin/commonmark/
H A Dcomposer.lock7 "content-hash": "f16c3287995e16f245d1b28669e93bd5",
/plugin/include/
H A DREADME10 (c) 2010 - 2012 by Michael Hamann <michael@content-space.de>, Gina Häußge and Michael Klier <dokuwiki@chimeric.de>
H A Dplugin.info.txt3 email michael@content-space.de
/plugin/move/
H A Dplugin.info.txt3 email michael@content-space.de
H A Dstyle.less115 content: url(images/sprite.png);
H A DREADME16 Copyright (C) Michael Hamann <michael@content-space.de>,
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteRef.php26 private ?string $content = null; variable in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef
31 public function __construct(ReferenceInterface $reference, ?string $content = null, array $data = [])
36 $this->content = $content;
55 return $this->content;
33 __construct(ReferenceInterface $reference, string $content = null, array $data = []) global() argument
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md368 - **Heading Permalink IDs and URL fragments now have a `content` prefix by default** (#602)
468 - Footnotes can now contain multiple lines of content, including sub-blocks, by indenting them
470 - Footnotes must now be separated from previous content by a blank line
483 - **Fixed parsing of footnotes without content**
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DText.php
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php28 private string $content;
36 public function __construct(string $content, int $lineOffset = 0)
38 if (! \mb_check_encoding($content, 'UTF-8')) {
43 if (\substr($content, 0, 3) === "\xEF\xBB\xBF") {
44 $content = \substr($content, 3);
47 $this->content = $content;
53 return $this->content;
86 $lines = \preg_split('/\r\n|\n|\r/', $this->content);
22 private $content; global() variable in League\\CommonMark\\Input\\MarkdownInput
27 __construct(string $content) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DUrlAutolinkProcessor.php

1...<<21222324252627282930>>...71