Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 85) sorted by relevance

1234

/template/strap/ComboStrap/
H A DPluginUtility.php234 …public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBoo…
250 …public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array …
601 static function getTagContent($match)
753 static function getMarkupTag($match): ?string
876 static function handleAndReturnUnmatchedData($tagName, $match, \Doku_Handler $handler): array
904 static function getPreprocessEnterTag($match)
936 static function getSyntaxTagNameFromMatch($match)
H A DXmlTagProcessing.php142 …public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, Do…
283 …public static function handleStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_…
566 …public static function handleStaticExit(string $match, int $pos, Doku_Handler $handler, DokuWiki_S…
710 …public static function handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $han…
H A DMetadataFrontmatterStore.php192 public static function frontMatterMatchToAssociativeArray($match): ?array
206 public static function stripFrontmatterTag($match)
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php18 public $match = self::MATCH_EXISTS; variable in PhpCss\\Ast\\Selector\\Simple\\Attribute
22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
/template/strap/syntax/
H A Dheadingwiki.php122 public function handle($match, $state, $pos, Doku_Handler $handler): array
249 function getLevelFromMatch($match): int
H A Dlink.php107 public static function parse($match): array
261 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dmath.php93 public function handle($match, $state, $pos, Doku_Handler $handler)
H A Danalytics.php85 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dxmlinlineemptytag.php64 function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dcite.php92 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dfooter.php123 function handle($match, $state, $pos, Doku_Handler $handler)
H A Ditext.php85 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dhighlightmd.php106 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dcodemarkdown.php136 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dtab.php114 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dbackgrounds.php93 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dstrong.php112 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dtoc.php104 function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dtabpanels.php117 function handle($match, $state, $pos, Doku_Handler $handler)
H A Dunit.php114 public function handle($match, $state, $pos, Doku_Handler $handler): array
H A Dheader.php65 function handle($match, $state, $pos, Doku_Handler $handler): array
/template/strap/action/
H A Dimgmove.php150 … public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
171 …public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handl…
/template/breeze/bower_components/gumby/sass/functions/
D_icons.scss1 @function match($list, $icon) { function
/template/ospyramid/js/libs/
Djquery-1.6.1.js4148 ID: function( match, context, isXML ) { argument
4157 NAME: function( match, context ) { argument
4172 TAG: function( match, context ) { argument
4179 CLASS: function( match, curLoop, inplace, result, not, isXML ) { argument
4202 ID: function( match ) { argument
4206 TAG: function( match, curLoop ) { argument
4210 CHILD: function( match ) { argument
4237 ATTR: function( match, curLoop, inplace, result, not, isXML ) { argument
4254 PSEUDO: function( match, curLoop, inplace, result, not ) { argument
4277 POS: function( match ) { argument
[all …]

1234