Home
last modified time | relevance | path

Searched refs:bodytext (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dxoopsstory.php37 public $bodytext = ''; variable in XoopsStory
115 $this->bodytext = $value;
225 $bodytext = $myts->censorString($this->bodytext);
228 $bodytext = $myts->addSlashes($bodytext);
253 …s->table, $title, $expired, $this->nohtml, $this->nosmiley, $hometext, $bodytext, $this->topicid, …
422 public function bodytext($format = 'Show') function in XoopsStory
436 $bodytext = $myts->displayTarea($this->bodytext, $html, $smiley, $xcodes);
439 $bodytext = htmlspecialchars($this->bodytext, ENT_QUOTES);
442 $bodytext = $myts->previewTarea($this->bodytext, $html, $smiley, $xcodes);
445 $bodytext = htmlspecialchars($myts->stripSlashesGPC($this->bodytext), ENT_QUOTES);
[all …]
/dports/devel/vitables/ViTables-3.0.2/doc/
H A Dusers_guide.style61 attribute: parent: bodytext
66 parent: bodytext
71 parent: bodytext
73 class: parent: bodytext
83 confval: parent: bodytext
84 data: parent: bodytext
85 kbd: parent: bodytext
86 file: parent: bodytext
92 directive: parent: bodytext
93 exception: parent: bodytext
[all …]
/dports/audio/libxmp/libxmp-4.5.0/docs/
H A Dcustom.style122 bodytext:
133 parent: bodytext
137 parent: bodytext
216 parent: bodytext
220 parent: bodytext
228 parent: bodytext
233 parent: bodytext
236 parent: bodytext
243 parent: bodytext
246 parent: bodytext
[all …]
/dports/devel/liblas/libLAS-1.8.1/doc/
H A Dliblas.json36 attribute: parent: bodytext
41 parent: bodytext
46 parent: bodytext
48 class: parent: bodytext
58 confval: parent: bodytext
59 data: parent: bodytext
60 desc: {parent: bodytext, spaceBefore: 6}
65 directive: parent: bodytext
66 exception: parent: bodytext
287 returns: parent: bodytext
[all …]
/dports/games/pioneer/pioneer-20210723/data/modules/Advice/
H A DAdvice.lua49 bodytext = l["ADVICE_" .. i .. "_BODYTEXT"],
58 bodytext = l["TALE_" .. i .. "_BODYTEXT"],
67 bodytext = l["RUMOUR_" .. i .. "_BODYTEXT"],
76 form:SetMessage(ad.bodytext)
91 bodytext = flavours[n].bodytext,
/dports/www/mhonarc/MHonArc-2.6.24/contrib/
H A Dmhn2mbox.pl92 my @bodytext = ();
160 push(@bodytext, @{$href->{'msgbodytext'}});
172 pop(@bodytext);
175 $description = pop(@bodytext);
190 print MBOXFILE join("\n", @bodytext);
198 print MBOXFILE join("\n", @bodytext);
204 print MBOXFILE join("\n", @bodytext);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst5 Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
13 If neither bodytext nor header were entered in the TextMedia element, the div element containing th…
25 All installations relying on :html:`<div class="ce-bodytext">`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst5 Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
13 If neither bodytext nor header were entered in the TextMedia element, the div element containing th…
25 All installations relying on :html:`<div class="ce-bodytext">`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst5 Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
13 If neither bodytext nor header were entered in the TextMedia element, the div element containing th…
25 All installations relying on :html:`<div class="ce-bodytext">`
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/buildlib/KinoSearch1/Test/
H A DTestUtils.pm123 my $bodytext = $1;
124 $bodytext =~ s/<.*?>//sg;
125 $bodytext =~ s/\s+/ /sg;
129 bodytext => $bodytext,
164 $doc->set_value( content => $_->{bodytext} );
/dports/www/mod_perl2/mod_perl-2.0.11/xs/Apache2/Response/
H A DApache2__Response.h24 const char *bodytext; \
27 modperl_cgi_header_parse(r, SvPVX(sv), (apr_size_t*)&len, &bodytext); \
30 modperl_wbucket_write(aTHX_ rcfg->wbucket, bodytext, &len); \
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/
H A DBullets.typoscript16 fieldName = bodytext
22 fieldName = bodytext
32 editIcons = tt_content: header [header_layout], bodytext [bullets_type]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/
H A DBullets.typoscript16 fieldName = bodytext
22 fieldName = bodytext
32 editIcons = tt_content: header [header_layout], bodytext [bullets_type]
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Docs/
H A DTutorial.pod61 name => 'bodytext',
82 $content =~ m#<div id="bodytext">(.*?)</div><!--bodytext-->#s
83 or die "couldn't isolate bodytext in '$filepath'";
84 my $bodytext = $1;
85 $bodytext =~ s/<.*?>/ /gsm; # quick and dirty tag stripping
90 $doc->set_value( bodytext => $bodytext );
144 excerpt_field => 'bodytext' );
262 <div id="bodytext">
275 </div><!--bodytext-->
/dports/mail/notmuch/notmuch-0.34.2/test/
H A DT351-pgpmime-mangling.sh9 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell a…
14 'body:[0][0][0]'"$bodytext"
19 'body:["original"]'"$bodytext"
/dports/mail/notmuch-emacs/notmuch-0.34.2/test/
H A DT351-pgpmime-mangling.sh9 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell a…
14 'body:[0][0][0]'"$bodytext"
19 'body:["original"]'"$bodytext"
/dports/mail/py-notmuch2/notmuch-0.34.2/test/
H A DT351-pgpmime-mangling.sh9 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell a…
14 'body:[0][0][0]'"$bodytext"
19 'body:["original"]'"$bodytext"
/dports/mail/notmuch-mutt/notmuch-0.34.2/test/
H A DT351-pgpmime-mangling.sh9 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell a…
14 'body:[0][0][0]'"$bodytext"
19 'body:["original"]'"$bodytext"
/dports/mail/py-notmuch/notmuch-0.34.2/test/
H A DT351-pgpmime-mangling.sh9 bodytext='["body"][0]["content"][1]["content"]="The password is \"abcd1234!\", please do not tell a…
14 'body:[0][0][0]'"$bodytext"
19 'body:["original"]'"$bodytext"
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/
H A DBullets.typoscript16 fieldName = bodytext
22 fieldName = bodytext
33 editIcons = tt_content: header [header_layout], bodytext [bullets_type]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-67658-IntroduceDataProcessorsForSplittingValues.rst30 if.isTrue.field = bodytext
32 fieldName = bodytext
57 if.isTrue.field = bodytext
58 fieldName = bodytext
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-67658-IntroduceDataProcessorsForSplittingValues.rst30 if.isTrue.field = bodytext
32 fieldName = bodytext
57 if.isTrue.field = bodytext
58 fieldName = bodytext
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-67658-IntroduceDataProcessorsForSplittingValues.rst30 if.isTrue.field = bodytext
32 fieldName = bodytext
57 if.isTrue.field = bodytext
58 fieldName = bodytext
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dstylesheet79 ["bodytext" , {
94 "parent": "bodytext",
98 "parent": "bodytext",
113 "parent": "bodytext",
119 "parent": "bodytext",
124 "parent": "bodytext",
129 "parent": "bodytext",
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.3/
H A DDeprecation-67229-TcaChanges.rst89 'bodytext' => array(
99 The above example would remove the `rows` parameter of the `bodytext` field columns configuration, …
112 'bodytext' => array(
139 'bodytext' => array(
159 'bodytext' => array(
186 'showitem' => 'bodytext;;;wizards[t3editorHtml]',
196 'bodytext' => array(
205 'showitem' => 'bodytext',
207 'bodytext' => array(

1234567891011