Home
last modified time | relevance | path

Searched refs:lang (Results 4726 – 4750 of 6322) sorted by relevance

1...<<181182183184185186187188189190>>...253

/plugin/webcomponent/syntax/
H A Dsearch.php63 global $lang;
79 $renderer->doc .= 'placeholder="' . $lang['btn_search'] . '..." ';
/plugin/asyncsearch/
H A Dasyncsearch.php58 global $lang;
64 $pagecreateinfo = (auth_quickaclcheck($ID) >= AUTH_CREATE) ? $lang['searchcreatepage'] : '';
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js48 FCKGeshi.InsertText = function(code_type, lang, snip_fname, mySelection) { argument
51 var pre_class = code_type + ' ' + lang;
75 FCKGeshi.Insert = function(code_type, lang, snip_fname) { argument
78 var pre_class = code_type + ' ' + lang;
/plugin/accscounter/
H A Dadmin.php47 global $lang;
125 echo '<input type="submit" value="' . $lang['btn_search'] . '"class="button" />';
189 echo '<input type="submit" value="' . $lang['btn_search'] . '"class="button" />';
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js13 var ed_lang = editor.lang.msword;
44 html: editor.lang.msword.info,
55 label: editor.lang.msword.instructionsLabel,
/plugin/authmantis/
H A Dauth.php89 global $lang;
90 msg( $lang['badlogin'], -1 );
/plugin/indexmenu2/
H A Daction.php94 global $lang;
109 $instr = "======{$lang['btn_index']}==\n\n";
/plugin/googlesearch/
H A Daction.php166 global $lang;
175 print '<input type="submit" value="'.$lang['btn_search'].'" class="button" />';
/plugin/bootswrapper/exe/
H A Dpopup.php45 global $lang;
91 …cho $conf['lang'] ?>" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" cl…
/plugin/semanticdata/syntax/
H A Dentry.php171 $lang = "sparql";
184 $result = $store->update($sparql, $resultFormat, $lang, $infer);
193 $result = $store->update($sparql, $resultFormat, $lang, $infer);
204 $result = $store->update($sparql, $resultFormat, $lang, $infer);
210 $result = $store->update($sparql, $resultFormat, $lang, $infer);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php361 $lang = $properties ['lang'];
363 if ( !empty($lang) ) {
364 $parts = preg_split ('/-/', $lang);
365 $lang = $parts [0];
368 $properties ['lang'] = trim($lang);
/plugin/discussion/
H A Daction.php213 global $lang;
254 msg(sprintf($lang['subscr_unsubscribe_success'], $themail, $ID), 1);
257 msg(sprintf($lang['subscr_subscribe_success'], $themail, $ID), 1);
278 msg($lang['regbadmail'], -1);
763 global $conf, $lang, $HIGH;
850 $this->_button($cid, $lang['btn_secedit'], 'edit', true);
853 $this->_button($cid, $lang['btn_delete'], 'delete');
937 global $lang;
975 <span><?php echo $lang['fullname'] ?>:</span>
981 <span><?php echo $lang['email'] ?>:</span>
[all …]
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php100 …e="fa['.$btn.']['.$provid.']['.$aid.']" title="'.$this->lang['btn_'.$btn].'" value="'.$this->lang[…
/plugin/combo/action/
H A Dlang.php16 * * Change the lang of the page if present
22 const CANONICAL = "lang";
109 $conf['lang'] = $pageLang;
119 * In case of a RTL lang, we put the secedit button to the left
134 * use both the lang attribute and the xml:lang attribute together
140 global $lang;
141 if ($lang['direction'] === "rtl") {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php11 $lang = strtolower($tags[0]);
28 switch ($lang) {
/plugin/farm/
H A Daction.php162 $lang = array();
169 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
170 $str = $lang[$code];
/plugin/dwspecialist/
H A Dsyntax.php91 global $lang;
123 $name=(key_exists('btn_'.$act['type'], $lang)) ? $lang['btn_'.$act['type']] : $action;
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1lang.msword;var a="font-size: 1.1em;";var c='<li style="font-size: 1.1em"><span style="font-size:1…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1lang.specialchar;var d=function(j){var m,l;if(j.data){m=j.data.getTarget()}else{m=new CKEDITOR.dom…
/plugin/indexmenu/
H A Daction.php136 global $lang;
138 echo '<h1><a id="index">' . $lang['btn_index'] . "</a></h1>\n";
391 global $lang;
393 $out .= $lang['toc'];
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1lang.specialchar;var d=function(j){var m,l;if(j.data){m=j.data.getTarget()}else{m=new CKEDITOR.dom…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc17 label : editor.lang.link.toolbar,
22 label : editor.lang.unlink,
27 label : editor.lang.anchor.toolbar,
35 var side = ( editor.lang.dir == 'rtl' ? 'right' : 'left' );
110 label : editor.lang.anchor.menu,
118 label : editor.lang.anchor.remove,
126 label : editor.lang.link.menu,
134 label : editor.lang.unlink,
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc17 label : editor.lang.link.toolbar,
22 label : editor.lang.unlink,
27 label : editor.lang.anchor.toolbar,
35 var side = ( editor.lang.dir == 'rtl' ? 'right' : 'left' );
110 label : editor.lang.anchor.menu,
118 label : editor.lang.anchor.remove,
126 label : editor.lang.link.menu,
134 label : editor.lang.unlink,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... ] x0 public volatile synthetic int compare (java.lang.Object, java.lang.Object) Object ...
/plugin/combo/ComboStrap/
H A DSite.php260 global $lang;
261 return $lang['direction'];
421 $lang = self::getLang();
425 $locale = strtolower($lang) . $sep . strtoupper($country);
456 * Wrapper around https://www.dokuwiki.org/config:lang
461 $lang = $conf['lang'];
462 if ($lang === null) {
465 return $lang;

1...<<181182183184185186187188189190>>...253