Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js81 var sVal = decodeURIComponent( aConfig[1] ) ;
84 FCKConfig[ sKey ] = sVal ;
86 else if ( sVal.toLowerCase() == "true" ) // If it is a boolean TRUE.
89 else if ( sVal.toLowerCase() == "false" ) // If it is a boolean FALSE.
92 else if ( sVal.length > 0 && !isNaN( sVal ) ) // If it is a number.
93 this.PageConfig[ sKey ] = parseInt( sVal, 10 ) ;
96 this.PageConfig[ sKey ] = sVal ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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/
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/
DJmolAppletSigned0_Minimize.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_Minimize.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.js6047 function _fnEscapeRegex ( sVal ) argument
6051 return sVal.replace(reReplace, '\\$1');