Home
last modified time | relevance | path

Searched refs:match (Results 1601 – 1625 of 2354) sorted by relevance

1...<<61626364656667686970>>...95

/plugin/geotag/syntax/
H A Dgeotag.php70 final public function handle($match, $state, $pos, Doku_Handler $handler): array
72 $tags = trim(substr($match, 9, -2));
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-xml.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
281 if(url.match(/^((\w+)\.)?(GET|POST)\s+(.*)/i)){
365 if(this.url.match(new RegExp("^([a-z]+)://([^\\/]+)(.*)","i"))){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js69 document.location.search.match(new RegExp('[&?]' + session_name + '=([^&?]*)'))
70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
387 if (url.match(/^((\w+)\.)?(GET|POST)\s+(.*)/i)) {
512 if (this.url.match(new RegExp('^([a-z]+)://([^\\/]+)(.*)', 'i'))) {
/plugin/semanticdata/
H A Dscript.js40 'data_page_' + pickers[i].className.match(classes[c_class][1])[1],
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js53 FCK.DocTypeDeclaration = data.match( FCKRegexLib.DocTypeTag ) ;
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js21 if( outputFile.match( /\.pdf$/gi ) === null ) {
/plugin/orphanmedia/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler &$handler){ argument
42 $o_syntax = $match;
44 $match = substr($match,14,-2);
46 $match_array = explode("!", $match);
/plugin/include/
H A Dhelper.php288 * Later all header/section levels are convertet to match the current
838 foreach($matches as $match){
839 $langname = $match[1] == '*' ? $conf['lang'] : $match[1];
840 $qvalue = $match[4] == '' ? 1.0 : $match[4];
/plugin/orphanmedia2/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
43 $o_syntax = $match;
45 $match = substr($match,14,-2);
47 $match_array = explode("!", $match);
/plugin/jalbum/syntax/
H A Djalbumbadge.php170 list ($match, $key, $val) = $kvpair;
/plugin/vshare/syntax/
H A Ddebug.php40 public function handle($match, $state, $pos, Doku_Handler $handler)
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/ckgedit/scripts/
H A Dmediamgr.js41 if(!this.title.match(/\.(jpg|jpeg|png|tiff?|gif)$/)){
/plugin/subjectindex/plugins/
H A DEntryVerse.php29 function match($text) { function in SI_EntryVerse
35 foreach ($matches as $match) {
36 $num = trim($match[1]);
37 $name = trim($match[2]);
40 $chp = $match[3];
41 $verse = $match[4];
/plugin/dw2pdf/
H A Daction.php759 * @param array $match with [0]=>whole match, [1]=> first subpattern, [2] => second subpattern
762 public function replaceDate($match)
766 if ($match[2] == null) {
767 $match[2] = $conf['dformat'];
769 return strftime($match[2], strtotime($match[1]));
743 replacedate($match) global() argument
/plugin/photowidget/
H A Dsyntax.php132 list($match,$key,$val) = $kvpair;
/plugin/codemirror/dist/modes/
H A Dtornado.min.js1 …on(d,e){var f=d.next();if(f==c&&d.eat("}")){e.tokenize=b;return"tag"}if(d.match(a)){return"keyword…
/plugin/bootswrapper/syntax/
H A Dprogressbar.php65 list($state, $match, $pos, $attributes) = $data;
/plugin/revealjs/plugin/notes-server/
H A Dclient.js4 if( window.location.search.match( /receiver/gi ) ) { return; }
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.dist16 * mysql.conf.php too and adjust the options to match
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteRefParser.php
/plugin/blogtng/renderer/
H A Dcomment.php92 function plugin($name, $data, $state = '', $match = '') { argument
/plugin/combo/syntax/
H A Dedit.php100 function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/bez/
H A Dscript.js72 var found = window.location.href.match(/([^?\/]*)\??[^?\/]*$/);
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc26 aMatch = value.match( regexGetSize ); // Check value
219 var aMatch = size.match( regexGetSize );
363 if(link['$']['outerHTML'].match(/detail/)) {
654 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
671 var aMatch = value.match( regexGetSize );
694 var aMatch = this.getValue().match( regexGetSizeOrEmpty ),
711 var aMatch = value.match( regexGetSize );
915 marginTopStyle = marginTopStyle && marginTopStyle.match( pxLengthRegex );
1046 var matches = href.match(/media\s*=(.*)/);
1274 aMatchH = ( height ? height : '' ).match( regexGetSize ),
[all …]

1...<<61626364656667686970>>...95