/plugin/commonmark/vendor/league/commonmark/src/Normalizer/ |
H A D | SlugNormalizer.php | 40 $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 D | DefaultSlugGenerator.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/ |
H A D | HeadingPermalink.php | 24 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 D | HeadingPermalinkRenderer.php | 50 $slug = $node->getSlug(); 67 $attrs->set('id', $idPrefix . $slug); 70 $attrs->set('href', '#' . $fragmentPrefix . $slug); 103 'slug' => $node->getSlug(),
|
H A D | HeadingPermalinkProcessor.php | 71 $slug = $this->slugNormalizer->normalize($text, [ 77 $heading->data->set('attributes/id', $idPrefix . $slug); 84 $headingLinkAnchor = new HeadingPermalink($slug);
|
/plugin/combo/ComboStrap/ |
H A D | Slug.php | 11 public const PROPERTY_NAME = "slug"; 35 if (empty($string)) throw new ExceptionNull("The slug value should not be empty"); 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)"; 85 $slug = self::toSlugPath($value); 87 $slug = null; 89 return parent::setFromStoreValueWithoutException($slug);
|
H A D | MarkupPath.php | 108 * @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
|
/plugin/oauthwechange/ |
H A D | action.php | 31 foreach ($result['group'] as $id => $slug) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/ |
H A D | BlogPost.php | 36 protected $slug; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/ |
H A D | BlogPost.php | 39 protected $slug; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
|
/plugin/discoursesearch/ |
H A D | asyncsearch.js | 48 this.url = url + "/t/" + this.slug + "/" + this.id;
|
/plugin/revealjs/plugin/markdown/ |
H A D | marked.js | 6 …slug(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 D | yarn.lock | 2651 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/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG.md | 381 - The `HeadingPermalinkExtension` and `FootnoteExtension` were modified to ensure they never produce a slug which conflicts with slugs created by the other extension
|
/plugin/passpolicy/ |
H A D | words.txt | 3277 slug
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …slug(raw) + '\">' + text + '</h' + level + '>\\n';\n } // ignore IDs\n\n\n return '<h' +…
|