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

В начало ] Пред. | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2941. cpdf_setrgbcolor_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setrgbcolor_stroke -- Sets drawing color to rgb color value . void cpdf_setrgbcolor_stroke ( int pdf document, float red value, float green value, float blue value) . The cpdf_setrgbcolor_stroke() function sets the current drawing color to the given rgb color value. See also cpdf_setrgbcolor_fill() , cpdf_setrgbcolor() . Prev . Home . Next . cpdf_setrgbcolor_fill . Up . cpdf_show
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setrgbcolor-stroke.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2942. cpdf_show
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_show -- Output text at current position . void cpdf_show ( int pdf document, string text) . The cpdf_show() function outputs the string in text at the current position. See also cpdf_text() , cpdf_begin_text() , cpdf_end_text() . Prev . Home . Next . cpdf_setrgbcolor_stroke . Up . cpdf_show_xy
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-show.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2943. cpdf_setrgbcolor_fill
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setrgbcolor_fill -- Sets filling color to rgb color value . void cpdf_setrgbcolor_fill ( int pdf document, float red value, float green value, float blue value) . The cpdf_setrgbcolor_fill() function sets the current rgb color value to fill a path. See also cpdf_setrgbcolor_stroke() , cpdf_setrgbcolor() . Prev . Home . Next . cpdf_setrgbcolor . Up . cpdf_setrgbcolor_stroke
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setrgbcolor-fill.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2944. cpdf_setmiterlimit
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setmiterlimit -- Sets miter limit . void cpdf_setmiterlimit ( int pdf document, float value) . The cpdf_setmiterlimit() function set the miter limit to a value greater or equal than 1. Prev . Home . Next . cpdf_setlinewidth . Up . cpdf_setrgbcolor
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setmiterlimit.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2945. cpdf_setrgbcolor
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setrgbcolor -- Sets drawing and filling color to rgb color value . void cpdf_setrgbcolor ( int pdf document, float red value, float green value, float blue value) . The cpdf_setrgbcolor() function sets the current drawing and filling color to the given rgb color value. See also cpdf_setrgbcolor_stroke() , cpdf_setrgbcolor_fill() . Prev . Home . Next . cpdf_setmiterlimit . Up . cpdf_setrgbcolor_fill
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setrgbcolor.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2946. cpdf_setlinejoin
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setlinejoin -- Sets linejoin parameter . void cpdf_setlinejoin ( int pdf document, long value) . The cpdf_setlinejoin() function set the linejoin parameter between a value of 0 and 2. 0 = miter, 1 = round, 2 = bevel. Prev . Home . Next . cpdf_setlinecap . Up . cpdf_setlinewidth
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setlinejoin.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2947. cpdf_setlinewidth
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setlinewidth -- Sets line width . void cpdf_setlinewidth ( int pdf document, float width) . The cpdf_setlinewidth() function set the line width to width . Prev . Home . Next . cpdf_setlinejoin . Up . cpdf_setmiterlimit
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setlinewidth.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2948. cpdf_setgray_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setgray_stroke -- Sets drawing color to gray value . void cpdf_setgray_stroke ( int pdf document, float gray value) . The cpdf_setgray_stroke() function sets the current drawing color to the given gray value. See also cpdf_setrgbcolor_stroke() . Prev . Home . Next . cpdf_setgray_fill . Up . cpdf_setlinecap
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setgray-stroke.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2949. cpdf_setlinecap
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setlinecap -- Sets linecap parameter . void cpdf_setlinecap ( int pdf document, int value) . The cpdf_setlinecap() function set the linecap parameter between a value of 0 and 2. 0 = butt end, 1 = round, 2 = projecting square. Prev . Home . Next . cpdf_setgray_stroke . Up . cpdf_setlinejoin
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setlinecap.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2950. cpdf_setgray_fill
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setgray_fill -- Sets filling color to gray value . void cpdf_setgray_fill ( int pdf document, float value) . The cpdf_setgray_fill() function sets the current gray value to fill a path. See also cpdf_setrgbcolor_fill() . Prev . Home . Next . cpdf_setgray . Up . cpdf_setgray_stroke
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setgray-fill.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2951. cpdf_setgray
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setgray -- Sets drawing and filling color to gray value . void cpdf_setgray ( int pdf document, float gray value) . The cpdf_setgray() function sets the current drawing and filling color to the given gray value. See also cpdf_setrgbcolor_stroke() , cpdf_setrgbcolor_fill() . Prev . Home . Next . cpdf_setflat . Up . cpdf_setgray_fill
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setgray.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2952. cpdf_setdash
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setdash -- Sets dash pattern . void cpdf_setdash ( int pdf document, float white, float black) . The cpdf_setdash() function set the dash pattern white white units and black black units. If both are 0 a solid line is set. Prev . Home . Next . cpdf_set_word_spacing . Up . cpdf_setflat
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setdash.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2953. cpdf_setflat
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setflat -- Sets flatness . void cpdf_setflat ( int pdf document, float value) . The cpdf_setflat() function set the flatness to a value between 0 and 100. Prev . Home . Next . cpdf_setdash . Up . cpdf_setgray
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-setflat.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2954. cpdf_set_title
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_title -- Sets the title field of the pdf document . void cpdf_set_title ( string title) . The cpdf_set_title() function sets the title of a pdf document. See also cpdf_set_subject() , cpdf_set_creator() , cpdf_set_keywords() . Prev . Home . Next . cpdf_set_text_rise . Up . cpdf_set_word_spacing
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-title.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2955. cpdf_set_word_spacing
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_word_spacing -- Sets spacing between words . void cpdf_set_word_spacing ( int pdf document, float space) . The cpdf_set_word_spacing() function sets the spacing between words. See also cpdf_set_char_spacing() , cpdf_set_leading() . Prev . Home . Next . cpdf_set_title . Up . cpdf_setdash
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-word-spacing.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2956. cpdf_set_text_rendering
... 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_text_rendering -- Determines how text is rendered . void cpdf_set_text_rendering ( int pdf document, int mode) . The cpdf_set_text_rendering() function determines how text is rendered. The possible values for mode are 0=fill text, 1=stroke text, 2=fill and stroke text, 3=invisible, 4=fill text and add it to clipping path, 5=stroke text and add it to clipping path, 6=fill and stroke text and add it to clipping path, 7=add it to clipping path. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-text-rendering.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2957. cpdf_set_text_rise
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_text_rise -- Sets the text rise . void cpdf_set_text_rise ( int pdf document, float value) . The cpdf_set_text_rise() function sets the text rising to value units. Prev . Home . Next . cpdf_set_text_rendering . Up . cpdf_set_title
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-text-rise.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2958. cpdf_set_text_pos
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_text_pos -- Sets text position . void cpdf_set_text_pos ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_set_text_pos() function sets the position of text for the next cpdf_show() function call. The optional parameter mode determines the unit length. If it's 0 or omitted the default unit as specified for the page is used. ... See also cpdf_show() , cpdf_text() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-text-pos.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2959. cpdf_set_subject
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_subject -- Sets the subject field of the pdf document . void cpdf_set_subject ( string subject) . The cpdf_set_subject() function sets the subject of a pdf document. See also cpdf_set_title() , cpdf_set_creator() , cpdf_set_keywords() . Prev . Home . Next . cpdf_set_page_animation . Up . cpdf_set_text_matrix
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-subject.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2960. cpdf_set_text_matrix
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_text_matrix -- Sets the text matrix . void cpdf_set_text_matrix ( int pdf document, array matrix) . The cpdf_set_text_matrix() function sets a matrix which describes a transformation applied on the current text font. Prev . Home . Next . cpdf_set_subject . Up . cpdf_set_text_pos
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-text-matrix.html -- 3.4 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | След.В конец ]

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