Home
last modified time | relevance | path

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

123

/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A 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/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A 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
100 public static function createForMarkup(MarkupPath $markup): Lang
102 $lang = new Lang();
111 public static function createFromRequestedMarkup(): Lang
118 * The global lang direction (not yet inside the Lang class)
128 public static function createFromValue(string $langValue): Lang
130 $lang = new Lang();
H A DDateTag.php38 $lang = Lang::createFromRequestedMarkup()->getValueOrDefault();
99 $lang = $tagAttributes->getComponentAttributeValue(Lang::PROPERTY_NAME);
H A DTemplateForWebPage.php61 private Lang $requestedLang;
194 private function getRequestedLang(): Lang
479 Lang::PROPERTY_NAME => $this->getRequestedLangOrDefault()->getValueOrDefault(),
929 function getRequestedLangOrDefault(): Lang
934 return Lang::createFromValue("en");
1020 * @param Lang $requestedLang
1024 function setRequestedLang(Lang $requestedLang): TemplateForWebPage
/plugin/translator/
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 …]
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 …]
/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/cfm/
H A Dsample02.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
83 <cfif isDefined( "URL.Lang" )>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
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 ) ;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php20 use ComboStrap\Lang; alias
76 Lang::PROPERTY_NAME => Lang::class,
/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")
/plugin/ac/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/log/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/ajaxloader/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/quicksubscribe/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/userpagecreate/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/fancysearch/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/recommend/
H A Dplugin.info.txt2 author Adrian Lang, Andreas Gohr, Anna Dabrowska
/plugin/usercontact/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/croissant/
H A Dplugin.info.txt2 author Adrian Lang, Michael Große
/plugin/explain/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/tagging/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/namespacesearch/
H A Dplugin.info.txt2 author i-net software / Gerry Weißbach (originated from Adrian Lang)
/plugin/webcomics/
H A DREADME.md6 The original author is Christoph Lang.

123