| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarspecialcombo.js | 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 ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbarspecialcombo.js | 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 ) ;
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.py | 134 sValue = self.Config[sKey] 139 if (sValue): 141 v = escape(sValue) 142 if (sValue == "true"): 144 elif (sValue == "false"):
|
| D | fckeditor.pl | 120 $sValue = $Config{$sKey}; 127 $v = &specialchar_cnv($sValue); 128 if($sValue eq "true") { 130 } elsif($sValue eq "false") {
|
| D | fckeditor_php5.php | 131 foreach ( $this->Config as $sKey => $sValue ) 138 if ( $sValue === true ) 140 else if ( $sValue === false ) 143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
|
| D | fckeditor_php4.php | 131 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/ |
| D | fckeditor.pl | 125 $sValue = $Config{$sKey}; 132 $v = &specialchar_cnv($sValue); 133 if($sValue eq "true") { 135 } elsif($sValue eq "false") {
|
| D | fckeditor.py | 147 sValue = self.Config[sKey] 152 if (sValue): 154 v = escape(sValue) 155 if (sValue == "true"): 157 elif (sValue == "false"):
|
| D | fckeditor_php4.php | 151 foreach ( $this->Config as $sKey => $sValue ) 158 if ( $sValue === true ) 160 else if ( $sValue === false ) 163 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
|
| D | fckeditor_php5.php | 141 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/ |
| D | Jmol.js | 1293 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 …]
|
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/ |
| D | fck_select.js | 119 var sValue = oOption.value ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 431 var sValue = oFeaturesMatch[2] ; 432 if ( sValue == ( 'yes' || '1' ) ) 434 else if ( ! isNaN( sValue ) && sValue != 0 ) 435 oFeatures[ oFeaturesMatch[1] ] = sValue ;
|
| /plugin/issuetracker/ |
| D | wysiwyg_editor.js | 2 function formatDoc(sCmd, sValue) { argument 3 document.execCommand(sCmd, false, sValue);
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 442 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/ |
| D | fck_select.js | 119 var sValue = oOption.value ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
|
| /plugin/fckg/fckeditor/editor/dialog/fck_select/ |
| D | fck_select.js | 119 var sValue = oOption.value ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck.js | 505 var sValue = '' ; 513 sValue = this.EditorDocument.queryCommandValue( commandName ) ; 517 return sValue ? sValue : '' ;
|
| D | fckxhtml.js | 320 var sValue = oAtt.nodeValue.replace( regX, '' ) ; 322 if ( sValue.length == 0 ) 325 oAtt.nodeValue = sValue ;
|
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.dataTables.js | 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 …]
|
| /plugin/switchpanel/ |
| D | syntax.php | 131 $sValue = trim( substr( $sOptions, 0, $iPosStop ) ); 135 $sValue = trim( substr( $sOptions, 0, $iPosStop ), '"' ); 149 $oOptions[ $sKey ] = $sValue;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck.js | 476 var sValue = '' ; 484 sValue = this.EditorDocument.queryCommandValue( commandName ) ; 488 return sValue ? sValue : '' ;
|
| /plugin/fckg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 824 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/ |
| H A D | combined.js | 417 function autoFill(q, sValue){ argument 422 $input.val($input.val() + sValue.substring(lastWord(previousValue).length)); 424 $(input).selection(previousValue.length, previousValue.length + sValue.length);
|