Searched +refs:history +refs:alert (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim190 " History - history.
348 let windprop = ['frames', 'closed', 'defaultStatus', 'encodeURI', 'event', 'history',
351 let windmeth = ['alert', 'blur', 'clearInterval', 'clearTimeout', 'close', 'confirm', 'focus',
471 elseif shortcontext =~ 'history\.$'
579 let builtin = ['alert(', 'confirm(']
582 let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'navigator', 'object', 'option', 'screen', 'select', 'table', 'tableData', 'tableHeader', 'tableRow', 'textarea', 'window']
/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.c437 cupsdLogJob(job, CUPSD_LOG_DEBUG, "Removing from history.");
1351 if (job->history)
1400 if (job->history)
1688 goto error; /* Expired, remove from history */
2733 * 'cupsdUnloadCompletedJobs()' - Flush completed job history from memory.
2760 * 'cupsdUpdateJobs()' - Update the history/file files for all jobs.
2783 * Update history/file expiration times...
2896 if (!job->history)
2910 message = (cupsd_joblog_t *)cupsArrayFirst(job->history);
2914 message = (cupsd_joblog_t *)cupsArrayLast(job->history);
[all...]

Completed in 131 milliseconds