/plugin/wysiwyg/ |
H A D | hider.php | 7 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 D | syntax.php | 267 $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 D | panel.php | 80 $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 D | modal.php | 124 …$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 D | callout.php | 125 $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 D | alert.php | 64 $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 D | progressbar.php | 83 …$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 D | label.php | 54 … $markup = '<' . $label_tag . ' class="bs-wrap bs-wrap-label label label-' . $type . '">'; 57 $markup .= '<i class="' . $icon . '"></i> '; 60 $renderer->doc .= $markup;
|
H A D | well.php | 43 $markup = '<div class="bs-wrap bs-wrap-well well ' . $size . '">'; 45 $renderer->doc .= $markup;
|
H A D | image.php | 48 $markup = '<span class="bs-wrap bs-wrap-image" ' . implode(' ', $html5_data) . '>'; 50 $renderer->doc .= $markup;
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | Parsedown.php | 39 $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 D | ComboFs.php | 17 * @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 D | FetcherMarkupWebcode.php | 14 * 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 D | MarkupRenderer.php | 15 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 D | phpQuery-onefile.php |
|
/plugin/latexcaption/syntax/ |
H A D | reference.php | 71 $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 D | caption.php | 235 … $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 D | syntax.php | 134 $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 D | PlantUmlDiagram.php | 7 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 D | action.php | 35 $markup = substr('======', 0, $match[1]); 36 $event->data[$i]['open'] = $markup." "; 37 $event->data[$i]['close'] = " ".$markup."\\n";
|
/plugin/skipentity/ |
H A D | README | 1 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 D | base.php | 78 $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 D | pagesystemmutation.php | 167 $markup = MarkupPath::createMarkupFromId($id); 185 PageId::createForPage($markup) 188 ComboFs::createIfNotExists($markup); 198 ComboFs::delete($markup);
|
/plugin/mdpage/vendor/cebe/markdown/bin/ |
H A D | markdown | 82 $markup = $md->parse($markdown); variable 100 $markup 105 echo $markup;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | length_utf8.test | 7 {{ markup|length }} 9 return ['string' => 'été', 'markup' => new \Twig\Markup('foo', 'UTF-8')]
|