Home
last modified time | relevance | path

Searched refs:match (Results 1876 – 1900 of 2354) sorted by relevance

1...<<71727374757677787980>>...95

/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1match","cur","current","propertyIsEnumerable","quote","escaped","end","afterQuote","peek","toLower…
H A Dxml.min.js.map1match","inBlock","eatWhile","doctype","inTag","ok","isInText","baseState","tagName","tagStart","te…
H A Dntriples.min.js1 …a){if(a!="#"&&a!=">"){e+=a;return true}return false});c.uris.push(e);if(a.match("#",false))return"…
H A Dvelocity.min.js.map1match","tokenUnparsed","skipToEnd","propertyIsEnumerable","current","word","peek","toLowerCase","p…
H A Djavascript.min.js.map1match","test","eat","tokenComment","skipToEnd","expressionAllowed","current","tokenQuasi","peek","…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc115 if(config.removeButtons.match(/FontAssist/)) font_assist = "";
255 if(a[0].match(/DELETEME/) || a[0].match(/FIXME/)) {
259 else if(a[0].match(/^([A-Z])+$/) && (!a[0].match(/^LOL$/))) {
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php396 if(preg_match("#^\\\url{(.*://.*)}#", $row['howpublished'], $match))
398 $row['URL'] = $match[1];
1000 $match = "/" . $delimitLeft . "/";
1016 while(preg_match($match, $pString))
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js5match(/^([nio])([1-9])$/i);c&&(this.H=c[1],this.N=parseInt(c[2],10))}A.prototype.getName=function(…
14 …=[];if(g)for(var g=g.split(","),l=g.length,h=0;h<l;h++){var k;k=g[h];if(k.match(/^[\w-]+$/))if(k=n…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js39 var sFullProtocol = document.location.href.match( /^(file\:\/{2,3})/ )[1] ;
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …Right,"right"]],setup:function(l){var n=l.getAttribute("class");var m=n?n.match(/(\w+)align/):"";i…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp39 sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04.cfm40 sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js26 …n(settings,original){var form=this;if(settings.submit){if(settings.submit.match(/>$/)){var submit=…
28 if(settings.cancel){if(settings.cancel.match(/>$/)){var cancel=$(settings.cancel);}else{var cancel=…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js20 if(nodes[ii].nodeName.match(/body/i)) continue;
90 if(nodes[ii].nodeName.match(/body/i)) continue;
/plugin/bookcreator/script/
H A Djquery.fileDownload.js460 return str.replace(htmlSpecialCharsRegEx, function(match) { argument
461 return '&' + htmlSpecialCharsPlaceHolders[match];
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php264 if (!preg_match('#'.$offset_pattern.$length_pattern.'#us',$str,$match)) return '';
265 return $match[1];
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js48match={};if(b.delimiters.length===0){return false}for(c=0,a=b.delimiters.length;c<a;c++){d.push(th… class in MathJax.Extension.asciimath2jax.createPatterns
51match(/Mouseup|Touchend/)){delete g.skipUp;return n(w)}if(u==="Touchstart"||(u==="Mousedown"&&!g.s…
52match(/^[a-z][a-z0-9]*$/i)&&this.texClass===a.TEXCLASS.ORD){this.texClass=a.TEXCLASS.OP;this.autoO…
53 …toMathMLattribute:function(d){if(typeof(d)==="string"&&d.replace(/ /g,"").match(/^(([-+])?(\d+(\.\…
54 …k=="^"||ak=="_"||ak=="/"||ak=="|"||ak==","||(ad.input.length==1&&ad.input.match(/\w/)&&ak!="(")){r…
55match(/MathJax_MathML/)){n.parentNode.removeChild(n)}},MMLnamespace:"http://www.w3.org/1998/Math/M…
56match(/^(STIX|MathJax)|'/)){r=r.replace(/_/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/ Jax…
57match(/%$/);var ay=b.createStack(r);var aJ=this.HTMLgetScale(),aB=this.HTMLgetMu(r),aC=-1;var aq=[…
58match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing|ed))?$/)){r.parentNode.removeChild(r)}n=u…
60 …)){l.removeAttribute("data-mathml");if(l.lastChild&&l.lastChild.className.match(/MJX_Assistive_Mat…
/plugin/indexmenu2/cms/
H A Dcms.js15match(l);if(Q){if(Q[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/))return Q[1];if(Q[1].indexOf("/")=…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19match(/\\text/)){l=l.replace(/\*/g,"\\text{*}").replace(/-/g,"\\text{-}")}this.setDef(k,["Macro","…
/plugin/combo/ComboStrap/
H A DTagAttributes.php34 * * to parse the jsx/component markup match
305 * @param $match - the {@link SyntaxPlugin::handle()} match
311 public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes argument
313 $inlineHtmlAttributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAttributesAsType);
314 $tag = PluginUtility::getMarkupTag($match);
/plugin/anewssystem/
H A Dsyntax.php46 function handle($match, $state, $pos,Doku_Handler &$handler) { argument
48 $match = substr($match,strlen('{{anss>'),-2); //strip markup from start and end
56 $params = $match; // if you will have more parameters and choose ',' to delim them
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js439 …var youtube = src.match(/\/\/(?:www\.)?youtu(?:\.be|be\.com)\/(?:watch\?v=|embed\/)?([a-z0-9\-\_\%…
440 var vimeo = src.match(/\/\/(?:www\.)?vimeo.com\/([0-9a-z\-_]+)/i);
441 var dailymotion = src.match(/\/\/(?:www\.)?dai.ly\/([0-9a-z\-_]+)/i);
442 var vk = src.match(/\/\/(?:www\.)?(?:vk\.com|vkontakte\.ru)\/(?:video_ext\.php\?)(.*)/i);
H A Dlightgallery.min.js4match(/\/\/(?:www\.)?youtu(?:\.be|be\.com)\/(?:watch\?v=|embed\/)?([a-z0-9\-\_\%]+)/i),e=a.match(/…
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc120 if(config.removeButtons.match(/FontAssist/)) font_assist = "";
269 if(a[0].match(/DELETEME/) || a[0].match(/FIXME/)) {
273 else if(a[0].match(/^([A-Z])+$/) && (!a[0].match(/^LOL$/))) {

1...<<71727374757677787980>>...95