40,743 results for 'startswith("windows 9")' (80 ms)
WebAppStat.java https://gitlab.com/lcp0578/druid-1.git | Java | 1,179 lines
605 606 if (userAgent.startsWith("Windows", 13)) { 607 isWindows = true; 800 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 801 if (userAgent.startsWith("Windows NT 5.1", 13)) { 802 osWindowsXPCount.incrementAndGet(); 802 osWindowsXPCount.incrementAndGet(); 803 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 804 osWindowsXPCount.incrementAndGet(); 805 806 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 807 osWindowsVistaCount.incrementAndGet(); 808 809 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 810 osWindows7Count.incrementAndGet();WebAppStat.java https://gitlab.com/lizhanhui/druid.git | Java | 1,179 lines
605 606 if (userAgent.startsWith("Windows", 13)) { 607 isWindows = true; 800 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 801 if (userAgent.startsWith("Windows NT 5.1", 13)) { 802 osWindowsXPCount.incrementAndGet(); 802 osWindowsXPCount.incrementAndGet(); 803 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 804 osWindowsXPCount.incrementAndGet(); 805 806 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 807 osWindowsVistaCount.incrementAndGet(); 808 809 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 810 osWindows7Count.incrementAndGet();WebAppStat.java https://gitlab.com/luyuwww/druid.git | Java | 1,179 lines
605 606 if (userAgent.startsWith("Windows", 13)) { 607 isWindows = true; 800 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 801 if (userAgent.startsWith("Windows NT 5.1", 13)) { 802 osWindowsXPCount.incrementAndGet(); 802 osWindowsXPCount.incrementAndGet(); 803 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 804 osWindowsXPCount.incrementAndGet(); 805 806 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 807 osWindowsVistaCount.incrementAndGet(); 808 809 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 810 osWindows7Count.incrementAndGet();PicnomeSerial.java https://github.com/tkrworks/pic2osc.git | Java | 1,332 lines
117 118 if(System.getProperty("os.name").startsWith("Windows")) { 119 ImageIcon icon; 153 } 154 else if(System.getProperty("os.name").startsWith("Windows")) 155 setSize(444, 680); 176 mdf.setBounds(450, 0, 890, 620);// mac 177 else if(System.getProperty("os.name").startsWith("Windows")) 178 mdf.setBounds(470, 40, 990, 665);// win 235 osc_sl.putConstraint(SpringLayout.WEST, hostaddress_l, 4, SpringLayout.WEST, osc_p); 236 else if(System.getProperty("os.name").startsWith("Windows")) 237 osc_sl.putConstraint(SpringLayout.WEST, hostaddress_l, 1, SpringLayout.WEST, osc_p); 243 osc_sl.putConstraint(SpringLayout.NORTH, pserial.hostaddress_tf, -6, SpringLayout.NORTH, hostaddress_l); 244 else if(System.getProperty("os.name").startsWith("Windows")) 245 osc_sl.putConstraint(SpringLayout.NORTH, pserial.hostaddress_tf, -1, SpringLayout.NORTH, hostaddress_l);WebAppStat.java https://github.com/0359xiaodong/druid.git | Java | 1,179 lines
605 606 if (userAgent.startsWith("Windows", 13)) { 607 isWindows = true; 800 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 801 if (userAgent.startsWith("Windows NT 5.1", 13)) { 802 osWindowsXPCount.incrementAndGet(); 802 osWindowsXPCount.incrementAndGet(); 803 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 804 osWindowsXPCount.incrementAndGet(); 805 806 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 807 osWindowsVistaCount.incrementAndGet(); 808 809 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 810 osWindows7Count.incrementAndGet();WebAppStat.java https://github.com/hellobaby/druid.git | Java | 1,123 lines
655 656 if (userAgent.startsWith("Windows", 13)) { 657 isWindows = true; 851 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 852 if (userAgent.startsWith("Windows NT 5.1", 13)) { 853 osWindowsXPCount.incrementAndGet(); 853 osWindowsXPCount.incrementAndGet(); 854 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 855 osWindowsXPCount.incrementAndGet(); 856 857 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 858 osWindowsVistaCount.incrementAndGet(); 859 860 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 861 osWindows7Count.incrementAndGet();WebAppStat.java https://github.com/peidachang/druid.git | Java | 1,123 lines
655 656 if (userAgent.startsWith("Windows", 13)) { 657 isWindows = true; 851 private void computeUserAgentFirefoxWindowsVersion(String userAgent) { 852 if (userAgent.startsWith("Windows NT 5.1", 13)) { 853 osWindowsXPCount.incrementAndGet(); 853 osWindowsXPCount.incrementAndGet(); 854 } else if (userAgent.startsWith("Windows NT 5.1", 25)) { 855 osWindowsXPCount.incrementAndGet(); 856 857 } else if (userAgent.startsWith("Windows NT 6.0", 13)) { 858 osWindowsVistaCount.incrementAndGet(); 859 860 } else if (userAgent.startsWith("Windows NT 6.1", 13)) { 861 osWindows7Count.incrementAndGet();SystemUtilsTest.java https://github.com/apache/commons-lang.git | Java | 788 lines
176 assertFalse(SystemUtils.IS_JAVA_15); 177 } else if (javaVersion.startsWith("9")) { 178 assertFalse(SystemUtils.IS_JAVA_1_1); 307 assertFalse(SystemUtils.IS_OS_MAC_OSX); 308 } else if (osName.startsWith("Windows")) { 309 assertFalse(SystemUtils.IS_OS_UNIX); 362 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "1.8")); 363 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "9")); 364 javaVersion = ""; 373 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "1.8")); 374 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "9")); 375 javaVersion = "1.0"; 384 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "1.8")); 385 assertFalse(SystemUtils.isJavaVersionMatch(javaVersion, "9")); 386 javaVersion = "1.1";Config.java https://bitbucket.org/chegar/jigsaw_jigsaw_jdk | Java | 1,376 lines
704 new sun.security.action.GetPropertyAction("os.name")); 705 if (osname.startsWith("Windows")) { 706 try { 1152 String osname = System.getProperty("os.name"); 1153 if (osname.startsWith("Windows")) { 1154 return System.getenv("USERDNSDOMAIN"); 1199 String osname = System.getProperty("os.name"); 1200 if (osname.startsWith("Windows")) { 1201 String logonServer = System.getenv("LOGONSERVER");Config.java https://bitbucket.org/chegar/jigsaw_modulefileparser | Java | 1,376 lines
704 new sun.security.action.GetPropertyAction("os.name")); 705 if (osname.startsWith("Windows")) { 706 try { 1152 String osname = System.getProperty("os.name"); 1153 if (osname.startsWith("Windows")) { 1154 return System.getenv("USERDNSDOMAIN"); 1199 String osname = System.getProperty("os.name"); 1200 if (osname.startsWith("Windows")) { 1201 String logonServer = System.getenv("LOGONSERVER");Config.java https://bitbucket.org/infinitekind/openjdk7u-jdk | Java | 1,417 lines
732 String osname = getProperty("os.name"); 733 if (osname.startsWith("Windows")) { 734 try { 1172 String osname = System.getProperty("os.name"); 1173 if (osname.startsWith("Windows")) { 1174 return System.getenv("USERDNSDOMAIN"); 1219 String osname = System.getProperty("os.name"); 1220 if (osname.startsWith("Windows")) { 1221 String logonServer = System.getenv("LOGONSERVER");Config.java https://bitbucket.org/psandoz/lambda-jdk-pipeline-patches | Java | 1,376 lines
704 new sun.security.action.GetPropertyAction("os.name")); 705 if (osname.startsWith("Windows")) { 706 try { 1152 String osname = System.getProperty("os.name"); 1153 if (osname.startsWith("Windows")) { 1154 return System.getenv("USERDNSDOMAIN"); 1199 String osname = System.getProperty("os.name"); 1200 if (osname.startsWith("Windows")) { 1201 String logonServer = System.getenv("LOGONSERVER");Config.java https://bitbucket.org/psandoz/lambda-jdk | Java | 1,376 lines
704 new sun.security.action.GetPropertyAction("os.name")); 705 if (osname.startsWith("Windows")) { 706 try { 1152 String osname = System.getProperty("os.name"); 1153 if (osname.startsWith("Windows")) { 1154 return System.getenv("USERDNSDOMAIN"); 1199 String osname = System.getProperty("os.name"); 1200 if (osname.startsWith("Windows")) { 1201 String logonServer = System.getenv("LOGONSERVER");OSParser.java https://bitbucket.org/mattunderscorechampion/ws-utils | Java | 129 lines
61 } 62 else if (remainingHeader.startsWith("Windows NT")) 63 { 78 } 79 else if (remainingHeader.startsWith("Windows 95")) 80 { 88 } 89 else if (remainingHeader.startsWith("Windows 98; Win 9x 4.90")) 90 { 93 } 94 else if (remainingHeader.startsWith("Windows 98")) 95 {Config.java https://bitbucket.org/screenconnect/openjdk8-jdk | Java | 1,265 lines
721 String osname = getProperty("os.name"); 722 if (osname.startsWith("Windows")) { 723 try { 1020 String osname = System.getProperty("os.name"); 1021 if (osname.startsWith("Windows")) { 1022 return System.getenv("USERDNSDOMAIN"); 1067 String osname = System.getProperty("os.name"); 1068 if (osname.startsWith("Windows")) { 1069 String logonServer = System.getenv("LOGONSERVER");Config.java https://bitbucket.org/adoptopenjdk/jdk8-jdk | Java | 1,243 lines
697 String osname = getProperty("os.name"); 698 if (osname.startsWith("Windows")) { 699 try { 998 String osname = System.getProperty("os.name"); 999 if (osname.startsWith("Windows")) { 1000 return System.getenv("USERDNSDOMAIN"); 1045 String osname = System.getProperty("os.name"); 1046 if (osname.startsWith("Windows")) { 1047 String logonServer = System.getenv("LOGONSERVER");Triple.cpp https://gitlab.com/HardenedBSD/hardenedBSD-stable.git | C++ | 1,608 lines
487 .StartsWith("win32", Triple::Win32) 488 .StartsWith("windows", Triple::Win32) 489 .StartsWith("haiku", Triple::Haiku)find_test.py https://gitlab.com/Rockyspade/salt.git | Python | 585 lines
1# -*- coding: utf-8 -*- 2 3# Import python libs 4import os 5import sys 6import shutil 7import tempfile 8import stat 9 10# Import Salt Testing libs 11from salttesting import skipIf, TestCase 12from salttesting.helpers import ensure_in_syspath 13ensure_in_syspath('../../') 14 15# Import salt libsSystemInfo.java https://github.com/rfreedman/intellij-community.git | Java | 280 lines
51 /** @deprecated unsupported (to remove in IDEA 13) */ 52 public static final boolean isWindows9x = _OS_NAME.startsWith("windows 9") || _OS_NAME.startsWith("windows me"); 53 /** @deprecated unsupported (to remove in IDEA 13) */ 53 /** @deprecated unsupported (to remove in IDEA 13) */ 54 public static final boolean isWindowsNT = _OS_NAME.startsWith("windows nt"); 55 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 55 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 56 public static final boolean isWindows2000 = _OS_NAME.startsWith("windows 2000"); 57 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 57 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 58 public static final boolean isWindows2003 = _OS_NAME.startsWith("windows 2003"); 59 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 59 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */ 60 public static final boolean isWindowsXP = _OS_NAME.startsWith("windows xp"); 61 /** @deprecated use {@linkplain #OS_VERSION} (to remove in IDEA 13) */find_test.py https://github.com/0xf10e/salt.git | Python | 589 lines
1# -*- coding: utf-8 -*- 2 3# Import python libs 4from __future__ import absolute_import 5import os 6import sys 7import shutil 8import tempfile 9import stat 10 11# Import Salt Testing libs 12from salttesting import skipIf, TestCase 13from salttesting.helpers import ensure_in_syspath 14ensure_in_syspath('../../') 15