Home
last modified time | relevance | path

Searched refs:result (Results 1951 – 1975 of 1997) sorted by path

1...<<71727374757677787980

/plugin/whoisonline/
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;
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;
/plugin/wikistats/
H A Daction.php61 $event->result = false;
H A Dhelper.php43 $result = array();
44 $result[] = array(
50 return $result;
/plugin/wikistyle2html/
H A Dscript.js91 var result;
179 result = HeaderSplit[0];
184 bodyInnerHTML = result;
230 var result;
235 result = Headers[j].innerHTML;
238 result = HeaderSplit[0];
244 Headers[j].innerHTML = result;
251 result = HeaderSplit[0];
262 result = Headers[j].innerHTML;
265 result = HeaderSplit[0];
[all …]
/plugin/wrap/
H A Daction.php142 $event->result = '';
/plugin/wysiwyg/
H A Daction.php53 $ret = load_wysiwyg($event->result);
57 $event->result = $ret['markup'];
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp29 ' Prevent the browser from caching the result.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm173 <!--- this should only occur as a result of a permissions problem --->
H A Dcf5_upload.cfm187 <!--- this should only occur as a result of a permissions problem --->
202 <!--- Can be overwritten. The last value will be sent with the result --->
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc155 <cfset var result = "" />
166 result = result & "<div>" & chr(13) & chr(10);
168 result = result & "</div>" & chr(13) & chr(10);
170 <cfreturn result />
181 <cfset var result = "" />
197 result = result & "<div>" & chr(13) & chr(10);
198result = result & "<input type=""hidden"" id=""#this.instanceName#"" name=""#this.instanceName#"" …
199result = result & "<input type=""hidden"" id=""#this.instanceName#___Config"" value=""#GetConfigFi…
200result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
201 result = result & "</div>" & chr(13) & chr(10);
[all …]
H A Dfckeditor.lasso84 local('result' = false);
86 #result = client_browser->Substring(client_browser->Find("MSIE")+5,3)>=5.5;
89 #result = client_browser->Substring(client_browser->Find("Gecko/")+6,8)>=20030210;
92 #result = client_browser->Substring(client_browser->Find("Opera/")+6,4)>=9.5;
95 #result = client_browser->Substring(client_browser->Find("AppleWebKit/")+12,3)>=522;
97 return(#result);
H A Dlicense.txt1004 Initial Developer or such Contributor as a result of warranty,
1027 the Initial Developer or such Contributor as a result of any such
/plugin/xcom/lang/en/
H A Dfunctions.txt43 ^Description|Returns the available versions of a Wiki page. The number of pages in the result is co…
H A Dhowto.txt7 …ick ''Send query''. So, for instance, if you select ''getAllPages'', the result will be a list of …
32 …t, and Code. These are all contained within an "Output" window. When the result of a query is disp…
/plugin/xcom/
H A Dremote.php105 $result =$this->find_all_files($namespace,$regex);
109 for($i=0;$i<count($result); $i++) {
110 $result[$i] = preg_replace($regex,"",$result[$i]);
111 $result[$i] = preg_replace("/\/?pages/","",$result[$i]);
112 $result[$i] = str_replace('/',':',$result[$i]);
115 return $result;
139 $result[]="$value";
145 if(isset($result)) return $result;
170 $result = explode('|', $file);
171 $result = explode('?',$result[0]);
[all …]
H A Dscript.js337 var result = "";
340 result += "s[]=" + tmp[i];
342 result += '&';
346 result = result.replace(/=\s+/g, '=');
347 result = result.replace(/\s*&\s*/g, '&');
348 return result;
/plugin/xcom/scripts/
H A Dtest.php6 $result = json_decode($rem->pageVersions("events:event_handlers")); variable
8 for($i=0; $i<count($result);$i++) {;
9 $result[$i]->modified = date("r",$result[$i]->modified);
12 echo print_r($result,1) ."\n";
/plugin/xlsx2dw/
H A DREADME.md37 5. The result is shown in the screenshot below.
H A Dscript.js31 formattedTable = await getFormattedTableFromXLSX(e.target.result);
34 formattedTable = await getFormattedTableFromXLS(e.target.result);
37 formattedTable = await getFormattedTableFromODS(e.target.result);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1279 result: value ? value.result : undefined
5869 result.tl = this.n2l(result.left) + result.top;
5870 result.br = this.n2l(result.right) + result.bottom;
5871 result.dimensions = "".concat(result.tl, ":").concat(result.br);
41558 this.result = result;
41576 if (result && result instanceof Result) return result;
41585 if (typeof result == 'object' && result && result instanceof Result) return result;
42033 ~indexOf(result, key) || result.push(key);
42877 if (result.error) throw result.value;
43075 if (result.error) reject(result.value);
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1791 return result;
1859 result = (result << 8) + this.byteAt(i);
1930 return result;
1970 return result;
1994 return result;
3355 return result;
3475 return result;
4154 result = result.pipe(new utf8.Utf8EncodeWorker());
4157 result = result.pipe(new utf8.Utf8DecodeWorker());
4203 result = result.pipe(new utf8.Utf8EncodeWorker());
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3601 var result = base.split('/');
3602 if(base.slice(-1) != "/") result.pop(); // folder path
3606 if (step === '..') result.pop();
3607 else if (step !== '.') result.push(step);
3609 return result.join('/');
/plugin/xtern/
H A Daction.php115 $event->result = preg_replace("#$srch#", "",$event->result);
116 $event->result = str_replace($srch,"",$event->result);
119 $this->update_wiki_page($event->result, $url) ;
124 …$event->result = preg_replace('/__\s*BROKEN-LINK:__\s*BROKEN-LINK:/ms', '__ BROKEN-LINK:', $event-…
125 …$event->result = preg_replace('/\s*LINK-BROKEN\s*__\s*LINK-BROKEN\s*__/ms', 'LINK-BROKEN__', $even…
126 …$event->result = preg_replace('/_*\s*BROKEN-LINK:_*\s*BROKEN-LINK:/ms', '__BROKEN-LINK: ', $even…
127 … $event->result = preg_replace('/LINK-BROKEN__LINK-BROKEN__/ms', 'LINK-BROKEN__', $event->result);
128 $event->result = preg_replace('/BROKEN-LINK:\s+/ms', 'BROKEN-LINK: ', $event->result);
129 …$event->result = preg_replace('/__BROKEN-LINK: \s*_*\s* BROKEN-LINK:/ms','__ BROKEN-LINK:',$event-…
133 function update_wiki_page(&$result, $url) argument
[all …]
/plugin/yql/
H A Dsyntax.php141 $result = $client->sendRequest($yql_query_url);
143 if ($result === false) {

1...<<71727374757677787980