Searched refs:sVal (Results 1 – 7 of 7) sorted by relevance
89 var sVal = decodeURIComponent( aConfig[1] ) ;92 FCKConfig[ sKey ] = sVal ;94 else if ( sVal.toLowerCase() == "true" ) // If it is a boolean TRUE.97 else if ( sVal.toLowerCase() == "false" ) // If it is a boolean FALSE.100 else if ( sVal.length > 0 && !isNaN( sVal ) ) // If it is a number.101 this.PageConfig[ sKey ] = parseInt( sVal, 10 ) ;104 this.PageConfig[ sKey ] = sVal ;
96 list( $sKey, $sVal ) = explode( '=', $sKeyVal );97 $sVal = trim( $sVal, '"' );104 $opt[ $sKey ] = ( strtolower( $sVal ) == 'true' );106 $opt[ $sKey ] = intval( $sVal );108 $opt[ $sKey ] = $sVal;
META-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
META-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
6047 function _fnEscapeRegex ( sVal ) argument6051 return sVal.replace(reReplace, '\\$1');