Home
last modified time | relevance | path

Searched refs:text (Results 351 – 375 of 3150) sorted by relevance

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

/plugin/blogtng/syntax/
H A Dheader.php59 list($text, $level) = $data;
63 $hid = $renderer->_headerToLink($text,true);
66 $renderer->toc_additem($hid, $text, $level);
70 $renderer->doc .= $renderer->_xmlEntities($text);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php44 public function deselectByVisibleText($text) argument
46 $this->byVisibleText($text, false, false);
49 public function deselectByVisiblePartialText($text) argument
51 $this->byVisibleText($text, true, false);
H A DAbstractWebDriverCheckboxOrRadio.php83 public function selectByVisibleText($text) argument
85 $this->byVisibleText($text);
88 public function selectByVisiblePartialText($text) argument
90 $this->byVisibleText($text, true);
137 * Selects or deselects a checkbox or a radio button by its visible text.
139 * @param string $text
143 protected function byVisibleText($text, $partial = false, $select = true) argument
148 XPathEscaper::escapeQuotes($text)
170 // Since the mechanism of getting the text in xpath is not the same as
172 if ($text !
[all...]
/plugin/combo/resources/page-image/
H A Dvignette.md5 <text font-size="h2" color="muted" >$parent_name</text>
12 <text font-size="h1" color="muted">${date_published|format()}</text>
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DImageToolTip.java46 g.drawString(((ImageToolTip) c).text, 3, 15); in paint()
74 private String text; field in ImageToolTip
76 public ImageToolTip(String text, Image image) { in ImageToolTip() argument
77 this.text = text; in ImageToolTip()
/plugin/abc2/abc-libraries/abc2svg/
H A Dchordnames-1.js7 t=gch.text
11 gch.text=cfmt.chordnames.Z
13 gch.text=t.replace(/[A-GZ]/g,function(c){return cfmt.chordnames[c]})
15 gch.text=gch.text.replace(/Hb/g,'Bb')}}
/plugin/alphalist2/
H A Dscript.js7 elements.push([$this.text(), $this]);
21 var text = $this.text().trim();
22 var firstLetter = text.charAt(0);
39 jQuery(document.createElement("h" + headerLevel)).text(header).appendTo($parent);
/plugin/combo/resources/theme/default/components/css/
H A Dregister.css7 text-align: initial;
21 text-transform: capitalize;
40 text-align: center;
53 text-align: center;
59 text-align: center;
/plugin/struct/
H A Dstyle.less10 text-align: left;
13 text-align: left;
43 text-align: left;
55 text-align: left;
66 text-align: left;
122 text-align: left;
149 text-align: right;
164 text-align: left;
178 text-align: left;
191 text
[all...]
/plugin/workflow/
H A Dscript.js45 function wfRenderLink(target, script, text) { argument
46 …" href="doku.php?id=' + wfnamespace + ':' + target + '" onclick="' + script + '">' + text + '</a>';
117 ….trim(jQuery(this).val()).split(/\s+/).join('\\b)(?=.*\\b') + ').*$', reg = RegExp(val, 'i'), text;
119 text = jQuery(this).text().replace(/\s+/g, ' ');
120 return !reg.test(text);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
29 <cfcontent reset="true" type="text/xml; charset=UTF-8">
50 <cfargument name="text" required="true">
52 <cfset SendErrorNode( ARGUMENTS.number, ARGUMENTS.text )>
58 <cfset SendErrorNode( ARGUMENTS.number, ARGUMENTS.text )>
66 <cfargument name="text" required="true">
67 <cfoutput><Error number="#ARGUMENTS.number#" text="#htmleditformat(ARGUMENTS.text)#" /></cfoutput>
/plugin/toolbox/
H A DToolboxFindAndReplace.js129 var text = $dialog.components.in_replace.val();
130 pasteText(sel, text, {startofs: 0, endofs: 0, nosel: true});
155 var text = textarea.value;
163 while (m = re.exec(text)) {
173 textarea.value = text.replace(re, repl);
209 var text = textarea.value.substr(pos);
211 var idx = text.search(re);
224 var match = text.match(re);
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js435 JSON.parse = function (text, reviver) { argument
468 text = String(text);
470 if (rx_dangerous.test(text)) {
471 text = text.replace(rx_dangerous, function (a) {
492 text
504 j = eval('(' + text + ')');
/plugin/tiledblog/
H A Dsyntax.php87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
88 $renderer->doc .= $text.NL;
89 file_put_contents ($filename, $text);
108 $text = '
112 $text .= $this->getEntry ($entry, $width);
113 $text .= '
115 $renderer->doc .= $text.NL;
116 file_put_contents ($filename, $text);
/plugin/move/script/
H A Djson2.js30 of nested structures. If it is omitted, the text will
36 This method produces a JSON text from a JavaScript value.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
90 // text is '["e",{"pluribus":"unum"}]'
93 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
94 // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'
96 text = JSON.stringify([new Date()], function (key, value) {
100 // text is '["Date(---current time---)"]'
103 JSON.parse(text, reviver)
104 This method parses a JSON text t
406 parse(text, reviver) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php60 * text is explicitly set in the constructor or via {@see CommonToken::setText()}.
66 protected $text; variable in Antlr\\Antlr4\\Runtime\\CommonToken
136 * token will share a reference to the {@see CommonToken::text()} field and
138 * {@see CommonToken::text()} will be assigned the result of calling
151 $token->setText($this->text);
178 if ($this->text !== null) {
179 return $this->text;
198 * Explicitly set the text for this token. If `text` is not `null`, then
200 * extracting the text fro
206 setText(string $text) global() argument
[all...]
/plugin/structpublish/action/
H A Dbanner.php112 $text = $this->getLang($this->compactView ? "compact_banner_$name" : "banner_$name");
114 $text = strtr($text, $replace);
120 $text .= ' <a href="' . $link . '" title="' . $this->getLang('diff') . '">' . $icon . '</a>';
125 return "<$tag class='$name'>$text</$tag>";
133 * @param int $text the link text to use
136 protected function makeLink($id, $rev, $text) argument
139 return '<a href="' . $url . '">' . hsc($text) . '</a>';
/plugin/etherpadlite/scripts/
H A Detherpadlite.js25 jQuery('#wiki__text').val(data.text);
83 jQuery('#wiki__text').val(data.text);
271 jQuery('#wiki__text').val(data.text);
357 var text = "";
359 text = jQuery('#wiki__text').val();
455 ep.proxyPasteText = function (selection,text,opts) { argument
456 if (typeof(text) == 'undefined') return;
461 return ep.pasteText.apply(self,[selection,text,opts]);
473 ep.proxyInsertAtCarret = function(textAreaID, text) { argument
475 ep.sendMessage('insert', {'text': text});
[all …]
/plugin/spellcheck/
H A Dscript.js270 var text = '';
272 text += this.txtNoSug+'<br />';
277 text += args[i];
278 text += '</a><br />';
282 text += '<a href="javascript:ajax_spell.ask('+id+')">';
283 text += '['+this.txtChange+']';
284 text += '</a><br />';
286 this.suggestObj.innerHTML = text;
440 var text = ajax_spell.showboxObj.innerHTML;
441 if(text !== ''){
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md31 ### ***`integer`*** `count(`***`string`*** `$text)`
32 Counts the number of sentences in the text.
36 ### ***`array`*** `split(`***`string`*** `$text, `***`integer`*** `$flags = 0)`
37 Splits the text into sentences.
50 // This is the test text we're going to use
51 $text = "Hello there, Mr. Smith. What're you doing today... Smith,"
59 $sentences = $Sentence->split($text);
62 $count = $Sentence->count($text);
71 text into full sentences. You can easily check the steps in the code.
75 text thi
[all...]
/plugin/advrack/
H A Dscript.js31 var racks = jQuery.parseJSON(jQuery.text(el));
128 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, equipment['label']…
129 server.push(text);
147 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, equipment['label']…
148 cage.push(text);
188 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, deck['label']).att…
189 raph_deck.push(text);
224 …var text2 = paper.text(boundaries.x + 2, boundaries.y + boundaries.height/2, 'filler panel').attr(…
331 …var text = paper.text(boundaries.x + boundaries.width/2, boundaries.y + boundaries.height/2, modul…
333 text.transform('r-90');
[all …]
/plugin/jquery-syntax/
H A Daction.php34 'type' => 'text/javascript',
45 'type' => 'text/javascript',
51 'type' => 'text/javascript',
58 'type' => 'text/css',
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.top-boundary.php27 $text = $cell->content[0]->content[0];
28 $this->assertEqual($text->get_top_margin(),
56 $text = $cell->content[0]->content[0];
57 $this->assertEqual($text->get_top_margin(),
/plugin/diagramsnet/lib/js/
H A Dclear.js3 function write(text) argument
5 document.body.appendChild(document.createTextNode(text));
8 function writeln(text) argument
10 write(text);
/plugin/conflictmerger/
H A Daction.php110 * So even if the text is edited to avoid conflicts, a conflict form will
229 * @param text The current text.
231 function html_conflict_solving($text) { argument
239 if ($this->merge($ID, rawWiki($ID, $DATE), $text, rawWiki($ID, ''), $result)) {
242 $text = $result;
250 html_conflict($text, $SUM);
251 html_diff($text, false);
255 html_diff($text, false);
262 $form->addHidden('wikitext', $text);

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