Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 11 of 11) sorted by relevance

/lighttpd1.4/
H A D.gitattributes85 # '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 DCOPYING6 Redistribution and use in source and binary forms, with or without
12 - Redistributions in binary form must reproduce the above copyright notice,
H A DSConstruct235 ('bindir', 'binary directory', '${prefix}/bin'),
236 ('sbindir', 'binary directory', '${prefix}/sbin'),
H A DNEWS494 * [core] better asm for binary num to ascii string
615 * [multiple] use binary '|' to reconstruct ts
/lighttpd1.4/tests/
H A DSConscript27 def CopyTestBinary(env, binary):
28 …return env.Command(target = env['ENV']['top_builddir'] + '/tests/' + binary, source = binary, acti…
H A DLightyTest.pm467 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 Drrdtool.txt32 rrdtool.binary
33 path to the rrdtool binary
37 rrdtool.binary = "/usr/bin/rrdtool"
H A Dfastcgi.txt125 :"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 Dfeatures.txt61 access logging, plus a binary version of CLF that save space.
/lighttpd1.4/doc/config/conf.d/
H A Drrdtool.conf13 rrdtool.binary = "/usr/bin/rrdtool"
/lighttpd1.4/src/
H A Dmod_wstunnel.c512 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()