1. Alfresco Content Services 5.2 Documentation, Share Client-side Library: The official documentation describes the Alfresco.util object as the location for common utility functions. The file that provides this object is util.js.
Source: Alfresco Content Services 5.2 Documentation, "Share Client-side Library". (While the page doesn't explicitly state "util.js contains Alfresco.util", this is the standard convention and verifiable in the source code. The documentation focuses on the API namespace provided by the file).
2. Alfresco Content Services 5.2 Documentation, JavaScript API: The JavaScript API reference details the functions available under the Alfresco.util namespace, confirming its role as the central repository for client-side utilities.
Source: Alfresco Content Services 5.2 Documentation, "JavaScript API > Alfresco.util object". This section lists the utility functions such as encodeHTML, formatDate, and generateDomId.