Home
last modified time | relevance | path

Searched refs:isPrefix (Results 1 – 25 of 1417) sorted by relevance

12345678910>>...57

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dlang.h56 inline bool isPrefix(const std::string& prefix, in isPrefix() function
63 if(isPrefix(lang,"presentation")) { in getLanguage()
66 if(isPrefix(lang, "lisp")) { in getLanguage()
69 if(isPrefix(lang,"ast")) { in getLanguage()
72 if(isPrefix(lang,"tptp")) { in getLanguage()
78 if(isPrefix(lang,"simplify")) { in getLanguage()
81 if(isPrefix(lang,"spass")) { in getLanguage()
85 isPrefix(lang.substr(0,lang.length()-1),"smtlib")) { in getLanguage()
88 if(isPrefix(lang,"smtlib")) { in getLanguage()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Vision/
H A DDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_DetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision/
H A DGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_DetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
H A DGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php20 public $isPrefix; variable in Google_Service_Vision_GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak
23 public function setIsPrefix($isPrefix) argument
25 $this->isPrefix = $isPrefix;
29 return $this->isPrefix;
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dxed_test.go51 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "GENERAL_ERROR"…
68 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, unsupported...)…
77 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "shl ") && (ins…
84 …if (contains(text, "error:") || isPrefix(text) && size == 1) && hasByte(dec.enc[:dec.nenc], 0x82, …
121 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "nop ") && (ins…
145 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && has…
150 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcom ") && has…
155 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcomp ") && ha…
160 …if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fstp ") && has…
/dports/lang/polyml/polyml-5.8.2/Tests/Succeed/
H A DTest034.ML1 (* Tests for Substring.isPrefix, Substring.isSuffix with single character strings.
6 verify(Substring.isPrefix "a" (Substring.full "abc"));
7 verify(Substring.isPrefix "a" (Substring.full "a"));
8 verify(not(Substring.isPrefix "a" (Substring.full "bc")));
9 verify(not(Substring.isPrefix "a" (Substring.full "b")));
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Dblame.go48 var isPrefix bool
52 line, isPrefix, err = reader.ReadLine()
73 for isPrefix {
74 _, isPrefix, err = reader.ReadLine()
88 for isPrefix {
89 _, isPrefix, err = reader.ReadLine()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DOperatorKind.java111 public final boolean isPrefix; // used for unary operators field in OperatorKind
117 private OperatorKind(int priority, boolean isPrefix) { in OperatorKind() argument
119 this.isPrefix = isPrefix; in OperatorKind()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mbox/src/main/java/com/sun/mail/mbox/
H A DMessageLoader.java170 if (lineno == 1 && line[0] == 'F' && isPrefix(s, "From ")) { in skipHeader()
173 isPrefix(s, "Content-Length:")) { in skipHeader()
182 isPrefix(s, "Status:")) { in skipHeader()
187 isPrefix(s, "X-Status:")) { in skipHeader()
192 isPrefix(s, "X-Dt-Delete-Time:")) { in skipHeader()
224 private static final boolean isPrefix(String s, String pre) { in isPrefix() method in MessageLoader
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/os/user/
H A Dlookup_unix.go44 var isPrefix bool
52 line, isPrefix, err = rd.ReadLine()
65 if !isPrefix && len(wholeLine) == 0 {
74 if !isPrefix || bytes.Count(wholeLine, []byte{':'}) >= readCols {
92 for ; isPrefix; _, isPrefix, err = rd.ReadLine() {

12345678910>>...57