Home
last modified time | relevance | path

Searched full:text (Results 1 – 25 of 7223) sorted by relevance

12345678910>>...289

/plugin/bootswrapper/exe/help/
Dtext.txt1 ====== Text ======
6 …* The //lowercase// version ''<nowiki><text></nowiki>'' create a __inline__ element (eg. ''<nowiki…
7 …* The //uppercase// version ''<nowiki><TEXT></nowiki>'' create a __block__ element (eg. ''<nowiki>…
17 Easily realign text to components with text alignment attribute.
19 <TEXT align="left">Left aligned text.</TEXT>
21 <TEXT align="center">Center aligned text.</TEXT>
23 <TEXT align="right">Right aligned text.</TEXT>
25 <TEXT align="justify">Justified text.</TEXT>
27 <TEXT align="nowrap">No wrap text.</TEXT>
32 <TEXT align="left">Left aligned text.</TEXT>
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.toc.unicode.html3 <p>some text</p>
4 <p>some text</p>
5 <p>some text</p>
6 <p>some text</p>
7 <p>some text</p>
8 <p>some text</p>
9 <p>some text</p>
10 <p>some text</p>
11 <p>some text</p>
12 <p>some text</p>
[all …]
Dtest.note-call.width.php26 <p id="p" style="text-align: justify;">
27 TEXT
28 TEXT TEXT TEXT TEXT TEXT TEXT
29 TEXT TEXT TEXT TEXT TEXT TEXT
30 TEXT TEXT TEXT TEXT TEXT TEXT
31 TEXT TEXT TEXT TEXT TEXT TEXT
40 foreach ($content->content as $text) {
41 $max_right = max($max_right, $text->get_right());
59 <p id="p" style="text-align: justify;">
60 TEXT <span class="footnote">FOOTNOTE</span>
[all …]
Dtest.toc.find.html3 <p>some text</p>
5 <p>some text</p>
6 <p>some text</p>
7 <p>some text</p>
8 <p>some text</p>
9 <p>some text</p>
10 <p>some text</p>
11 <p>some text</p>
12 <p>some text</p>
13 <p>some text</p>
[all …]
/plugin/odt/ODT/styles/
DODTTextStyle.php3 * ODTTextStyle: class for ODT text styles.
20 … 'padding' => array ('fo:padding', 'text', true),
21 … 'padding-top' => array ('fo:padding-top', 'text', true),
22 … 'padding-right' => array ('fo:padding-right', 'text', true),
23 … 'padding-bottom' => array ('fo:padding-bottom', 'text', true),
24 … 'padding-left' => array ('fo:padding-left', 'text', true),
25 … 'border' => array ('fo:border', 'text', true),
26 … 'border-top' => array ('fo:border-top', 'text', true),
27 … 'border-right' => array ('fo:border-right', 'text', true),
28 … 'border-bottom' => array ('fo:border-bottom', 'text', true),
[all …]
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
28 * @param string|int $text
32 public static function ctype_alnum($text) argument
34 $text = self::convert_int_to_char_for_ctype($text);
36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
44 * @param string|int $text
48 public static function ctype_alpha($text) argument
50 $text = self::convert_int_to_char_for_ctype($text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
[all …]
Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } argument
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } argument
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } argument
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } argument
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } argument
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } argument
21 function ctype_print($text) { return p\Ctype::ctype_print($text); } argument
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } argument
23 function ctype_space($text) { return p\Ctype::ctype_space($text); } argument
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } argument
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
28 * @param string|int $text
32 public static function ctype_alnum($text) argument
34 $text = self::convert_int_to_char_for_ctype($text);
36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
44 * @param string|int $text
48 public static function ctype_alpha($text) argument
50 $text = self::convert_int_to_char_for_ctype($text);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php24 * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
28 * @param mixed $text
32 public static function ctype_alnum($text) argument
34 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
36 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
40 * Returns TRUE if every character in text is a letter, FALSE otherwise.
44 * @param mixed $text
48 public static function ctype_alpha($text) argument
50 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
52 return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
[all …]
/plugin/odt/
Dstyles.xml12text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument…
24 …pacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
25 …<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style…
28 …<style:text-properties style:use-window-font-color="true" style:font-name="Bitstream Vera Sans" fo…
31 …<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph…
32 …<style:text-properties style:use-window-font-color="true" style:font-name="Bitstream Vera Sans" fo…
40 <style:style style:name="Standard" style:family="paragraph" style:class="text"/>
41 …xt_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Stand…
42 …-top="0cm" fo:margin-bottom="0.212cm" loext:contextual-spacing="false" fo:text-align="left" style:…
44 …agraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
[all …]
/plugin/statistics/db/
Dupdate0001.sql5 `user` TEXT PRIMARY KEY,
7 `domain` TEXT DEFAULT NULL -- email domain
12 `user` TEXT NOT NULL REFERENCES `users` (`user`) ON DELETE CASCADE ON UPDATE CASCADE,
13 `group` TEXT NOT NULL,
21 `session` TEXT PRIMARY KEY,
24 `uid` TEXT NOT NULL,
25 …`user` TEXT DEFAULT NULL REFERENCES `users` (`user`) ON DELETE SET NULL ON UPDATE …
26 `ua` TEXT NOT NULL,
27 `ua_info` TEXT NOT NULL,
28 `ua_type` TEXT NOT NULL,
[all …]
/plugin/mikioplugin/syntax/
H A Dcard.php24 'title' => array('type' => 'text', 'default' => ''),
25 'title-text-align' => array('type' => 'choice', 'data' => array(
26 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
28 'title-text-color' => array('type' => 'text', 'default' => ''),
29 'subtitle' => array('type' => 'text', 'default' => ''),
30 'subtitle-text-align' => array('type' => 'choice', 'data' => array(
31 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
33 'subtitle-text-color' => array('type' => 'text', 'default' => ''),
35 'header' => array('type' => 'text', 'default' => ''),
36 'header-text-align' => array('type' => 'choice', 'data' => array(
[all …]
/plugin/selfmeasurement/
Dform.html6 …<td class="cell2"><input name="names" type="text" id="names" style="width:20em;text-align:left;" t…
10 …<td class="cell2"><input name="date" type="text" id="date" style="width:10em;text-align:left;" tab…
39 …<td class="cell2"><input name="s1" type="text" id="s1" style="width:40px;text-align:center;" tabin…
40 …<td class="cell2b"><input name="d1" type="text" id="d1" style="width:40px;text-align:center;" tabi…
41 …<td class="cell2"><input name="s7" type="text" id="s7" style="width:40px;text-align:center;" tabin…
42 …<td class="cell2b"><input name="d7" type="text" id="d7" style="width:40px;text-align:center;" tabi…
43 …<td class="cell2"><input name="s13" type="text" id="s13" style="width:40px;text-align:center;" tab…
44 …<td class="cell2b"><input name="d13" type="text" id="d13" style="width:40px;text-align:center;" ta…
48 …<td class="cell2"><input name="s2" type="text" id="s2" style="width:40px;text-align:center;" tabin…
49 …<td class="cell2b"><input name="d2" type="text" id="d2" style="width:40px;text-align:center;" tabi…
[all …]
/plugin/bpmnio/data/
Ddmn_close.text28 <text>season</text>
33 <text>guestCount</text>
39 <text>"Winter"</text>
42 <text>&lt;= 8</text>
45 <text>"Spareribs"</text>
50 <text>"Winter"</text>
53 <text>&gt; 8</text>
56 <text>"Pasta"</text>
61 <text>"Summer"</text>
64 <text>&gt; 10</text>
[all …]
/plugin/code2/
Dsyntax_plugin_code_styles.xml15 …:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:te…
25 …pacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
26 …<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style…
29 …<style:text-properties style:use-window-font-color="true" fo:font-size="12pt" style:font-size-asia…
32 …<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph…
33 …<style:text-properties style:use-window-font-color="true" style:font-name="Bitstream Vera Sans" fo…
41 <style:style style:name="Standard" style:family="paragraph" style:class="text">
42 …<style:paragraph-properties fo:text-align="justify" style:justify-single-word="false" fo:widows="2…
43 <style:text-properties style:letter-kerning="true"/>
45 …xt_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Stand…
[all …]
/plugin/fckg/action/
Dsave.php30 global $TEXT;
31 if (!$TEXT) return;
33 $TEXT = $_REQUEST['fck_wikitext'];
35 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
36 $TEXT = trim($TEXT);
39 if(strpos($TEXT,'data:image') !== false) {
40 $TEXT = preg_replace_callback(
78 $TEXT
82 $TEXT = str_replace('%%', "FCKGPERCENTESC", $TEXT);
84 $TEXT = preg_replace_callback('/^(.*?)(\[\[.*?\]\])*(.*?)$/ms',
[all …]
/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php24 function text($text) argument
30 $text = str_replace(array("\r\n", "\r"), "\n", $text);
33 $text = trim($text, "\n");
35 # split text into lines
36 $lines = explode("\n", $text);
184 $text = $indent > 0 ? substr($line, $indent) : $line;
188 $Line = array('body' => $line, 'indent' => $indent, 'text' => $text);
213 $marker = $text[0];
260 $CurrentBlock['element']['text'] .= "\n".$text;
329 $text = substr($Line['body'], 4);
[all …]
/plugin/odtplus2dw/
Dodt2dw.xsl42 …ice" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" x…
44 method="text"
53 <xsl:text>FIXME : Subtable detected. Formatting must be corrected.</xsl:text>
56 <!-- Get toc sources styles to check paragraphe tag with header style in text:p template -->
57 <xsl:variable name="title_style" value="//text:index-source-styles"/>
69 <xsl:template match="/office:document-content/office:body/office:text/office:forms"/>
70 <xsl:template match="/office:document-content/office:body/office:text/text:tracked-changes"/>
71 <xsl:template match="/office:document-content/office:body/office:text/sequence-decls"/>
72 <xsl:template match="//text:table-of-content"/>
75 <xsl:template match="//text:line-break">
[all …]
/plugin/odt2dw/
Dodt2dw.xsl42 …ice" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" x…
44 method="text"
53 <xsl:text>FIXME : Subtable detected. Formatting must be corrected.</xsl:text>
56 <!-- Get toc sources styles to check paragraphe tag with header style in text:p template -->
57 <xsl:variable name="title_style" value="//text:index-source-styles"/>
69 <xsl:template match="/office:document-content/office:body/office:text/office:forms"/>
70 <xsl:template match="/office:document-content/office:body/office:text/text:tracked-changes"/>
71 <xsl:template match="/office:document-content/office:body/office:text/sequence-decls"/>
72 <xsl:template match="//text:table-of-content"/>
75 <xsl:template match="//text:line-break">
[all …]
/plugin/bez/db/
H A Dupdate0001.sql4 original_poster TEXT NOT NULL,
5 coordinator TEXT NULL, -- NULL - proposal
6 closed_by TEXT NULL, -- who closed or rejected the thread
12 type TEXT NOT NULL DEFAULT 'issue', -- issue, project
13 …state TEXT NOT NULL DEFAULT 'proposal', -- proposal,opened,done,closed,reject…
15 create_date TEXT NOT NULL, -- ISO8601
16 last_activity_date TEXT NOT NULL, -- ISO8601
17 last_modification_date TEXT NOT NULL, -- ISO8601
18 close_date TEXT, -- ISO8601
20 title TEXT NOT NULL,
[all …]
/plugin/davcal/db/
H A Dupdate0001.sql4 uri text,
7 etag text,
9 componenttype text,
12 uid text
17 principaluri text,
18 displayname text,
19 uri text,
21 description text,
23 calendarcolor text,
24 timezone text,
[all …]
/plugin/ckgdoku/action/
Dsave.php29 global $TEXT, $conf;
30 if (!$TEXT) return;
33 $TEXT = $_REQUEST['fck_wikitext'];
35 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
36 $TEXT = trim($TEXT);
40 $TEXT = preg_replace_callback(
48 ),$TEXT);
50 if(strpos($TEXT,'data:image') !== false) {
51 $TEXT = preg_replace_callback(
89 $TEXT
[all …]
/plugin/issuelinks/db/
Dupdate0001.sql2 service TEXT NOT NULL CHECK(service <> ''),
4 project TEXT NOT NULL CHECK(project <> ''),
6 summary TEXT,
7 description TEXT,
8 type TEXT,
9 status TEXT,
10 parent TEXT,
11 epic TEXT,
12 components TEXT,
13 labels TEXT,
[all …]
/plugin/ckgedit/action/
Dsave.php36 global $TEXT, $conf;
38 if (!$TEXT) return;
41 $TEXT = $_REQUEST['fck_wikitext'];
43 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
44 $TEXT = trim($TEXT);
48 $TEXT = preg_replace_callback(
55 },$TEXT);
57 if(strpos($TEXT,'data:image') !== false) {
58 $TEXT = preg_replace_callback(
107 $TEXT
[all …]
/plugin/onlineordering/
Dsend_form.php20 * Prepares text for HTML display.
22 * @param text Text to display.
25 function prepareHTML( $text ) argument
27 $text = str_replace('\n', '<br/>', $text );
29 $text = str_replace('�', '&auml;', $text );
30 $text = str_replace('�', '&Auml;', $text );
31 $text = str_replace('�', '&ouml;', $text );
32 $text = str_replace('�', '&Ouml;', $text );
33 $text = str_replace('�', '&szlig;', $text );
34 $text = str_replace('�', '&uuml;', $text );
[all …]

12345678910>>...289