Home
last modified time | relevance | path

Searched refs:data (Results 5026 – 5050 of 5080) sorted by last modified time

1...<<201202203204

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dupload.py78 data = conn.doResponse() variable
83 print data
H A Dwsgi.py49 data = conn.doResponse()
53 yield data
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js45 ConvertToHtml : function( data ) argument
53 FCK.DocTypeDeclaration = data.match( FCKRegexLib.DocTypeTag ) ;
56 if ( !FCKRegexLib.HasBodyTag.test( data ) )
57 data = '<body>' + data + '</body>' ;
60 if ( !FCKRegexLib.HtmlOpener.test( data ) )
61 data = '<html dir="' + FCKConfig.ContentLangDirection + '">' + data + '</html>' ;
64 if ( !FCKRegexLib.HeadOpener.test( data ) )
65 data = data.replace( FCKRegexLib.HtmlOpener, '$&<head><title></title></head>' ) ;
67 return data ;
84 data +
[all …]
/plugin/dokukiwix/
H A DCOPYING144 such as by intimate data communication or control flow between those
H A Dajax.php63 $data = array();
64 search($data,$conf['datadir'],'search_allpages',array());
66 foreach($data as $val){
163 $data = ob_get_contents();
166 io_saveFile($archivePath.'pages/'.str_replace(':', '/', $_POST['page']).'.html', $data);
H A Dscript.js79 data = this.response;
80 pl_dokukiwix.pages = data.split("\n");
192 data = this.response;
194 if (data == 1) {
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ;
73 data = data.replace( /<br(?=[ \/>]).*?>/gi, '\r\n') ;
79 data = data.replace( /<(?:b|strong)>/gi, '[b]') ;
80 data = data.replace( /<\/(?:b|strong)>/gi, '[/b]') ;
83 data = data.replace( /<(?:i|em)>/gi, '[i]') ;
84 data = data.replace( /<\/(?:i|em)>/gi, '[/i]') ;
87 data = data.replace( /<u>/gi, '[u]') ;
88 data = data.replace( /<\/u>/gi, '[/u]') ;
[all …]
/plugin/guestbook/
H A Dbasic.class.php80 while ($data=mysql_fetch_row($result))
81 if ($data[0] == $name)
139 while($data = mysql_fetch_array($result))
147 $output .= '<h1>'. $data['messagehead'] .'</h1>';
148 $output .= '<p>' . nl2br($data['messagetext']) . '</p>';
149 …$output .= '<span>eingetragen von: ' . $data['name']. ' (' . date("d.m.Y H:i", strtotime($data['da…
176 $data=mysql_fetch_array(mysql_query($sql));
178 $_POST['name'] = $data['name'];
179 $_POST['subject'] = $data['messagehead'];
180 $_POST['body'] = $data['messagetext'];
[all …]
H A Dsyntax.php72 function render($mode, &$renderer, $data) { argument
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt1 JsHttpRequest: JavaScript "AJAX" data loader
53 text: <text data, e.g. - debug STDOUT content>
59 associate the resulting data with corresponding onreadystatechange
63 - text: other backend data (usually captured STDOUT).
66 do not need an explicit binding between a result data and a loader:
133 - GET/POST data: a=123&b[c]=456&b[d]=789
137 - GET/POST data: a=123&b[]=4&b[]=5
152 - multipart/form-data: form.POST
157 PHP behavior of POST data parsing, because we have to process the
158 data encoding manually (PHP does not support JavaScript escape() encoding
[all …]
H A DJsHttpRequest.php228 $data = null;
229 parse_str($s, $data);
230 $GLOBALS[$dst] = $this->_ucs2EntitiesDecode($data);
320 function _ucs2EntitiesDecode($data) argument
322 if (is_array($data)) {
324 foreach ($data as $k=>$v) {
329 if (strpos($data, '%u') !== false) { // improve speed
330 …$data = preg_replace_callback('/%u([0-9A-F]{1,4})/si', array(&$this, '_ucs2EntitiesDecodeCallback'…
332 return $data;
H A Dcompile.bat50 my ($name, $data) = @_;
53 print F $data;
/plugin/linkmanager/exe/
H A Dajax.php58 $data = array();
59 search($data,$conf['datadir'],'search_index',array('nofiles' => true),$dir);
60 foreach($data as $item){
/plugin/remotescript/lib/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
176 table of data to be supplied by an application program that uses
259 If such an object file uses only numerical parameters, data
319 Library" must include any data and utility programs needed for
/plugin/flowplay/
H A Dsyntax.php87 …$renderer->doc .= '<object type="application/x-shockwave-flash" data="'.$prefix.'FlowPlayer.swf" w…
/plugin/linebreak/
H A Daction.php61 preg_match_all($pattern, $event->data, $linebreaks, PREG_OFFSET_CAPTURE);
71 $event->data = $marker.preg_replace($pattern,' $1',$event->data);
80 $calls =& $event->data->calls;
H A Dsyntax.php74 function render($mode, &$renderer, $data) { argument
77 if ($data[0]) $renderer->doc .= "<br />";
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
50 return opener + '___FCKpd___' + FCKCodeFormatter.ProtectedData.AddItem( data ) + closer ;
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt438 A "library" means a collection of software functions and/or data
440 (which use some of those functions and data) to form executables.
490 table of data to be supplied by an application program that uses
573 If such an object file uses only numerical parameters, data
633 Library" must include any data and utility programs needed for
801 transfer of data.
/plugin/flowplay/flowplayer/
H A Djavascript.txt94 Gets the percentage of buffer memory currently filled with data.
/plugin/virtualkeyboard/
H A Daction.php65 …$event->data['script'][] = array( 'type'=>'text/javascript', 'charset'=>'utf-8', 'src' => DOKU_BAS…
67 …$event->data['link'][] = array( 'rel'=>'stylesheet', 'type'=>'text/css', 'title'=>'VirtualKeyboard'
83 if (!$event->data['writable'] || !$this->injectKeyboard) return;
/plugin/chat/
H A Dreadme.txt52 …hat into '':dokuwiki:plugin:chat:chat'' page. ++ Physical file would be ''data/pages/dokuwiki/plug…
111 requests and responses are short chunks of data and usually complete very quickly,
134 * Optimized sent data, really only new messages are transferred
H A Dscript.js267 var data = self.send_sack.response;
268 if (data !== '') {
273 updated = self.getUpdateTimeFromResponse(data);
322 var data = self.send_sack.response;
330 if (data !== '') {
331 var updated = self.getUpdateTimeFromResponse(data);
332 var actualData = data.replace(/[^\n]+\n[ ]*/,'');
417 var data = self.check_sack.response;
426 if(data === '') {
430 var updated = self.getUpdateTimeFromResponse(data);
[all …]
/plugin/virtualkeyboard/vk/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
176 table of data to be supplied by an application program that uses
259 If such an object file uses only numerical parameters, data
319 Library" must include any data and utility programs needed for
/plugin/googlesearch/
H A Dnusoap.php809 var_dump($data);
2548 $data = '';
2572 $data .= $tmp;
2585 $data = '';
2631 $data = '';
2738 $data = ltrim(substr($data,$pos));
2740 $data = ltrim(substr($data,$pos));
2756 $data = ltrim(substr($data,$pos));
2896 return $data;
3471 $data = $this->parseRequest($this->headers, $data);
[all …]

1...<<201202203204