XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1981 - 2000 из 3519.

В начало ] Пред. | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1981. mcal_day_of_week
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_day_of_week -- Returns the day of the week of the given date . int mcal_day_of_week ( int year, int month, int day) . mcal_day_of_week() returns the day of the week of the given date. Possible return values range from 0 for Sunday through 6 for Saturday. Prev . Home . Next . mcal_time_valid . Up . mcal_day_of_year
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-day-of-week.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1982. mcal_day_of_year
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_day_of_year -- Returns the day of the year of the given date . int mcal_ ( int year, int month, int day) . mcal_day_of_year() returns the day of the year of the given date. Prev . Home . Next . mcal_day_of_week . Up . mcal_date_compare
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-day-of-year.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1983. mcal_time_valid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_time_valid -- Returns TRUE if the given year, month, day is a valid time . int mcal_time_valid ( int hour, int minutes, int seconds) . mcal_time_valid() Returns TRUE if the given hour, minutes and seconds is a valid time, FALSE if not. Prev . Home . Next . mcal_date_valid . Up . mcal_day_of_week
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-time-valid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1984. mcal_date_valid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_date_valid -- Returns TRUE if the given year, month, day is a valid date . int mcal_date_valid ( int year, int month, int day) . mcal_date_valid() Returns TRUE if the given year, month and day is a valid date, FALSE if not. Prev . Home . Next . mcal_days_in_month . Up . mcal_time_valid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-date-valid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1985. mcal_days_in_month
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_days_in_month -- Returns the number of days in the given month . int mcal_days_in_month ( int month, int leap year) . mcal_days_in_month() Returns the number of days in the given month, taking into account if the given year is a leap year or not. Prev . Home . Next . mcal_is_leap_year . Up . mcal_date_valid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-days-in-month.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1986. mcal_event_set_class
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_class -- Sets the class of the streams global event structure . int mcal_event_set_class ( int stream, int class) . mcal_event_set_class() sets the streams global event structure's class to the given value. The class is either 1 for public, or 0 for private. Returns TRUE . Prev . Home . Next . mcal_event_set_alarm . Up . mcal_is_leap_year
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-class.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1987. mcal_is_leap_year
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_is_leap_year -- Returns if the given year is a leap year or not . int mcal_is_leap_year ( int year) . mcal_is_leap_year() returns 1 if the given year is a leap year, 0 if not. Prev . Home . Next . mcal_event_set_class . Up . mcal_days_in_month
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-is-leap-year.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1988. mcal_event_set_alarm
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_alarm -- Sets the alarm of the streams global event structure . int mcal_event_set_alarm ( int stream, int alarm) . mcal_event_set_alarm() sets the streams global event structure's alarm to the given minutes before the event. Returns TRUE . Prev . Home . Next . mcal_event_set_end . Up . mcal_event_set_class
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-alarm.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1989. mcal_event_set_end
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_end -- Sets the end date and time of the streams global event structure . int mcal_event_set_end ( int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) . mcal_event_set_end() sets the streams global event structure's end date and time to the given values. Returns TRUE . Prev . Home . Next . mcal_event_set_start . Up . mcal_event_set_alarm
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-end.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1990. mcal_event_set_start
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_start -- Sets the start date and time of the streams global event structure . int mcal_event_set_start ( int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]]) . mcal_event_set_start() sets the streams global event structure's start date and time to the given values. Returns TRUE . Prev . Home . Next . mcal_event_set_description . Up . mcal_event_set_end
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-start.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1991. mcal_event_set_description
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_description -- Sets the description of the streams global event structure . int mcal_event_set_description ( int stream, string description) . mcal_event_set_description() sets the streams global event structure's description to the given string. Returns TRUE . Prev . Home . Next . mcal_event_set_title . Up . mcal_event_set_start
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-description.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1992. mcal_event_set_title
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_title -- Sets the title of the streams global event structure . int mcal_event_set_title ( int stream, string title) . mcal_event_set_title() sets the streams global event structure's title to the given string. Returns TRUE . Prev . Home . Next . mcal_event_set_category . Up . mcal_event_set_description
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-title.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1993. mcal_event_init
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_init -- Initializes a streams global event structure . int mcal_event_init ( int stream) . mcal_event_init() initializes a streams global event structure. this effectively sets all elements of the structure to 0, or the default settings. Returns TRUE . Prev . Home . Next . mcal_list_alarms . Up . mcal_event_set_category
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-init.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1994. mcal_event_set_category
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_event_set_category -- Sets the category of the streams global event structure . int mcal_event_set_category ( int stream, string category) . mcal_event_set_category() sets the streams global event structure's category to the given string. Returns TRUE . Prev . Home . Next . mcal_event_init . Up . mcal_event_set_title
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-event-set-category.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1995. mcal_list_alarms
... Next . ... array mcal_list_alarms ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]]) . Returns an array of event ID's that has an alarm going off between the start and end dates, or if just a stream is given, uses the start and end dates in the global event structure. mcal_list_events() function takes in an optional beginning date and an end date for a calendar stream. ... mcal_event_init ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-list-alarms.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1996. mcal_snooze
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_snooze -- Turn off an alarm for an event . int mcal_snooze ( int id) . mcal_snooze() turns off an alarm for a calendar event specified by the id. Returns TRUE . Prev . Home . Next . mcal_delete_event . Up . mcal_list_alarms
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-snooze.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1997. mcal_append_event
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) mcal_append_event -- Store a new event into an MCAL calendar . int mcal_append_event ( int mcal_stream) . mcal_append_event() Stores the global event into an MCAL calendar for the given stream. Returns the id of the newly inserted event. Prev . Home . Next . mcal_list_events . Up . mcal_store_event
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-append-event.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1998. mcal_delete_event
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_delete_event -- Delete an event from an MCAL calendar . int mcal_delete_event ( int mcal_stream [, int event_id]) . mcal_delete_event() deletes the calendar event specified by the event_id. Returns TRUE . Prev . Home . Next . mcal_store_event . Up . mcal_snooze
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-delete-event.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1999. mcal_store_event
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) mcal_store_event -- Modify an existing event in an MCAL calendar . int mcal_store_event ( int mcal_stream) . mcal_store_event() Stores the modifications to the current global event for the given stream. Returns the event id of the modified event on success and FALSE on error. Prev . Home . Next . mcal_append_event . Up . mcal_delete_event
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-store-event.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2000. mcal_fetch_event
... int id - ID of that event. int public - TRUE if the event if public, FALSE if it is private. string category - Category string of the event. string title - Title string of the event. string description - Description string of the event. int alarm - number of minutes before the event to send an alarm/reminder. object start - Object containing a datetime entry. object end - Object containing a datetime entry. int recur_type - recurrence type . ... int month - month . ... 1 - This event recurs daily . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.mcal-fetch-event.html -- 5.4 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования