Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for cybank (0.17 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.cups-ppd",
    				"application/vnd.cups-raster",
    				"application/vnd.cups-raw",
    				"application/vnd.curl.car",
    				"application/vnd.curl.pcurl",
    				"application/vnd.cybank",
    				"application/vnd.data-vision.rdz",
    				"application/vnd.denovo.fcselayout-link",
    				"application/vnd.dir-bi.plate-dl-nosuffix",
    				"application/vnd.dna",
    				"application/vnd.dolby.mlp",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. docs/en/layouts/custom.yml

            "pink":        "#e92063",
            "purple":      "#ab47bd",
            "deep-purple": "#7e56c2",
            "indigo":      "#4051b5",
            "blue":        "#2094f3",
            "light-blue":  "#02a6f2",
            "cyan":        "#00bdd6",
            "teal":        "#009485",
            "green":       "#4cae4f",
            "light-green": "#8bc34b",
            "lime":        "#cbdc38",
            "yellow":      "#ffec3d",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 26 14:05:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

         */
        public enum Color {
            BLACK(0, "BLACK"),
            RED(1, "RED"),
            GREEN(2, "GREEN"),
            YELLOW(3, "YELLOW"),
            BLUE(4, "BLUE"),
            MAGENTA(5, "MAGENTA"),
            CYAN(6, "CYAN"),
            WHITE(7, "WHITE"),
            DEFAULT(9, "DEFAULT");
    
            private final int value;
            private final String name;
    
            Color(int index, String name) {
                this.value = index;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/DefaultColorMapTest.groovy

            then:
            1 * ansi.fg(Color.DEFAULT)
            0 * ansi._
        }
    
        def canSetColorForACompoundStyleUsingSystemProperty() {
            given:
            System.properties['org.gradle.color.successheader'] = 'italic-cyan'
            System.properties['org.gradle.color.failure'] = 'magenta'
            System.properties['org.gradle.color.header'] = 'italic'
            System.properties['org.gradle.color.error'] = 'bold-red'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java

         */
        @Nonnull
        default MessageBuilder trace(Object message) {
            return style(".trace:-bold,f:magenta", message);
        }
    
        /**
         * Append message content in debug style.
         * By default, bold cyan
         *
         * @param message the message to append
         * @return the current builder
         */
        @Nonnull
        default MessageBuilder debug(Object message) {
            return style(".debug:-bold,f:cyan", message);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 08 10:37:09 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/adminlte.min.css

    -cyan.btn:hover{background:#138496 linear-gradient(180deg,#3697a6,#138496) repeat-x!important}.bg-gradient-cyan.btn.active,.bg-gradient-cyan.btn:active,.bg-gradient-cyan.btn:not(:disabled):not(.disabled).active,.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active{border-color:#10707f;color:#fff}.bg-gradient-cyan.btn.active,.bg-gradient-cyan.btn:active,.bg-gradient-cyan.btn:not(:disabled):not(.disabled).active,.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active{background:#117a8b lin...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.car"/>
      </mime-type>
      <mime-type type="application/vnd.curl.pcurl">
        <glob pattern="*.pcurl"/>
      </mime-type>
      <mime-type type="application/vnd.cybank"/>
      <mime-type type="application/x-wacz">
        <_comment>web archive frictionless zip</_comment>
        <sub-class-of type="application/x-vnd.datapackage+zip"/>
      </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)
  8. src/go/printer/testdata/expressions.input

    		2,
    		3)// comment
    	f(1,
    		2,
    		3,// comment
    	)
    }
    
    
    // Align comments in multi-line lists of single-line expressions.
    var txpix = [NCOL]draw.Color{
    	draw.Yellow, // yellow
    	draw.Cyan, // cyan
    	draw.Green, // lime green
    	draw.GreyBlue, // slate
    	draw.Red, /* red */
    	draw.GreyGreen, /* olive green */
    	draw.Blue, /* blue */
    	draw.Color(0xFF55AAFF), /* pink */
    	draw.Color(0xFFAAFFFF), /* lavender */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/controller/controller.go

    	"k8s.io/klog/v2"
    )
    
    // workqueueKey is the dummy key used to process change in encryption config file.
    const workqueueKey = "key"
    
    // EncryptionConfigFileChangePollDuration is exposed so that integration tests can crank up the reload speed.
    var EncryptionConfigFileChangePollDuration = time.Minute
    
    // DynamicEncryptionConfigContent which can dynamically handle changes in encryption config file.
    type DynamicEncryptionConfigContent struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. logger/logger.go

    // Colors
    const (
    	Reset       = "\033[0m"
    	Red         = "\033[31m"
    	Green       = "\033[32m"
    	Yellow      = "\033[33m"
    	Blue        = "\033[34m"
    	Magenta     = "\033[35m"
    	Cyan        = "\033[36m"
    	White       = "\033[37m"
    	BlueBold    = "\033[34;1m"
    	MagentaBold = "\033[35;1m"
    	RedBold     = "\033[31;1m"
    	YellowBold  = "\033[33;1m"
    )
    
    // LogLevel log level
    type LogLevel int
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Nov 07 02:19:41 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top