Home
last modified time | relevance | path

Searched refs:extras (Results 51 – 75 of 82) sorted by path

1234

/plugin/diagramsnet/lib/resources/
H A Ddia_no.txt276 extras=Ekstra
H A Ddia_pl.txt276 extras=Dodatki
H A Ddia_pt-br.txt276 extras=Extras
H A Ddia_pt.txt276 extras=Extras
H A Ddia_ro.txt276 extras=Extra
H A Ddia_ru.txt276 extras=Дополнительно
H A Ddia_si.txt276 extras=Extras
H A Ddia_sk.txt276 extras=Extras
H A Ddia_sl.txt276 extras=Extras
H A Ddia_sr.txt276 extras=Dodaci
H A Ddia_sv.txt276 extras=Extrafunktioner
H A Ddia_sw.txt276 extras=Extras
H A Ddia_ta.txt276 extras=Extras
H A Ddia_te.txt276 extras=Extras
H A Ddia_th.txt276 extras=เอ็กซ์ตร้า
H A Ddia_tr.txt276 extras=Ekstralar
H A Ddia_uk.txt276 extras=Додатково
H A Ddia_vi.txt276 extras=Bổ sung
H A Ddia_zh-tw.txt276 extras=其他
H A Ddia_zh.txt276 extras=其它
/plugin/dokuprism/prism/
H A Dprism.css2 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+antlr4+apacheconf+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+bison+bnf+brainfuck+brightscript+bro+c+csharp+cpp+cil+clojure+cmake+coffeescript+csp+crystal+css-extras+d+dart+diff+django+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+etlua+erb+erlang+fsharp+fortran+gml+gedcom+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+http+hpkp+hsts+ichigojam+icon+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+nasm+neon+nginx+nim+nix+objectivec+pascal+perl+php+phpdoc+php-extras+plsql+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+q+qml+qore+r+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smalltalk+smarty+solidity+soy+sparql+splunk-spl+sqf+sql+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+wasm+wiki+xeora+xojo+xquery+yaml+zig&plugins=show-language+remove-initial-line-feed+previewers+toolbar+copy-to-clipboard+download-button */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php11525 function docPageNum($num = 0, $extras = false)
11567 if ($extras) {
11574 function docPageNumTotal($num = 0, $extras = false)
11619 if ($extras) {
11479 docPageNum($num = 0, $extras = false) global() argument
11528 docPageNumTotal($num = 0, $extras = false) global() argument
/plugin/flowplay2/flowplayer/
H A DREADME.txt5 * Extra example files for special cases in the extras folder
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1263 var extras = this.options.requestHeaders;
1265 if (Object.isFunction(extras.push))
1266 for (var i = 0, length = extras.length; i < length; i += 2)
1267 headers[extras[i]] = extras[i+1];
1269 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
/plugin/issuetracker/
H A Dprototype.js1569 var extras = this.options.requestHeaders;
1571 if (Object.isFunction(extras.push))
1572 for (var i = 0, length = extras.length; i < length; i += 2)
1573 headers[extras[i]] = extras[i+1];
1575 $H(extras).each(function(pair) { headers[pair.key] = pair.value });

1234