Searched refs:user (Results 1 - 5 of 5) sorted by relevance

/yui3/src/yui/scripts/
H A Dfetch_agents.js10 Fetching User-Agent data from http://user-agent-string.info/download
78 console.log('Finished parsing all', browsers.length, 'user agent strings, saving..');
113 host: 'user-agent-string.info',
/yui3/src/panel/docs/assets/css/
H A Dmain.css140 -moz-user-select: -moz-none;
141 -khtml-user-select: none;
142 -webkit-user-select: none;
143 -o-user-select: none;
144 user-select: none;
/yui3/src/uploader/as/
H A DUploader.as171 * Triggers a prompt for the user to browse their file system to select
174 * @param allowMultiple Whether to allow the user to select more than
179 * determine which files the user is allowed to select
448 fileSelect - fires when the user selects one or more files (after browse is called). Passes the array of currently selected files (if prior browse calls were made and clearFileList hasn't been called, all files the user has ever selected will be returned), along with all information available about them (name, size, type, creationDate, modificationDate, creator).
578 // Fired when the user selects a single file
587 // Fired when the user selects multiple files
843 // TODO: Should we have an 'allowedExtensions' property that the JS user accesses directly? Potential here for typos ('extension' instead of 'extensions') as well as a misunderstanding of the nature of the expected array
H A DFlashUploader.as415 // Fired when the user selects a single file
424 // Fired when the user selects multiple files
/yui3/src/uploader-deprecated/as/
H A DUploader.as171 * Triggers a prompt for the user to browse their file system to select
174 * @param allowMultiple Whether to allow the user to select more than
179 * determine which files the user is allowed to select
448 fileSelect - fires when the user selects one or more files (after browse is called). Passes the array of currently selected files (if prior browse calls were made and clearFileList hasn't been called, all files the user has ever selected will be returned), along with all information available about them (name, size, type, creationDate, modificationDate, creator).
578 // Fired when the user selects a single file
587 // Fired when the user selects multiple files
843 // TODO: Should we have an 'allowedExtensions' property that the JS user accesses directly? Potential here for typos ('extension' instead of 'extensions') as well as a misunderstanding of the nature of the expected array

Completed in 37 milliseconds