Home
last modified time | relevance | path

Searched refs:Lang (Results 1 – 25 of 64) sorted by relevance

123

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dlanguage.js5 if(opener && opener.oDokuWiki_FCKEditorInstance.Lang) {
6 if(opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'])
7 fck_Lang=opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'];
12 if (parent && parent.opener.oDokuWiki_FCKEditorInstance.Lang) {
13 fck_Lang=parent.opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'];
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dlanguage.js5 if(opener && opener.oDokuWiki_FCKEditorInstance.Lang) {
6 if(opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'])
7 fck_Lang=opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'];
12 if (parent && parent.opener.oDokuWiki_FCKEditorInstance.Lang) {
13 fck_Lang=parent.opener.oDokuWiki_FCKEditorInstance.Lang['fbrowser'];
/plugin/combo/ComboStrap/
H A DLang.php11 class Lang extends MetadataText class
101 public static function createForMarkup(MarkupPath $markup): Lang
103 $lang = new Lang();
112 public static function createFromRequestedMarkup(): Lang
129 public static function createFromValue(string $langValue): Lang
131 $lang = new Lang();
H A DTemplateForWebPage.php64 private Lang $requestedLang;
197 private function getRequestedLang(): Lang
482 Lang::PROPERTY_NAME => $this->getRequestedLangOrDefault()->getValueOrDefault(),
483 Lang::PROPERTY_DIR_NAME => $this->getRequestedLangOrDefault()->getDirection()
930 function getRequestedLangOrDefault(): Lang
935 return Lang::createFromValue("en");
1021 * @param Lang $requestedLang
1025 function setRequestedLang(Lang $requestedLang): TemplateForWebPage
H A DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
93 $lang = $tagAttributes->getComponentAttributeValue(Lang::PROPERTY_NAME);
/plugin/translator/
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);
443 …lastionsForUser(&$removeUserKeys, $User, $CategoryID=null, $Version=null, $Date=null, $Lang=null) { argument
467 if ( !empty($Lang) ) {
469 $EXECUTE[] = $Lang;
477 $removeUserKeys[] = array($data['KeyID'],$Lang);
509 $Lang = $file['lang'];
[all …]
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 …]
/plugin/wysiwyg/fckeditor/_samples/lasso/
Dsample02.lasso58 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
84 if(action_param('Lang'));
87 'DefaultLanguage' = action_param('Lang')
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsample02.lasso58 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
84 if(action_param('Lang'));
87 'DefaultLanguage' = action_param('Lang')
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample02.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
83 <cfif isDefined( "URL.Lang" )>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
Dsample02_mx.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
95 if ( isDefined( "URL.Lang" ) )
98 fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php20 use ComboStrap\Lang; alias
76 Lang::PROPERTY_NAME => Lang::class,
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsample02.asp60 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
/plugin/grensladawritezor/fckeditor/_samples/asp/
Dsample02.asp60 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
/plugin/ac/
Dplugin.info.txt2 author Adrian Lang
/plugin/log/
Dplugin.info.txt2 author Adrian Lang
/plugin/ajaxloader/
Dplugin.info.txt2 author Adrian Lang
/plugin/quicksubscribe/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/userpagecreate/
Dplugin.info.txt2 author Adrian Lang
/plugin/fancysearch/
Dplugin.info.txt2 author Adrian Lang
/plugin/recommend/
Dplugin.info.txt2 author Adrian Lang, Andreas Gohr, Anna Dabrowska
/plugin/croissant/
Dplugin.info.txt2 author Adrian Lang, Michael Große
/plugin/usercontact/
Dplugin.info.txt2 author Adrian Lang
/plugin/explain/
Dplugin.info.txt2 author Adrian Lang
/plugin/tagging/
H A Dplugin.info.txt2 author Adrian Lang

123