Home
last modified time | relevance | path

Searched refs:text (Results 201 – 225 of 3022) sorted by relevance

12345678910>>...121

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1TextAnnotation
51 public function setText($text) argument
53 $this->text = $text;
60 return $this->text;
H A DGoogleCloudVideointelligenceV1beta2TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2TextAnnotation
51 public function setText($text) argument
53 $this->text = $text;
60 return $this->text;
H A DGoogleCloudVideointelligenceV1p1beta1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1TextAnnotation
51 public function setText($text) argument
53 $this->text = $text;
60 return $this->text;
H A DGoogleCloudVideointelligenceV1p3beta1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1TextAnnotation
51 public function setText($text) argument
53 $this->text = $text;
60 return $this->text;
/plugin/commentsyntax/_test/
H A Dsyntax.test.php34 private function getHTML($text) argument
36 $instructions = p_get_instructions($text);
46 $text = "\nWiki /* comment out */ text\n";
48 $this->assertEquals($expectHtml, $this->getHtml($text));
50 $text = <<<'EOS'
/plugin/semanticdata/syntax/
H A Dtable.php233 $text .= '<tr>';
237 $text .= '<th>';
242 $text .= '<span>&darr;</span> ';
258 $text .= '</th>';
260 $text .= '</tr>';
261 return $text;
276 $text = '';
295 $text .= '&nbsp;';
309 $text .= '</th></tr>';
312 $text .= '</table></div>';
[all …]
/plugin/feedback/
H A Dscript.js30 text: LANG.plugins.feedback.cancel,
36 text: LANG.plugins.feedback.submit,
39 var text = $dialog.find('textarea').val();
40 if (!text) return;
47 text: LANG.plugins.feedback.close,
60 feedback: text,
/plugin/task/
H A Dhelper.php318 $text = io_readFile($this->localFN('subscribermail'));
320 $text = str_replace('@PAGE@', $ID, $text);
321 $text = str_replace('@TITLE@', $conf['title'], $text);
324 $text = str_replace('@DATE@', strftime($dformat, $task['date']['due']), $text);
326 $text = str_replace('@DATE@', '', $text);
328 $text = str_replace('@NAME@', $task['user']['name'], $text);
329 $text = str_replace('@STATUS@', $this->statusLabel($task['status']), $text);
330 $text = str_replace('@PRIORITY@', $this->priorityLabel($task['priority']), $text);
331 $text = str_replace('@UNSUBSCRIBE@', wl($ID, 'do=unsubscribe', true, '&'), $text);
332 $text = str_replace('@DOKUWIKIURL@', DOKU_URL, $text);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DInsertTextRequest.php29 public $text; variable in Google\\Service\\Docs\\InsertTextRequest
62 public function setText($text) argument
64 $this->text = $text;
71 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CustomAttribute.php35 public $text; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CustomAttribute
76 public function setText($text) argument
78 $this->text = $text;
85 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php29 public $text; variable in Google\\Service\\PeopleService\\Birthday
62 public function setText($text) argument
64 $this->text = $text;
71 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php33 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentTrainingPhrasePart
70 public function setText($text) argument
72 $this->text = $text;
79 return $this->text;
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php33 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
70 public function setText($text) argument
72 $this->text = $text;
79 return $this->text;
/plugin/dbquery/
H A Drenderer.php24 public function header($text, $level, $pos) argument
26 $this->lastHeader = $text;
30 public function code($text, $lang = null, $file = null) argument
34 $this->codeBlocks['_'] = trim($text);
37 $this->codeBlocks[$this->lastHeader] = trim($text);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php247 function _obHandler($text) argument
250 if (preg_match('{'.$this->_uniqHash.'(.*?)'.$this->_uniqHash.'}sx', $text)) {
251 $text = str_replace($this->_uniqHash, '', $text);
262 'text' => $text,
271 $text = json_encode($result);
273 $text = $this->php2js($result);
276 $text = $this->php2js($result);
288 $text = ""
290 . ".dataReady(" . $text . ")\n"
293 …$text = '<script type="text/javascript" language="JavaScript"><!--' . "\n$text" . '//--></script>';
[all …]
/plugin/etherpadlite/action/
H A Detherpadlite.php58 $text = $this->ep_instance->getText($pageid);
59 $text = (string) $text->text;
302 $text = $this->ep_instance->getText($pageid);
303 $text = (string) $text->text;
319 $text = $this->ep_instance->getText($pageid);
320 $text = (string) $text->text;
325 'text' => $text,
373 $text = $_POST["text"];
375 $text = rawWiki($ID,$rev);
376 if(!$text) {
[all …]
/plugin/datatemplate/
H A Dstyle.css13 form.filterform_plugin label.text {
17 form.filterform_plugin label.text input {
24 text-align: left;
28 text-align: left;
37 text-align: center;
52 text-align: left;
58 text-align: right;
/plugin/edittable/renderer/
H A Dinverse.php43 function header($text, $level, $pos) { argument
63 function cdata($text) { argument
64 if(strlen($text) === 0) {
79 $this->doc .= $text;
250 function unformatted($text) { argument
254 } elseif($text[0] == "\n") {
257 $this->doc .= "%%$text%%";
266 function phpblock($text) { argument
276 function htmlblock($text) { argument
300 function preformatted($text) { argument
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php66 function SendError( $number, $text ) argument
70 SendErrorNode( $number, $text ) ;
82 SendErrorNode( $number, $text ) ;
89 function SendErrorNode( $number, $text ) argument
91 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
/plugin/whyspam/
H A Dadmin.php74 function _checkit($file,&$text){ argument
79text = preg_replace('!(\b)(www\.[\w.:?\-;,]+?\.[\w.:?\-;,]+?[\w/\#~:.?+=&%@\!\-.:?\-;,]+?)([.:?\-;…
85 if(preg_match('#('.$block.')#si',$text,$matches)){
86 $pos = strpos($text,$matches[0]);
89 $snip = substr($text,$s,$l);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1Claim.php36 public $text; variable in Google\\Service\\FactCheckTools\\GoogleFactcheckingFactchecktoolsV1alpha1Claim
83 public function setText($text) argument
85 $this->text = $text;
92 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DInsertTextRequest.php35 public $text; variable in Google\\Service\\Slides\\InsertTextRequest
82 public function setText($text) argument
84 $this->text = $text;
91 return $this->text;
/plugin/ckgdoku/
H A Dscript.js50 text = text.replace(/<\/?div.*?>/gm,"");
51 text = text.replace(/<code>/gm,"");
52 text = text.replace(/<\/code>/gm,"");
53 text = text.replace(/</gm,"&lt;");
54 text = text.replace(/<\//gm,"&gt;");
55 return "~~START_HTML_BLOCK~~\n\n" + text + "\n\n~~CLOSE_HTML_BLOCK~~\n\n";
109 var text = index < 0 ? html : html.substring( 0, index ); variable
113 handler.chars( text );
117 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){ argument
118 text = text.replace(/<!--(.*?)-->/g, "$1")
[all …]
/plugin/switchpanel/
H A DREADME.md13 ==text
38 ==text
57 ==text
97 ==text
118 ==text
135 ==text
157 ==text
181 ==text
198 ==text
215 ==text
[all …]
/plugin/combo/ComboStrap/
H A DNavBarUtility.php20 * @param $text
21 * @return string - a text styled for inside a navbar
23 public static function text($text) argument
25 if (!empty(trim($text))) {
26 return '<span class="navbar-text active">' . $text . '</span>';

12345678910>>...121