Searched refs:binary (Results 1 – 11 of 11) sorted by relevance
| /lighttpd1.4/ |
| H A D | .gitattributes | 85 # 'binary' implies '-diff' 86 # (so if custom diff textconv=exif for jpg, then also remove binary attribute) 90 [attr] nopack binary -delta 165 # (consider managing binary artifacts in git-annex or other external management 168 # (binary artifacts are best stored outside of git, but abuse is inevitable)
|
| H A D | COPYING | 6 Redistribution and use in source and binary forms, with or without 12 - Redistributions in binary form must reproduce the above copyright notice,
|
| H A D | SConstruct | 235 ('bindir', 'binary directory', '${prefix}/bin'), 236 ('sbindir', 'binary directory', '${prefix}/sbin'),
|
| H A D | NEWS | 494 * [core] better asm for binary num to ascii string 615 * [multiple] use binary '|' to reconstruct ts
|
| /lighttpd1.4/tests/ |
| H A D | SConscript | 27 def CopyTestBinary(env, binary): 28 …return env.Command(target = env['ENV']['top_builddir'] + '/tests/' + binary, source = binary, acti…
|
| H A D | LightyTest.pm | 467 my ($self, $binary, $port) = @_; 482 exec { $binary } ($binary) or die($?); 485 diag(sprintf("\nThe process %i is not up (port %i, %s)", $child, $port, $binary));
|
| /lighttpd1.4/doc/outdated/ |
| H A D | rrdtool.txt | 32 rrdtool.binary 33 path to the rrdtool binary 37 rrdtool.binary = "/usr/bin/rrdtool"
|
| H A D | fastcgi.txt | 125 :"bin-path": path to the local FastCGI binary which should be 364 binary contains FastCGI support by calling: :: 467 ## ABSOLUTE path to the spawn-fcgi binary 470 ## ABSOLUTE path to the PHP binary
|
| H A D | features.txt | 61 access logging, plus a binary version of CLF that save space.
|
| /lighttpd1.4/doc/config/conf.d/ |
| H A D | rrdtool.conf | 13 rrdtool.binary = "/usr/bin/rrdtool"
|
| /lighttpd1.4/src/ |
| H A D | mod_wstunnel.c | 512 unsigned int binary = hctx->conf.frame_type; /*(0 = "text"; 1 = "binary")*/ in wstunnel_handler_setup() local 513 if (!binary) { in wstunnel_handler_setup() 524 binary = 1; in wstunnel_handler_setup() 542 if (binary) { in wstunnel_handler_setup()
|