Home
last modified time | relevance | path

Searched refs:UNEXPECTED_END (Results 1 – 20 of 20) sorted by relevance

/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DAbstractReader.php72 CrossReferenceException::UNEXPECTED_END
78 CrossReferenceException::UNEXPECTED_END,
88 CrossReferenceException::UNEXPECTED_END,
H A DCrossReferenceException.php63 const UNEXPECTED_END = 0x0109; define in setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/CrossReference/
H A DAbstractReader.php73 CrossReferenceException::UNEXPECTED_END
79 CrossReferenceException::UNEXPECTED_END,
89 CrossReferenceException::UNEXPECTED_END,
H A DCrossReferenceException.php64 const UNEXPECTED_END = 0x0109; define in setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/CrossReference/
H A DAbstractReader.php72 CrossReferenceException::UNEXPECTED_END
78 CrossReferenceException::UNEXPECTED_END,
88 CrossReferenceException::UNEXPECTED_END,
H A DCrossReferenceException.php63 const UNEXPECTED_END = 0x0109; define in setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/CrossReference/
H A DAbstractReader.php73 CrossReferenceException::UNEXPECTED_END
79 CrossReferenceException::UNEXPECTED_END,
89 CrossReferenceException::UNEXPECTED_END,
H A DCrossReferenceException.php64 const UNEXPECTED_END = 0x0109; define in setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dmaster_lexer_token_unittest.cc31 token_err(MasterToken::UNEXPECTED_END) in MasterLexerTokenTest()
124 EXPECT_EQ(MasterToken::UNEXPECTED_END, token_err.getErrorCode()); in TEST_F()
H A Dmaster_lexer_unittest.cc260 EXPECT_EQ(MasterToken::UNEXPECTED_END, in TEST_F()
407 lexerErrorCheck(lexer, expect, MasterToken::UNEXPECTED_END); in eolCheck()
H A Dmaster_lexer_state_unittest.cc459 EXPECT_EQ(Token::UNEXPECTED_END, s_qstring.getToken(lexer).getErrorCode()); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Rfc2251/
H A DRfcFilter.cs1158 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR);
1246 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR);
1291 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR);
1359 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR); in getLeftParen()
1377 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR); in getRightParen()
1396 throw new LdapLocalException(ExceptionMessages.UNEXPECTED_END, LdapException.FILTER_ERROR); in peekChar()
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dmaster_lexer.h66 UNEXPECTED_END, ///< The lexer reaches the end of line or file enumerator
H A Dmaster_lexer.cc293 MasterToken(MasterToken::UNEXPECTED_END)); in getNextToken()
543 token = MasterToken(MasterToken::UNEXPECTED_END); in handle()
/dports/games/kgoldrunner/kgoldrunner-21.12.3/src/
H A Dkgrglobals.h213 NORMAL, WON_LEVEL, DEAD, UNEXPECTED_END}; enumerator
H A Dkgrlevelplayer.cpp898 Q_EMIT endLevel (UNEXPECTED_END); in doRecordedMove()
H A Dkgrgame.cpp997 if (playback && (result == UNEXPECTED_END)) { in endLevel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/
H A DExceptionMessages.cs86 public const System.String UNEXPECTED_END = "UNEXPECTED_END"; field in Novell.Directory.Ldap.Utilclass.ExceptionMessages
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DNovell.Directory.Ldap.cs2812 public const string UNEXPECTED_END = "UNEXPECTED_END"; field in Novell.Directory.Ldap.Utilclass.ExceptionMessages
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DNovell.Directory.Ldap.cs2813 public const string UNEXPECTED_END = "UNEXPECTED_END"; field in Novell.Directory.Ldap.Utilclass.ExceptionMessages