Home
last modified time | relevance | path

Searched refs:text (Results 376 – 400 of 3150) sorted by relevance

1...<<11121314151617181920>>...126

/plugin/schedule/syntax/
H A Dblock.php66 $text = ob_get_contents ();
69 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text;
70 $renderer->doc .= $text;
127 $text = ob_get_contents ();
130 $this->schedules->writeCache ($args, $text);
135 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text;
136 $renderer->doc .= $text;
/plugin/markdowku/
H A Dolists.php75 $text = preg_replace('/^\n*/', '', $match);
78 … if (preg_match('/^[ ]{'.$this->depth[$listlevel].'}/', substr($text, $real_position)) > 0) {
84 if (preg_match('/^\t/', substr($text, $real_position)) > 0) {
90 if (preg_match('/^[ ]{0,3}\d+\.[ \t]/', substr($text, $real_position)) > 0) {
91 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
H A Dulists.php76 $text = preg_replace('/^\n*/', '', $match);
79 … if (preg_match('/^[ ]{'.$this->depth[$listlevel].'}/', substr($text, $real_position)) > 0) {
85 if (preg_match('/^\t/', substr($text, $real_position)) > 0) {
91 if (preg_match('/^[ ]{0,3}[*+-][ \t]/', substr($text, $real_position)) > 0) {
92 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DUserComment.php57 public $text; variable in Google\\Service\\AndroidPublisher\\UserComment
196 public function setText($text) argument
198 $this->text = $text;
205 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAnnouncement.php62 public $text; variable in Google\\Service\\Classroom\\Announcement
211 public function setText($text) argument
213 $this->text = $text;
220 return $this->text;
/plugin/combo/resources/theme/default/components/css/
H A Dprofile-update.css6 text-align: initial;
21 text-transform: capitalize;
40 text-align: center;
51 text-align: center;
57 text-align: center;
/plugin/cryptsign/
H A Dscript.js33 var text = prompt(LANG['plugins']['cryptsign']['prompt'],"");
35 if(!text) return;
41 { text:text, id: id},
/plugin/glossary/
H A Dajax.php49 $text = ob_get_contents (); variable
52 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text; variable
53 ptln ($text);
/plugin/anewssystem/
H A Dbacklink.js6 this.text = 'Go Back';
22 document.write('<INPUT TYPE=BUTTON onClick="history.back(-1)" VALUE="', this.text, '"');
32 document.write('<IMG SRC="', this.src, '" ALT="', this.text, '"');
39 document.write(this.text);
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt3 head |text |size="64" | |Headline |headdescr
4 subtitle |text |size="64" | |Sub-Title |subtitledescr
8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_de.txt3 head |text |size="64" | |Überschrift |headdescr
4 subtitle |text |size="64" | |Untertitel |subtitledescr
8 text |textarea|cols="63" rows="7" | |Deine Neuigkeit: |msgdescr
10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_en.txt3 head |text |size="64" | |Headline |headdescr
4 subtitle |text |size="64" | |Sub-Title |subtitledescr
8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_it.txt3 head |text |size="64" | |Headline |headdescr
4 subtitle |text |size="64" | |Sub-Title |subtitledescr
8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
10 tags |text |size="14" | |Tag&nbsp |tagdescr
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DDeidentifyConfig.php76 public function setText(TextConfig $text) argument
78 $this->text = $text;
85 return $this->text;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js138 textBBox: function(text, font) { argument
140 var t = this.createText(text, font);
164 createText: function(text, font) { argument
165 text = _.invoke(text.split('\n'), 'trim');
166 var t = this.paper_.text(0, 0, text);
168 if (text.length > 1) {
202 drawText: function(x, y, text, font, align) { argument
203 var t = this.createText(text, font);
/plugin/eventline/
H A Dplain.php46 function cdata($text) { argument
47 $this->doc .= ' ' .$text . ' ';
50 function header($text, $level, $pos) { argument
51 $this->doc .= DOKU_LF . $text . DOKU_LF;
54 function preformatted($text) { argument
55 $this->doc .= ' ' . $text . ' '. DOKU_LF;
58 function file($text) { argument
59 $this->doc .= ' ' . $text . ' '. DOKU_LF;
68 function code($text, $language = NULL) { argument
69 $this->doc .= ' ' . $text . ' '. DOKU_LF;
/plugin/fetchmedia/action/
H A Dajax.php164 $text = rawWiki($pageId);
165 $newText = $this->replaceLinkInText($text, $link, $mediaID);
168 if ($text !== $newText) {
180 * @param string $text
186 public function replaceLinkInText($text, $oldlink, $newMediaId) { argument
195 $ins = p_get_instructions($text);
207 $prefix = substr($text, 0, $start);
208 $postfix = substr($text, $end);
214 $text = $prefix . $newMediaId . $postfix;
219 return $text;
/plugin/davcal/db/
H A Dupdate0003.sql3 key text,
4 value text,
5 userid text
/plugin/actionrenderer/
H A Drenderer.php63 public function toc_additem($id, $text, $level) argument
69 public function header($text, $level, $pos, $returnonly = false) argument
87 public function cdata($text) argument
261 public function unformatted($text) argument
267 public function php($text, $wrapper = 'code') argument
273 public function phpblock($text) argument
279 public function html($text, $wrapper = 'code') argument
285 public function htmlblock($text) argument
303 public function preformatted($text) argument
309 public function file($text, $language = null, $filename = null, $options = null) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DOr.php85 $text = '';
89 $text .= ' or ';
92 $text .= $constraint->toString();
95 return $text;
/plugin/loglog/helper/
H A Dmain.php60 * @param string $text
63 public function sendEmail($email, $subject, $text, $textrep = []) argument
65 $html = p_render('xhtml', p_get_instructions($text), $info);
70 $mail->setBody($text, $textrep, null, $html);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableCell.php96 public function setText(TextContent $text) argument
98 $this->text = $text;
105 return $this->text;
/plugin/publish/
H A Dscript.js2 function approval_checkbox(text) { argument
3 if(text == "") { return true; }
10 sum.value = text;
34 var id = jQuery(this).find('a').first().text();
/plugin/farmsync/script/
H A Djquery.chosen.js55 if (option.text !== "") {
63 text: option.text,
84 SelectParser.prototype.escapeExpression = function(text) { argument
86 if ((text == null) || text === false) {
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js14 var text = $('article, p').text();
16 if (text.length <= 600) {
17 return text;
20 var abbrev = text.slice(0, 597);
21 if (!/\W/.test(text.charAt(length - 3))) {

1...<<11121314151617181920>>...126