List of all printf(), sprintf(), etc. formats strings mentioned in the code..
Value | Count | File:Line |
'SELECT * FROM ' . $this->table_tree . ' ' . $this->buildJoin( ) . "WHERE parent = %s " . "AND " . $this->table_tree . "." . $this->tree_pk . " = %s " . $order_clause | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
"SELECT * FROM " . $this->table_tree . " " . $this->buildJoin( ) . "WHERE parent = %s " . "AND " . $this->table_tree . "." . $this->tree_pk . " = %s " . "AND " . $this->table_obj_data . ".type = %s " | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
"SELECT * FROM " . $this->table_tree . " " . $this->buildJoin( ) . "WHERE parent = %s " . "AND " . $this->table_tree . "." . $this->tree_pk . " = %s " . "AND " . $this->table_obj_data . ".type = %s " . "ORDER BY " . $this->table_tree . ".lft" | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
'Invalid parameters! $a_node_id: %s $a_parent_id: %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
'Operation not allowed on main tree! $a_tree_if: %s $a_node_id: %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
'Tried to delete root node! $a_tree: %s $a_child: %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt + 2 ELSE rgt END ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt + 2 ELSE rgt END ' . 'WHERE ' . $this->getTree( )->getTreePk( ) . ' = %s ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'SELECT rgt,lft,parent FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE child = %s ' . 'AND ' . $this->getTree( )->getTreePk( ) . ' = %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'SELECT MAX(rgt) max_rgt FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE parent = %s ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'SELECT MAX(rgt) max_rgt FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE parent = %s ' . 'AND ' . $this->getTree( )->getTreePk( ) . ' = %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + %s ELSE lft END, ' . 'rgt = CASE WHEN rgt >= %s THEN rgt + %s ELSE rgt END ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + %s ELSE lft END, ' . 'rgt = CASE WHEN rgt >= %s THEN rgt + %s ELSE rgt END ' . 'WHERE ' . $this->getTree( )->getTreePk( ) . ' = %s ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'SELECT * FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE child = %s ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt >= %s THEN rgt + 2 ELSE rgt END ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt >= %s THEN rgt + 2 ELSE rgt END ' . 'WHERE ' . $this->getTree( )->getTreePk( ) . ' = %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt + 2 ELSE rgt END ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft + 2 ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt + 2 ELSE rgt END ' . 'WHERE ' . $this->getTree( )->getTreePk( ) . ' = %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'INSERT INTO ' . $this->getTree( )->getTreeTable( ) . ' (' . $this->getTree( )->getTreePk( ) . ',child,parent,lft,rgt,depth) ' . 'VALUES (%s,%s,%s,%s,%s,%s)' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'DELETE FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE lft BETWEEN %s AND %s ' . 'AND rgt BETWEEN %s AND %s ' . 'AND ' . $this->getTree( )->getTreePk( ) . ' = %s' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft - %s ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt - %s ELSE rgt END ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'UPDATE ' . $this->getTree( )->getTreeTable( ) . ' SET ' . 'lft = CASE WHEN lft > %s THEN lft - %s ELSE lft END, ' . 'rgt = CASE WHEN rgt > %s THEN rgt - %s ELSE rgt END ' . 'WHERE ' . $this->getTree( )->getTreePk( ) . ' = %s ' | 1 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php
|
'Authentication successful. Redirecting to starting page: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Requested SAML logout: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Found exactly one active IDP with id %s: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Stored relevant IDP id in session: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Internal SAML IDP id fetched from session: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Searching active ILIAS IDP by entity id "%s" results in: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
'Retrieved "target" parameter: %s' | 1 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php
|
"[%s]\r\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
"\r\n[%s]\r\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
"%s = %s\r\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
"[%s]\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
"\n[%s]\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
"%s = %s\n" | 1 |
- /components/ILIAS/Init/classes/class.ilIniFile.php
|
'Could not process password assistance form (reason: no user found) %s / %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'Could not process password assistance form (reason: account without email addresses): %s / %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'Could not process password assistance form (reason: account email addresses differ from input): %s / %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'Could not process password assistance form (reason: not permitted for accounts using external authentication sources): %s / %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'Could not process password assistance form (reason: not permitted for system user or anonymous): %s / %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'Could not sent username assistance emails to (reason: no user found): %s' | 1 |
- /components/ILIAS/Init/classes/class.ilPasswordAssistanceGUI.php
|
'No session found for usr_id %s' | 1 |
- /components/ILIAS/Init/classes/PasswordAssistance/Repository/PasswordAssistanceDbRepository.php
|
'No session found for hash %s' | 1 |
- /components/ILIAS/Init/classes/PasswordAssistance/Repository/PasswordAssistanceDbRepository.php
|
'The hash must be %s bytes long.' | 1 |
- /components/ILIAS/Init/classes/PasswordAssistance/ValueObjects/PasswordAssistanceHash.php
|
"%s could not render component %s" | 1 |
- /components/ILIAS/UI/src/Implementation/Render/AbstractComponentRenderer.php
|
$this->rejection_message_elements . ' (%s)' | 1 |
- /components/ILIAS/FileUpload/src/Processor/SVGBlacklistPreProcessor.php
|
'%s_idx' | 1 |
- /components/ILIAS/Database/classes/PDO/FieldDefinition/class.ilDBPdoFieldDefinition.php
|
'%s_seq' | 1 |
- /components/ILIAS/Database/classes/PDO/FieldDefinition/class.ilDBPdoFieldDefinition.php
|
"REPLACE INTO " . $table . " (" . implode(",", $fields) . ") VALUES (" . implode(",", $placeholders) . ")" | 1 |
- /components/ILIAS/Database/classes/PDO/class.ilDBPdo.php
|
'%s = %s' | 1 |
- /components/ILIAS/Database/classes/Integrity/Integrity.php
|
'%s IS NULL' | 1 |
- /components/ILIAS/Database/classes/Integrity/Integrity.php
|
'%s %s' | 1 |
- /components/ILIAS/Database/classes/Integrity/Integrity.php
|
'SELECT COUNT(1) as violations FROM %s LEFT JOIN %s ON %s WHERE %s' | 1 |
- /components/ILIAS/Database/classes/Integrity/Integrity.php
|
'class.' . self::$default_prefix . '%s.php' | 1 |
- /components/ILIAS/DataCollection/classes/Fields/class.ilDclFieldFactory.php
|
"Trying to send configurable email dependent welcome email to user %s (id: %s|language: %s) ..." | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"Either subject or email missing, trying to determine email configuration via default language: %s" | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"Did not find any email configuration for language '%s' at all, skipping attempt ..." | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"Attaching '%s' as '%s' ..." | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"Missing email address, did not send account registration mail for user %s (id: %s) ..." | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"Sending language variable dependent welcome email to user %s (id: %s|language: %s) as fallback ..." | 1 |
- /components/ILIAS/Registration/classes/class.ilAccountRegistrationMail.php
|
"SELECT * FROM tst_tests WHERE obj_fi=%s" | 1 |
- /components/ILIAS/Repository/classes/class.ilRepositoryExplorer.php
|
"SELECT * FROM svy_svy WHERE obj_fi=%s" | 1 |
- /components/ILIAS/Repository/classes/class.ilRepositoryExplorer.php
|
'%s::removeInvalidReferences(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::removeInvalidReferences(): Reference %s removed' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::removeInvalidChilds(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::removeInvalidChilds(): Entry child=%s removed' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::removeInvalidRolefolders(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreMissingObjects(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreReference(): new reference %s for obj_id %s created' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreUnboundObjects(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreTrash(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreTrash(): Removed all trees with tree id <> 1' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreDeletedObjects()): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::restoreSubTrees(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::purgeTrash(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::purgeUnboundObjects(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::purgeMissingObjects(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::purgeObjects(): Removing object (id:%s ref:%s)' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
'%s::initGapsInTree(): Started...' | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
"<br/><b>" . $error->getCode( ) . ":</b> " . $error->getMessage( ) . " in " . $call_loc["class"] . $call_loc["type"] . $call_loc["function"] . "()" . "<br/>Called from: " . basename($call_loc["file"]) . " , line " . $call_loc["line"] . "<br/>Passed parameters: [" . $num_args . "] " . $arg_str . "<br/>" | 1 |
- /components/ILIAS/Repository/TreeValidator/class.ilValidator.php
|
"%s not supported for form property type %s" | 1 |
- /components/ILIAS/Form/classes/class.ilFormPropertyGUI.php
|
'%s<br><ul>%s</ul>' | 1 |
- /components/ILIAS/Contact/classes/class.ilContactGUI.php
|
'You cannot perform a state transition for the anonymous user (id: %s)' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddySystemGUI.php
|
'You cannot perform a state transition for a non existing user (id: %s)' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddySystemGUI.php
|
'You cannot create an instance for the anonymous user (id: %s)' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddyList.php
|
'You cannot add the anonymous user to the list (id: %s)' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddyList.php
|
'You cannot add a non existing user (id: %s)' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddyList.php
|
'Could not find an element for key: %s' | 1 |
- /components/ILIAS/Contact/BuddySystem/classes/class.ilBuddySystemArrayCollection.php
|
'%1$02d' | 1 |
- /components/ILIAS/Password/classes/encoders/class.ilBcryptPhpPasswordEncoder.php
|
"%.1f" | 1 |
- /components/ILIAS/Course/classes/Objectives/class.ilCourseObjectivesTableGUI.php
|
'Exc.: %s / %s' | 1 |
- /components/ILIAS/WebServices/classes/class.ilCronEcsTaskScheduler.php
|
'Could not find content page page metrics for page with page id %s and language %s for parent with id %s' | 1 |
- /components/ILIAS/ContentPage/classes/PageMetrics/CouldNotFindPageMetrics.php
|
'The following files are not expected in the ILIAS root folder: %s' | 1 |
- /components/ILIAS/App/tests/RootFolderTest.php
|
'The following directories are not expected in the ILIAS root folder: %s' | 1 |
- /components/ILIAS/App/tests/RootFolderTest.php
|
"Certificate evaluation triggered, received 'completed' learning progress for: usr_id: %s/obj_id: %s/type: %s" | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateAppEventListener.php
|
'Consumer not supported, or did not find an active certificate template for case: usr_id: %s/obj_id: %s/type: %s' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateAppEventListener.php
|
'No dependent course certificate template configuration found for child object: usr_id: %s/obj_id: %s/ref_id: %s/type: %s' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateAppEventListener.php
|
'All relevant data sources for the user certificates for user (usr_id: "%s" deleted)' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateAppEventListener.php
|
'Will not start cron job, because the mode is not set as cron job. Current Mode in settings: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'Generated %s certificate(s) in run. Result: %s' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'Fetch certificate template for user id: "%s" and object id: "%s" and template id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'The given object id: "%s" could not be referred to an actual object' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'Object type: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'Values for placeholders: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/class.ilCertificateCron.php
|
'certificate_id must be a valid UUID. UUID must be %s characters long.' | 1 |
- /components/ILIAS/Certificate/classes/ValueObject/CertificateId.php
|
'certificate_id must be a valid UUID. UUID must contain %s "-" characters.' | 1 |
- /components/ILIAS/Certificate/classes/ValueObject/CertificateId.php
|
'The usr_id "%s" does NOT reference a user' | 1 |
- /components/ILIAS/Certificate/classes/File/Certificate/class.ilPdfGenerator.php
|
'The type "%s" is currently not supported for certificates' | 1 |
- /components/ILIAS/Certificate/classes/File/Template/Path/class.ilCertificatePathFactory.php
|
'END - certificate template saved with columns: %s' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Fetch certificate template with id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'No template with id "%s" found' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Fetch multiple certificate templates for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Fetching of certificate templates for object: "%s" with "%s" results' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Found NO active certificate for: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'NO active certificate template found for: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Fetch previous active certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'Latest version active certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Set deleted flag for certificate template("%s") for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Deleted flag set fo certificate template("%s") for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Activate previous certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Previous certificate updated for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'AND (uls.u_mode IS NULL OR uls.u_mode = %s)' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - All active course certificate templates with disabled learning progress: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Fetch first create certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Found first create certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Deactivate previous certificate template for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Certificate template deactivated for object: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Update all default background image paths from "%s" to "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'END - Updated %s certificate templates using old path' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'START - Checking if any certificate template uses resource id "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
|
'The types "%s" and "%s" for cloning does not match' | 1 |
- /components/ILIAS/Certificate/classes/Template/Action/Clone/class.ilCertificateCloneAction.php
|
"Can't clean up import directory: %s" | 1 |
- /components/ILIAS/Certificate/classes/Template/Action/Import/class.ilCertificateTemplateImportAction.php
|
'All active certificates for user: "%s" total: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateTableProvider.php
|
'END - Actual results: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateTableProvider.php
|
'User "%s" tried to access certificate: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateGUI.php
|
'END - Save certificate with following values: %s' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Fetching all active certificates for user: "%s" and type: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - Fetching all active certificates for user: "%s" and type: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Fetch certificate by id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - Fetch certificate by id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Fetch certificate for user("%s") and ids: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Fetch certificate for object("%s")"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Delete certificate for user("%s")"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - Successfully deleted certificate for user("%s")"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - fetching all certificates of object(user id: "%s", object id: "%s")' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'Certificate found: "%s")' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'Certificate: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - fetching all certificates of object(user id: "%s", object id: "%s")' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - fetching of latest certificates of object(user id: "%s", object id: "%s")' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - fetching of latest certificates of object(user id: "%s", object id: "%s") with version "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - deactivating previous certificates for user id: "%s" and object id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - deactivating previous certificates for user id: "%s" and object id: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Checking if any certificate template uses background image path "%s"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'START - Delete certificate for user("%s") in object (obj_id: %s)"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'END - Successfully deleted certificate for user("%s") in object (obj_id: %s)"' | 1 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'The type "%s" is currently not defined for certificates' | 1 |
- /components/ILIAS/Certificate/classes/Gui/class.ilCertificateGUIFactory.php
|
'Save queue entry with following values: %s' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'START - Remove entry(id: "%s") from queue' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'END - Entry(id: "%s") deleted from queue' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'Queue entry found: "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'END - All queue entries fetched(Total: "%s")' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'START - Remove entries for user (usr_id: "%s") from queue' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'END - Entries for user (usr_id: "%s") deleted from queue' | 1 |
- /components/ILIAS/Certificate/classes/Queue/class.ilCertificateQueueRepository.php
|
'Certificate File does not exist in "%s"' | 1 |
- /components/ILIAS/Certificate/classes/Portfolio/class.ilPortfolioCertificateFileService.php
|
'Did not trigger certificate achievement for inactive template: usr_id: %s/obj_id: %s/type: %s/template_id: %s' | 1 |
- /components/ILIAS/Certificate/classes/API/UserCertificateAPI.php
|
"Oject type '%s' is not supported by the certificate component!" | 1 |
- /components/ILIAS/Certificate/classes/API/UserCertificateAPI.php
|
'Trigger persisting certificate achievement for: usr_id: %s/obj_id: %s/type: %s/template_id: %s' | 1 |
- /components/ILIAS/Certificate/classes/API/UserCertificateAPI.php
|
"P0Y0M0DT%dH%dM%dS" | 1 |
- /components/ILIAS/Test/classes/class.ilObjTest.php
|
"%2.2f " | 1 |
- /components/ILIAS/Test/classes/class.ilObjTest.php
|
"<short>%s</short><official>%s</official><percentage>%.2f</percentage><passed>%d</passed>" | 1 |
- /components/ILIAS/Test/classes/class.ilObjTest.php
|
"%02d-%02d-%02d %02d:%02d:%02d" | 1 |
- /components/ILIAS/Test/classes/class.ilObjTest.php
|
"%0{$this->maxOrderValueLength}d" | 1 |
- /components/ILIAS/Test/classes/class.ilTestTaxonomyTree.php
|
'
SELECT tst_test_result.question_fi,
tst_test_result.points result_points,
tst_test_result.answered,
tst_test_result.manual,
qpl_questions.original_id,
qpl_questions.title questiontitle,
qpl_questions.points qpl_maxpoints,
tst_active.active_id,
tst_active.submitted,
tst_active.last_finished_pass,
tst_pass_result.*,
usr_data.usr_id,
usr_data.firstname,
usr_data.lastname,
usr_data.title,
usr_data.login
FROM tst_active
LEFT JOIN tst_pass_result ON tst_active.active_id = tst_pass_result.active_fi
LEFT JOIN tst_test_result ON tst_active.active_id = tst_test_result.active_fi AND tst_test_result.pass = tst_pass_result.pass
LEFT JOIN qpl_questions ON qpl_questions.question_id = tst_test_result.question_fi
LEFT JOIN usr_data ON tst_active.user_fi = usr_data.usr_id
WHERE tst_active.test_fi = %s
AND %s
ORDER BY tst_active.active_id ASC, tst_pass_result.pass ASC, tst_test_result.tstamp DESC
' | 1 |
- /components/ILIAS/Test/classes/Evaluation/class.ilTestEvaluationFactory.php
|
'%02d:%02d:00' | 1 |
- /components/ILIAS/Test/src/Settings/MainSettings/SettingsTestBehaviour.php
|
'%s, %s (%s)' | 1 |
- /components/ILIAS/Test/src/Participants/ParticipantTableExtraTimeAction.php
|
'%s - %s' | 1 |
- /components/ILIAS/Test/src/Participants/ParticipantTable.php
|
'%s [ID: %s]' | 1 |
- /components/ILIAS/Test/src/Results/Presentation/AttemptResultsTable.php
|
'%s/%s (%s%%)' | 1 |
- /components/ILIAS/Test/src/Results/Presentation/AttemptResultsTable.php
|
"%.2f%%" | 1 |
- /components/ILIAS/Test/src/Scoring/Manual/TestScoringByParticipantPassesOverviewTableGUI.php
|
'No certificate available for user %s in test %s ' . '(Check if: \ilServer is enabled / Certificates are enabled globally / ' . 'A Certificate is issued for the user)' | 1 |
- /components/ILIAS/Test/src/ExportImport/CertificateExport.php
|
'The certificate service could not create a PDF for user %s and test %s' | 1 |
- /components/ILIAS/Test/src/ExportImport/CertificateExport.php
|
'The question ids do not match. Id local: %s. Id properties: %s.' | 1 |
- /components/ILIAS/Test/src/Questions/Properties/Properties.php
|
'<td>%s</td>' | 1 |
- /components/ILIAS/LegalDocuments/classes/Legacy/Table.php
|
$this->ui->txt('withdrawal_mail_info') . $this->ui->txt('withdrawal_mail_text') | 1 |
- /components/ILIAS/LegalDocuments/classes/ConsumerToolbox/ConsumerSlots/WithdrawProcess.php
|
'hej %s %s[BR]%s' | 1 |
- /components/ILIAS/LegalDocuments/tests/ConsumerToolbox/UserTest.php
|
'' | 1 |
- /components/ILIAS/LegalDocuments/tests/ConsumerToolbox/UserTest.php
|
'<div id="%s_agreement">%s</div>' | 1 |
- /components/ILIAS/LegalDocuments/classes/ConsumerToolbox/ConsumerSlots/SelfRegistration.php
|
"%.1f KB" | 1 |
- /components/ILIAS/AdvancedMetaData/classes/Record/class.ilAdvancedMDRecordExportFilesTableGUI.php
|
' ' . $lng->txt('copy_n_of_suffix') | 1 |
- /components/ILIAS/File/classes/class.ilObjFileAccess.php
|
'PRG, UserNotRestarted: user %s\'s qualification is about to expire at assignment %s (prg obj_id %s)' | 1 |
- /components/ILIAS/StudyProgramme/classes/class.ilPrgUserNotRestartedCronJob.php
|
"%s (%s)" | 1 |
- /components/ILIAS/StudyProgramme/classes/class.ilObjStudyProgrammeMembersGUI.php
|
'PRG, RiskyToFail: user %s at progress %s (prg obj_id %s)' | 1 |
- /components/ILIAS/StudyProgramme/classes/class.ilPrgUserRiskyToFailCronJob.php
|
'PRG, RestartAssignments: user %s\'s assignment %s is being restarted (Programme %s)' | 1 |
- /components/ILIAS/StudyProgramme/classes/class.ilPrgRestartAssignmentsCronJob.php
|
"risky_to_fail_mail_body" | 1 |
- /components/ILIAS/StudyProgramme/classes/Mail/class.ilPRGMail.php
|
"info_to_re_assign_mail_body" | 1 |
- /components/ILIAS/StudyProgramme/classes/Mail/class.ilPRGMail.php
|
"re_assigned_mail_body" | 1 |
- /components/ILIAS/StudyProgramme/classes/Mail/class.ilPRGMail.php
|
'%s_PRGAssignment_export_%s_%s' | 1 |
- /components/ILIAS/StudyProgramme/classes/memberexport/class.ilPRGMembersExportGUI.php
|
'<li>%s (%s)</li>' | 1 |
- /components/ILIAS/StudyProgramme/classes/helpers/ilPRGMessagePrinter.php
|
" AND obj_fi = %s" | 1 |
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyQuestion.php
|
'%s has been called with invalid context: %s / %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Parsed TO user ids from given recipients for serial letter notification: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Parsed CC/BCC user ids from given recipients for serial letter notification: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Skipped recipient with id %s (User not found)' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Skipped recipient with id %s and reason: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Recipient with id %s will only receive external emails sent to: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Recipient with id %s will additionally receive external emails ' . '(because the user wants to receive it externally, or the user cannot access ' . 'the internal mail system) sent to: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Recipient with id %s is does not want to receive external emails' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Recipient with id %s is inactive and will not receive external emails' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Started parsing of recipient string: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Parsed addresses: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMail.php
|
'Could not find a mail template context with id: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailTemplateContextService.php
|
'Parameter $parent_gui must be ilCtrlInterface enabled by implementing executeCommand(), %s given.' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailOptionsFormGUI.php
|
'%s has been called with invalid context id: %s.' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailFormGUI.php
|
'Deleted all scheduled mail deletions ' . "because a reminder shouldn't be sent (login: %s|usr_id: %s) anymore!" | 1 |
- /components/ILIAS/Mail/classes/class.ilMailCronOrphanedMails.php
|
'Started mail deletion job with threshold: %s day(s)' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailCronOrphanedMails.php
|
'Finished mail deletion job with threshold: %s day(s)' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailCronOrphanedMails.php
|
'(CASE WHEN (firstname IS NOT NULL AND (profpref.value = %s OR profpref.value = %s)) THEN firstname ELSE \'\' END) firstname' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailAutoCompleteUserProvider.php
|
'(CASE WHEN (lastname IS NOT NULL AND (profpref.value = %s OR profpref.value = %s)) THEN lastname ELSE \'\' END) lastname' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailAutoCompleteUserProvider.php
|
'(CASE WHEN (email IS NOT NULL AND (profpref.value = %s OR profpref.value = %s) ' . "AND pubemail.value = %s) THEN email ELSE '' END) email" | 1 |
- /components/ILIAS/Mail/classes/class.ilMailAutoCompleteUserProvider.php
|
'Mail upload limit reached for user with id %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilFileDataMail.php
|
'Could not write file: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilFileDataMail.php
|
'Could not find template by id: %s' | 1 |
- /components/ILIAS/Mail/classes/class.ilMailTemplateRepository.php
|
'%s: %s (%s %s)' | 1 |
- /components/ILIAS/Mail/classes/Folder/MailFolderTableUI.php
|
'The mails per task MUST be a positive integer, "%s" given' | 1 |
- /components/ILIAS/Mail/classes/BackgroundTask/class.ilMassMailTaskProcessor.php
|
'Mail delivery to recipients: "%s" CC: "%s" BCC: "%s" From sender: "%s"' | 1 |
- /components/ILIAS/Mail/classes/BackgroundTask/class.ilMassMailDeliveryJob.php
|
'Input: %s' | 1 |
- /components/ILIAS/Mail/classes/BackgroundTask/class.ilMailDeliveryJob.php
|
"Found the following group member user ids for address (object title) '%s' and obj_id %s: %s" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailGroupAddressType.php
|
"Did not find any group object for address (object title) '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailGroupAddressType.php
|
"Mailing list not valid: '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailMailingListAddressType.php
|
"Found the following user ids for address (mailing list title) '%s': %s" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailMailingListAddressType.php
|
"Did not find any user ids for address (mailing list title) '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailMailingListAddressType.php
|
"Address '%s' not valid. Found id %s, " . "but user can't use mail system and wants to receive emails only internally." | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailLoginOrEmailAddressAddressType.php
|
"Found the following user ids for address (login) '%s': %s" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailLoginOrEmailAddressAddressType.php
|
"Did not find any user account for address (login) '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailLoginOrEmailAddressAddressType.php
|
"Found the following role ids for address '%s': %s" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailRoleAddressType.php
|
"Found the following user ids for roles determined by address '%s': %s" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailRoleAddressType.php
|
"Did not find any assigned users for roles determined by '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailRoleAddressType.php
|
"Did not find any role (and user ids) for address '%s'" | 1 |
- /components/ILIAS/Mail/classes/Address/Type/class.ilMailRoleAddressType.php
|
"Trying to delegate external email delivery:" . " Initiated by: %s (%s) " . "| To: %s | CC: %s | BCC: %s | Subject: %s " . "| From: %s / %s " . "| ReplyTo: %s / %s " . "| EnvelopeFrom: %s" | 1 |
- /components/ILIAS/Mail/classes/Mime/Transport/class.ilMailMimeTransportBase.php
|
"Mail Alternative Body: %s" | 1 |
- /components/ILIAS/Mail/classes/Mime/Transport/class.ilMailMimeTransportBase.php
|
"Mail Body: %s" | 1 |
- /components/ILIAS/Mail/classes/Mime/Transport/class.ilMailMimeTransportBase.php
|
'... with most recent errors: %s' | 1 |
- /components/ILIAS/Mail/classes/Mime/Transport/class.ilMailMimeTransportBase.php
|
'Could not deliver external email: %s' | 1 |
- /components/ILIAS/Mail/classes/Mime/Transport/class.ilMailMimeTransportBase.php
|
"Attachment file '%s' deleted" | 1 |
- /components/ILIAS/Mail/classes/Cron/ExpiredOrOrphanedMails/MailDeletionHandler.php
|
'Attachment file \'%s\' for mail_id could not be deleted due to missing file system permissions' | 1 |
- /components/ILIAS/Mail/classes/Cron/ExpiredOrOrphanedMails/MailDeletionHandler.php
|
'Deleted mail_ids: %s' | 1 |
- /components/ILIAS/Mail/classes/Cron/ExpiredOrOrphanedMails/MailDeletionHandler.php
|
'Deleted mail_cron_orphaned mail_ids: %s' | 1 |
- /components/ILIAS/Mail/classes/Cron/ExpiredOrOrphanedMails/MailDeletionHandler.php
|
'User with gender "%s" and %s superiors' | 1 |
- /components/ILIAS/Mail/tests/ilMailTemplateContextTest.php
|
'%s::doRBACCheck(): No operations given! $a_ref_id: %s' | 1 |
- /components/ILIAS/AccessControl/classes/class.ilAccess.php
|
'INSERT INTO rbac_fa (rol_id, parent, assign, protected) ' . 'VALUES (%s,%s,%s,%s)' | 1 |
- /components/ILIAS/AccessControl/classes/class.ilRbacAdmin.php
|
'%s::isDeleted(): Role folder with ref_id %s not found!' | 1 |
- /components/ILIAS/AccessControl/classes/class.ilRbacReview.php
|
'SELECT * FROM rbac_operations ' . 'JOIN rbac_ta ON rbac_operations.ops_id = rbac_ta.ops_id ' . 'JOIN object_data ON rbac_ta.typ_id = object_data.obj_id ' . 'WHERE object_data.title = %s ' . 'AND object_data.type = %s ' . 'ORDER BY op_order ASC' | 1 |
- /components/ILIAS/AccessControl/classes/class.ilRbacReview.php
|
'(%s=%s)' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPRoleAssignmentRule.php
|
'Unknown type: %s' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPRoleAssignmentRule.php
|
'DN: %s, Filter: %s, Scope: %s' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPQuery.php
|
'Unknown error. No or invalid value found for attribute %s: %s' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPQuery.php
|
'(&(%s=%s)(%s=%s)%s)' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPQuery.php
|
'No valid member values found for group member attribute: %s' | 1 |
- /components/ILIAS/LDAP/classes/class.ilLDAPQuery.php
|
"ilObject::read(): Object with ref_id %s not found! (%s)" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::read(): No obj_id given! (%s)" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::read(): Object with obj_id: %s (%s) not found!" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::read(): Type mismatch. Object with obj_id: %s was instantiated by type '%s'. DB type is: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"%s::create(): No object type given!" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::create(), finished, obj_id: %s, type: %s, title: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::putInTree(), parent_ref: %s, ref_id: %s, obj_id: %s, type: %s, title: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::delete(): Type mismatch. Object with obj_id: %s was instantiated by type '%s'. DB type is: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::delete(): Type mismatch. (%s/%s)" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::delete(), deleted object, obj_id: %s, type: %s, title: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::delete(), object not deleted, number of references: %s, obj_id: %s, type: %s, title: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
"ilObject::delete(), reference deleted, ref_id: %s, obj_id: %s, type: %s, title: %s" | 1 |
- /components/ILIAS/ILIASObject/classes/class.ilObject.php
|
'Directory lost while importing: %s' | 1 |
- /components/ILIAS/ScormAicc/classes/class.ilScormAiccImporter.php
|
'No manifest file found in import directory "%s": %s' | 1 |
- /components/ILIAS/ScormAicc/classes/class.ilScormAiccImporter.php
|
'Could not read content from manifest file: %s' | 1 |
- /components/ILIAS/ScormAicc/classes/class.ilScormAiccImporter.php
|
"Score for %s is now %s" | 1 |
- /components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerResultService.php
|
"classes/class.il%sPlugin.php" | 1 |
- /components/ILIAS/Component/classes/Setup/class.ilComponentBuildPluginInfoObjective.php
|
"SELECT * FROM lng_data WHERE module = %s " . "AND lang_key = %s AND identifier = %s" | 1 |
- /components/ILIAS/Language/classes/class.ilLanguage.php
|
"SELECT MAX(local_change) last_change FROM lng_data " . "WHERE lang_key = %s AND local_change IS NOT NULL" | 1 |
- /components/ILIAS/Language/classes/class.ilObjLanguage.php
|
"DELETE FROM lng_modules WHERE lang_key = %s AND module = %s" | 1 |
- /components/ILIAS/Language/classes/class.ilObjLanguage.php
|
"UPDATE lng_data " . "SET value = %s, local_change = %s, remarks = %s " . "WHERE module = %s AND identifier = %s AND lang_key = %s " | 1 |
- /components/ILIAS/Language/classes/class.ilObjLanguage.php
|
"DELETE FROM lng_data " . "WHERE module = %s AND identifier = %s AND lang_key = %s " | 1 |
- /components/ILIAS/Language/classes/class.ilObjLanguage.php
|
"Cannot create language detector instance for type %s!" | 1 |
- /components/ILIAS/Language/classes/class.ilLanguageDetectorFactory.php
|
'SELECT object_data.title, object_data.description, rbac_fa.* ' . 'FROM object_data, rbac_ua, rbac_fa WHERE rbac_ua.usr_id = %s ' . 'AND rbac_ua.rol_id = rbac_fa.rol_id AND object_data.obj_id = rbac_fa.rol_id' | 1 |
- /components/ILIAS/User/classes/class.ilUserXMLWriter.php
|
"%02d:%02d:%02d:%02d" | 1 |
- /components/ILIAS/User/classes/class.ilUserLPTableGUI.php
|
"Deleting user account with id %s (login: %s)" | 1 |
- /components/ILIAS/User/classes/Cron/class.ilCronDeleteNeverLoggedInUserAccounts.php
|
'%s user(s) deleted' | 1 |
- /components/ILIAS/User/classes/Cron/class.ilCronDeleteNeverLoggedInUserAccounts.php
|
'%04d-%02d-%02d' | 1 |
- /components/ILIAS/User/src/VCard.php
|
'Email to confirm email change sent to user %s (id: %s|language: %s).' | 1 |
- /components/ILIAS/User/src/Profile/ChangeMailMail.php
|
'Missing email address, did not send email to inform about email change to user %s (id: %s)' | 1 |
- /components/ILIAS/User/src/Profile/ChangeMailMail.php
|
'Email to inform about email change sent to user %s (id: %s|language: %s).' | 1 |
- /components/ILIAS/User/src/Profile/ChangeMailMail.php
|
"#%02x%02x%02x" | 1 |
- /components/ILIAS/Filesystem/tests/Util/Convert/ImageConversionTest.php
|
'Invalid pattern given: %s' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Finder.php
|
'Don\'t understand "%s" as a number test.' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Comparator/NumberComparator.php
|
'Invalid number "%s".' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Comparator/NumberComparator.php
|
'Invalid operator "%s".' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Comparator/BaseComparator.php
|
'Don\'t understand "%s" as a date test.' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Comparator/DateComparator.php
|
'"%s" is not a valid date.' | 1 |
- /components/ILIAS/Filesystem/src/Finder/Comparator/DateComparator.php
|
"SELECT object_data.title, rbac_fa.* FROM object_data, rbac_ua, rbac_fa WHERE rbac_ua.rol_id IN ('%s') AND rbac_ua.rol_id = rbac_fa.rol_id AND object_data.obj_id = rbac_fa.rol_id AND rbac_ua.usr_id=" . $user_id | 1 |
- /components/ILIAS/soap/classes/class.ilSoapRBACAdministration.php
|
'%06d' | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
'%04d-%02d-%02dT%02d:%02d:%02dZ' | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
'XML error parsing XML schema on line %d: %s' | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
"%08d" | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
"%08x" | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
'XML error parsing WSDL from %s on line %d: %s' | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
"%.0lf" | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
'XML error parsing SOAP payload on line %d: %s' | 1 |
- /components/ILIAS/soap/lib/nusoap.php
|
'The math adapter %s is not valid, please refer to a class implementing %s' | 1 |
- /components/ILIAS/Math/classes/class.ilMath.php
|
'The math adapter class %s is not valid, please refer to a class implementing %s' | 1 |
- /components/ILIAS/Math/classes/class.ilMath.php
|
"XML Parse Error: %s at line %s, col %s (Code: %s)" | 1 |
- /components/ILIAS/Xml/classes/class.ilSaxParser.php
|
'Virus found in file "%s"!' | 1 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapRemoteAvClient.php
|
'File "%s" not found or not readable.' | 1 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapRemoteAvClient.php
|
'Virus detected in %s' | 1 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapClient.php
|
'File "%s" not readable.' | 1 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapClient.php
|
'File "%s" not found.' | 1 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapClient.php
|
"%03d" | 1 |
- /components/ILIAS/Search/classes/class.ilSearchResultPresentation.php
|
'%010d' | 1 |
- /components/ILIAS/Dashboard/ItemsBlock/classes/class.ilPDSelectedItemsBlockMembershipsProvider.php
|
'Could not find a class for object type: %s' | 1 |
- /components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php
|
'Could not find a class location for object type: %s' | 1 |
- /components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php
|
'%s::clipboardObject(): Illegal access. Clipboard variable is empty!' | 1 |
- /components/ILIAS/Container/classes/class.ilContainerGUI.php
|
"Unknown caching service: '%s'" | 1 |
- /components/ILIAS/GlobalCache_/classes/Setup/class.ilGlobalCacheSetupAgent.php
|
' AND (iposts.pos_status = %s OR (iposts.pos_status = %s AND iposts.pos_author_id = %s)) ' | 1 |
- /components/ILIAS/Forum/classes/class.ilForum.php
|
'Delegating notification transport to mail service for recipients: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumMailNotification.php
|
'%s (%s)' | 1 |
- /components/ILIAS/Forum/classes/class.ilObjForumAdministrationGUI.php
|
'%s<br/>%s' | 1 |
- /components/ILIAS/Forum/classes/class.ilObjForumAdministrationGUI.php
|
'Will send %s notification(s) to: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumAppEventListener.php
|
'Could not find last posting by id: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumTopic.php
|
'Could not find last active posting by id: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumTopic.php
|
'Current memory usage: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php
|
'No maximum notification age set, %s days will be used to determine the ' . 'left interval when querying the relevant forum events.' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php
|
'Threshold for forum event determination is: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php
|
'The recipient with id %s has no "read" permission for object with id %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php
|
'Trying to send forum notifications for posting id "%s", type "%s" and recipients: %s' | 1 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php
|
"Value %s is not scalar and can't be used to build a key" | 1 |
- /components/ILIAS/Forum/classes/Notification/class.ilForumNotificationCache.php
|
'Delegating notification transport to mail service for recipient "%s" ...' | 1 |
- /components/ILIAS/Forum/classes/Notification/class.ilForumMailEventNotificationSender.php
|
'Event "%s" is not supported.' | 1 |
- /components/ILIAS/Forum/classes/Notification/class.ilForumNotificationEventsFormGUI.php
|
'%s_%d' | 1 |
- /components/ILIAS/Chatroom/classes/class.ilChatroomUser.php
|
'%04x%04x-%04x-%04x-%04x-%04x%04x%04x' | 1 |
- /components/ILIAS/Chatroom/classes/class.ilChatroomAuthInputGUI.php
|
'%s is not a valid value for address (must be a string). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for port (must be between %s and %s). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for sub_directory (must be a string). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for log (must be a string). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for error_log (must be a string). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for log_level (must be one of: %s). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for deletion_unit (must be one of: %s). Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for deletion_value. Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'%s is not a valid value for deletion_time. Please check your config file.' | 1 |
- /components/ILIAS/Chatroom/classes/Setup/class.ilChatroomSetupAgent.php
|
'il.Chatroom.bus.send(%s, document.getElementById(%s));' | 1 |
- /components/ILIAS/Chatroom/classes/gui/class.ilChatroomViewGUI.php
|
'$(() => il.Chatroom.bus.send(%s, {
node: document.getElementById(%s),
showModal: () => $(document).trigger(%s, {}),
closeModal: () => $(document).trigger(%s, {})
}));' | 1 |
- /components/ILIAS/Chatroom/classes/gui/class.ilChatroomViewGUI.php
|
'<div>%s%s</div>' | 1 |
- /components/ILIAS/Chatroom/classes/gui/class.ilChatroomViewGUI.php
|
'<div class="chatroom-centered-checkboxes">%s</div>' | 1 |
- /components/ILIAS/Chatroom/classes/gui/class.ilChatroomViewGUI.php
|
'The Setter "%s" does not exist' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'The Getter "%s" does not exist' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'The expected value "%s" is not equals to "%s"' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'%s%s:%s%s/%s/%s' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'%s%s:%s%s/%s/%s/%s' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'%s%s%s/%s/%s' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
'%s%s%s/%s/%s/%s' | 1 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php
|
"INSERT INTO exc_returned " . "(returned_id, obj_id, user_id, filetitle, ass_id, ts, atext, late, team_id) " . "VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s)" | 1 |
- /components/ILIAS/Exercise/Submission/class.ilExSubmission.php
|
'HTML_Template_ITX Warning: %s [File: %s, Line: %d]' | 1 |
- /components/ILIAS/UICore/lib/html-it/ITX.php
|
'@<!--\s+BEGIN\s+%s\s+-->(.*)<!--\s+END\s+%s\s+-->@sm' | 1 |
- /components/ILIAS/UICore/lib/html-it/IT.php
|
'Invalid/Orphaned UD field mapping detected: %s' | 1 |
- /components/ILIAS/OpenIdConnect/classes/class.ilOpenIdConnectUserSync.php
|
'%s%s-%s-%s-%s-%s%s%s' | 1 |
- /components/ILIAS/CmiXapi/classes/class.ilObjCmiXapi.php
|
'HTTP/%s %d%s' | 1 |
- /components/ILIAS/CmiXapi/classes/XapiProxy/XapiProxyResponse.php
|
"Could not determine parent obj_id for usage: %s" | 1 |
- /components/ILIAS/MediaObjects/MediaObject/class.ilObjMediaObjectAccess.php
|
"obj_id: %s, user id: %s, object: %s" | 1 |
- /components/ILIAS/Tracking/classes/class.ilLPStatus.php
|
'DELETE FROM read_event WHERE usr_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilObjUserTracking.php
|
'DELETE FROM write_event WHERE usr_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilObjUserTracking.php
|
'INSERT INTO write_event ' . '(write_id, obj_id, parent_obj_id, usr_id, action, ts) VALUES ' . '(%s, %s, %s, %s, %s, ' . $ilDB->now( ) . ')' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'INSERT INTO write_event ' . '(write_id, obj_id, parent_obj_id, usr_id, action, ts) ' . 'VALUES (%s,%s,%s,%s,%s,' . $ilDB->now( ) . ')' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'UPDATE read_event SET ' . $read_count . 'spent_seconds = %s, ' . 'last_access = %s ' . 'WHERE obj_id = %s ' . 'AND usr_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'UPDATE read_event SET ' . 'childs_read_count = childs_read_count + %s ,' . 'childs_spent_seconds = childs_spent_seconds + %s ' . 'WHERE obj_id = %s ' . 'AND usr_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'SELECT * FROM read_event ' . 'WHERE obj_id = %s ' . 'ORDER BY last_access DESC' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'SELECT * FROM read_event ' . 'WHERE obj_id = %s ' . 'AND usr_id = %s ' . 'ORDER BY last_access DESC' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'SELECT DISTINCT(usr_id) usr FROM read_event ' . 'WHERE obj_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'SELECT r1.obj_id,r2.obj_id p,d.owner,%s,d.create_date ' . 'FROM object_data d ' . 'LEFT JOIN write_event w ON d.obj_id = w.obj_id ' . 'JOIN object_reference r1 ON d.obj_id=r1.obj_id ' . 'JOIN tree t ON t.child=r1.ref_id ' . 'JOIN object_reference r2 on r2.ref_id=t.parent ' . 'WHERE w.obj_id IS NULL' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'DELETE FROM write_event WHERE obj_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
'DELETE FROM read_event WHERE obj_id = %s ' | 1 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php
|
"%dh%02dm" | 1 |
- /components/ILIAS/Tracking/classes/class.ilLPTableBaseGUI.php
|
"'%s'" | 1 |
- /components/ILIAS/Refinery/tests/Custom/Constraint/CustomTest.php
|
'The value "%s" can not be transformed into an integer' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/IntegerTransformation.php
|
'The value "%s" could not be transformed into boolean.' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/BooleanTransformation.php
|
'The array key "%s" must be a string' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/RecordTransformation.php
|
'Could not find value for key "%s"' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/RecordTransformation.php
|
'The array "%s" ist empty' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/TupleTransformation.php
|
'Matching key "%s" not found' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/TupleTransformation.php
|
'The length of given value "%s" does not match with the given transformations' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/TupleTransformation.php
|
'The value "%s" could not be transformed into null' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/NullTransformation.php
|
'The value "%s" could not be transformed into a string' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/StringTransformation.php
|
'Value "%s" could not be transformed.' | 1 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/DateTimeTransformation.php
|
'&#x%04X;' | 1 |
- /components/ILIAS/Refinery/src/Encode/Transformation/HTMLAttributeValue.php
|
'&#x%02X;' | 1 |
- /components/ILIAS/Refinery/src/Encode/Transformation/HTMLAttributeValue.php
|
'<a%s href="%s">%s</a>' | 1 |
- /components/ILIAS/Refinery/src/String/MakeClickable.php
|
'The value MUST be of type "%s"' | 1 |
- /components/ILIAS/Refinery/src/URI/StringTransformation.php
|
'The value MUST be one of: %s.' | 1 |
- /components/ILIAS/Refinery/src/To/Transformation/InArrayTransformation.php
|
'Could not find transformation for array key "%s"' | 1 |
- /components/ILIAS/Refinery/src/To/Transformation/RecordTransformation.php
|
'There is no entry "%s" defined in the transformation array' | 1 |
- /components/ILIAS/Refinery/src/To/Transformation/TupleTransformation.php
|
'Please use %s::addOpenGraphMetaDatum to add open-graph metadata.' | 1 |
- /components/ILIAS/GlobalScreen/src/Scope/Layout/MetaContent/MetaContent.php
|
"Invalid modification %s in %s (Line %s). %s" | 1 |
- /components/ILIAS/GlobalScreen/src/Scope/Layout/Factory/InvalidModification.php
|
'Login observer called for SOAP authentication request of ext_account "%s" and auth_mode "%s".' | 1 |
- /components/ILIAS/SOAPAuth/classes/class.ilAuthProviderSoap.php
|
'Evaluating document for user "%s" (id: %s) ...' | 1 |
- /components/ILIAS/Accessibility/classes/Document/class.ilAccessibilitySequentialDocumentEvaluation.php
|
'%s matching document(s) found' | 1 |
- /components/ILIAS/Accessibility/classes/Document/class.ilAccessibilitySequentialDocumentEvaluation.php
|
'Could not find any accessibility control concept document for the passed user (id: %s|login: %s)' | 1 |
- /components/ILIAS/Accessibility/classes/Document/class.ilAccessibilitySequentialDocumentEvaluation.php
|
"Cannot attach duplicate criterion with criterion typeIdent %s and value: %s" | 1 |
- /components/ILIAS/Accessibility/classes/Document/class.ilAccessibilityDocument.php
|
"Could not find any criterion with criterion typeIdent %s and value: %s" | 1 |
- /components/ILIAS/Accessibility/classes/Document/class.ilAccessibilityDocument.php
|
"Did not find criterion type by ident: %s" | 1 |
- /components/ILIAS/Accessibility/classes/Criteria/class.ilAccessibilityCriterionTypeFactory.php
|
'Evaluating criteria for document "%s" (id: %s) and user "%s" (id: %s)' | 1 |
- /components/ILIAS/Accessibility/classes/Criteria/class.ilAccessibilityLogicalAndDocumentCriteriaEvaluation.php
|
'Criterion of type "%s", configured with %s evaluated: %s' | 1 |
- /components/ILIAS/Accessibility/classes/Criteria/class.ilAccessibilityLogicalAndDocumentCriteriaEvaluation.php
|
'You are running under Xdebug. To be able to run all tests xdebug.max_nesting_level must be at least 780 (Currently %d).' | 1 |
- /components/ILIAS/Data/tests/LanguageTagTest.php
|
'The value "%s" is not an alphanumeric value.' | 1 |
- /components/ILIAS/Data/src/Alphanumeric.php
|
'The value "%s" is not a positive integer' | 1 |
- /components/ILIAS/Data/src/PositiveInteger.php
|
"Expected array of %s but received %s." | 1 |
- /components/ILIAS/Data/src/Meta/Html/OpenGraph/Factory.php
|
'One of the passed encoders is not valid: %s.' | 1 |
- /components/ILIAS/Authentication/classes/Password/class.LocalUserPasswordEncoderFactory.php
|
'"password_encoder" must be set in %s.' | 1 |
- /components/ILIAS/Authentication/classes/Password/class.LocalUserPasswordManager.php
|
'"encoder_factory" must be instance of LocalUserPasswordEncoderFactory and set in %s.' | 1 |
- /components/ILIAS/Authentication/classes/Password/class.LocalUserPasswordManager.php
|
'Incremented login attempts for user %s with id %s.' | 1 |
- /components/ILIAS/Authentication/classes/Frontend/class.ilAuthFrontend.php
|
'User account %s with id %s set to inactive due to exceeded login attempts.' | 1 |
- /components/ILIAS/Authentication/classes/Frontend/class.ilAuthFrontend.php
|
'module = %s AND identifier = %s' | 1 |
- /components/ILIAS/Notifications/classes/ilNotificationDatabaseHandler.php
|
"%." . $resObj->getPrecision( ) . "f" | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.assFormulaQuestion.php
|
"SELECT 1 FROM $table JOIN $page_object_table ON $page_object_table.page_id = $table.feedback_id WHERE $page_object_table.parent_type IN ('%s', '%s') AND $page_object_table.is_empty <> 1 AND $table.question_fi = qpl_questions.question_id" | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.ilAssQuestionList.php
|
"(" . $this->lng->txt("checkbox_checked") . " = $resulttextchecked, " . $this->lng->txt("checkbox_unchecked") . " = $resulttextunchecked)" | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.assMultipleChoiceGUI.php
|
"Unkown Identifier %s" | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.ilUserQuestionResult.php
|
'%d Bytes' | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.assFileUpload.php
|
'%.1f KB' | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.assFileUpload.php
|
'%.1f MB' | 1 |
- /components/ILIAS/TestQuestionPool/classes/class.assFileUpload.php
|
"%2.2f" | 1 |
- /components/ILIAS/TestQuestionPool/classes/tables/class.ilQuestionCumulatedStatisticsTableGUI.php
|
'<a href="%s">%s</a><br /><br />%s' | 1 |
- /components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php
|
"The passed chunk size is not a valid/supported integer: %s" | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/class.ilAssQuestionSkillAssignmentRegistry.php
|
'The parser is unable to parse the condition "%s"' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacUnableToParseCondition.php
|
'The Question with index "Q%s" is not reachable from this node' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacQuestionNotReachable.php
|
'The Current Question does not have an answer with the index "%s"' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerIndexNotExist.php
|
'The Question with index "Q%s" does not have an answer with the index "%s" ' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerIndexNotExist.php
|
'The value "%s" does not exist for the current question' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerValueNotExist.php
|
'The value "%s" does not exist for the answer with index "%s" of the current question' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerValueNotExist.php
|
'The value "%s" does not exist for the question Q%s' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerValueNotExist.php
|
'The value "%s" does not exist for the question Q%s[%s]' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacAnswerValueNotExist.php
|
'The operator "%s" is not supported' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacUnsupportedOperation.php
|
'The expression "%s" is not supported by the current question' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacExpressionNotSupportedByQuestion.php
|
'The expression "%s" is not supported by the question with index "Q%s"' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacExpressionNotSupportedByQuestion.php
|
'There is a bracket "%s" missing in the condition' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacMissingBracket.php
|
'Duplicate key "%s" in condition' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacDuplicateElement.php
|
'The expression "%s" is not supported' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacUnsupportedExpression.php
|
'The expression at position "%s" is not valid' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacConditionParserException.php
|
'The Question with index "Q%s" does not exist' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacQuestionNotExist.php
|
'The expression "%s" is not supported by the operator "%s"' | 1 |
- /components/ILIAS/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/ilAssLacOperatorNotSupportedByExpression.php
|
"Invalid form target passed, must be one of these: %s" | 1 |
- /components/ILIAS/UIComponent/Button/classes/class.ilButton.php
|
"Invalid form method passed, must be one of these: %s" | 1 |
- /components/ILIAS/UIComponent/Button/classes/class.ilButton.php
|
"Invalid form enc type passed, must be one of these: %s" | 1 |
- /components/ILIAS/UIComponent/Button/classes/class.ilButton.php
|
"Invalid button type passed, must be one of these: %s" | 1 |
- /components/ILIAS/UIComponent/Button/classes/class.ilButton.php
|
"Cannot set menu items, element at index '%s' is not of type 'ilSplitButtonItem'" | 1 |
- /components/ILIAS/UIComponent/SplitButton/classes/class.ilSplitButtonGUI.php
|
'The passed argument %s is invalid!' | 1 |
- /components/ILIAS/Cron/classes/class.ilCronManagerGUI.php
|
'The return type of the datetime provider must be of type %s' | 1 |
- /components/ILIAS/Cron/src/CronJob.php
|
'The passed status "%s" is not valid, must be of one of: %s' | 1 |
- /components/ILIAS/Cron/src/Job/JobResult.php
|
'The passed code "%s" is not valid, must be of one of: %s' | 1 |
- /components/ILIAS/Cron/src/Job/JobResult.php
|
'Set last datetime to: %s' | 1 |
- /components/ILIAS/Cron/src/Job/Manager/JobManagerImpl.php
|
'Verification of last run datetime (read from database): %s' | 1 |
- /components/ILIAS/Cron/src/Job/Manager/JobManagerImpl.php
|
'Exception: %s / %s' | 1 |
- /components/ILIAS/Cron/src/Job/Manager/JobManagerImpl.php
|
"Can't add already existing version number: %s" | 1 |
- /components/ILIAS/ResourceStorage/src/Revision/RevisionCollection.php
|
"Received event '%s' from component '%s'." | 1 |
- /components/ILIAS/EventHandling/classes/class.ilAppEventHandler.php
|
'%d%03d' | 1 |
- /components/ILIAS/Scorm2004/classes/class.ilSCORM13PlayerGUI.php
|
"SELECT value FROM il_block_setting WHERE type = %s " . "AND user_id = %s AND setting = %s AND block_id = %s" | 1 |
- /components/ILIAS/Block/classes/class.ilBlockSetting.php
|
"DELETE FROM il_block_setting WHERE type = %s AND user_id = %s AND block_id = %s AND setting = %s" | 1 |
- /components/ILIAS/Block/classes/class.ilBlockSetting.php
|
"INSERT INTO il_block_setting (type, user_id, setting, block_id, value) VALUES (%s,%s,%s,%s,%s)" | 1 |
- /components/ILIAS/Block/classes/class.ilBlockSetting.php
|
'There was an exception, while deleting the badge with id %s. Exception: %s' | 1 |
- /components/ILIAS/Badge/classes/class.ilBadge.php
|
'Could not find unique SAML attribute for the configured identifier: %s' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Login observer called for SAML authentication request of ext_account "%s" and auth_mode "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Target set to: %s' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Found user "%s" for ext_account "%s" in ILIAS database.' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'SAML user synchronisation is enabled, so update existing user "%s" with ext_account "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'SAML Switched auth_mode of user with login "%s" and ext_account "%s" to "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'SAML Could not switch auth_mode of user with login "%s" and ext_account "%s" to "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Authentication succeeded: Found internal login "%s for ext_account "%s" and auth_mode "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Could not find an existing user for ext_account "%s" for any relevant auth_mode.' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'SAML user synchronisation is enabled, so determine action for ext_account "%s" and auth_mode "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Account migration is enabled, so redirecting ext_account "%s" to account migration screen.' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Created new user account with login "%s" and ext_account "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'Started import of user "%s" with ext_account "%s" and auth_mode "%s".' | 1 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
'%s/module.php/saml2-acs/%s' | 1 |
- /components/ILIAS/Saml/classes/Metadata.php
|
"Could not parse a scalar value based on the user attribute mapping '%s' -> '%s'." | 1 |
- /components/ILIAS/Saml/classes/class.ilSamlMappedUserAttributeValueParser.php
|
'REPLACE(%s, %s, %s)' | 2 |
- /components/ILIAS/OnScreenChat/classes/Setup/UpdateSteps.php
- /components/ILIAS/Chatroom/classes/Setup/UpdateSteps.php
|
'Could not store the client salt in: %s. Please contact an administrator.' | 2 |
- /components/ILIAS/Password/classes/encoders/class.ilBcryptPasswordEncoder.php (2)
|
'Costs: %s' | 2 |
- /components/ILIAS/Password/tests/encoders/ilBcryptPasswordEncoderTest.php
- /components/ILIAS/Password/tests/encoders/ilBcryptPhpPasswordEncoderTest.php
|
'Could not manipulate page editor link XML: %s / Error Message: %s' | 2 |
- /components/ILIAS/ContentPage/classes/class.ilContentPagePageGUI.php
- /components/ILIAS/Forum/classes/CoPage/class.ilForumPageGUI.php
|
'START - Fetch currently active certificate template for object: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php (2)
|
'END - Found active certificate for: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php (2)
|
'unused' | 2 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'in use' | 2 |
- /components/ILIAS/Certificate/classes/Template/class.ilCertificateTemplateDatabaseRepository.php
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php
|
'Actual results: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'END - All active certificates for user: "%s" total: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'START - Fetching all active certificates for user: "%s" and object: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'Active certificate values: %s' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'END -Found active user certificate for user: "%s" and object: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'There is no active entry for user id: "%s" and object id: "%s"' | 2 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
|
'Could not find directory: %s' | 2 |
- /components/ILIAS/Test/classes/class.ilTestProcessLockFileStorage.php
- /components/ILIAS/TestQuestionPool/classes/class.ilAssQuestionProcessLockFileStorage.php
|
'%.1f' | 2 |
- /components/ILIAS/AdvancedMetaData/classes/class.ilAdvancedMDSettingsGUI.php
- /components/ILIAS/Container/classes/class.ilContainerGUI.php
|
'%s, progress-id (%s/%s)' | 2 |
- /components/ILIAS/StudyProgramme/classes/class.ilObjStudyProgramme.php
- /components/ILIAS/StudyProgramme/classes/model/Assignments/ilPRGAssignmentActions.php
|
'Could not read file: %s' | 2 |
- /components/ILIAS/Mail/classes/class.ilFileDataMail.php
- /components/ILIAS/ScormAicc/classes/class.ilScormAiccImporter.php
|
'%s: %s' | 2 |
- /components/ILIAS/Mail/classes/Folder/MailFolderTableUI.php
- /components/ILIAS/CmiXapi/classes/XapiProxy/XapiProxyResponse.php
|
"Attachment directory '%s' deleted" | 2 |
- /components/ILIAS/Mail/classes/Cron/ExpiredOrOrphanedMails/MailDeletionHandler.php (2)
|
"Invalid/Orphaned UD field mapping detected: %s" | 2 |
- /components/ILIAS/LDAP/classes/class.ilLDAPAttributeToUser.php
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php
|
"%.03f" | 2 |
- /components/ILIAS/Setup/src/Metrics/Metric.php (2)
|
'The element on index %s is not of type string: %s' | 2 |
- /components/ILIAS/Html/classes/class.ilHtmlPurifierAbstractLibWrapper.php
- /components/ILIAS/Html/classes/class.ilHtmlPurifierComposite.php
|
"(%s,%s,%s,%s,%s,%s)," | 2 |
- /components/ILIAS/Language/classes/class.ilObjLanguageDBAccess.php
- /components/ILIAS/Language/classes/Setup/class.ilSetupLanguage.php
|
"(%s,%s,%s)," | 2 |
- /components/ILIAS/Language/classes/class.ilObjLanguageDBAccess.php
- /components/ILIAS/Language/classes/Setup/class.ilSetupLanguage.php
|
"DELETE FROM lng_modules WHERE lang_key = %s AND $inModulesToDelete" | 2 |
- /components/ILIAS/Language/classes/class.ilObjLanguageDBAccess.php
- /components/ILIAS/Language/classes/Setup/class.ilSetupLanguage.php
|
"SELECT * FROM lng_data WHERE lang_key = %s " . "AND local_change >= %s AND local_change <= %s" | 2 |
- /components/ILIAS/Language/classes/class.ilObjLanguage.php
- /components/ILIAS/Language/classes/Setup/class.ilSetupLanguage.php
|
"SELECT * FROM lng_modules " . "WHERE lang_key = %s AND module = %s" | 2 |
- /components/ILIAS/Language/classes/class.ilObjLanguageExt.php (2)
|
'Permission to Starting Point Denied. Starting Point Type: %s.' | 2 |
- /components/ILIAS/User/classes/class.ilUserStartingPointRepository.php (2)
|
'No virus found in file "%s".' | 2 |
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapRemoteAvClient.php
- /components/ILIAS/VirusScanner/classes/class.ilVirusScannerICapClient.php
|
'Setting subject to: %s' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumMailNotification.php
- /components/ILIAS/Forum/classes/Notification/class.ilForumMailEventNotificationSender.php
|
'Building permanent with parameters %s' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumMailNotification.php
- /components/ILIAS/Forum/classes/Notification/class.ilForumMailEventNotificationSender.php
|
'Link built: %s' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumMailNotification.php
- /components/ILIAS/Forum/classes/Notification/class.ilForumMailEventNotificationSender.php
|
'Could not find first posting by id: %s' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumTopic.php (2)
|
'Sending notifications for %s "%s" events ...' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php (2)
|
'Sent notifications for %s ...' | 2 |
- /components/ILIAS/Forum/classes/class.ilForumCronNotification.php (2)
|
'SELECT * FROM read_event ' . 'WHERE obj_id = %s ' . 'AND usr_id = %s ' | 2 |
- /components/ILIAS/Tracking/classes/class.ilChangeEvent.php (2)
|
"%d%%" | 2 |
- /components/ILIAS/Tracking/classes/repository_statistics/class.ilLPProgressTableGUI.php (2)
|
'%02d' | 2 |
- /components/ILIAS/Tracking/classes/repository_statistics/class.ilLPCollectionSettingsTableGUI.php (2)
|
'The value "%s" could not be transformed into an float' | 2 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/FloatTransformation.php (2)
|
'The array must contain only "%s" instances' | 2 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/RecordTransformation.php
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/TupleTransformation.php
|
'The value "%s" is no array.' | 2 |
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/RecordTransformation.php
- /components/ILIAS/Refinery/src/KindlyTo/Transformation/DictionaryTransformation.php
|
'The given values(count: "%s") does not match with the given transformations("%s")' | 2 |
- /components/ILIAS/Refinery/src/To/Transformation/RecordTransformation.php
- /components/ILIAS/Refinery/src/To/Transformation/TupleTransformation.php
|
'%04d%02d%02d%02d%02d%02d' | 2 |
- /components/ILIAS/Survey/classes/class.ilObjSurvey.php (2)
|
"%04d-%02d-%02dT%02d:%02d:00" | 2 |
- /components/ILIAS/Survey/classes/class.ilObjSurvey.php (2)
|
'Could not find ext_account "%s" for auth_mode "%s".' | 2 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php (2)
|
'%s/module.php/saml/sp/saml2-acs.php/%s' | 2 |
- /components/ILIAS/Saml/classes/Metadata.php (2)
|
"Configured external attribute of mapping '%s' -> '%s' does not exist in SAML attribute data." | 2 |
- /components/ILIAS/Saml/classes/class.ilSamlMappedUserAttributeValueParser.php (2)
|
'SELECT * FROM ' . $this->getTree( )->getTreeTable( ) . ' ' . 'WHERE child = %s ' . 'AND ' . $this->getTree( )->getTreePk( ) . ' = %s ' | 3 |
- /components/ILIAS/Tree/classes/class.ilNestedSetTree.php (3)
|
'LIMIT %2$s OFFSET %1$s' | 3 |
- /components/ILIAS/UI/src/examples/Table/Data/repo_implementation.php
- /components/ILIAS/OrgUnit/classes/Positions/class.ilOrgUnitPositionDBRepository.php
- /components/ILIAS/OrgUnit/classes/Positions/UserAssignment/class.ilOrgUnitUserAssignmentDBRepository.php
|
"%e" | 3 |
- /components/ILIAS/DataCollection/classes/Fields/Formula/FormulaParser/Result/ResultFormatter.php (2)
- /components/ILIAS/TestQuestionPool/classes/class.assFormulaQuestion.php
|
'<a href="%s">%s</a>' | 3 |
- /components/ILIAS/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php (2)
- /components/ILIAS/LearningSequence/classes/Content/class.ilObjLearningSequenceContentTableGUI.php
|
'START - Fetching all active certificates for user: "%s"' | 3 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (2)
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateTableProvider.php
|
'Fetched certificate: "%s"' | 3 |
- /components/ILIAS/Certificate/classes/User/class.ilUserCertificateRepository.php (3)
|
'%02d:%02d:%02d' | 3 |
- /components/ILIAS/Test/classes/class.ilObjTest.php
- /components/ILIAS/Test/src/Results/Toplist/DataRetrieval.php
- /components/ILIAS/Test/src/ExportImport/ResultsExportExcel.php
|
'%s, %s' | 3 |
- /components/ILIAS/Test/src/Participants/ParticipantTableFinishTestAction.php (2)
- /components/ILIAS/Test/src/Participants/ParticipantTableIpRangeAction.php
|
'%d min' | 3 |
- /components/ILIAS/Test/src/Participants/ParticipantTable.php (3)
|
'<div><b>%s</b><br/>%s</div>' | 3 |
- /components/ILIAS/LegalDocuments/classes/Condition/UserLanguage.php
- /components/ILIAS/LegalDocuments/classes/Condition/Role.php
- /components/ILIAS/LegalDocuments/classes/Condition/UserCountry.php
|
'(%s)' | 3 |
- /components/ILIAS/StudyProgramme/classes/class.ilStudyProgrammeUserTable.php (3)
|
'(&(%s=%s)%s)' | 3 |
- /components/ILIAS/LDAP/classes/class.ilLDAPQuery.php (2)
- /components/ILIAS/LDAP/classes/class.ilLDAPRoleGroupMapping.php
|
'Invalid directory given: %s' | 3 |
- /components/ILIAS/Filesystem/src/Finder/Finder.php (2)
- /components/ILIAS/Filesystem/src/Finder/Iterator/ExcludeDirectoryFilterIterator.php
|
'Invalid comparator given: %s' | 3 |
- /components/ILIAS/Filesystem/src/Finder/Iterator/SizeRangeFilterIterator.php
- /components/ILIAS/Filesystem/src/Finder/Iterator/DateRangeFilterIterator.php
- /components/ILIAS/Filesystem/src/Finder/Iterator/DepthRangeFilterIterator.php
|
"%02d" | 3 |
- /components/ILIAS/Utilities/classes/class.ilLegacyFormElementsUtil.php (3)
|
"INSERT INTO exc_returned " . "(returned_id, obj_id, user_id, filename, filetitle, mimetype, ts, ass_id, late, team_id, rid) " . "VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)" | 3 |
- /components/ILIAS/Exercise/Submission/class.SubmissionRepository.php (3)
|
'User with ID "%s" does not exist.' | 3 |
- /components/ILIAS/Session/classes/class.ilSessionMembershipMailNotification.php (3)
|
'./login.php?cmd=force_login&lang=%s' | 4 |
- /components/ILIAS/Init/classes/class.ilStartUpGUI.php (4)
|
'%s: %s in file %s on line %d' | 4 |
- /components/ILIAS/Init/classes/class.ilErrorHandling.php
- /components/ILIAS/Exceptions/classes/class.ilSoapExceptionHandler.php
- /components/ILIAS/Exceptions/classes/class.ilPlainTextHandler.php
- /components/ILIAS/Logging/classes/error/class.ilLoggingErrorFileStorage.php
|
'Directory "%s" was not created' | 4 |
- /components/ILIAS/Database/classes/class.ilDBGenerator.php
- /components/ILIAS/Setup/src/Artifact/BuildArtifactObjective.php
- /components/ILIAS/Filesystem/src/Util/Archive/Unzip.php
- /components/ILIAS/Scorm2004/classes/class.ilObjSCORM2004LearningModule.php
|
"SHOW INDEX FROM $table /*!50002 WHERE Key_name = %s */" | 4 |
- /components/ILIAS/Database/classes/PDO/Reverse/class.ilDBPdoReverse.php (4)
|
"%.1f MB" | 4 |
- /components/ILIAS/Form/classes/class.ilFileInputGUI.php
- /components/ILIAS/ScormAicc/classes/class.ilObjSCORMLearningModuleGUI.php
- /components/ILIAS/MediaCast/classes/class.ilMediaCastManageTableGUI.php
- /components/ILIAS/MediaCast/classes/class.ilMediaCastTableGUI.php
|
'%02d:%02d' | 4 |
- /components/ILIAS/Calendar/classes/class.ilCalendarDayGUI.php (2)
- /components/ILIAS/Calendar/classes/class.ilCalendarWeekGUI.php (2)
|
"%02d:%02d:%02d" | 4 |
- /components/ILIAS/Test/src/Results/Data/TestOverview.php
- /components/ILIAS/Test/src/Results/Data/AttemptOverview.php
- /components/ILIAS/Survey/Participants/class.ilSurveyMaintenanceTableGUI.php
- /components/ILIAS/Survey/Evaluation/class.ilSurveyResultsUserTableGUI.php
|
'%0.2f %%' | 4 |
- /components/ILIAS/LTIConsumer/classes/Certificate/class.ilLTIConsumerPlaceholderValues.php (3)
- /components/ILIAS/CmiXapi/classes/Certificate/class.ilCmiXapiPlaceholderValues.php
|
"Division of %s by %s not possible!" | 4 |
- /components/ILIAS/Math/classes/class.ilMathPhpAdapter.php (2)
- /components/ILIAS/Math/classes/class.ilMathBCMathAdapter.php (2)
|
'%s:%s' | 4 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php (4)
|
'The array MUST contain only "%s" instances' | 4 |
- /components/ILIAS/Refinery/src/In/Series.php
- /components/ILIAS/Refinery/src/In/Parallel.php
- /components/ILIAS/Refinery/src/To/Transformation/RecordTransformation.php
- /components/ILIAS/Refinery/src/To/Transformation/TupleTransformation.php
|
'Trying to find ext_account "%s" for auth_mode "%s".' | 4 |
- /components/ILIAS/Saml/classes/class.ilAuthProviderSaml.php (3)
- /components/ILIAS/SOAPAuth/classes/class.ilAuthProviderSoap.php
|
'Invalid Interaction Type in Database for id %s with type %s' | 5 |
- /components/ILIAS/Test/src/Logging/Factory.php (5)
|
"width: %.2F%s!important" | 5 |
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyMatrixQuestionGUI.php (5)
|
"width: %.2f%s!important" | 5 |
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyMatrixQuestionGUI.php (5)
|
"Received event '%s' for posting with id %s (subject: %s|ref_id: %s)" | 5 |
- /components/ILIAS/Forum/classes/class.ilForumAppEventListener.php (5)
|
'%s%s:%s' | 5 |
- /components/ILIAS/Chatroom/tests/ilChatroomServerSettingsTest.php (5)
|
"%.2f" | 6 |
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyQuestionEvaluation.php (2)
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyMetricQuestionEvaluation.php (2)
- /components/ILIAS/Test/classes/class.ilTestGradingMessageBuilder.php
- /components/ILIAS/SurveyQuestionPool/Questions/class.SurveyMatrixQuestionEvaluation.php
|
'%.2f' | 6 |
- /components/ILIAS/Test/classes/class.ilObjTest.php (5)
- /components/ILIAS/Test/classes/Tables/class.ilTestPassOverviewTableGUI.php
|
"%04d%02d%02d%02d%02d%02d" | 6 |
- /components/ILIAS/SurveyQuestionPool/Export/class.SurveyImportParser.php (2)
- /components/ILIAS/TestQuestionPool/classes/import/qti12/class.assOrderingHorizontalImport.php
- /components/ILIAS/TestQuestionPool/classes/import/qti12/class.assMultipleChoiceImport.php
- /components/ILIAS/TestQuestionPool/classes/import/qti12/class.assNumericImport.php
- /components/ILIAS/TestQuestionPool/classes/import/qti12/class.assTextSubsetImport.php
|
'%2.2f' | 7 |
- /components/ILIAS/Test/classes/class.ilObjTest.php (2)
- /components/ILIAS/Test/src/Results/Data/TestOverview.php (2)
- /components/ILIAS/Test/classes/class.ilTestEvaluationGUI.php
- /components/ILIAS/Test/src/Certificate/TestPlaceholderValues.php
- /components/ILIAS/Test/src/Results/Data/AttemptOverview.php
|
'%d' | 8 |
- /components/ILIAS/Container/Content/class.ItemRenderer.php (2)
- /components/ILIAS/Container/Content/class.ilContainerContentGUI.php (2)
- /components/ILIAS/Container/Content/ObjectiveView/class.ilContainerObjectiveGUI.php (2)
- /components/ILIAS/Container/Content/ObjectiveView/class.ObjectiveRenderer.php (2)
|
"AVG(%s)" | 9 |
- /components/ILIAS/Wiki/classes/class.ilWikiStat.php (9)
|
'<input type="hidden" name="%s" value="%s" />' | 13 |
- /components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerContentGUI.php (13)
|
'%02d:00' | 17 |
- /components/ILIAS/BookingManager/BookingProcess/class.WeekGridGUI.php (8)
- /components/ILIAS/Calendar/classes/class.ilCalendarDayGUI.php (4)
- /components/ILIAS/Calendar/classes/class.ilCalendarWeekGUI.php (4)
- /components/ILIAS/Calendar/classes/class.ilCalendarUtil.php
|
"SUM(%s)" | 18 |
- /components/ILIAS/Wiki/classes/class.ilWikiStat.php (18)
|
"%d" | 21 |
- /components/ILIAS/Test/classes/class.ilObjTest.php (21)
|
"MAX(%s)" | 26 |
- /components/ILIAS/Wiki/classes/class.ilWikiStat.php (26)
|