Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for att (0.02 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/ResolveConfigurationResolutionBuildOperationResult.java

            ImmutableList.Builder<Object> requestedAttributesBuilder = new ImmutableList.Builder<>();
            for (Attribute<?> att : requestedAttributes.keySet()) {
                requestedAttributesBuilder.add(ImmutableMap.of("name", att.getName(), "value", requestedAttributes.getAttribute(att).toString()));
            }
            model.put("requestedAttributes", requestedAttributesBuilder.build());
    
            return model;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/converter/KatakanaConverter.java

                }
                stream.reset();
    
                int offset = 0;
                while (stream.incrementToken()) {
                    final CharTermAttribute att = stream.getAttribute(CharTermAttribute.class);
                    final String term = att.toString();
                    final int pos = inputStr.indexOf(term, offset);
                    if (pos > 0) {
                        final String tmp = inputStr.substring(offset, pos);
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/sv/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt
    och
    det
    att
    i
    en
    jag
    hon
    som
    han
    på
    den
    med
    var
    sig
    för
    så
    till
    är
    men
    ett
    om
    hade
    de
    av
    icke
    mig
    du
    henne
    då
    sin
    nu
    har
    inte
    hans
    honom
    skulle
    hennes
    där
    min
    man
    ej
    vid
    kunde
    något
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 700 bytes
    - Viewed (0)
  4. src/regexp/exec_test.go

    			}
    			n += 2
    			i = j + 1
    		}
    	}
    	return out
    }
    
    // TestFowler runs this package's regexp API against the
    // POSIX regular expression tests collected by Glenn Fowler
    // at http://www2.research.att.com/~astopen/testregex/testregex.html.
    func TestFowler(t *testing.T) {
    	files, err := filepath.Glob("testdata/*.dat")
    	if err != nil {
    		t.Fatal(err)
    	}
    	for _, file := range files {
    		t.Log(file)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. src/encoding/xml/xml_test.go

    			t.Fatalf(`xmlInput "%s": expected SyntaxError not received`, xmlInput[i])
    		}
    	}
    }
    
    func TestInputLinePos(t *testing.T) {
    	testInput := `<root>
    <?pi
     ?>  <elt
    att
    =
    "val">
    <![CDATA[
    ]]><!--
    
    --></elt>
    </root>`
    	linePos := [][]int{
    		{1, 7},
    		{2, 1},
    		{3, 4},
    		{3, 6},
    		{6, 7},
    		{7, 1},
    		{8, 4},
    		{10, 4},
    		{10, 10},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. gradle/verification-keyring.keys

    0OcBa/1IbbjvGs5oi2IYgEzpV3KGDU+kSDHVuKcwloU5qMC1Vvhrkildb23wtFBR
    YIpgke6HBcaQOIivCatSbBK5Ag0EXLoJ9AEQAJ+qH6LfO9PwO2l8UymT4X42pLlT
    Gc5eLCCMqM+usZXoO3e/jq+kUaF9yt28VXrtvQ0RbBBWmWIZIypIYKxBJ0FI7xYw
    aTt/dTOirli2LwkEBBiliKS+s89UhFZZ7sK0ScFvx0SBwgEZwpfxmnhEParn15L0
    i5+k8WOezn1b7cn9kfJodTTmgGnFGnOyH24LMvhhK9EckXVCv3oQZ/uFtR//qRW6
    hngPU24qhNJturrhnGuF08nzCPDg426enNWVONTNRJOVqCx0Y+eskPAn345avkDF
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0xfdc4a7dc" type="little32" offset="20"/>
        </magic>
        <glob pattern="*.zoo"/>
      </mime-type>
    
      <mime-type type="application/x400-bp"/>
      <mime-type type="application/xcap-att+xml"/>
      <mime-type type="application/xcap-caps+xml"/>
      <mime-type type="application/xcap-el+xml"/>
      <mime-type type="application/xcap-error+xml"/>
      <mime-type type="application/xcap-ns+xml"/>
    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