Новые книги

GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment—you can stay within Emacs all day without leaving.

, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.The third edition of

describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.

, third edition, covers:

Learning GNU Emacs

Learning GNU Emacs

Learning GNU Emacs

• How to edit files with Emacs

• Using the operating system shell through Emacs

• How to use multiple buffers, windows, and frames

• Customizing Emacs interactively and through startup files

• Writing macros to circumvent repetitious tasks

• Emacs as a programming environment for Java, C++, and Perl, among others

• Using Emacs as an integrated development environment (IDE)

• Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developers

• Writing HTML, XHTML, and XML with Emacs

• The basics of Emacs Lisp

The book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs.
Книга построена в форме иллюстрированных ответов на всевозможные вопросы, которые обычно возникают у начинающего пользователя нетбука. Рассмотрены настройка нетбука, основы работы в Windows 7, установка и использование популярных прикладных программ (антивирусов, архиваторов, переводчиков, гаджетов, бесплатных приложений Google и др.). Особое внимание уделено созданию сети и подключению к Интернету (по ADSL, GPRS, 3G/4G, Wi-MAX и выделенной линии). Продемонстрированы основы работы с браузерами Internet Explorer 8 и Opera, использование электронной почты, обмен сообщениями в ICQ и QIP, организация телефонных разговоров с помощью Skype. Описано подключение мобильного телефона и цифрового фотоаппарата. Показано, как слушать интернет-радио и музыку, смотреть фильмы и многое другое.

icap_fetch_event



Учебник РНР
НазадВперёд

icap_fetch_event

(PHP 4)

icap_fetch_event - извлекает событие из потока календаря.

Описание

int icap_fetch_event (int stream_id, int event_id [, int options])

icap_fetch_event() извлекает событие из потока календаря, специфицированного параметром event_id.

Возвращает объект события, состоящий из:

  • int id - ID этого события.

  • int public - TRUE, если событие public, FALSE, если private.

  • string category - категория строки события.

  • string title - строка заголовка события.

  • string description - описание строки события.

  • int alarm - количество минут перед отправкой событием alarm/reminder (предупреждения/напоминания).

  • object start - объект, содержащий вхождение datetime.

  • object end - объект, содержащий вхождение datetime.

Все вхождения datetime состоят из объекта, содержащего:

  • int year - год

  • int month - месяц

  • int mday - день месяца

  • int hour - час

  • int min - минуты

  • int sec - секунды


Назад Оглавление Вперёд
icap_delete_event Вверхicap_list_alarms