Home
last modified time | relevance | path

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

12345678910>>...57

/plugin/nspages/
H A DoptionParser.php12 checkRegEx(& $match, $pattern, & $arrayAffected) global() argument
28 checkOption(& $match, $pattern, & $varAffected, $valIfFound) global() argument
35 checkRecurse(& $match, & $varAffected) global() argument
46 checkNbColumns(& $match, & $varAffected) global() argument
55 checkNbItemsMax(& $match, & $varAffected) global() argument
64 checkAnchorName(& $match, & $varAffected) global() argument
71 checkSimpleStringArgument(& $match, & $varAffected, $plugin, $argumentName) global() argument
80 checkDictOrder(& $match, & $varAffected, $plugin) global() argument
89 checkExclude(& $match, & $excludedPages, & $excludedNs, & $excludeSelfPage) global() argument
137 checkActualTitle(& $match, & $varAffected) global() argument
160 _removeFromMatch($matched, $match) global() argument
[all...]
/plugin/htmlokay/
H A Dsyntax.php109 function rewrite_match_medium($match)
161 function rewrite_match_strict($match)
203 function rewrite_match_lax($match)
241 function rewrite_match_su($match)
264 function script_matches($match, $level)
302 function class_id_matches($match, $div = "")
332 function style_matches($match, $level)
370 function handle($match, $state, $pos, Doku_Handler $handler)
486 function getError($TYPE, $match, $problem_str, $xtra = "")
/plugin/condition/
H A Dsyntax.php54 function handle($match, $state, $pos, Doku_Handler $handler) {
71 function _parse(&$match, &$b, &$ctn) {
79 function _fetch_block(&$match, $lvl=0) {
116 function _is_block(&$match) {
122 function _is_key(&$match, &$key) {
140 function _is_test(&$match, &$test) {
147 function _fetch_value(&$match) {
182 function _fetch_op(&$match, $head=false) {
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js590 'mg'), function(match) { argument
904 ), function(match, hashes, span) { argument
1085 ), function(match, codeblock) { argument
1299 ), function(match, bq) { argument
1460 ), function(match, address) { argument
2296 ), function(match, span, id, line) { argument
2519 ), function(match, pre, list) { argument
2561 ), function(match, pre, terms_str) { argument
2646 ), function(match, m1, codeblock) { argument
2731 ), function(match, m1, m2) { argument
[all …]
/plugin/extlist/
H A Dsyntax.php115 protected function interpret($match) argument
219 _writeCall($tag, $attr, $state, $pos, $match, $handler) global() argument
230 _openList($m, $pos, $match, $handler) global() argument
255 _closeList($m, $pos, $match, $handler) global() argument
267 _openItem($m, $pos, $match, $handler) global() argument
291 _closeItem($m, $pos, $match, $handler) global() argument
300 _openWrapper($m, $pos, $match, $handler) global() argument
322 _closeWrapper($m, $pos, $match, $handler) global() argument
344 _openParagraph($pos, $match, $handler) global() argument
352 _closeParagraph($pos, $match, $handler) global() argument
360 handle($match, $state, $pos, Doku_Handler $handler) global() argument
[all...]
/plugin/struct/meta/
H A DFilterValueListHandler.php27 public function row($match, $state, $pos) argument
53 public function singleQuoteString($match, $state, $pos) argument
68 escapeSequence($match, $state, $pos) global() argument
80 number($match, $state, $pos) global() argument
[all...]
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js131 ,match /* :String */ ) /* :Number */ { argument
289 this.selectMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
323 …this.unselectMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
348 this.fixMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
359 this.fixOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
370 this.unfixMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
395 this.showMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
406 …this.showOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
417 this.hideMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
428 …this.hideOnlyMatchingOptions = function (needle /* :String */, match /* :String */) /* :Number */ { argument
[all …]
/plugin/bbs/
H A Dsyntax.php29 function handle($match, $state, $pos, &$handler){
76 function _bbs_parse_tag($match) {
120 function _bbs_parse_link($match) {
125 function _bbs_uao_to_unicode($match) {
/plugin/register/
H A Dsyntax.php38 public function handle($match, $state, $pos, &$handler)
61 private function get_output_pieces(&$renderer, $match)
91 private function parse_match(&$renderer, $match)
131 private function parse_match_xml(&$renderer, $match)
184 private function generate_image(&$renderer, $match, $file)
/plugin/move/helper/
H A Dhandler.php199 public function camelcaselink($match, $state, $pos) {
227 public function internallink($match, $state, $pos) {
314 public function media($match, $state, $pos) {
325 protected function rewrite_media($match) {
351 public function plugin($match, $state, $pos, $pluginname) {
/plugin/judge/
H A Dsyntax.php61 public function handle($match, $state, $pos, Doku_Handler $handler)
86 public function scoreboard_handle($match)
98 public function judge_handle($match)
/plugin/adhoctags/syntax/
H A Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) { argument
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
109 function handleMatched($match, argument
114 handleExit($match, $state, $pos, Doku_Handler $handler) global() argument
125 handle($match, $state, $pos, Doku_Handler $handler) global() argument
[all...]
/plugin/owncloud/
H A Dsyntax.php55 function handle($match, $state, $pos, &$handler){
121 function handleImageBox(&$match,&$helper){// Detail immer, M
159 public function buildImagebox($match){
/plugin/twcheckliste/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) {
77 private function _grepOption(&$options, $tag, &$match) {
127 function replaceTags($match) {
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler)
96 protected function open($tag, $attr, $pos, $match, $handler)
103 protected function close($tag, $pos, $match, $handler)
116 protected function interpret($match = '')
173 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js5 if(!RegExp.prototype.indexOf){RegExp.indexOf=function(match,index){return match[0].indexOf(match[in… argument
15 text=text.replace(pattern,function(match){var offset=arguments[arguments.length-2];if(match==="\r"|… argument
19 arguments.callee(match.children);}})(matches);return matches;};Syntax.extractMatches=function(){var… argument
24 return function(element,match,options){if(options.linkify===false) argument
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret… argument
41 return false;};Syntax.Match.prototype.canHaveChild=function(match){var only=match.expression.only;i… argument
44 return true;};Syntax.Match.prototype._splice=function(i,match){if(this.canHaveChild(match)){this.ch… argument
45 return this;}else{return null;}};Syntax.Match.prototype.insert=function(match,whole){if(!this.conta… argument
48 Syntax.Match.prototype._insertWhole=function(match){var parts=this.bisectAtOffsets([match.offset,ma… argument
55 Syntax.Match.prototype.insertAtEnd=function(match){if(!this.contains(match)){Syntax.log("Syntax Err… argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DPathQueryOptionsFilter.php30 public $match; variable in Google\\Service\\DoubleClickBidManager\\PathQueryOptionsFilter
53 public function setMatch($match)
/plugin/newsboard/
H A Dsyntax.php38 function check_arg($match){
46 function minmaj($match){
69 function handle($match, $state, $pos, &$handler){
/plugin/subjectindex/inc/
H A Dmatcher.php38 function match($text) { function in SI_MatchEntry
71 function match() { function in SI_Entry
/plugin/nodisp/syntax/
H A Dbasic.php22 function handle($match, $state, $pos, Doku_Handler $handler){
71 function getLevel($match) {
/plugin/combo/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 argument
/plugin/emoji/
H A Dsyntax.php37 public function isShortCode($match) {
41 public function replaceShortCode($match) {
100 public function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/menu/
H A Dsyntax.php166 function handle($match, $state, $pos, Doku_Handler $handler)
232 function _itemlink($match, $title) {
264 function _itemimage($match, $title) {
/plugin/simplemap/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler): array
65 private function parseMatch(string $match): array
/plugin/randomtables/syntax/
H A Dsource.php41 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
115 parseLines(array $match) global() argument
[all...]

12345678910>>...57