Home
last modified time | relevance | path

Searched refs:result (Results 1851 – 1875 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/aceeditor/
H A Dbuild.js1 …{return t==null?"":(""+t).replace(_[e],function(t){return M[e][t]})}}),x.result=function(e,t){if(e…
/plugin/eventline/
H A Dtimeline.js160 var result;
166 result=Timeline.DateTime.SECOND;
172 result=Timeline.DateTime.HOUR;
175 result=Timeline.DateTime.DAY;
178 result=Timeline.DateTime.WEEK;
181 result=Timeline.DateTime.MONTH;
184 result=Timeline.DateTime.YEAR;
196 result=Timeline.DateTime.EPOCH;
199 result=Timeline.DateTime.ERA;
202 result=Timeline.DateTime.YEAR;
[all …]
/plugin/simplechat/
H A Dajax.php11 $result=""; variable
34 $result = "Commands:<br>"; variable
35 $result .= "/me action - emote an action. (/me smiles)<br>";
36 $result .= "/time - display server time.<br>";
37 $result .= "/flip - user flips a coin.<br>";
38 $result .= "/roll # - user rolls a # sided dice (defaults 100).<br>";
51 $result = ""; variable
56 $result = ""; variable
62 if( $linecount >= $startline ) $result .= $line;
71 $result .= (string)($linecount-1); // last line in response is the new current count
[all …]
H A Dsyntax.php43 $result = "";
44 $result .= "<div id='sc-wrap'>";
47 $result .= "<input type='hidden' id='sc-username' value='".$INFO['client']."'>";
49 $result .= "<input type='hidden' id='sc-username' value='anonymous'>";
51 $result .= "<input type='hidden' id='sc-roomname' value='".$INFO['id']."'>";
52 $result .= "<div id='sc-chatframe'><div id='sc-chatarea'></div></div>";
53 …$result .= "<form id='sc-messagearea'><textarea id='sc-send' maxlength = '250'></textarea><p>Your …
54 $result .= "</div><br style='clear:both;'>";
55 return $result;
/plugin/dwinsect/
H A Dsyntax.php212 list($state, $result) = $data;
222 list($instructions, $error) = $result;
/plugin/whoisonline/
H A Dsyntax.php77 $result = "";
79 $result .= "<div class='WIO_onlineWidget'>";
80 $result .= "<div class='WIO_count'>".$onlinecount."</div>";
81 $result .= "<div class='WIO_label'>online</div>";
83 $result .= "<div class='WIO_panel' style='display:none;'>Loading</div>";
85 $result .= "</div>";
87 return $result;
H A Dajax.php11 $result .= "<div class='WIO_displayline'>No users online</div>";
14 …foreach( $online_users as $user ) { $result .= "<div class='WIO_displayline'>".$user['display']."<…
17 echo $result;
/plugin/searchpattern/
H A Dstyle.css8 …* - ver 0.3 : 2013-04-07 : Leo Eibler <dokuwiki@sprossenwanne.at>: add no result td.sp_nores backg…
12 div.dokuwiki div.sp_main div.sp_main{ /* the div containing the result table (not the error message…
85 div.dokuwiki div.sp_main table.sp_main_table tr.sp_result{ /*the result rows*/
95 div.dokuwiki div.sp_main table.sp_main_table td.sp_nores{ /*the "no result" cell*/
/plugin/dwspecialist/
H A Dsyntax.php70 if (preg_match('#(\n)( {2,}[/*]?)([ ]*[^\n<]*)<special([^\n>]*)>#', $match, $result)) {
71 } elseif (preg_match('#(\n)( {2,}[/*]?)([ ]*)<special([^\n>]*)>#', $match, $result)) {
72 } elseif (preg_match('#(\n)([ ]*)()<special([^\n>]*)>#', $match, $result)) {
73 } elseif (preg_match('#()()([^\n<])<special([^\n>]*)>#', $match, $result)) {
75 return array($state, $result);
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js65 var result = key ? undefined : {};
72 result = converted(cookie);
77 result[name] = converted(cookie);
81 return result;
/plugin/flowplayer/player/
H A DREADME.txt233 - the result of URL resolvers in now cached, and the resolvers will not be used again when a clip i…
H A DLICENSE.txt633 author or copyright holder as a result of your choosing to follow a
/plugin/tindexmenu/
H A Daction.php121 $event->result = false;
/plugin/projects/lib/
H A Dmaker.php279 $pid = pcntl_wait($result);
281 $result = current($this->pid);
282 $pid = $result;
291 if ($result != 0) {
292 $this->add_error($name, array("failure" => $result));
313 $result = $file->make($this->project->path());
314 if ($this->parallel) exit($result);
315 return $result;
H A Dproject_file.php165 $result = pclose($f);
166 if ($result === 0)
170 return $result;
/plugin/projects/
H A Dcodemirror-compressed.js1 …ow.File){function r(e,n){var r=new FileReader;r.onload=function(){o[n]=r.result,++u==i&&(t=hr(t),p…
/plugin/fblogin/lib/
H A Dbase_facebook.php35 protected $result; variable in FacebookApiException
43 $this->result = $result;
45 $code = isset($result['error_code']) ? $result['error_code'] : 0;
50 } else if (isset($result['error']) && is_array($result['error'])) {
69 return $this->result;
815 if (is_array($result) && isset($result['error_code'])) {
827 return $result;
874 if (is_array($result) && isset($result['error'])) {
880 return $result;
971 if ($result === false) {
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js770 result = null;
773 result = api.prev();
775 result = api.next();
778 if (result) {
/plugin/bible/
H A Dsyntax.php97 $result = preg_match("/^.*?(\d*?\s*?\w+) (\d+):(\d+)(-(\d+))*$/", $inputVerse, $matches);
98 if ($result){
138 $result = preg_match("/^.*?(\d+:\d+)\.(.*?)$/", $line, $matches);
139 if ($result){
/plugin/photowidget/
H A Dphotowidget.php116 $result = substr($src, 0, $keyword_pos);
119 $result = substr($src, $keyword_pos+strlen($keyword));
121 return $result;
/plugin/contactmodern/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/fedauth/Auth/OpenID/
H A DAX.php623 $result = $this->_checkMode($ax_args);
624 if (Auth_OpenID_AX::isError($result)) {
625 return $result;
635 $result = Auth_OpenID_AX_checkAlias($alias);
637 if (Auth_OpenID_AX::isError($result)) {
638 return $result;
902 $result = parent::parseExtensionArgs($ax_args);
904 if (Auth_OpenID_AX::isError($result)) {
905 return $result;
938 $result = $obj->parseExtensionArgs($ax_args);
[all …]
H A DParse.php170 $result = preg_match($this->openTag('html'), $s,
172 if ($result === false || !$matches) {
182 $result = preg_match($this->closeTag('html'), $s,
184 if ($result === false || !$matches) {
334 $result = array();
337 $result[] = $attr;
341 return $result;
H A DPostgreSQLStore.php81 $result = $this->_get_assoc($server_url, $handle);
82 if ($result) {
/plugin/fedauth/Auth/Yadis/
H A DYadis.php323 $result = new Auth_Yadis_DiscoveryResult($uri);
337 $result->fail();
338 return $result;
341 $result->normalized_uri = $response->final_url;
346 if ($result->content_type &&
349 $result->xrds_uri = $result->normalized_uri;
361 $result->xrds_uri = $yadis_location;
367 $result->fail();
368 return $result;
377 $result->response_text = $response->body;
[all …]

1...<<71727374757677787980