Home
last modified time | relevance | path

Searched refs:foundStart (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/sun_spider/
H A Dsunspider-compare-results71 my $foundStart = 0;
76 if (!$foundStart) {
78 $foundStart = 1;
84 $foundStart = 1;
101 die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/
H A DStringUtils.php164 $foundStart = false;
176 if ( $foundStart &&
196 if ( !$foundStart ) {
203 $foundStart = true;
210 if ( $foundStart ) {
216 $foundStart = false;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/
H A DStringUtils.php164 $foundStart = false;
176 if ( $foundStart &&
196 if ( !$foundStart ) {
203 $foundStart = true;
210 if ( $foundStart ) {
216 $foundStart = false;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/
H A DStringUtils.php164 $foundStart = false;
176 if ( $foundStart &&
196 if ( !$foundStart ) {
203 $foundStart = true;
210 if ( $foundStart ) {
216 $foundStart = false;
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/util/kubeyaml/
H A Dkubeyaml.go97 foundStart := false
106 if !bytes.Equal(line, []byte("\n")) && !bytes.Equal(line, []byte(yamlSeparator)) && !foundStart {
108 foundStart = true
/dports/www/mediawiki135/mediawiki-1.35.5/tests/parser/
H A DeditTests.php114 $foundStart = false;
118 $foundStart = true;
126 if ( !$foundStart && $startFile !== false && $fileName !== $startFile ) {
136 if ( !$foundStart && $startTest !== false ) {
140 $foundStart = true;
147 if ( !$foundStart ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/parser/
H A DeditTests.php114 $foundStart = false;
118 $foundStart = true;
126 if ( !$foundStart && $startFile !== false && $fileName !== $startFile ) {
136 if ( !$foundStart && $startTest !== false ) {
140 $foundStart = true;
147 if ( !$foundStart ) {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/parser/
H A DeditTests.php114 $foundStart = false;
118 $foundStart = true;
126 if ( !$foundStart && $startFile !== false && $fileName !== $startFile ) {
136 if ( !$foundStart && $startTest !== false ) {
140 $foundStart = true;
147 if ( !$foundStart ) {
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/test/
H A DplotTimingTest.m12 foundStart = 0; variable
21 if ~foundStart
23 foundStart = 1; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/main/test/
H A DplotTimingTest.m12 foundStart = 0; variable
21 if ~foundStart
23 foundStart = 1; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayertemporalproperties.cpp579 bool foundStart = false; in guessDefaultsFromFields() local
587 if ( !foundStart ) in guessDefaultsFromFields()
595 foundStart = true; in guessDefaultsFromFields()
613 if ( foundStart && foundEnd ) in guessDefaultsFromFields()
617 if ( !foundStart ) in guessDefaultsFromFields()
631 foundStart = true; in guessDefaultsFromFields()
635 if ( foundStart ) in guessDefaultsFromFields()
640 if ( foundStart && foundEnd ) in guessDefaultsFromFields()
642 else if ( foundStart ) in guessDefaultsFromFields()
/dports/www/habari/habari-0.8/system/classes/
H A Dhtmltokenset.php139 $foundStart = false;
151 $foundStart = true;
157 $foundStart = true;
165 if ( !$foundStart ) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGTextChunkBuilder.cpp51 bool foundStart = false; in buildTextChunks() local
60 if (!foundStart) { in buildTextChunks()
62 foundStart = true; in buildTextChunks()
70 if (!foundStart) in buildTextChunks()
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayertemporalproperties.cpp618 bool foundStart = false; in guessDefaultsFromFields() local
626 if ( !foundStart ) in guessDefaultsFromFields()
634 foundStart = true; in guessDefaultsFromFields()
652 if ( foundStart && foundEnd ) in guessDefaultsFromFields()
656 if ( !foundStart ) in guessDefaultsFromFields()
670 foundStart = true; in guessDefaultsFromFields()
674 if ( foundStart ) in guessDefaultsFromFields()
679 if ( foundStart && foundEnd ) in guessDefaultsFromFields()
681 else if ( foundStart ) in guessDefaultsFromFields()
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/libkookascan/
H A Dpreviewer.cpp548 int foundStart = 0; in imagePiece() local
563 if (delta > (foundEnd - foundStart)) { // bigger than previously found? in imagePiece()
564 foundStart = thisStart; // record as result so far in imagePiece()
571 *startp = foundStart; in imagePiece()
573 return ((foundEnd - foundStart) > 0); in imagePiece()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsBinHexDecoder.cpp311 bool foundStart; in ProcessNextChunk() local
321 foundStart = false; in ProcessNextChunk()
334 foundStart = true; in ProcessNextChunk()
338 if (foundStart) break; /* we got the start point. */ in ProcessNextChunk()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePolygon.cpp184 bool foundStart = false; in operator ==() local
190 foundStart = true; in operator ==()
195 if (!foundStart) in operator ==()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePolygon.cpp188 bool foundStart = false; in operator ==() local
194 foundStart = true; in operator ==()
199 if (!foundStart) in operator ==()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Core/
H A DSanitizer.php703 $foundStart = false;
714 if ( $foundStart &&
733 if ( !$foundStart ) {
740 $foundStart = true;
747 if ( $foundStart ) {
753 $foundStart = false;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Core/
H A DSanitizer.php707 $foundStart = false;
718 if ( $foundStart &&
737 if ( !$foundStart ) {
744 $foundStart = true;
751 if ( $foundStart ) {
757 $foundStart = false;
/dports/biology/mmseqs2/MMseqs2-13-45111/src/util/
H A Dextractdomains.cpp166 bool foundStart = false; in mapMsa() local
173 if ((c != '-' && c != '.') && foundStart == false in mapMsa()
176 foundStart = true; in mapMsa()
185 if (posWithoutInsertion == domain.qEnd && foundStart == true) { in mapMsa()
186 foundStart = false; in mapMsa()
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Wt2Html/TT/
H A DSanitizer.php911 $foundStart = false;
922 if ( $foundStart &&
941 if ( !$foundStart ) {
948 $foundStart = true;
955 if ( $foundStart ) {
961 $foundStart = false;
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dssearch.cpp284 int32_t foundStart = 0; in searchTest() local
291 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
294 (foundStart != expectedMatchStart) || in searchTest()
299 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
305 expectedMatchStart = foundStart; in searchTest()
308 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
320 …foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
323 (foundStart != expectedMatchStart) || in searchTest()
328 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
/dports/devel/icu/icu/source/test/intltest/
H A Dssearch.cpp284 int32_t foundStart = 0; in searchTest() local
291 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
294 (foundStart != expectedMatchStart) || in searchTest()
299 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
305 expectedMatchStart = foundStart; in searchTest()
308 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
320 …foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
323 (foundStart != expectedMatchStart) || in searchTest()
328 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
/dports/science/libecpint/libecpint-1.0.7/src/lib/
H A Dradial_quad.cpp191 bool foundStart = false, tooSmall = false; in type1() local
197 if (!tooSmall && !foundStart) { in type1()
198 foundStart = true; in type1()
201 if (tooSmall && foundStart) { in type1()
321 bool foundStart, tooSmall; in type2() local

123