Home
last modified time | relevance | path

Searched refs:value (Results 3976 – 4000 of 4040) sorted by last modified time

1...<<151152153154155156157158159160>>...162

/plugin/deflist/
H A Dsyntax.php321 * return value of the <tt>handle()</tt> method.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php89 foreach( $lines as $key=>$value ) {
91 fwrite( $fh, "^$value\n" );
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py49 def setHeader(self, key, value): argument
50 self.headers.append ((key, value))
90 return field.value
H A Dfckoutput.py44 def convertToXmlAttribute(value): argument
45 if (value is None):
46 value = ""
47 return escape(value)
H A Dzope.py67 def setHeader(self, key, value): argument
68 self.context.REQUEST.RESPONSE.setHeader(key, value)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dutil.asp40 Function ConvertToXmlAttribute( value )
41 ConvertToXmlAttribute = Replace( value, "&", "&amp;" )
44 Function InArray( value, sourceArray )
47 If sourceArray(i) = value Then
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl178 $value = "";
181 $value .= $_;
184 $value =~s /\x0D\x0A$//;
185 if($value ne '') {
206 print OUT $value;
211 $value =~ tr/+/ /;
215 $FORM{$name} .= $value;
228 $value =~ tr/+/ /;
232 &Encode(\$value,'trans');
234 $FORM{$name} .= $value;
[all …]
H A Dutil.pl42 local($value) = @_;
43 return $value;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js90 GetE('txtAttId').value = oEmbed.id ;
96 GetE('txtAttTitle').value = oEmbed.title ;
115 if ( GetE('txtUrl').value.length == 0 )
150 SetAttribute( e, 'src', GetE('txtUrl').value ) ;
168 e.style.cssText = GetE('txtAttStyle').value ;
183 if ( GetE('txtUrl').value.length > 0 )
195 if ( GetE('txtUrl').value.length == 0 )
220 GetE('txtUrl').value = url ;
223 GetE('txtWidth').value = width ;
226 GetE('txtHeight').value = height ;
[all …]
/plugin/dokukiwix/
H A Dscript.js232 …document.getElementById("pl_dokukiwix_log").value += currentHours+":"+currentMinutes+":"+currentSe…
/plugin/code3/styles/schemes/
H A Didea_alloy.css29 /** sgml attribute value. */
36 /* literal value. e.g. 1, null, true. */
H A Ddefault.css59 /** sgml attribute value. */
63 /* literal value. e.g. 1, null, true. */
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js34 oTxtText.value = oListText.value ;
35 oTxtValue.value = oListValue.value ;
43 AddComboOption( oListText, oTxtText.value, oTxtText.value ) ;
44 AddComboOption( oListValue, oTxtValue.value, oTxtValue.value ) ;
49 oTxtText.value = '' ;
50 oTxtValue.value = '' ;
65 oListText.options[ iIndex ].value = oTxtText.value ;
68 oListValue.options[ iIndex ].value = oTxtValue.value ;
70 oTxtText.value = '' ;
71 oTxtValue.value = '' ;
[all …]
/plugin/jspwiki_import/importer/
H A Dgwt.js390 var name = content, value = "";
394 value = content.substring(eq+1);
396 __gwt_metaProps[name] = value;
428 var value = __gwt_metaProps[name];
429 if (value) {
430 return value;
/plugin/guestbook/
H A Dbasic.class.php51 function quote_smart($value) argument
55 $value = stripslashes($value);
59 if (!is_numeric($value)) {
60 $value = "'" . mysql_real_escape_string($value) . "'";
63 return $value;
/plugin/remotescript/
H A Dscript.js9value)||o.enctype;if(C!=c){return["form_el_inv_enctype",c,C]}}}var e=o&&(o.ownerDocument||o.docume…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
107 Each character of a key/value is encoded by JavaScript standard escape()
126 standard JavaScript objects. Each key of the key=value pair is created
H A DJsHttpRequest.js507 …attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.attributes.enctype.value)||_4e.enctype;
556 e.value=_64[1]!=null?unescape(_64[1]):"";
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js507 …attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.attributes.enctype.value)||_4e.enctype;
556 e.value=_64[1]!=null?unescape(_64[1]):"";
H A DJsHttpRequest-form.js348 …attributes.encType.nodeValue)||(_42.attributes.enctype&&_42.attributes.enctype.value)||_42.enctype;
397 e.value=_58[1]!=null?unescape(_58[1]):"";
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js169 t.setRequestHeader = function(label, value) { with (this) { argument
170 _reqHeaders[_reqHeaders.length] = [label, value];
493 …s.encType.nodeValue) || (form.attributes.enctype && form.attributes.enctype.value) || form.enctype;
567 e.value = pair[1] != null? unescape(pair[1]) : '';
H A DJsHttpRequest-script.js169 t.setRequestHeader = function(label, value) { with (this) { argument
170 _reqHeaders[_reqHeaders.length] = [label, value];
H A DJsHttpRequest.js170 t.setRequestHeader = function(label, value) { with (this) { argument
171 _reqHeaders[_reqHeaders.length] = [label, value];
680 …s.encType.nodeValue) || (form.attributes.enctype && form.attributes.enctype.value) || form.enctype;
754 e.value = pair[1] != null? unescape(pair[1]) : '';
H A DJsHttpRequest-script-xml.js169 t.setRequestHeader = function(label, value) { with (this) { argument
170 _reqHeaders[_reqHeaders.length] = [label, value];
H A DJsHttpRequest-xml.js169 t.setRequestHeader = function(label, value) { with (this) { argument
170 _reqHeaders[_reqHeaders.length] = [label, value];

1...<<151152153154155156157158159160>>...162