Home
last modified time | relevance | path

Searched refs:sVal (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js89 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 ;
/plugin/switchpanel/
H A Dsyntax.php96 list( $sKey, $sVal ) = explode( '=', $sKeyVal );
97 $sVal = trim( $sVal, '"' );
104 $opt[ $sKey ] = ( strtolower( $sVal ) == 'true' );
106 $opt[ $sKey ] = intval( $sVal );
108 $opt[ $sKey ] = $sVal;
/plugin/jmol2/jmol/
H A DJmolApplet0_Minimize.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Minimize.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js6047 function _fnEscapeRegex ( sVal ) argument
6051 return sVal.replace(reReplace, '\\$1');