Home
last modified time | relevance | path

Searched refs:marks (Results 1 – 25 of 167) sorted by relevance

1234567

/plugin/prosemirror/parser/
DTextNode.php14 protected $marks = []; variable in dokuwiki\\plugin\\prosemirror\\parser\\TextNode
37 foreach ($this->marks as $mark) {
68 foreach ($this->marks as $mark) {
110 * @param array $marks
115 protected function setMarks(array $marks) argument
117 foreach ($marks as $markData) {
120 $this->marks[$type] = $currentMark;
133 if (!isset($this->marks[$markType])) {
137 $this->marks[$markType]->incrementTail();
148 if (!isset($this->marks[$markType])) {
[all …]
/plugin/prosemirror/
Drenderer.php33 protected $marks = []; variable in renderer_plugin_prosemirror
63 return $this->marks;
331 foreach (array_keys($this->marks) as $mark) {
648 $this->marks['strong'] = 1;
654 if (isset($this->marks['strong'])) {
655 unset($this->marks['strong']);
662 $this->marks['em'] = 1;
668 if (isset($this->marks['em'])) {
669 unset($this->marks['em']);
676 $this->marks['subscript'] = 1;
[all …]
DREADME.md64 `[{text: "bold ", marks: [bold]}, {text: "underlined and bold", marks: [bold, underlined]}]`
66 - Handling marks is complex and subtle:
67 - To know in which order we have to open/close marks we need to know which start
73 …- If the marks on a node have the same start/end than they need a stable order in which they appea…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DSecurityMarks.php29 public $marks; variable in Google\\Service\\SecurityCommandCenter\\SecurityMarks
52 public function setMarks($marks) argument
54 $this->marks = $marks;
61 return $this->marks;
DGoogleCloudSecuritycenterV1p1beta1SecurityMarks.php29 public $marks; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1SecurityMarks
52 public function setMarks($marks) argument
54 $this->marks = $marks;
61 return $this->marks;
/plugin/prosemirror/schema/
DNode.php23 protected $marks = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
57 $this->marks[] = $mark;
126 if ($this->marks) {
127 $json['marks'] = $this->marks;
/plugin/gallery/script/
Dprosemirror.js11 function addGallerySchema(nodes, marks) { argument
14 marks: '', property
24 return {nodes: nodes, marks: marks};
248 this.node.marks
273 nodeview.node.marks
/plugin/diagrams/script/
H A Dprosemirror.js3 window.Prosemirror.pluginSchemas.push((nodes, marks) => {
47 return {nodes, marks};
H A DDiagramsView.js68 this.node.marks,
/plugin/templater/
DCHANGELOG.md33 * Previous changes didn't allow the actual displayed string to start or end with quotation marks. T…
36 * By trimming off quotation marks after the whitespace trim, we allow users to wrap their strings i…
/plugin/codemirror/dist/keymaps/
Dsublime.min.js.map1marks","sublimeBookmarks","current","find","prevBookmark","unshift","pop","toggleBookmark","findMa…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dverbatim.rst7 The ``verbatim`` tag marks sections as being raw text that should not be
/plugin/userimportextended/lang/en/
Dintro.txt4 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%).…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Draw.rst4 The ``raw`` filter marks the value as being "safe", which means that in an
/plugin/autolink4/lang/en/
Dadmin_help.txt5 … certain regular expression characters, like square brackets and question marks. Pipe (|) and pare…
/plugin/ckgdoku/ckeditor/plugins/wsc/
DLICENSE.md28 … brand and product names are trademarks, registered trademarks or service marks of their respectiv…
/plugin/ckgedit/ckeditor/plugins/wsc/
DLICENSE.md28 … brand and product names are trademarks, registered trademarks or service marks of their respectiv…
/plugin/ckgedit/ckeditor/plugins/scayt/
DLICENSE.md28 … brand and product names are trademarks, registered trademarks or service marks of their respectiv…
/plugin/ckgdoku/ckeditor/plugins/scayt/
DLICENSE.md28 … brand and product names are trademarks, registered trademarks or service marks of their respectiv…
/plugin/extlist/css/
D_bullets.less21 /* prevent list marks when <WRAP tabs> */
/plugin/prosemirror/lib/
Dbundle.js1marks(),e)||this.setStoredMarks(e),this},t.prototype.addStoredMark=function(e){return this.ensureM… method in k
/plugin/ckgedit/ckeditor/plugins/timestamp/
DLICENSE.md15 marks of their respective holders.
/plugin/ckgdoku/ckeditor/plugins/timestamp/
DLICENSE.md15 marks of their respective holders.
/plugin/ckgdoku/ckeditor/plugins/geshi/
DLICENSE.md15 marks of their respective holders.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhost-config.asciidoc68 or question-marks (`?`).

1234567