Searched refs:sValue (Results 1 – 25 of 28) sorted by relevance
12
86 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;90 if ( sValue != FCK_TRISTATE_DISABLED )95 this.RefreshActiveItems( this._Combo, sValue ) ;98 if ( this._LastValue !== sValue)100 this._LastValue = sValue ;102 if ( !sValue || sValue.length == 0 )108 FCKToolbarSpecialCombo_RefreshActiveItems( this._Combo, sValue ) ;
84 var sValue = FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).GetState() ;88 if ( sValue != FCK_TRISTATE_DISABLED )93 this.RefreshActiveItems( this._Combo, sValue ) ;96 if ( this._LastValue != sValue )98 this._LastValue = sValue ;99 FCKToolbarSpecialCombo_RefreshActiveItems( this._Combo, sValue ) ;
134 sValue = self.Config[sKey]139 if (sValue):141 v = escape(sValue)142 if (sValue == "true"):144 elif (sValue == "false"):
120 $sValue = $Config{$sKey};127 $v = &specialchar_cnv($sValue);128 if($sValue eq "true") {130 } elsif($sValue eq "false") {
131 foreach ( $this->Config as $sKey => $sValue )138 if ( $sValue === true )140 else if ( $sValue === false )143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
125 $sValue = $Config{$sKey};132 $v = &specialchar_cnv($sValue);133 if($sValue eq "true") {135 } elsif($sValue eq "false") {
147 sValue = self.Config[sKey]152 if (sValue):154 v = escape(sValue)155 if (sValue == "true"):157 elif (sValue == "false"):
151 foreach ( $this->Config as $sKey => $sValue )158 if ( $sValue === true )160 else if ( $sValue === false )163 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
141 foreach ( $this->Config as $sKey => $sValue )148 if ( $sValue === true )150 else if ( $sValue === false )153 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
1293 function jmolGetPropertyAsArray(sKey,sValue,targetSuffix) { argument1294 return _jmolEvalJSON(jmolGetPropertyAsJSON(sKey,sValue,targetSuffix),sKey)1297 function jmolGetPropertyAsString(sKey,sValue,targetSuffix) { argument1299 if(!sValue)sValue=""1300 return (applet ? applet.getPropertyAsString(sKey,sValue) + "" : "")1303 function jmolGetPropertyAsJSON(sKey,sValue,targetSuffix) { argument1304 if(!sValue)sValue = ""1307 return (applet ? applet.getPropertyAsJSON(sKey,sValue) + "" : "")1313 function jmolGetPropertyAsJavaObject(sKey,sValue,targetSuffix) { argument1314 if(!sValue)sValue = ""[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
119 var sValue = oOption.value ;123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
431 var sValue = oFeaturesMatch[2] ;432 if ( sValue == ( 'yes' || '1' ) )434 else if ( ! isNaN( sValue ) && sValue != 0 )435 oFeatures[ oFeaturesMatch[1] ] = sValue ;
2 function formatDoc(sCmd, sValue) { argument3 document.execCommand(sCmd, false, sValue);
442 var sValue = oFeaturesMatch[2] ;443 if ( sValue == ( 'yes' || '1' ) )445 else if ( ! isNaN( sValue ) && sValue != 0 )446 oFeatures[ oFeaturesMatch[1] ] = sValue ;
505 var sValue = '' ;513 sValue = this.EditorDocument.queryCommandValue( commandName ) ;517 return sValue ? sValue : '' ;
320 var sValue = oAtt.nodeValue.replace( regX, '' ) ;322 if ( sValue.length == 0 )325 oAtt.nodeValue = sValue ;
6190 var sValue = "{";6191 sValue += '"iCreate":'+ new Date().getTime()+',';6192 sValue += '"iStart":'+ (oSettings.oScroll.bInfinite ? 0 : oSettings._iDisplayStart)+',';6193 …sValue += '"iEnd":'+ (oSettings.oScroll.bInfinite ? oSettings._iDisplayLength : oSettings._iDispla…6194 sValue += '"iLength":'+ oSettings._iDisplayLength+',';6195 sValue += '"sFilter":"'+ encodeURIComponent(oSettings.oPreviousSearch.sSearch)+'",';6196 sValue += '"sFilterEsc":'+ !oSettings.oPreviousSearch.bRegex+',';6198 sValue += '"aaSorting":[ ';6201 sValue += '['+oSettings.aaSorting[i][0]+',"'+oSettings.aaSorting[i][1]+'"],';6203 sValue = sValue.substring(0, sValue.length-1);[all …]
131 $sValue = trim( substr( $sOptions, 0, $iPosStop ) );135 $sValue = trim( substr( $sOptions, 0, $iPosStop ), '"' );149 $oOptions[ $sKey ] = $sValue;
476 var sValue = '' ;484 sValue = this.EditorDocument.queryCommandValue( commandName ) ;488 return sValue ? sValue : '' ;
824 var sValue = oFeaturesMatch[2] ;825 if ( sValue == ( 'yes' || '1' ) )827 else if ( ! isNaN( sValue ) && sValue != 0 )828 oFeatures[ oFeaturesMatch[1] ] = sValue ;
417 function autoFill(q, sValue){ argument422 $input.val($input.val() + sValue.substring(lastWord(previousValue).length));424 $(input).selection(previousValue.length, previousValue.length + sValue.length);