Home
last modified time | relevance | path

Searched refs:text (Results 76 – 100 of 3022) sorted by relevance

12345678910>>...121

/plugin/numberedheadings/
H A Dsyntax.php90 $text = trim(trim($match), '='); // drop heading markup
91 $text = ltrim($text);
92 $dash = strspn($text, '-'); // count dash marker to check '-' or '--'
93 $text = substr($text, $dash);
95 switch ($text[0]) {
97 list($number, $title) = array('', trim($text));
111 list($number, $title) = explode(' ', substr($text, 1), 2);
116 $closed = strpos($text, '"',
[all...]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js84 cleanText: function(text) { argument
85 text = _.invoke(text.split('\n'), 'trim');
86 return text.join('\n');
92 textBBox: function(text, font) { argument
93 text = this.cleanText(text);
97 p = this.paper_.print(0, 0, text, font.obj_, font['font-size']);
99 p = this.paper_.text(0, 0, text);
131 drawText: function(x, y, text, font, align) { argument
132 text = this.cleanText(text);
137 var bb = this.textBBox(text, font);
[all …]
/plugin/autotabber/
H A Dtaboverride.js226 text = target.value;
242 sel = range.text;
246 selEnd = tempRange.text.length;
293 if (selEnd === text.length || text.charAt(selEnd) === '\n') {
305 endLine = text.length;
349 … target.value = text.slice(0, startLine) + text.slice(startLine + preTab, selStart) +
377 range.text = tab;
380 target.value = text.slice(0, selStart) + tab + text.slice(selEnd);
389 target.value = text.slice(0, selStart - tabLen) + text.slice(selStart);
424 endLine = text.length;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php232 * An expectation for checking if the given text is present in the specified element.
233 * To check exact text match use elementTextIs() condition.
238 * @param string $text The text to be presented in the element.
239 * @return static Condition returns whether the text is present in the element.
241 public static function textToBePresentInElement(WebDriverBy $by, $text) argument
243 return self::elementTextContains($by, $text);
247 * An expectation for checking if the given text is present in the specified element.
248 * To check exact text match use elementTextIs() condition.
251 * @param string $text Th
254 elementTextContains(WebDriverBy $by, $text) global() argument
277 elementTextIs(WebDriverBy $by, $text) global() argument
319 textToBePresentInElementValue(WebDriverBy $by, $text) global() argument
331 elementValueContains(WebDriverBy $by, $text) global() argument
394 invisibilityOfElementWithText(WebDriverBy $by, $text) global() argument
[all...]
/plugin/asana/remote/
H A DAPILink.php33 var $text = ""; variable in remote_plugin_asana_APILink
143 $text = "<div>";
144 $text = $text . "<h1> Tâches Asana ( Asana's Tasks ) </h1><br/>";
145 $text = $text . "<h2>". $this->workspace_filter['name'] . "</h2><br/>";
147 $text = $text . "<br/><br/>";
232 return $text;
283 $text .= "<ul>";
285 $text = $text . "<li>" . $comment_key . "</li>";
288 return $text."</ul>";
299 $text .= "<ul>";
[all …]
/plugin/data-au/syntax/
H A Dtable.php392 $text .= '</div>';
397 $text .= '<tr>';
425 $text .= '</th>';
427 $text .= '</tr>';
459 $text .= '</tr>';
462 return $text;
491 $text = '';
494 $text .= '<tr>';
508 $text .= '<tr>';
533 $text .= '&nbsp;';
[all …]
/plugin/data/syntax/
H A Dtable.php74 * @param string $match The text matched by the patterns
76 * @param int $pos The character position of the matched text
382 $text = '<div class="table dataaggregation">';
399 $text .= '<div class="filter">';
400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
401 $text .= '<div class="resetfilter">' .
404 $text .= '</div>';
407 $text .= '<table class="inline dataplugin_table ' . $data['classes'] . '">';
409 $text .= '<tr>';
412 $text
[all...]
/plugin/gh/
H A Dsyntax.php114 $text = false;
122 $text = io_readFile($cache);
127 if (!$text) {
129 $text = $http->get($raw);
131 if ($text) {
133 io_saveFile($cache, $text);
136 $text = io_readFile($cache);
141 if (!$text) return true;
148 $lines = explode("\n", $text);
150 $text = join("\n", $lines);
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.twitter.js38 var text = typeof(options.text) === 'function' ?
39 options.text.call(this, options, uri, settings) :
40 String(options.text);
43 text = $.fn.socialSharePrivacy.abbreviateText(text, 120);
48 text : text, property in $.fn.socialSharePrivacy.settings.services.twitter.button.params
/plugin/codemirror/dist/modes/
H A Dvue.min.js1text|application)\/(?:x-)?coffee(?:script)?$/,"coffeescript"],["lang",/^babel$/,"javascript"],["ty…
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php66 function SendError( $number, $text ) argument
69 SendUploadResults( $number, "", "", $text ) ;
73 SendErrorNode( $number, $text ) ;
85 SendErrorNode( $number, $text ) ;
92 function SendErrorNode( $number, $text ) argument
94 if ($text)
95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php66 function SendError( $number, $text ) argument
69 SendUploadResults( $number, "", "", $text ) ;
73 SendErrorNode( $number, $text ) ;
85 SendErrorNode( $number, $text ) ;
92 function SendErrorNode( $number, $text ) argument
94 if ($text)
95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php66 function SendError( $number, $text ) argument
69 SendUploadResults( $number, "", "", $text ) ;
73 SendErrorNode( $number, $text ) ;
85 SendErrorNode( $number, $text ) ;
92 function SendErrorNode( $number, $text ) argument
94 if ($text)
95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
/plugin/multiselect/_test/
H A Dsyntax.test.php27 $this->assertEquals('a',trim(pq("span",$mselector)->eq(0)->text()));
28 $this->assertEquals('b',trim(pq("span",$mselector)->eq(1)->text()));
29 $this->assertEquals('c',trim(pq("span",$mselector)->eq(2)->text()));
30 $this->assertEquals('d',trim(pq("span",$mselector)->eq(3)->text()));
32 $this->assertEquals('a',trim(pq("span.multismiley",$doc)->text()));
48 $this->assertEquals('a a',trim(pq("span",$mselector)->eq(0)->text()));
49 $this->assertEquals('üöäß',trim(pq("span",$mselector)->eq(1)->text()));
50 $this->assertEquals('ä_',trim(pq("span",$mselector)->eq(2)->text()));
53 $this->assertEquals('a a',trim(pq("span.multismiley",$doc)->text()));
/plugin/subjectindex/syntax/
H A Dentry.php76 private function _remove_ord($text) { argument
77 $text = preg_replace('`^\d+\.`', '', $text);
78 $text = preg_replace('`\/\d+\.`', '/', $text);
79 return $text;
134 private function _html_encode($text) { argument
135 $text = htmlentities($text, ENT_QUOTES, 'UTF-8');
136 return $text;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py29 def escape(text, replace=string.replace): argument
36 text = replace(text, '&', '&amp;') # must be done 1st
37 text = replace(text, '<', '&lt;')
38 text = replace(text, '>', '&gt;')
39 text = replace(text, '"', '&quot;')
40 text = replace(text, "'", '&#39;')
41 return text
/plugin/tagfilter/_test/
H A Dsyntax.test.php47 $this->assertEquals('', $options->eq(0)->text());
48 $this->assertEquals('Blorg', $options->eq(1)->text());
51 $this->assertEquals('', $options->eq(0)->text());
52 $this->assertEquals('A', $options->eq(1)->text());
53 $this->assertEquals('B', $options->eq(2)->text());
56 $this->assertEquals('', $options->eq(0)->text());
57 $this->assertEquals('1', $options->eq(1)->text());
58 $this->assertEquals('2', $options->eq(2)->text());
75 $this->assertEquals('', $options->eq(0)->text());
76 $this->assertEquals('Tagpage1', $options->eq(1)->text());
[all...]
/plugin/directions/
H A Dstyle.css16 text-align: center;
23 text-align: left;
34 text-align: right;
44 text-align: right;
50 text-align: left;
56 text-align: left;
81 text-align: center;
87 text-align: left;
93 text-align: right;
106 text-align: right;
[all …]
/plugin/datepicker/_test/
H A Dsyntax.test.php37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
71 $this->plugin->getConf('emptyStringWeek'),trim($mselector->eq(0)->text()));
99 $this->assertEquals('2014-02-01',trim($mselector->eq(0)->text()));
100 $this->assertEquals('2014-02-01',trim($mselector->eq(1)->text()));
101 $this->assertEquals('2014-02-01',trim($mselector->eq(2)->text()));
120 $this->assertEquals('14/02',trim($mselector->eq(0)->text()));
121 $this->assertEquals('14/02',trim($mselector->eq(1)->text()));
[all …]
/plugin/authsqlite/
H A Dauth.sql3 login text not null,
4 pass text not null,
5 fullname text not null default '',
6 email text not null default '',
13 name text not null,
20 animal text not null default '',
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php95 public function scan($text, $delimiters = null) argument
114 $len = strlen($text);
118 $char = $text[$i];
135 $char = $text[$i + 1];
160 $char = $text[$i];
266 * @param string $text Mustache template source
271 private function changeDelimiters($text, $index) argument
273 $startIndex = strpos($text, '=', $index) + 1;
275 $closeIndex = strpos($text, $close, $index);
323 * @param string $text
[all …]
/plugin/register/
H A Dregister.php169 if ($text == "")
170 $text = $this->text_range;
190 return $this->_text($x, $y, $fontidx, $text, $text, $angle);
192 public function text($x, $y, $fontidx, $text, $angle = 0) argument
252 $text = $register->name;
254 $text .= ": " . $register->desc;
256 $text .= " - " . $register->perms;
257 $im->text($x, $y, FONT_TITLE, $text);
432 $im->text($cx2+$fw, $cy2-$fh, FONT_LABELS, $text);
440 $text = explode("\n", $bdesc);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte7 const detectType = (text) => {
8 text = text.replace(/^\s*%%.*\n/g, '\n');
9 console.debug('Detecting diagram type based on the text ' + text);
10 if (text.match(/^\s*sequenceDiagram/)) {
14 if (text.match(/^\s*gantt/)) {
18 if (text.match(/^\s*classDiagram/)) {
22 if (text.match(/^\s*stateDiagram/)) {
26 if (text.match(/^\s*gitGraph/)) {
29 if (text.match(/^\s*flowchart/)) {
33 if (text.match(/^\s*info/)) {
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc85 // Text input field for the abbreviation text.
198 text = text.replace(/</gm,'&lt;');
199 text = text.replace(/>/gm,'&gt;');
205 text = "\n" + hiliting +']' +"*/\n" + text;
209 text = "\n" + hiliting + ', start_line_numbers_at="'+num +'"]' +"*/\n" + text;
213 text = "\n" + hiliting + ', highlight_lines_extra="'+num +'"]' +"*/\n" + text;
219 if(which == 'text') {
220 p_lang = 'text';
232 if(p_lang == 'text') {
233 text = text.replace(/^(.*?)\n$/gm,"<p>$1</p>");
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js8 Syntax.innerText=function(element){var text;if(!element){return"";}
9 …R'){return'\n';}else if(element.textContent){text=element.textContent;}else if(document.body.inner…
10 return text.replace(/\r\n?/g,'\n');}
11text=null,elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){offset+=elem.nodeValue.length;}el…
31 var text=this.value.substr(start-this.offset,end-start);append(text,container);append(child.reduce(…
85 Syntax.Brush.MatchPattern=function(text,rule){if(!rule.pattern) argument
93 if(rule.debug){Syntax.log("Syntax matches:",rule,text,matches);}
96 …e.getMatches=function(text){var matches=[];for(var i=0;i<this.rules.length;i+=1){matches=matches.c… argument
98 …pe.buildTree=function(text,offset,additionalMatches){offset=offset||0;text=text.replace(/\r/g,'');… argument
105 text=replacement.text;}
[all …]

12345678910>>...121