Home
last modified time | relevance | path

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

1...<<71727374757677787980

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
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/editor/filemanager/connectors/asp/
H A Dbasexml.asp29 ' Prevent the browser from caching the result.
/plugin/dokukiwix/
H A DCOPYING586 author or copyright holder as a result of your choosing to follow a
/plugin/guestbook/
H A Dbasic.class.php76 $result = mysql_query($sql);
80 while ($data=mysql_fetch_row($result))
137 $result = mysql_query($sql);
139 while($data = mysql_fetch_array($result))
159 if ( mysql_num_rows($result)>0 )
212 $result = mysql_query("SELECT ID FROM wiki_guestbook ORDER BY date DESC");
213 if(isset($result))
215 $_SESSION['showmax'] = mysql_num_rows($result);
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt41 that we use text/html Content-type, because the result is loaded
66 do not need an explicit binding between a result data and a loader:
102 result is binded to which callback action (see above).
H A DJsHttpRequest.php187 $result = array();
190 $result[] = JsHttpRequest::php2js($v);
192 return '[ ' . join(', ', $result) . ' ]';
195 $result[] = JsHttpRequest::php2js($k) . ': ' . JsHttpRequest::php2js($v);
197 return '{ ' . join(', ', $result) . ' }';
259 $result = array(
268 … array_walk_recursive($result, array(&$this, '_toUtf8_callback'), $this->SCRIPT_ENCODING);
271 $text = json_encode($result);
273 $text = $this->php2js($result);
276 $text = $this->php2js($result);
/plugin/wysiwyg/fckeditor/
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/flowplay/flowplayer/
H A DREADME.txt152 …was caused by two method names in the new JavaScript API. As a result, these methods are now renam…
H A DLICENSE.txt160 result of this License or out of the use or inability to use the
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php332 $result=array();
372 return $result;
699 return $result;
723 return $result;
1016 $this->image=$result;
1042 $this->image=$result;
1082 $this->image=$result;
1122 $this->image=$result;
1147 imagesetthickness($result,1);
1150 $this->image=$result;
[all …]
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js32 var result = typeof something;
34 switch (result) {
44 result = 'String';
53 result = 'Array';
72 result = result.substr(0, 1).toUpperCase() + result.substr(1);
73 return result;
78 var result = '<' + aVar + '>';
82 return result;
325 var result = '';
331 result += '*';
[all …]
/plugin/gcalendar/inc/
H A Dgcal_main.php147 $result = @copy(DOKU_GCAL."style.css",DOKU_GCAL."print.css");
/plugin/googlesearch/
H A Dnusoap.php3159 var $result = 'successful'; variable in soap_server
3539 $this->result = 'fault: method not found';
3547 $this->result = 'fault: method not found';
3558 $this->result = 'fault: request failed validation against method signature';
3686 $this->result = 'successful';
3837 $this->result = 'fault: error in msg parsing: '.$err;
6317 $params[$this->message[$kv[1]]['result']] = &$this->message[$kv[2]]['result'];
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php192 $result = $this->nextWithFolders();
193 if ($result !== true) {
194 return $result;
220 $result = substr($this->data, $this->offset, $actualLength);
222 return $result;
H A DChangeName.php99 $result = array();
101 $result[] = $this->modifyName($name);
103 return $result;
196 $result = array();
198 $result[] = $this->modifyName($name);
200 return $result;
H A DConcat.php110 $result = '';
111 while ($length == -1 || strlen($result)<$length) {
113 $length==-1 ? -1 : $length - strlen($result)
129 $result .= $sourceData;
132 $this->filePos += strlen($result);
133 return $result == '' ? null : $result;
H A DMemory.php132 $result = substr($this->memory, $this->offset, $actualLength);
134 return $result;
/plugin/zip/pear/File/
H A DArchive.php329 $result
354 $result
365 $result
421 unset($result);
422 $result = $tmp;
443 $result
456 $result
467 unset($result);
471 return $result;
737 return $result;
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php65 $result = in_array($extension, $this->extensions);
67 return $result;
H A DMIME.php63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME);
65 $result = ($mime == $sourceMIME);
67 if ($result !== false) {
68 return $result;
/plugin/zip/pear/File/Archive/
H A DReader.php133 $result = array();
135 $result[] = $this->getFilename();
141 return $result;
329 $result = $this->sendData($writer, $bufferSize);
330 if (!PEAR::isError($result)) {
331 $result = true;
334 $result = PEAR::raiseError("File $filename not found");
336 $result = $error;
344 return $result;
/plugin/bibtex/OSBib/format/
H A DREADME.txt120 … a browser. This is useful when the bibliography to be displayed is the result of a SQL search. …

1...<<71727374757677787980