Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for gsf (0.03 sec)

  1. src/regexp/testdata/README

    AT&T POSIX Test Files
    See textregex.c for copyright + license.
    
    testregex.c	http://www2.research.att.com/~gsf/testregex/testregex.c
    basic.dat	http://www2.research.att.com/~gsf/testregex/basic.dat
    nullsubexpr.dat	http://www2.research.att.com/~gsf/testregex/nullsubexpr.dat
    repetition.dat	http://www2.research.att.com/~gsf/testregex/repetition.dat
    
    The test data has been edited to reflect RE2/Go differences:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 27 20:18:25 UTC 2015
    - 957 bytes
    - Viewed (0)
  2. src/regexp/testdata/repetition.dat

    NOTE	implicit vs. explicit repetitions : 2009-02-02
    
    # Glenn Fowler <gsf@research.att.com>
    # conforming matches (column 4) must match one of the following BREs
    #	NOMATCH
    #	(0,.)\((\(.\),\(.\))(?,?)(\2,\3)\)*
    #	(0,.)\((\(.\),\(.\))(\2,\3)(?,?)\)*
    # i.e., each 3-tuple has two identical elements and one (?,?)
    
    E	((..)|(.))				NULL		NOMATCH
    E	((..)|(.))((..)|(.))			NULL		NOMATCH
    E	((..)|(.))((..)|(.))((..)|(.))		NULL		NOMATCH
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 6.6K bytes
    - Viewed (0)
  3. src/regexp/testdata/testregex.c

     *
     * build:	cc -o testregex testregex.c
     * help:	testregex --man
     * note:	REG_* features are detected by #ifdef; if REG_* are enums
     *		then supply #define REG_foo REG_foo for each enum REG_foo
     *
     *	Glenn Fowler <gsf@research.att.com>
     *	AT&T Research
     *
     * PLEASE: publish your tests so everyone can benefit
     *
     * The following license covers testregex.c and all associated test data.
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-font-dos"/>
      <mime-type type="application/x-font-framemaker"/>
      <mime-type type="application/x-font-ghostscript">
        <!-- conflict with portable sound format -->
        <glob pattern="*.gsf"/>
      </mime-type>
      <mime-type type="application/x-font-libgrx"/>
      <mime-type type="application/x-font-linux-psf">
        <!-- conflict with portable sound format -->
        <glob pattern="*.psf"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top