• Home
  • Raw
  • Download

Lines Matching refs:EQ

500         EQ = self.checkequal
503 EQ("", "", "replace", "", "")
504 EQ("A", "", "replace", "", "A")
505 EQ("", "", "replace", "A", "")
506 EQ("", "", "replace", "A", "A")
507 EQ("", "", "replace", "", "", 100)
508 EQ("A", "", "replace", "", "A", 100)
509 EQ("", "", "replace", "", "", sys.maxsize)
512 EQ("A", "A", "replace", "", "")
513 EQ("*A*", "A", "replace", "", "*")
514 EQ("*1A*1", "A", "replace", "", "*1")
515 EQ("*-#A*-#", "A", "replace", "", "*-#")
516 EQ("*-A*-A*-", "AA", "replace", "", "*-")
517 EQ("*-A*-A*-", "AA", "replace", "", "*-", -1)
518 EQ("*-A*-A*-", "AA", "replace", "", "*-", sys.maxsize)
519 EQ("*-A*-A*-", "AA", "replace", "", "*-", 4)
520 EQ("*-A*-A*-", "AA", "replace", "", "*-", 3)
521 EQ("*-A*-A", "AA", "replace", "", "*-", 2)
522 EQ("*-AA", "AA", "replace", "", "*-", 1)
523 EQ("AA", "AA", "replace", "", "*-", 0)
526 EQ("", "A", "replace", "A", "")
527 EQ("", "AAA", "replace", "A", "")
528 EQ("", "AAA", "replace", "A", "", -1)
529 EQ("", "AAA", "replace", "A", "", sys.maxsize)
530 EQ("", "AAA", "replace", "A", "", 4)
531 EQ("", "AAA", "replace", "A", "", 3)
532 EQ("A", "AAA", "replace", "A", "", 2)
533 EQ("AA", "AAA", "replace", "A", "", 1)
534 EQ("AAA", "AAA", "replace", "A", "", 0)
535 EQ("", "AAAAAAAAAA", "replace", "A", "")
536 EQ("BCD", "ABACADA", "replace", "A", "")
537 EQ("BCD", "ABACADA", "replace", "A", "", -1)
538 EQ("BCD", "ABACADA", "replace", "A", "", sys.maxsize)
539 EQ("BCD", "ABACADA", "replace", "A", "", 5)
540 EQ("BCD", "ABACADA", "replace", "A", "", 4)
541 EQ("BCDA", "ABACADA", "replace", "A", "", 3)
542 EQ("BCADA", "ABACADA", "replace", "A", "", 2)
543 EQ("BACADA", "ABACADA", "replace", "A", "", 1)
544 EQ("ABACADA", "ABACADA", "replace", "A", "", 0)
545 EQ("BCD", "ABCAD", "replace", "A", "")
546 EQ("BCD", "ABCADAA", "replace", "A", "")
547 EQ("BCD", "BCD", "replace", "A", "")
548 EQ("*************", "*************", "replace", "A", "")
549 EQ("^A^", "^"+"A"*1000+"^", "replace", "A", "", 999)
552 EQ("", "the", "replace", "the", "")
553 EQ("ater", "theater", "replace", "the", "")
554 EQ("", "thethe", "replace", "the", "")
555 EQ("", "thethethethe", "replace", "the", "")
556 EQ("aaaa", "theatheatheathea", "replace", "the", "")
557 EQ("that", "that", "replace", "the", "")
558 EQ("thaet", "thaet", "replace", "the", "")
559 EQ("here and re", "here and there", "replace", "the", "")
560 EQ("here and re and re", "here and there and there",
562 EQ("here and re and re", "here and there and there",
564 EQ("here and re and re", "here and there and there",
566 EQ("here and re and re", "here and there and there",
568 EQ("here and re and there", "here and there and there",
570 EQ("here and there and there", "here and there and there",
572 EQ("here and re and re", "here and there and there", "replace", "the", "")
574 EQ("abc", "abc", "replace", "the", "")
575 EQ("abcdefg", "abcdefg", "replace", "the", "")
578 EQ("bob", "bbobob", "replace", "bob", "")
579 EQ("bobXbob", "bbobobXbbobob", "replace", "bob", "")
580 EQ("aaaaaaa", "aaaaaaabob", "replace", "bob", "")
581 EQ("aaaaaaa", "aaaaaaa", "replace", "bob", "")
584 EQ("Who goes there?", "Who goes there?", "replace", "o", "o")
585 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O")
586 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", sys.maxsize)
587 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", -1)
588 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 3)
589 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", 2)
590 EQ("WhO goes there?", "Who goes there?", "replace", "o", "O", 1)
591 EQ("Who goes there?", "Who goes there?", "replace", "o", "O", 0)
593 EQ("Who goes there?", "Who goes there?", "replace", "a", "q")
594 EQ("who goes there?", "Who goes there?", "replace", "W", "w")
595 EQ("wwho goes there?ww", "WWho goes there?WW", "replace", "W", "w")
596 EQ("Who goes there!", "Who goes there?", "replace", "?", "!")
597 EQ("Who goes there!!", "Who goes there??", "replace", "?", "!")
599 EQ("Who goes there?", "Who goes there?", "replace", ".", "!")
602 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**")
603 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", sys.maxsize)
604 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", -1)
605 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 4)
606 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", 3)
607 EQ("Th** ** a tissue", "This is a tissue", "replace", "is", "**", 2)
608 EQ("Th** is a tissue", "This is a tissue", "replace", "is", "**", 1)
609 EQ("This is a tissue", "This is a tissue", "replace", "is", "**", 0)
610 EQ("cobob", "bobob", "replace", "bob", "cob")
611 EQ("cobobXcobocob", "bobobXbobobob", "replace", "bob", "cob")
612 EQ("bobob", "bobob", "replace", "bot", "bot")
615 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK")
616 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", -1)
617 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", sys.maxsize)
618 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", 2)
619 EQ("ReyKKjavik", "Reykjavik", "replace", "k", "KK", 1)
620 EQ("Reykjavik", "Reykjavik", "replace", "k", "KK", 0)
621 EQ("A----B----C----", "A.B.C.", "replace", ".", "----")
623 EQ('...\u043c......&lt;', '...\u043c......<', "replace", "<", "&lt;")
625 EQ("Reykjavik", "Reykjavik", "replace", "q", "KK")
628 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
630 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
632 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
634 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
636 EQ("ham, ham, eggs and ham", "spam, spam, eggs and spam",
638 EQ("ham, ham, eggs and spam", "spam, spam, eggs and spam",
640 EQ("ham, spam, eggs and spam", "spam, spam, eggs and spam",
642 EQ("spam, spam, eggs and spam", "spam, spam, eggs and spam",
645 EQ("bobob", "bobobob", "replace", "bobob", "bob")
646 EQ("bobobXbobob", "bobobobXbobobob", "replace", "bobob", "bob")
647 EQ("BOBOBOB", "BOBOBOB", "replace", "bob", "bobby")