Home
last modified time | relevance | path

Searched refs:Lang (Results 51 – 58 of 58) sorted by last modified time

123

/plugin/translator/
H A Dhelper.php416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) { argument
421 if ( !empty($Lang) ) {
423 $execute[] = $Lang;
452 function _insertTranslation($KeyID, $Value, $Lang, $Date, $User=null) { argument
460 if ( $this->_keyExists($KeyID, $Lang) ) {
462 … if ( $this->_keyExists($KeyID, $Lang, $Value) || $this->_keyExists($KeyID, $Lang, null, $Date) ) {
474 $this->database->execute($KeyID, $Lang, $Value, $User, $Date);
479 function _insertTranslationArray($translation, &$finalStatus, $Lang, $Date) { argument
501 $this->database->execute($Lang);
526 $INSERTDATA[] = $Lang;
[all …]
H A Dadmin.php421 foreach( $date as $dateEntry => $Lang ) {
422 if ( !is_array($Lang) ) {
426 foreach ( array_keys($Lang) as $Language ) {
435 list($KeyID, $Lang) = $Entry;
436 $this->functions->database->execute($KeyID, $User, $Lang);
467 if ( !empty($Lang) ) {
469 $EXECUTE[] = $Lang;
477 $removeUserKeys[] = array($data['KeyID'],$Lang);
509 $Lang = $file['lang'];
511 $isMasterLang = $Lang == $this->getConf('default_language');
[all …]
/plugin/mundart/doku/
H A Dsource.txt5 author : Christoph Lang
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp57 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
86 lcLanguage=request.querystring("Lang") && Request Parameter
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02_mx.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
95 if ( isDefined( "URL.Lang" ) )
98 fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ;
H A Dsample02.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
83 <cfif isDefined( "URL.Lang" )>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso58 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
84 if(action_param('Lang'));
87 'DefaultLanguage' = action_param('Lang')
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp60 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")

123