Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PIPE (0.06 seconds)

  1. .teamcity/scripts/FindCommits.java

            System.err.println("PR head: " + prHead);
            System.err.println("Base: " + baseSha);
    
            // One SHA per line to stdout so callers can pipe safely.
            System.out.print(stdout("git", "rev-list", baseSha + ".." + prHead));
        }
    
        private static boolean refExists(String ref) throws IOException, InterruptedException {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

            final List<String> specialCommands = Arrays.asList("echo \"test with quotes\"", "echo 'test with single quotes'",
                    "echo test with spaces", "echo test&with&ampersand", "echo test|with|pipe");
    
            generator.setCommandList(specialCommands);
            assertTrue("Special character commands should be settable", true);
    
            // Test with very long commands
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
Back to Top