Home
last modified time | relevance | path

Searched refs:data (Results 5001 – 5025 of 5080) sorted by last modified time

1...<<201202203204

/plugin/flowplay2/flowplayer/
H A Djavascript.txt70 Gets the percentage of buffer memory currently filled with data.
/plugin/wysiwyg/
H A Dsyntax.php84 function render($mode, &$renderer, $data){ argument
88 …preg_match("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$m…
H A Daction.php64 if ($event->data[3]) return $event;
66 $event->data[0][1] = save_wysiwyg($_SESSION['wysiwyg'], $event->data[0][1]);
/plugin/nsrelation/
H A Dsyntax.php77 function render($format, &$renderer, $data) { argument
/plugin/galleryv1.5/
H A Dsyntax.php257 …$ret .= '<table class="gallery"' . (!empty($data['float']) ? ' style="float: '.$data['float'].';"'…
295 …$ret .= '<div class="gallery"' . (!empty($data['float']) ? ' style="float: '.$data['float'].';"' :…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp21 * This page lists the data posted by a form.
H A Dsampleposteddata.afp21 * This page lists the data posted by a form.
34 This page lists all data posted by the form.
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js60data.length:A.childNodes.length);},insertNode:function(A){var B=this.startContainer;var C=this.sta…
H A Dfckeditorcode_gecko.js59data.length:A.childNodes.length);},insertNode:function(A){var B=this.startContainer;var C=this.sta…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js227 data = FCK.ProtectEventsRestore( data ) ;
230 data = data.replace( FCKRegexLib.ToReplace, '$1' ) ;
235 data = FCK.DocTypeDeclaration + '\n' + data ;
238 data = FCK.XmlDeclaration + '\n' + data ;
350 data = FCKConfig.ProtectedSource.Protect( data ) ;
353 data = FCK.DataProcessor.ConvertToHtml( data ) ;
356 data = data.replace( FCKRegexLib.InvalidSelfCloseTags, '$1></$2>' ) ;
359 data = FCK.ProtectEvents( data ) ;
362 data = FCK.ProtectUrls( data ) ;
363 data = FCK.ProtectTags( data ) ;
[all …]
H A Dfcktools_ie.js183 var data = FCKTools.ProtectFormStyles( element ) ;
201 FCKTools.RestoreFormStyles( element, data ) ;
207 var data = FCKTools.ProtectFormStyles( element ) ;
210 FCKTools.RestoreFormStyles( element, data ) ;
H A Dfckxhtml_ie.js50 var data = FCKTools.ProtectFormStyles( htmlNode ) ;
52 FCKTools.RestoreFormStyles( htmlNode, data ) ;
H A Dfcktools_gecko.js156 var data = FCKTools.ProtectFormStyles( element ) ;
174 FCKTools.RestoreFormStyles( element, data ) ;
180 var data = FCKTools.ProtectFormStyles( element ) ;
187 FCKTools.RestoreFormStyles( element, data ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js145 this.setEnd( refNode, refNode.nodeType == 3 ? refNode.data.length : refNode.childNodes.length ) ;
402 startTextNode.data += startTextNode.nextSibling.data ;
409 endTextNode.data += endTextNode.nextSibling.data ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp50 ' For security, HTML is allowed in the first Kb of data for files having the
H A Dclass_upload.asp110 If aCType(0) <> "multipart/form-data" Then
229 If InStr( LCase( sFileName ), "::$data" ) > 0 Then
240 ' Calculate the size of data to load (max 1Kb).
248 ' Read the data.
254 ' Sniff HTML data.
317 …able|title)", "type\s*=\s*[\'""]?\s*(?:\w*/)?(?:ecma|java)", "(?:href|src|data)\s*=\s*[\'""]?\s*(?…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm54 // For security, HTML is allowed in the first Kb of data for files having the
H A Dcf_util.cfm120 <!--- data = javascript --->
121 <cfif refind('(?:href|src|data)\s*=\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso35 This page lists all data posted by the form.
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp23 * This page lists the data posted by a form.
35 This page lists all data posted by the form.
/plugin/snmplive/
H A Dscript.js27 var data = this.response;
28 if(data === ''){ return; }
32 out.innerHTML = data;
/plugin/google_adsense2/
H A Dsyntax.php66 return array('data', $match);
70 return array('data', $match);
/plugin/hr/
H A Dsyntax.php197 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/deflist/
H A Dsyntax.php325 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconnector.py109 data = conn.doResponse() variable
113 print data

1...<<201202203204