Home
last modified time | relevance | path

Searched refs:slug (Results 1 – 16 of 16) sorted by last modified time

/plugin/combo/ComboStrap/
H A DMarkupPath.php108 * @var Slug a slug path
110 private $slug; variable in ComboStrap\\MarkupPath
1422 return $this->slug->getDefaultValue();
1650 $this->slug = \ComboStrap\Slug::createForPage($this);
1687 return $this->slug->getValue();
1695 function setSlug($slug): MarkupPath
1697 $this->slug
1698 ->setFromStoreValue($slug)
1693 setSlug($slug) global() argument
H A DSlug.php12 public const PROPERTY_NAME = "slug";
48 $slug = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parts);
53 WikiPath::addRootSeparatorIfNotPresent($slug);
54 return $slug;
64 return "The slug is used in the url of the page (if chosen)";
/plugin/oauthwechange/
H A Daction.php31 foreach ($result['group'] as $id => $slug) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php71 $slug = $this->slugNormalizer->normalize($text, [
77 $heading->data->set('attributes/id', $idPrefix . $slug);
84 $headingLinkAnchor = new HeadingPermalink($slug);
H A DHeadingPermalink.php24 private string $slug; argument
26 public function __construct(string $slug)
30 $this->slug = $slug;
35 return $this->slug;
22 private $slug; global() variable in League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink
H A DHeadingPermalinkRenderer.php50 $slug = $node->getSlug();
67 $attrs->set('id', $idPrefix . $slug);
70 $attrs->set('href', '#' . $fragmentPrefix . $slug);
103 'slug' => $node->getSlug(),
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md381 - The `HeadingPermalinkExtension` and `FootnoteExtension` were modified to ensure they never produce a slug which conflicts with slugs created by the other extension
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DSlugNormalizer.php40 $slug = ($context['prefix'] ?? '') . $text;
42 $slug = \trim($slug);
44 $slug = \mb_strtolower($slug, 'UTF-8');
46 $slug = \preg_replace('/\s+/u', '-', $slug) ?? $slug;
48 $slug = \preg_replace('/[^\p{L}\p{Nd}\p{Nl}\p{M}-]+/u', '', $slug)
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
/plugin/passpolicy/
H A Dwords.txt3277 slug
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1slug(raw) + '\">' + text + '</h' + level + '>\\n';\n } // ignore IDs\n\n\n return '<h' +…
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6slug(n)+'">'+e+"</h"+t+">\n":"<h"+t+">"+e+"</h"+t+">\n"},r.prototype.hr=function(){return this.opt… method in t
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock2651 unique-slug "^2.0.0"
2653 unique-slug@^2.0.0:
2655 …resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.0.tgz#db6676e7c7cc0629878ff19…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php39 protected $slug; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php36 protected $slug; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
/plugin/discoursesearch/
H A Dasyncsearch.js48 this.url = url + "/t/" + this.slug + "/" + this.id;