Home
last modified time | relevance | path

Searched refs:sValue (Results 1 – 25 of 28) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbarspecialcombo.js86 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 ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarspecialcombo.js84 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 ) ;
/plugin/grensladawritezor/fckeditor/
Dfckeditor.py134 sValue = self.Config[sKey]
139 if (sValue):
141 v = escape(sValue)
142 if (sValue == "true"):
144 elif (sValue == "false"):
Dfckeditor.pl120 $sValue = $Config{$sKey};
127 $v = &specialchar_cnv($sValue);
128 if($sValue eq "true") {
130 } elsif($sValue eq "false") {
Dfckeditor_php5.php131 foreach ( $this->Config as $sKey => $sValue )
138 if ( $sValue === true )
140 else if ( $sValue === false )
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor_php4.php131 foreach ( $this->Config as $sKey => $sValue )
138 if ( $sValue === true )
140 else if ( $sValue === false )
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
/plugin/wysiwyg/fckeditor/
Dfckeditor.pl125 $sValue = $Config{$sKey};
132 $v = &specialchar_cnv($sValue);
133 if($sValue eq "true") {
135 } elsif($sValue eq "false") {
Dfckeditor.py147 sValue = self.Config[sKey]
152 if (sValue):
154 v = escape(sValue)
155 if (sValue == "true"):
157 elif (sValue == "false"):
Dfckeditor_php4.php151 foreach ( $this->Config as $sKey => $sValue )
158 if ( $sValue === true )
160 else if ( $sValue === false )
163 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor_php5.php141 foreach ( $this->Config as $sKey => $sValue )
148 if ( $sValue === true )
150 else if ( $sValue === false )
153 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
/plugin/jmol2/jmol/
DJmol.js1293 function jmolGetPropertyAsArray(sKey,sValue,targetSuffix) { argument
1294 return _jmolEvalJSON(jmolGetPropertyAsJSON(sKey,sValue,targetSuffix),sKey)
1297 function jmolGetPropertyAsString(sKey,sValue,targetSuffix) { argument
1299 if(!sValue)sValue=""
1300 return (applet ? applet.getPropertyAsString(sKey,sValue) + "" : "")
1303 function jmolGetPropertyAsJSON(sKey,sValue,targetSuffix) { argument
1304 if(!sValue)sValue = ""
1307 return (applet ? applet.getPropertyAsJSON(sKey,sValue) + "" : "")
1313 function jmolGetPropertyAsJavaObject(sKey,sValue,targetSuffix) { argument
1314 if(!sValue)sValue = ""
[all …]
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/
Dfck_select.js119 var sValue = oOption.value ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js431 var sValue = oFeaturesMatch[2] ;
432 if ( sValue == ( 'yes' || '1' ) )
434 else if ( ! isNaN( sValue ) && sValue != 0 )
435 oFeatures[ oFeaturesMatch[1] ] = sValue ;
/plugin/issuetracker/
Dwysiwyg_editor.js2 function formatDoc(sCmd, sValue) { argument
3 document.execCommand(sCmd, false, sValue);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js442 var sValue = oFeaturesMatch[2] ;
443 if ( sValue == ( 'yes' || '1' ) )
445 else if ( ! isNaN( sValue ) && sValue != 0 )
446 oFeatures[ oFeaturesMatch[1] ] = sValue ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
Dfck_select.js119 var sValue = oOption.value ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
Dfck_select.js119 var sValue = oOption.value ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck.js505 var sValue = '' ;
513 sValue = this.EditorDocument.queryCommandValue( commandName ) ;
517 return sValue ? sValue : '' ;
Dfckxhtml.js320 var sValue = oAtt.nodeValue.replace( regX, '' ) ;
322 if ( sValue.length == 0 )
325 oAtt.nodeValue = sValue ;
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.js6190 var sValue = "{";
6191 sValue += '"iCreate":'+ new Date().getTime()+',';
6192 sValue += '"iStart":'+ (oSettings.oScroll.bInfinite ? 0 : oSettings._iDisplayStart)+',';
6193sValue += '"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 …]
/plugin/switchpanel/
Dsyntax.php131 $sValue = trim( substr( $sOptions, 0, $iPosStop ) );
135 $sValue = trim( substr( $sOptions, 0, $iPosStop ), '"' );
149 $oOptions[ $sKey ] = $sValue;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js476 var sValue = '' ;
484 sValue = this.EditorDocument.queryCommandValue( commandName ) ;
488 return sValue ? sValue : '' ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
Dfck_link.js824 var sValue = oFeaturesMatch[2] ;
825 if ( sValue == ( 'yes' || '1' ) )
827 else if ( ! isNaN( sValue ) && sValue != 0 )
828 oFeatures[ oFeaturesMatch[1] ] = sValue ;
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dcombined.js417 function autoFill(q, sValue){ argument
422 $input.val($input.val() + sValue.substring(lastWord(previousValue).length));
424 $(input).selection(previousValue.length, previousValue.length + sValue.length);

12