Lines Matching refs:text

59     # or use default_dtd('text of DTD to use');
1492 $type = $type || 'text/html';
1572 $type ||= 'text/html' unless defined($type);
1742 my $meta_bits = qq(<meta http-equiv="Content-Type" content="text/html; charset=$encoding" />)
1802 my $type = 'text/css';
1818 my $type = defined $stype ? $stype : 'text/css';
1838 push(@result, "<style type=\"text/css\">\n$_\n</style>") for @v;
1866 $type ||= 'text/javascript';
1869 $type = "text/$type";
1872 ($src,$code,$type,$charset) = ('',$script, 'text/javascript', '');
2062 # $name -> Name of the text field
2068 # A string containing a <input type="text"> field
2073 $self->_textfield('text',@p);
2114 # $name -> Name of the text field
2117 # $rows -> Optional number of rows in text area
2118 # $columns -> Optional number of columns in text area
2559 # text of each menu item.
4432 print $q->header('text/html');
4503 print $q->header(-type => 'text/html',
4514 Content-type: text/html
4825 incorporate the error text into an HTML page, or use it as the value
4856 print header('text/plain');
5220 print header('text/html','204 No response');
5234 MIME type if you choose, otherwise it defaults to text/html. An
5453 -content => 'text/html'}))
5459 point to a block of text containing JavaScript function definitions.
5495 Use the B<-noScript> parameter to pass some HTML text that will be displayed on
5522 { -type => 'text/javascript',
5525 { -type => 'text/javascript',
5528 { -type => 'text/jscript',
5531 { -type => 'text/ecmascript',
5684 HTML element and return a fragment of HTML text. Example:
5929 I<Yet another note> By default, the text and labels of form elements are
6007 suitable for short fields containing text data. For your
6067 after form submission. Some form elements, such as text fields, take
6109 textfield() will return a text input field.
6138 When the form is processed, the value of the text field can be
6160 rows and columns for a multiline text entry box. You can provide
6272 unless ($type eq 'text/html') {
6276 If you are using a machine that recognizes "text" and "binary" data
6354 files get slightly larger when uploaded but that text files remain the
6932 hidden() produces a text field that can't be seen by the user. It
7223 clicked, the contents of a text field changing, or a form being
7300 The user has changed the part of a text field that is selected. Valid
7368 specified, the style defaults to 'text/css'.
7380 section of text:
7437 <link rel="stylesheet" type="text/css" href="/server-common/css/core.css">
7438 <style type="text/css">
7450 <link rel="stylesheet" type="text/css" href="/styles/print.css" media="all"/>
7451 <link rel="stylesheet" type="text/css" href="/styles/layout.css" media="all"/>
7458 @h = (Link({-rel=>'stylesheet',-type=>'text/css',-src=>'/ss/ss.css',-media=>'all'}),
7459 Link({-rel=>'stylesheet',-type=>'text/css',-src=>'/ss/fred.css',-media=>'paper'}));
7550 Accept('text/html'), it will return a floating point value
7552 (don't want) to 1.0. Glob types (e.g. text/*) in the browser's accept
7765 print multipart_start(-type=>'text/plain'),
7798 type. If not specified, text/html is assumed.