Home
last modified time | relevance | path

Searched refs:config (Results 526 – 550 of 908) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml24 - phpenv config-rm xdebug.ini || return 0
/plugin/advanced/lang/fr/config/
H A Dhtaccess.txt16 * [[doku>config:userewrite]]
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js40 …ory+"/AsciiMath",extensionDir:MathJax.InputJax.extensionDir+"/AsciiMath",config:{fixphi:true,useMa…
41config:{noReflows:true,matchFontHeight:true,scale:100,minScaleAdjust:50,availableFonts:["STIX","Te…
42config:{matchFontHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align…
43 …eview:true,config:{scale:100,minScaleAdjust:50,mtextFontInherit:false,linebreaks:{automatic:false,…
44config.jax.unshift("output/NativeMML")}c.Startup.signal.Post("NativeMML output selected")}else{if(…
45config:{delimiters:[["`","`"]],skipTags:["script","noscript","style","textarea","pre","code","anno… class in MathJax.Extension.asciimath2jax
53config.menuSettings;var e=MathJax.OutputJax;var a=f.isMSIE&&(document.documentMode||0)<8;var d=Mat…
54config.menuSettings;var d=MathJax.Extension.AssistiveMML={version:"2.7.9",config:b.CombineConfig("…
56 var s, u, a = i.config.menuSettings, t = Function.prototype.bind ? function(e, t) {
66 }, n = MathJax.Ajax.config.path;
[all …]
/plugin/cleanup/lang/fr/
H A Dintro.txt3 …qui est considéré comme vieux, peut être paramétré dans la [[?do=admin&page=config|configuration]].
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dupload.py31 import config as Config
H A Dfckconnector.py33 import config as Config
/plugin/reflect/
H A DREADME.md11 * return_type - (png|jpg) [default set via config];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js131 gantt.config.show_markers = true;
134 if(!gantt.config.show_markers)
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php160 $config = array_merge([
164 $twig = new Environment($loader, $config);
/plugin/jsonrpc/
H A Djsonrpc.php44 private $config; variable in dokuwiki_jsonrpc_server
50 $this->config = $conf['plugin']['jsonrpc'];
52 if($this->config['allow_all'] == 1)
58 $allowed_users = explode(';',$this->config['allowed']);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php37 const NON_WINDOWS_WELL_KNOWN_PATH_BASE = '.config';
/plugin/edittable/lib/
H A Dhandsontable.full.js7883 config._w = config._w || {};
9005 config: config
9311 config._d = new Date(config._i + (config._useUTC ? ' UTC' : ''));
9349 if (config._w && config._a[DATE] == null && config._a[MONTH] == null) {
9393 config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm);
9530 config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], config._meridiem);
9635 config._locale = config._locale || getLocale(config._l);
31718 if (config && config.minHeight) {
31729 if (config && config.maxHeight) {
31740 if (config && config.minWidth) {
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc5682 this.config = CKEDITOR.tools.prototypedCopy(CKEDITOR.config);
10631 b.config.uiColor && b.setUiColor(b.config.uiColor)
22187 a.config.scayt_sLang || (a.config.scayt_sLang = "en_US");
22189 … (void 0 === a.config.scayt_minWordLength || "number" != typeof a.config.scayt_minWordLength || 1 …
22196 a.config.scayt_uiTabs = a.config.scayt_uiTabs.split(",");
26599 …a.config.wsc_onFinish = "function" === typeof a.config.wsc_onFinish ? a.config.wsc_onFinish : func…
26600 …a.config.wsc_onClose = "function" === typeof a.config.wsc_onClose ? a.config.wsc_onClose : functio…
26606 …a.config.wsc_userDictionaryName = a.config.wsc_userDictionaryName || CKEDITOR.config.wsc_userDicti…
26607 …a.config.wsc_customLoaderScript = a.config.wsc_customLoaderScript || CKEDITOR.config.wsc_customLoa…
26608 a.config.wsc_interfaceLang = a.config.wsc_interfaceLang;
[all …]
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js20 …CKEDITOR.DIALOG_RESIZE_BOTH,minWidth:"moono-lisa"==(CKEDITOR.skinName||d.config.skin)?450:340,minH…
21config.scayt_uiTabs[1]){var b=f,a=b.getLangBoxes.call(this);this.getContentElement("dictionaries",…
23config.scayt_uiTabs[0])for(var a=this.getContentElement("options","scaytOptions").getChild(),c=0;c…
28 …ist"),c=0;c<b.length;c++)a.addChild(b[c])},contents:function(b,a){var c=[],d=a.config.scayt_uiTabs;
/plugin/sentry/conf/
H A DSetting.php5 use dokuwiki\plugin\config\core\Setting\SettingNumeric;
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…
/plugin/codebutton2/
H A Dadmin.php42 if (isset($_REQUEST['config']))
/plugin/autotabber/
H A DREADME.md12 * Adjustable tab size (not yet via config, must edit the JS file, last line)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java159 public BasicGraphEditor(String appTitle, mxGraphComponent component, Config config) in BasicGraphEditor() argument
161 this.config = config; in BasicGraphEditor()
1038 private Config config;
1041 return config;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js13config.row_height;this._el.style.height=t+"px",this._el.style.top=(Math.ceil(this._positionPoint.r…
/plugin/codemirror/dist/modes/
H A Debnf.min.js.map1config","commentType","slash","parenthesis","stateType","comment","_string","characterClass","brac…
/plugin/authyubikey/lib/
H A DREADME60 https://github.com/Yubico/php-yubico/blob/master/example/config.php[example/config.php].
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1config.ckgeditIwikiData;var R=function(){var Z=this.getDialog();var ab=Z.getContentElement("advanc…
H A Dlink.js1config.ckgeditIwikiData;var R=function(){var Z=this.getDialog();var ab=Z.getContentElement("advanc…
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md34 * Add StyleCI config

1...<<21222324252627282930>>...37