File tree Expand file tree Collapse file tree 9 files changed +14
-20
lines changed Expand file tree Collapse file tree 9 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 57
57
</fieldsynopsis >
58
58
59
59
<classsynopsisinfo role =" comment" >&Methods; </classsynopsisinfo >
60
- <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not( @role='procedural') ])" >
60
+ <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='CURLFile' ])" >
61
61
<xi : fallback />
62
62
</xi : include >
63
- <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not( @role='procedural') ])" >
63
+ <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='CURLFile' ])" >
64
64
<xi : fallback />
65
65
</xi : include >
66
66
</classsynopsis >
Original file line number Diff line number Diff line change 10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<para >&style.oop; </para >
13
- <constructorsynopsis >
13
+ <constructorsynopsis role = " CURLFile " >
14
14
<modifier >public</modifier > <methodname >CURLFile::__construct</methodname >
15
15
<methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
16
16
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >mime_type</parameter ><initializer >&null; </initializer ></methodparam >
17
17
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >posted_filename</parameter ><initializer >&null; </initializer ></methodparam >
18
18
</constructorsynopsis >
19
19
<para >&style.procedural; </para >
20
- <methodsynopsis role = " procedural " >
20
+ <methodsynopsis >
21
21
<type >CURLFile</type ><methodname >curl_file_create</methodname >
22
22
<methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
23
23
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >mime_type</parameter ><initializer >&null; </initializer ></methodparam >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
-
4
3
<refentry xml : id =" curlfile.getfilename" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
4
<refnamediv >
6
5
<refname >CURLFile::getFilename</refname >
9
8
10
9
<refsect1 role =" description" >
11
10
&reftitle.description;
12
- <methodsynopsis >
11
+ <methodsynopsis role = " CURLFile " >
13
12
<modifier >public</modifier > <type >string</type ><methodname >CURLFile::getFilename</methodname >
14
- <void />
13
+ <void />
15
14
</methodsynopsis >
16
15
</refsect1 >
17
16
28
27
</refsect1 >
29
28
30
29
</refentry >
31
-
32
30
<!-- Keep this comment at the end of the file
33
31
Local variables:
34
32
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
-
4
3
<refentry xml : id =" curlfile.getmimetype" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
4
<refnamediv >
6
5
<refname >CURLFile::getMimeType</refname >
9
8
10
9
<refsect1 role =" description" >
11
10
&reftitle.description;
12
- <methodsynopsis >
11
+ <methodsynopsis role = " CURLFile " >
13
12
<modifier >public</modifier > <type >string</type ><methodname >CURLFile::getMimeType</methodname >
14
- <void />
13
+ <void />
15
14
</methodsynopsis >
16
15
</refsect1 >
17
16
28
27
</refsect1 >
29
28
30
29
</refentry >
31
-
32
30
<!-- Keep this comment at the end of the file
33
31
Local variables:
34
32
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
-
4
3
<refentry xml : id =" curlfile.getpostfilename" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
4
<refnamediv >
6
5
<refname >CURLFile::getPostFilename</refname >
9
8
10
9
<refsect1 role =" description" >
11
10
&reftitle.description;
12
- <methodsynopsis >
11
+ <methodsynopsis role = " CURLFile " >
13
12
<modifier >public</modifier > <type >string</type ><methodname >CURLFile::getPostFilename</methodname >
14
- <void />
13
+ <void />
15
14
</methodsynopsis >
16
15
</refsect1 >
17
16
28
27
</refsect1 >
29
28
30
29
</refentry >
31
-
32
30
<!-- Keep this comment at the end of the file
33
31
Local variables:
34
32
mode: sgml
Original file line number Diff line number Diff line change 8
8
9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
- <methodsynopsis >
11
+ <methodsynopsis role = " CURLFile " >
12
12
<modifier >public</modifier > <type >void</type ><methodname >CURLFile::setMimeType</methodname >
13
13
<methodparam ><type >string</type ><parameter >mime_type</parameter ></methodparam >
14
14
</methodsynopsis >
Original file line number Diff line number Diff line change 8
8
9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
- <methodsynopsis >
11
+ <methodsynopsis role = " CURLFile " >
12
12
<modifier >public</modifier > <type >void</type ><methodname >CURLFile::setPostFilename</methodname >
13
13
<methodparam ><type >string</type ><parameter >posted_filename</parameter ></methodparam >
14
14
</methodsynopsis >
Original file line number Diff line number Diff line change 50
50
</fieldsynopsis >
51
51
52
52
<classsynopsisinfo role =" comment" >&Methods; </classsynopsisinfo >
53
- <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlstringfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not( @role='procedural') ])" >
53
+ <xi : include xpointer =" xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlstringfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='CURLStringFile' ])" >
54
54
<xi : fallback />
55
55
</xi : include >
56
56
</classsynopsis >
Original file line number Diff line number Diff line change 7
7
8
8
<refsect1 role =" description" >
9
9
&reftitle.description;
10
- <constructorsynopsis >
10
+ <constructorsynopsis role = " CURLStringFile " >
11
11
<modifier >public</modifier > <methodname >CURLStringFile::__construct</methodname >
12
12
<methodparam ><type >string</type ><parameter >data</parameter ></methodparam >
13
13
<methodparam ><type >string</type ><parameter >postname</parameter ></methodparam >
You can’t perform that action at this time.
0 commit comments