/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
H A D | GoogleCloudDatalabelingV1beta1TextPayload.php | 25 public $textContent; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1TextPayload 30 public function setTextContent($textContent) argument 32 $this->textContent = $textContent; 39 return $this->textContent;
|
/plugin/passwordgrey/ |
H A D | script.js | 23 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 D | DiagramsMenuItemDispatcher.js | 57 let textContent = ''; 59 textContent += node.textContent; 66 title: textContent ? textContent : '',
|
H A D | DiagramsMediaManager.js | 48 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/ |
H A D | ajax.test.php | 24 $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/ |
H A D | ajax.test.php | 25 …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/ |
H A D | script.js | 6 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/ |
H A D | debugger.js | 69 tmp.textContent = 'Refresh'; 78 fonts.textContent = ''; 101 td1.textContent = list[i]; 114 name.textContent = fontName; 122 download.textContent = 'Download'; 125 logIt.textContent = 'Log'; 194 stepperChooser.textContent = ''; 195 stepperDiv.textContent = ''; 249 function c(tag, textContent) { argument 251 if (textContent) { [all …]
|
/plugin/downloadcodeblock/ |
H A D | script.js | 7 const match = element && element.textContent.match(/^\s*(.+[/\\])?([^/\\]+\.\w+)\s*$/); 13 const code = codeElement.textContent; 17 button.textContent = "Download";
|
/plugin/translate/ |
H A D | make_langnames_file.php | 31 && trim($tds->item(0)->textContent) == 'Old projects') { 39 if (!isset($code)) $code = trim($td->textContent); 40 else $row[] = trim($td->textContent);
|
/plugin/aichat/script/ |
H A D | AIChatChat.js | 70 style.textContent = ` 230 p.textContent = response.question; // replace original question with interpretation 289 div.textContent = message; 298 a.textContent = source.title;
|
H A D | AIChatButton.js | 51 this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat'; 72 style.textContent = `
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Configuration.php | 292 $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;
|
H A D | XML.php | 232 $variable = $element->textContent == 'true' ? true : false; 238 $variable = $element->textContent;
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | dom.php5.inc.php | 8 $this->content = $domelement->textContent; 35 return $this->domelement->textContent;
|
/plugin/adfs/phpsaml/lib/Saml/ |
H A D | XmlSec.php | 57 if ($nbAttribute && strtotime($nbAttribute->textContent) > time()) { 60 if ($naAttribute && strtotime($naAttribute->textContent) <= time()) {
|
/plugin/crypto/js/ |
H A D | toggle-encryption-dialog.js | 96 dialog.sack.setVar("data", dialog.tag.textContent); 100 dialog.encrypted = dialog.tag.textContent;
|
/plugin/strata/ |
H A D | script.js | 201 if (values.indexOf(v.textContent) == -1) { 202 values.push(v.textContent); 214 option.textContent = v==''?'<no value>':v; 288 return v.textContent.toLowerCase(); 387 createFilterFieldAndSort(th, filterColumns.charAt(i), i, i, sortColumns.charAt(i), fieldSelector, div, td.textContent); 447 f.caption.push(captionElement.textContent); 455 'caption': [captionElement.textContent],
|
/plugin/katex/_assets/contrib/ |
H A D | copy-tex.min.js | 1 …eturn e instanceof Text?e.textContent:e.outerHTML})).join("");a.setData("text/html",c),a.setData("…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | XML.php | 138 … return $decode ? self::decodeValue($result->item(0)->textContent) : $result->item(0)->textContent; 253 $$param = self::decodeValue($result->item(0)->textContent); 304 $$param = $result->item(0)->textContent;
|
/plugin/googletagmanager/_test/ |
H A D | action_plugin_googletagmanagerTest.php | 44 $value = $domElement->textContent;
|
/plugin/combo/resources/snippet/js/ |
H A D | menubar-fixed-top.js | 21 // textContent and not innerText (it adds br elements) 22 style.textContent = `:target {
|
/plugin/bpmnio/script/ |
H A D | bpmnio_render.js | 19 container.textContent = err; 122 const xml = extractXml(data.textContent);
|
/plugin/glossary/ |
H A D | script.js | 165 if (this.textContent && this.textContent.toLowerCase ().indexOf (value) >= 0)
|
/plugin/copycode/ |
H A D | script.js | 42 let result = this._source.textContent.split("_||copycode||_").join("\n");
|