Home
last modified time | relevance | path

Searched refs:sKey (Results 1 – 18 of 18) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckconfig.js80 var sKey = decodeURIComponent( aConfig[0] ) ;
83 …if ( sKey == 'CustomConfigurationsPath' ) // The Custom Config File path must be loaded immediatel…
84 FCKConfig[ sKey ] = sVal ;
87 this.PageConfig[ sKey ] = true ;
90 this.PageConfig[ sKey ] = false ;
93 this.PageConfig[ sKey ] = parseInt( sVal, 10 ) ;
96 this.PageConfig[ sKey ] = sVal ;
103 for ( var sKey in oPageConfig )
104 FCKConfig[ sKey ] = oPageConfig[ sKey ] ;
Dfcklanguagemanager.js125 var sKey, s ;
129 if ( (sKey = e[i].getAttribute( 'fckLang' )) )
132 if ( (s = FCKLang[ sKey ]) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckconfig.js88 var sKey = decodeURIComponent( aConfig[0] ) ;
91 …if ( sKey == 'CustomConfigurationsPath' ) // The Custom Config File path must be loaded immediatel…
92 FCKConfig[ sKey ] = sVal ;
95 this.PageConfig[ sKey ] = true ;
98 this.PageConfig[ sKey ] = false ;
101 this.PageConfig[ sKey ] = parseInt( sVal, 10 ) ;
104 this.PageConfig[ sKey ] = sVal ;
111 for ( var sKey in oPageConfig )
112 FCKConfig[ sKey ] = oPageConfig[ sKey ] ;
Dfcklanguagemanager.js125 var sKey, s ;
129 if ( (sKey = e[i].getAttribute( 'fckLang' )) )
132 if ( (s = FCKLang[ sKey ]) )
/plugin/switchpanel/
Dsyntax.php96 list( $sKey, $sVal ) = explode( '=', $sKeyVal );
98 if( $sKey == 'content' || !array_key_exists( $sKey, $opt ) ){
103 if( is_bool( $opt[ $sKey ] ) ){
104 $opt[ $sKey ] = ( strtolower( $sVal ) == 'true' );
105 }else if( is_int( $opt[ $sKey ] ) ){
106 $opt[ $sKey ] = intval( $sVal );
108 $opt[ $sKey ] = $sVal;
124 $sKey = trim( substr( $sOptions, 0, $iPosStop ) );
140 if( !is_null( $oFilters ) && !in_array( $sKey, $oFilters ) ){
143 …echo 'Syntax error : the option is not found : <pre style="color:red"> key : '.$sKey.', value : '.…
[all …]
/plugin/grensladawritezor/fckeditor/
Dfckeditor_php5.php131 foreach ( $this->Config as $sKey => $sValue )
139 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
141 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor_php4.php131 foreach ( $this->Config as $sKey => $sValue )
139 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
141 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
143 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor.pl119 foreach $sKey (keys %Config) {
120 $sValue = $Config{$sKey};
126 $k = &specialchar_cnv($sKey);
Dfckeditor.py133 for sKey in self.Config.keys():
134 sValue = self.Config[sKey]
140 k = escape(sKey)
Dfckeditor.afp129 LOCAL sKey
/plugin/wysiwyg/fckeditor/
Dfckeditor_php4.php151 foreach ( $this->Config as $sKey => $sValue )
159 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
161 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
163 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor_php5.php141 foreach ( $this->Config as $sKey => $sValue )
149 $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
151 $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
153 $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
Dfckeditor.pl124 foreach $sKey (keys %Config) {
125 $sValue = $Config{$sKey};
131 $k = &specialchar_cnv($sKey);
Dfckeditor.py146 for sKey in self.Config.keys():
147 sValue = self.Config[sKey]
153 k = escape(sKey)
Dfckeditor.afp143 LOCAL sKey
/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
1300 return (applet ? applet.getPropertyAsString(sKey,sValue) + "" : "")
1303 function jmolGetPropertyAsJSON(sKey,sValue,targetSuffix) { argument
1307 return (applet ? applet.getPropertyAsJSON(sKey,sValue) + "" : "")
1313 function jmolGetPropertyAsJavaObject(sKey,sValue,targetSuffix) { argument
1316 return (applet ? applet.getProperty(sKey,sValue) : null)
/plugin/wysiwyg/fckeditor/_samples/afp/
Dfck.afpa.code125 LOCAL sKey
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dfck.afpa.code125 LOCAL sKey