Home
last modified time | relevance | path

Searched refs:text (Results 2776 – 2800 of 3150) sorted by last modified time

1...<<111112113114115116117118119120>>...126

/plugin/rack/
H A Dstyle.css3 text-decoration: underline;
16 text-align:center;
24 text-align: right;
/plugin/lightboxv2/
H A Dscreen.css1text-align:center;line-height:0}#lightbox a img{border:0}#outerImageContainer{position:relative;ba…
/plugin/fedauth/Auth/OpenID/
H A DParse.php219 function match($regexp, $text, &$match) argument
222 return preg_match($regexp, $text, $match);
226 mb_ereg_search_init($text);
H A DHMAC.php25 function Auth_OpenID_SHA1($text) argument
32 return hash('sha1', $text, true);
35 $hex = sha1($text);
54 * @param string $text The message text to hash
57 function Auth_OpenID_HMACSHA1($key, $text) argument
66 return hash_hmac('sha1', $text, $key, true);
73 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);
81 function Auth_OpenID_SHA256($text) argument
84 return hash('sha256', $text, true);
95 function Auth_OpenID_HMACSHA256($key, $text) argument
[all …]
H A DServer.php151 function Auth_OpenID_ServerError($message = null, $text = null, argument
155 $this->text = $text;
280 if ($this->text) {
281 return $this->text;
296 $text = "No return_to URL available") argument
298 parent::Auth_OpenID_ServerError($message, $text);
327 $text = "Malformed trust root") argument
329 parent::Auth_OpenID_ServerError($message, $text);
/plugin/fedauth/
H A Dstyle.css31 text-align: left;
47 text-align: left;
55 text-align: right;
92 text-align: left;
179 text-align: left;
189 text-align: left;
235 text-align: left;
H A Dcommon.php57 $text = @file_get_contents($jsfile);
60 $text = preg_replace('!/\*.*?\*/!s', '', $text);
61 $text = preg_replace('/\n\s*\n/', "\n", $text);
64 . $text . "\n" . '//--><!]]></script>' . "\n";
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php220 $expires_string = $expires_element->text;
/plugin/fedauth/Auth/
H A DCOPYING107 (d) If the Work includes a "NOTICE" text file as part of its
112 of the following places: within a NOTICE text file distributed
120 or as an addendum to the NOTICE text from the Work, provided
184 the brackets!) The text should be enclosed in the appropriate
/plugin/bbs/
H A Dplugin.info.txt6 desc <bbs> tag that creates a block for BBS text.
H A Dstyle.css3 div.dokuwiki pre.bbs a {text-decoration:none; color: inherit;}
9 .bbs .blink {text-decoration:blink;}
/plugin/solr/
H A DAddDocument.php55 $this->writer->text($content);
H A Dstyle.css9 #dw__solr_advsearch .searchfields input[type=text],
/plugin/facebooklike/
H A DREADME.textile13 p. Icon of the text editor button by Yusuke Kamiyamane (http://p.yusukekamiyamane.com/).
/plugin/formatplus/
H A Dstyle.css14 text-decoration: underline;
34 /* Draw light-colored text on a dark background, or vice-versa. */
87 text-decoration: underline;
90 text-decoration: line-through;
H A DREADME35 The block insert and delete styles will also wrap the text in a ''DIV''
/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 …]
H A Djquery.syntax.layout.editor.js5 Syntax.Editor=function(container,text){this.container=container;this.current=this.getLines();} argument
6text="",startChild=0;for(var i=0;i<children.length;i+=1){var childLines=Syntax.innerText([children…
9 if(text!=""){offsets.push(startChild-lines.length);lines.push(text);}else{startChild-=1;}
21 …nt);preCaretTextRange.setEndPoint("EndToEnd",textRange);caretOffset=preCaretTextRange.text.length;}
27 …var text=editor.textForLines(changed.start,changed.end);if(changed.start==changed.end){editor.upda…
H A Djquery.syntax.brush.basic.js5 …(function(){var text=jQuery(this).text();jQuery(this).replaceWith(jQuery('<a>').attr('href',queryU…
H A Djquery.syntax.brush.css.js5text=Syntax.innerText(element);var colourBox=document.createElement('span');colourBox.className='c…
/plugin/jquery-syntax/jquery-syntax/bright/
H A Djquery.syntax.core.css25 text-decoration: underline; }
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.table.css28 text-align: right;
H A Djquery.syntax.core.css22 text-decoration: underline; }
35 text-align: right;
H A Djquery.syntax.layout.fixed.css8 text-align: right;
/plugin/jquery-syntax/
H A Daction.php34 'type' => 'text/javascript',
45 'type' => 'text/javascript',
51 'type' => 'text/javascript',
58 'type' => 'text/css',

1...<<111112113114115116117118119120>>...126