Home
last modified time | relevance | path

Searched refs:text (Results 426 – 450 of 3150) sorted by relevance

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

/plugin/cookiebanner/
H A Dscript.js8 script.text(JSINFO.plugins.cookiebanner.script);
35 $div.html(JSINFO.plugins.cookiebanner.text);
39 $yay.text(LANG.plugins.cookiebanner.yay);
44 $nay.text(LANG.plugins.cookiebanner.nay);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DXor.php90 $text = '';
94 $text .= ' xor ';
97 $text .= $constraint->toString();
100 return $text;
/plugin/bez/scripts/
H A Dtask.js103 name = $this.find('.bez_name').text(),
149 value = selected.val() ? selected.text() : "";
192 text: false
215 var text = jQuery( this ).text();
216 if ( this.value && ( !request.term || matcher.test(text) ) ) {
219 label: text,
220 value: text,
239 if ( jQuery( this ).text().toLowerCase() === valueLowerCase ) {
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1419 text = "";
1428 text = '';
1452 text = '';
1578 text = text.replace(/\u00BD/g,"1/2"); // "half fraction" to "1/2"
1579 text = text.replace(/[\u2010-\u2015]/g,"-"); // "hyphens" to "-"
1580 text = text.replace(/\u2024/g,"."); // "one dot leader" to "."
1582 text = text.replace(/\\"/g,"'"); // fix [Opening "Queen\"s Gambit"]
1583 return text;
1961 if (text.indexOf('\n') < 0) { text = text.replace(/((\[[^\[\]]*\]\s*)+)/g, "\n$1\n"); }
1963 if (text.indexOf('"') < 0) { text = text.replace(/(&quot;)/g, '"'); }
[all …]
/plugin/move/_test/
H A Dpagemove.test.php33 $text = <<<EOT
48 saveWikiText($this->movedId, $text, $summary);
54 $text = <<<EOT
78 saveWikiText($this->parentBacklinkingId, $text, $summary);
82 $text = <<<EOT
110 saveWikiText($this->currentNsBacklinkingId, $text, $summary);
114 $text = <<<EOT
137 saveWikiText($this->otherBacklinkingId, $text, $summary);
141 $text = <<<EOT
168 saveWikiText($this->subNsPage, $text,
[all...]
/plugin/wikipediasnippet/
H A Dsyntax.php100 $text = $xml->query->pages->page->extract;
101 if (!$text) {
112 $text = str_replace('href="/', 'href="'.$wpUrl , $text);
114 $text = str_replace('src="//', 'src="http://' , $text);
149 $text = $xml->query->rightsinfo['text'];
/plugin/qstat/
H A Dstyle.css8 text-align: left;
14 text-align: center;
22 text-align: left;
71 text-align: right;
75 text-align: left;
79 text-align: center;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php274 * @param string $text
278 private function crypt($text, $mode) argument
295 $len = strlen($text);
304 $text[$k] = $text[$k] ^ chr($keyStream[($ksj + $ksi) & 255]);
307 return $text;
/plugin/indexnumber/
H A Dscript.js6 function indexnumberPickerInsert(text, edid) { argument
7 var rx = new RegExp('<idxnum\\s+' + text + '\\s+#(\\d+)', 'g'),
15 insertTags(edid, '<idxnum ' + text + ' #' + maxnumber + ' >', '</idxnum>', '');
37 .text(list[i])
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.font-size.php19 $text = $inline->get_first();
20 $this->assertEqual($text->words[0], "TEXT");
21 $this->assertWithinMargin($text->get_full_height(), mm2pt(10), 0.01);
H A Dtest.note-call.width.php40 foreach ($content->content as $text) {
41 $max_right = max($max_right, $text->get_right());
73 foreach ($content->content as $text) {
74 $max_right = max($max_right, $text->get_right());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php46 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Document
171 public function setText($text) argument
173 $this->text = $text;
180 return $this->text;
H A DGoogleCloudDocumentaiV1beta1Document.php46 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Document
171 public function setText($text) argument
173 $this->text = $text;
180 return $this->text;
H A DGoogleCloudDocumentaiV1beta2Document.php48 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Document
187 public function setText($text) argument
189 $this->text = $text;
196 return $this->text;
/plugin/color/
H A DREADME.md8 <color ⟨fg color⟩[/⟨bg color⟩[/⟨ignored text⟩]]>⟨text⟩</color>
9 <color ⟨fg color⟩:⟨bg color⟩[:⟨ignored text⟩]>⟨text⟩</color>
18 - The resulting HTML is a `<span>` element containing `⟨text⟩`, colorized with the given foreground…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1QueryInput.php110 public function setText(GoogleCloudDialogflowCxV3beta1TextInput $text) argument
112 $this->text = $text;
119 return $this->text;
H A DGoogleCloudDialogflowCxV3QueryInput.php110 public function setText(GoogleCloudDialogflowCxV3TextInput $text) argument
112 $this->text = $text;
119 return $this->text;
H A DGoogleCloudDialogflowCxV3WebhookRequest.php50 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequest
193 public function setText($text) argument
195 $this->text = $text;
202 return $this->text;
H A DGoogleCloudDialogflowCxV3beta1WebhookRequest.php50 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookRequest
193 public function setText($text) argument
195 $this->text = $text;
202 return $this->text;
/plugin/recommend/
H A Dstyle.css16 text-align: center;
23 text-align: center;
28 text-align: left;
43 text-align: right;
/plugin/searchindex/
H A Dscript.js46 var message = function(text) { argument
47 if (text.charAt(0) !== '<') {
48 text = '<p>' + text + '</p>'
50 $msg.html(text);
/plugin/rssticker/
H A Dstyle.css2 text-align:left;
13 text-decoration: none;
14 text-align:left;
18 text-align:left;
39 text-align:left;
/plugin/quickstats/
H A Dhelper.php55 function msg($text) { argument
56 if(is_array($text)) {
57 $text = '<pre>' . print_r($text,true) . '</pre>';
59 msg($text,2);
/plugin/submgr/
H A Dstyle.less3 text-align: left;
7 text-align: left;
11 text-align: right;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js174 FCKeditor.prototype._HTMLEncode = function( text ) argument
176 if ( typeof( text ) != "string" )
177 text = text.toString() ;
179 text = text.replace(

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