Home
last modified time | relevance | path

Searched refs:textContent (Results 1 – 25 of 234) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1TextPayload.php25 public $textContent; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1TextPayload
30 public function setTextContent($textContent) argument
32 $this->textContent = $textContent;
39 return $this->textContent;
/plugin/passwordgrey/
Dscript.js23 const password = span.textContent;
26 span.textContent = stars;
29 span.textContent = password;
32 span.textContent = stars;
37 copy.textContent = '��';
42 copy.textContent = '✓';
45 copy.textContent = '��';
61 textarea.textContent = text;
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js57 let textContent = '';
59 textContent += node.textContent;
66 title: textContent ? textContent : '',
H A DDiagramsMediaManager.js48 encodeURIComponent(JSON.stringify([svgLink.textContent])),
55 if (response.ok && (await response.json())[0] === svgLink.textContent) {
61 await editor.editMediaFile(svgLink.textContent);
130 namespace = fullScreenNS.textContent;
132 namespace = popupNS.textContent;
/plugin/rowmove/_test/
Dajax.test.php24 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row1');
25 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row2');
47 $this->assertEquals(pq("td",$doc)->get(0)->textContent, 'row2');
48 $this->assertEquals(pq("td",$doc)->get(2)->textContent, 'row1');
/plugin/datepicker/_test/
Dajax.test.php25 …tion', 'datepicker')->getConf('emptyStringDate'), pq("span.datepicker",$doc)->get(0)->textContent);
42 $this->assertEquals('2018-01-01', pq("span.datepicker",$doc)->get(0)->textContent);
67 …tion', 'datepicker')->getConf('emptyStringWeek'), pq("span.weekpicker",$doc)->get(0)->textContent);
68 $this->assertEquals('02/18', pq("span.weekpicker",$doc)->get(1)->textContent);
/plugin/langdelete/
Dscript.js6 let lang = elt.textContent;
12 let lang = elt.textContent;
24 .map(e => e.labels[0].textContent)
31 let lang = event.target.labels[0].textContent;
54 .map((i, elt) => elt.labels[0].textContent )
/plugin/pdfjs/pdfjs/web/
Ddebugger.js69 tmp.textContent = 'Refresh';
78 fonts.textContent = '';
101 td1.textContent = list[i];
104 td2.textContent = obj[list[i]].toString();
114 name.textContent = fontName;
122 download.textContent = 'Download';
125 logIt.textContent = 'Log';
194 stepperChooser.textContent = '';
195 stepperDiv.textContent = '';
208 b.textContent = 'Page ' + (pageIndex + 1);
[all …]
/plugin/dokullm/
H A Dscript.js110 templateBtn.textContent = 'Insert Template';
122 findTemplateBtn.textContent = 'Find Template';
130 loadingIndicator.textContent = 'Loading LLM actions...';
158 sendButton.textContent = 'Send';
181 btn.textContent = action.label;
198 loadingElement.textContent = 'Failed to load LLM actions';
316 text: button.textContent,
321 button.textContent = 'Processing...';
427 buttonState.element.textContent = buttonState.text;
538 closeButton.textContent = 'Close';
[all …]
/plugin/downloadcodeblock/
Dscript.js7 const match = element && element.textContent.match(/^\s*(.+[/\\])?([^/\\]+\.\w+)\s*$/);
13 const code = codeElement.textContent;
17 button.textContent = "Download";
/plugin/translate/
Dmake_langnames_file.php31 && trim($tds->item(0)->textContent) == 'Old projects') {
39 if (!isset($code)) $code = trim($td->textContent);
40 else $row[] = trim($td->textContent);
/plugin/struct/script/
H A Dvanilla-combobox.js82 style.textContent = `
270 .map(option => option.textContent)
296 if (!inputTexts.includes(option.textContent)) {
321 option => option.textContent.toLowerCase().includes(query.toLowerCase())
334 div.textContent = option.textContent;
/plugin/dokucrypt3/
H A Dscript.js275 elem.textContent=ptext;
288 elem.textContent = "{" + JSINFO['plugin_dokucrypt3_TEXT_copied_to_clipboard'] + "}";
290 elem.textContent += " {" + JSINFO['plugin_dokucrypt3_TEXT_copied_to_clipboard'] + "}";
368 label.textContent = lm;
400 label.textContent = lm;
407 submit_button.textContent = bm;
409 cancel_button.textContent = cm;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DConfiguration.php292 $groups['include'][] = (string) $group->textContent;
296 $groups['exclude'][] = (string) $group->textContent;
329 … $arguments[] = $this->toAbsolutePath((string) $argument->textContent);
438 $path = (string) $includePath->textContent;
893 $excludeFile = (string) $excludeNode->textContent;
906 $directory = (string) $directoryNode->textContent;
954 $file = (string) $fileNode->textContent;
1035 $directoryPath = (string) $directory->textContent;
1080 $filePath = (string) $file->textContent;
/plugin/aichat/script/
DAIChatChat.js85 style.textContent = `
273 p.textContent = response.question; // replace original question with interpretation
332 div.textContent = message;
341 a.textContent = source.title;
DAIChatButton.js51 … this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat';
72 style.textContent = `
/plugin/golocal/
Dscript.js54 install.textContent = LANG.plugins.golocal.dialog_install;
67 rememberSpan.textContent = LANG.plugins.golocal.dialog_remember;
73 continueButton.textContent = LANG.plugins.golocal.dialog_continue;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php431 * @param string $textContent The m.text body to send.
439 …public function sendMessage(string $roomId, string $textContent, string $msgType = 'm.text', int $… argument
440 $textBody = $this->getTextBody($textContent, $msgType);
449 * @param string $textContent The m.emote body to send.
456 public function sendEmote(string $roomId, string $textContent, int $timestamp = null) { argument
457 $body = $this->getEmoteBody($textContent);
466 * @param string $textContent The m.emote body to send.
473 public function sendNotice(string $roomId, string $textContent, int $timestamp = null) { argument
476 'body' => $textContent,
852 public function getTextBody(string $textContent, string $msgType = 'm.text'): array { argument
[all …]
/plugin/dev/www/
Dawesomplete.min.js2textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typin… property
/plugin/googletagmanager/_test/
Daction_plugin_googletagmanagerTest.php44 $value = $domElement->textContent;
77 $value = $domElement->textContent;
/plugin/adfs/phpsaml/lib/Saml/
DXmlSec.php57 if ($nbAttribute && strtotime($nbAttribute->textContent) > time()) {
60 if ($naAttribute && strtotime($naAttribute->textContent) <= time()) {
/plugin/saml/phpsaml/lib/Saml/
DXmlSec.php57 if ($nbAttribute && strtotime($nbAttribute->textContent) > time()) {
60 if ($naAttribute && strtotime($naAttribute->textContent) <= time()) {
/plugin/html2pdf/html2pdf/html2ps/
Ddom.php5.inc.php8 $this->content = $domelement->textContent;
35 return $this->domelement->textContent;
/plugin/bpmnio/script/
Dbpmnio_render.js21 container.textContent = err;
132 const xml = extractXml(data.textContent);
135 container.textContent = xml;
/plugin/copy2clipboard/
Dscript.js38 text += li.textContent + '\n';
43 text = event.target.previousSibling.textContent;

12345678910