| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | SpanFirst.php | 19 public function __construct($match = null, ?int $end = null) 49 public function setEnd(int $end): self
|
| /plugin/meta/ |
| D | syntax.php | 33 public function handle($match, $state, $pos, Doku_Handler $handler) 171 private function autocompleteDate($date, $end=false) 187 private function autocompleteTime($time, $end=false)
|
| /plugin/diagramsnet/lib/math/extensions/ |
| D | tex2jax.js | 19 …ig;this.match={};for(c=0,a=b.inlineMath.length;c<a;c++){d.push(this.patternQuote(b.inlineMath[c][0… property
|
| D | asciimath2jax.js | 19 …match={};if(b.delimiters.length===0){return false}for(c=0,a=b.delimiters.length;c<a;c++){d.push(th… property
|
| /plugin/highlightjs/highlight/ |
| D | highlight.js | 114 function keywordMatch(mode, match) { argument 182 function processModeInfo(buffer, lexem, end) { argument 400 result = result.replace(/^(\t+)/gm, function(match, p1, offset, s) { argument 533 begin: '\'', end: '\'', property 540 begin: '"', end: '"', property 547 begin: '\\\\.', end: '^', noMarkup: true, property 552 begin: '//', end: '$', property 557 begin: '/\\*', end: '\\*/' property 561 begin: '#', end: '$' property 565 begin: this.C_NUMBER_RE, end: '^', property
|
| /plugin/source/ |
| D | syntax.php | 80 function handle($match, $state, $pos, &$handler){ 157 function _makeTitle($file,$start,$end) { 164 function _getSource($file,$start,$end) {
|
| /plugin/projects/lib/ |
| D | code_block.php | 17 private $end = NULL; variable in CodeBlock 61 function handle($match, $state, $pos, &$handler){ 164 function render_buttons(&$renderer, $end) {
|
| /plugin/blog/syntax/ |
| D | archive.php | 23 function handle($match, $state, $pos, Doku_Handler $handler) { 164 function _build_alternative_list($start, $end, $entries) {
|
| /plugin/dwtimeline/syntax/ |
| H A D | dwtimeline.php | 71 public function handle($match, $state, $pos, Doku_Handler $handler) 93 public function getTitleMatches(string $match): array 543 public function cutSection(string $text, int $start, int $end): string
|
| /plugin/src/ |
| D | syntax.php | 63 public function handle($match, $state, $pos, Doku_Handler &$handler) { 138 function _fetchFile($fileName, $start = 0, $end = 0) {
|
| /plugin/highlightjs/highlight/languages/ |
| D | ruby.js | 11 …le': 1, 'in': 1, 'return': 1, 'redo': 1, 'if': 1, 'BEGIN': 1, 'retry': 1, 'end': 1, 'for': 1, 'tru… property 12 …rs': 1, 'any?': 1, 'arity': 1, 'assoc': 1, 'at': 1, 'at_exit': 1, 'autoload': 1, 'autoload?': 1, '… 24 begin: '^\\=begin', end: '^\\=end', property 29 begin: '^__END__', end: '\\n$' property 33 begin: '\\(', end: '\\)', property 40 begin: '\\bdef\\b', end: '$|;', property 47 begin: '\\b(class|module)\\b', end: '$', property 55 begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?', end: '^', property 60 begin: '<\\s*', end: '^', property 65 begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE, end: '^' property [all …]
|
| D | sql.js | 13 …end-exec': 1, 'disconnect': 1, 'zone': 1, 'with': 1, 'character': 1, 'assertion': 1, 'to': 1, 'add… property 23 begin: '--', end: '$' property 27 begin: '\'', end: '\'', property 33 begin: '\'\'', end: '^', noMarkup: true property 37 begin: '"', end: '"', property 42 className: 'dquote',
|
| D | renderman.js | 170 'match': 1, property 218 begin: 'surface |displacement |light |volume |imager ', end: '\\(', property 224 begin: 'illuminate|illuminance|gather', end: '\\(', property 236 begin: '#', end: '$' property
|
| /plugin/siteexport/syntax/ |
| D | toc.php | 45 public function handle($match, $state, $pos, Doku_Handler $handler) { 541 private function _findNextHeaderSection($section, $level, &$start, &$end, $headerName = null) {
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
| D | Query.php | 77 public function match(?string $field = null, $values = null): MatchQuery function in Elastica\\QueryBuilder\\DSL\\Query 382 public function span_first($match = null, ?int $end = null): SpanFirst 394 public function span_multi_term($match = null): SpanMulti
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shCore.js | 56 match: String.prototype.match, property 249 match: match property 281 String.prototype.match = (on ? fixed : nativ).match; method in String 374 match = nativ.exec.call(nativeTokens[scope], pattern.slice(pos)); property 522 match = null; property 672 addMatch = function (match) { argument 859 rewrite = function (match, paren, backref) { argument 975 fixed.match = function (regex) { function 1119 self.forEach(str, separator, function (match) { argument 1152 function (match, scope) { argument [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | Ustring.php | 359 public function match( function in Hoa\\Ustring\\Ustring 546 public function transliterate($identifier, $start = 0, $end = null)
|
| /plugin/aichat/ |
| D | renderer.php | 41 public function finishSectionEdit($end = null, $hid = null) 49 public function plugin($name, $data, $state = '', $match = '') 433 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
|
| /plugin/text/ |
| D | renderer.php | 32 public function finishSectionEdit($end = null, $hid = null) { 36 function plugin($name, $data, $state = '', $match = '') { 453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) {
|
| /plugin/codemirror/dist/modes/ |
| D | mllike.min.js | 1 …mirror"],a);else a(CodeMirror)})(function(a){"use strict";a.defineMode("mllike",function(b,c){var … property
|
| /plugin/issuetracker/ |
| D | prototype.js | 479 RegExp.prototype.match = RegExp.prototype.test; method in RegExp 542 return function(match) { return template.evaluate(match) }; argument 573 return this.gsub(pattern, function(match) { argument 659 return this.replace(/-+(.)?/g, function(match, chr) { argument 792 return this.template.gsub(this.pattern, function(match) { argument 1389 function $R(start, end, exclusive) { argument 1394 function initialize(start, end, exclusive) { argument 2186 match: function(element, selector) { method 3932 function match() { function in Prototype.Selector 4326 ID: function(match, context, isXML){ argument [all …]
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shCore.js | 1004 function defaultAdd(match, regexInfo) argument 1226 function process(match, info) argument 1509 function getBrushNameCss(match) argument 1699 var regex = { 'end' : regexGroup.right.source }; property
|
| /plugin/nroff/ |
| D | renderer.php | 159 function section_edit($start, $end, $level, $name) { 598 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) {
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 2886 function baseFill(array, value, start, end) { argument 3118 function baseInRange(number, start, end) { argument 3879 function baseRange(start, end, step, fromRight) { argument 4045 function baseSlice(array, start, end) { argument 4482 function castSlice(array, start, end) { argument 5330 return function(start, end, step) { argument 6080 function getView(start, end, transforms) { argument 6740 string.replace(rePropName, function(match, number, quote, subString) { argument 7202 function fill(array, value, start, end) { argument 7911 function slice(array, start, end) { argument [all …]
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | lodash.js | 2928 function baseFill(array, value, start, end) { argument 3160 function baseInRange(number, start, end) { argument 3934 function baseRange(start, end, step, fromRight) { argument 4104 function baseSlice(array, start, end) { argument 4544 function castSlice(array, start, end) { argument 5392 return function(start, end, step) { argument 6144 function getView(start, end, transforms) { argument 6804 string.replace(rePropName, function(match, number, quote, subString) { argument 7266 function fill(array, value, start, end) { argument 7975 function slice(array, start, end) { argument [all …]
|