File: coffee-pack.coffee

Defined in: src/pack

Method Summary

Method Details

~ (void) Function.prototype.property(prop, descriptor)

~ (void) Function.prototype.extend(obj)

~ (void) Function.prototype.include(obj)

~ (void) Buffer.prototype.toHexString()

~ (void) Buffer.prototype.toShortSha1()

~ (void) Buffer.prototype.toSampleString()

~ (void) Buffer.prototype.isText()

http://blog.csdn.net/cherylnatsu/article/details/6412898 int isPlainText2(const char filename) { FILE fp = fopen(filename, "rb"); long white_list_char_count = 0; int read_len; unsigned char byte; while ((read_len = fread(&byte, 1, 1, fp)) > 0) { if (byte == 9 || byte == 10 || byte == 13 || (byte >= 32 && byte <= 255)) white_list_char_count++; else if ((byte <= 6) || (byte >= 14 && byte <= 31)) return 0; } fclose(fp); return (white_list_char_count >= 1) ? 1 : 0; }

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: