Home
last modified time | relevance | path

Searched refs:markup (Results 1 – 25 of 147) sorted by relevance

123456

/plugin/wysiwyg/
H A Dhider.php7 function get_wysiwyg($name, $markup) { argument
12 function save_wysiwyg($pickle, $markup) { argument
17 $markup = insert_wysiwyg($key, $html, $markup);
22 …$markup = preg_replace("/(?<=<wysiwyg )([^\\s]*) (?=\\/>)/","$1 >>>>>".wysiwyg_GUID."Edit me!".wys…
23 return $markup;
26 function load_wysiwyg($markup) { argument
29 $names = nameList_wysiwyg($markup);
34 $markup = hide_wysiwyg($name, $markup);
37 $ret['markup'] = $markup;
42 function hide_wysiwyg($name, $markup) { argument
[all …]
/plugin/yalist/
H A Dsyntax.php267 $markup = '';
270 $markup = "<ol>\n";
322 $markup = "<p>\n";
328 $renderer->doc .= $markup;
332 $markup = '';
360 $markup = "\n";
370 $markup = "] ";
379 $markup = "\n";
382 $markup = "\n";
385 $markup = "\n";
[all …]
/plugin/bootswrapper/syntax/
H A Dpanel.php80 $markup = '<div class="bs-wrap bs-wrap-panel panel panel-' . $type . '">';
88 …$markup .= '<div class="panel-heading"><h4 class="panel-title">' . $title . '</h4>' . $subtitle . …
93 $markup .= '<div class="panel-body">';
102 $renderer->doc .= $markup;
108 $markup = '';
111 $markup = '</div>';
115 $markup .= '<div class="panel-footer">' . $footer . '</div>';
118 $markup .= '</div>';
119 $renderer->doc .= $markup;
H A Dmodal.php124 …$markup = '<div class="bs-wrap bs-wrap-modal modal ' . $fade . '" id="' . $id . '" role="dialog" t…
126 …$markup .= '<div class="bs-wrap modal-dialog modal-' . $size . '" role="document"><div class="bs-w…
130 $markup .= '<div class="bs-wrap modal-header">';
133 …$markup .= '<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria…
136 $markup .= '<h4 class="bs-wrap modal-title">' . $title . '</h4>';
137 $markup .= '</div>';
141 $markup .= '<div class="bs-wrap modal-body">';
144 …$markup .= '<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria…
147 $renderer->doc .= $markup;
H A Dcallout.php125 $markup = '<div ' . $this->buildAttributes($html_attributes) . '>';
128 …$markup .= '<div class="row"><div class="col-xs-1"><i class="bs-callout-icon ' . $icon_class . '"'…
132 $markup .= '<h4' . $text_color . '>' . $title . '</h4>';
135 $renderer->doc .= $markup;
140 $markup = '</div>';
143 $markup .= '</div></div>';
146 $renderer->doc .= $markup;
H A Dalert.php64 $markup = '<div ' . $this->buildAttributes($html_attributes) . '>';
67 …$markup .= '<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria…
71 $markup .= '<i class="' . $icon . '"></i> ';
74 $renderer->doc .= $markup;
H A Dprogressbar.php83 …$markup = '<div class="bs-wrap bs-wrap-progress-bar progress-bar progress-bar-' . $type . ' ' . $c…
86 $markup .= "$value%";
88 $markup .= '<span class="sr-only">' . $value . '%</span> ';
91 $renderer->doc .= $markup;
H A Dlabel.php54 … $markup = '<' . $label_tag . ' class="bs-wrap bs-wrap-label label label-' . $type . '">';
57 $markup .= '<i class="' . $icon . '"></i> ';
60 $renderer->doc .= $markup;
H A Dwell.php43 $markup = '<div class="bs-wrap bs-wrap-well well ' . $size . '">';
45 $renderer->doc .= $markup;
H A Dimage.php48 $markup = '<span class="bs-wrap bs-wrap-image" ' . implode(' ', $html5_data) . '>';
50 $renderer->doc .= $markup;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php39 $markup = $this->lines($lines);
42 $markup = trim($markup, "\n");
44 return $markup;
287 $markup = '';
296 $markup .= "\n";
297 $markup .= isset($Block['markup']) ? $Block['markup'] : $this->element($Block['element']);
300 $markup
[all...]
/plugin/combo/ComboStrap/
H A DComboFs.php17 * @param Path $path - the path (no more markup, ultimately, it should be a CombPath)
23 $markup = MarkupPath::createPageFromPathObject($path);
27 $databasePage->getDatabaseRowFromPage($markup);
29 $pageId = PageId::generateAndStorePageId($markup);
39 $markup = MarkupPath::createPageFromPathObject($path);
41 DatabasePageRow::getOrCreateFromPageObject($markup)
H A DFetcherMarkupWebcode.php14 * This code permits to render a markup from a string passed as argument
29 const NAME = "markup";
31 public const MARKUP_PROPERTY = "markup";
37 public static function createFetcherMarkup(string $markup): FetcherMarkupWebcode argument
40 ->setRequestedMarkup($markup);
44 * @throws ExceptionBadState - the markup is mandatory
70 $markup = $tagAttributes->getValueAndRemove($markupProperty);
71 if ($markup === null) {
72 throw new ExceptionBadArgument("The markup property ($markupProperty) is mandatory");
74 $this->setRequestedMarkup($markup);
151 setRequestedMarkup(string $markup) global() argument
[all...]
H A DMarkupRenderer.php15 const CANONICAL = "markup:renderer";
20 * @var string source of the renderer is a markup (and not instructions)
38 * May be null (ie markup rendering without any context such as webcode)
43 * @var ?Path the path from where the instructions/markup where created
51 * @param string $markup
52 * @param Path|null $executingPath - the source of the markup - may be null (case of webcode)
53 * @param WikiPath|null $contextPath - the requested markup path - may be null (case of webcode)
56 public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPath): MarkupRenderer argument
59 ->setMarkup($markup);
70 private function setMarkup(string $markup) argument
[all...]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/latexcaption/syntax/
H A Dreference.php71 $markup = '<a href="#'.$label.'">';
80 …$markup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).…
83 $markup .= $this->getLang($type.$langset).' '.$num;
86 $markup .= '??REF:'.$label.'??';
88 $markup .= '</a>';
89 $renderer->doc .= $markup;
H A Dcaption.php235 … $markup = '<'.$tagtype.' class="plugin_latexcaption_'.$type.' plugin_latexcaption_'.$classes.'" ';
238 $markup .= 'id="'.$renderer->_xmlEntities($label).'"';
241 $markup .= '>';
242 $renderer->doc .= $markup;
261 …$markup .= '<'.$captagtype.' class="plugin_latexcaption_caption"><span class="plugin_latexcaption_…
264 $markup .= '>';
266 $markup .= '('.$this->helper->number_to_alphabet($count).') ';
269 $markup .= $this->getLang($type.$langset).' '. $count.$separator;
271 $markup .= '</span><span class="plugin_latexcaption_caption_text">';
273 $renderer->doc .= $markup;
/plugin/nstoc/
H A Dsyntax.php134 $markup[] = '</div>';
146 $markup[] = '</div>';
150 $markup[] .= '</li></ul>';
152 $markup[] = '</div>';
156 $markup[] = '</li><li class="level' . $curLvl
162 $markup[] = '</div>';
164 $markup[] = '</li><li class="level' . $curLvl
170 $markup[] = $link
179 $markup[] = '</div>';
181 $markup[] = '</li></ul>';
[all …]
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php7 private $markup;
11 public function __construct($markup,$plantUmlUrl) {
12 $this->markup = nl2br($markup);
13 $this->encoded = $this->encodep($markup);
18 return $this->markup;
4 private $markup; global() variable in PlantUmlDiagram
8 __construct($markup, $plantUmlUrl) global() argument
/plugin/creole/
H A Daction.php35 $markup = substr('======', 0, $match[1]);
36 $event->data[$i]['open'] = $markup." ";
37 $event->data[$i]['close'] = " ".$markup."\\n";
/plugin/skipentity/
H A DREADME1 The syntax for this plugin is: ``<text>``. This is adapted from the markdown markup for code.
2 Whatever is included inside the markup will be rendered literally. This means that no other
3 formatting markup will work here. For instance,``**bold**`` will be rendered as **bold**.
4 If you want bold, then the bold has to be placed outside the skip-entity markup:
/plugin/typography/syntax/
H A Dbase.php78 $markup = substr($this->pattern[4], 2, -1);
81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
82 if ($this->styler->is_short_property($markup)) {
83 $params = $markup.(($params[0] == ':') ? '' : ':').$params;
/plugin/combo/action/
H A Dpagesystemmutation.php167 $markup = MarkupPath::createMarkupFromId($id);
185 PageId::createForPage($markup)
188 ComboFs::createIfNotExists($markup);
198 ComboFs::delete($markup);
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown82 $markup = $md->parse($markdown); variable
100 $markup
105 echo $markup;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength_utf8.test7 {{ markup|length }}
9 return ['string' => 'été', 'markup' => new \Twig\Markup('foo', 'UTF-8')]

123456