Home
last modified time | relevance | path

Searched refs:aliases (Results 151 – 175 of 256) sorted by relevance

1234567891011

/plugin/struct/meta/
H A DSearch.php47 /** @var array list of aliases tables can be referenced by */
48 protected $aliases = [];
95 if ($alias) $this->aliases[$alias] = $schema->getTable();
580 if ($table && isset($this->aliases[$table])) {
581 $table = $this->aliases[$table];
45 protected $aliases = array(); global() variable in dokuwiki\\plugin\\struct\\meta\\Search
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dpuppet.min.js1 …\$"+a},t={cN:"string",c:[e.BE,o],v:[{b:/'/,e:/'/},{b:/"/,e:/"/}]};return{aliases:["pp"],c:[r,o,t,{…
H A Dpython.min.js1 …e.CNR+"[lLjJ]?"}]},l={cN:"params",b:/\(/,e:/\)/,c:["self",r,a,b]};return{aliases:["py","gyp"],k:{k…
H A Dxml.min.js1 …tring",c:[e],v:[{b:/"/,e:/"/},{b:/'/,e:/'/},{b:/[^\s\/>]+/}]}]}]};return{aliases:["html","xhtml","…
H A Dyaml.min.js1 …cN:"string",r:0,v:[{b:/'/,e:/'/},{b:/"/,e:/"/}],c:[e.BE,c]};return{cI:!0,aliases:["yml","YAML","ya…
H A Dnginx.min.js1 …d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},r]};return{aliases:["nginxconf"],c:[…
H A Drust.min.js1 …stringify! try! unimplemented! unreachable! vec! write! writeln!";return{aliases:["rs"],k:{keyword…
H A Djavascript.min.js1 hljs.registerLanguage("javascript",function(e){return{aliases:["js"],k:{keyword:"in of if for while…
H A Dstylus.min.js1 …\\bEnd\\b)","(\\bend\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"];return{aliases:["styl"],cI:!1,i:…
H A Djava.min.js1 …+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",c={cN:"number",b:r,r:0};return{aliases:["jsp"],k:t,i:/<\…
H A Dsqf.min.js1 …c:[c,{cN:"meta-string",b:"<",e:">",i:"\\n"}]},c,l,e.CLCM,e.CBCM]};return{aliases:["sqf"],cI:!0,k:{…
H A Dzephir.min.js1 …t(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},n={v:[e.BNM,e.CNM]};return{aliases:["zep"],cI:!0,k:"…
H A Dtypescript.min.js1 …e module console window document any number boolean string void"};return{aliases:["ts"],k:r,c:[{cN…
H A Dclojure.min.js1 …,b=[f,i,m,p,c,u,l,s,d,o];return f.c=[e.C("comment",""),y,h],h.c=b,l.c=b,{aliases:["clj"],i:/\S/,c:…
H A Dasciidoc.min.js1 hljs.registerLanguage("asciidoc",function(e){return{aliases:["adoc"],c:[e.C("^/{4,}\\n","\\n/{4,}$"…
H A Dphp.min.js1 …t(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},t={v:[e.BNM,e.CNM]};return{aliases:["php3","php4","p…
H A Dcs.min.js1 … partial select set value var where yield",r=e.IR+"(<"+e.IR+">)?";return{aliases:["csharp"],k:t,i:…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushSass.js77 Brush.aliases = ['sass', 'scss'];
H A DshBrushHaxe.js58 Brush.aliases = ['haxe', 'hx'];
H A DshBrushXml.js49 Brush.aliases = ['xml', 'xhtml', 'xslt', 'html', 'plist'];
H A DshBrushBash.js53 Brush.aliases = ['bash', 'shell', 'sh'];
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushHaxe.js74 Brush.aliases = ['haxe', 'hx'];
H A DshBrushSass.js93 Brush.aliases = ['sass', 'scss'];
H A DshBrushXml.js65 Brush.aliases = ['xml', 'xhtml', 'xslt', 'html', 'plist'];
H A DshBrushBash.js69 Brush.aliases = ['bash', 'shell', 'sh'];

1234567891011