Home
last modified time | relevance | path

Searched refs:cfg (Results 26 – 42 of 42) sorted by path

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php270 $cfg = new Configuration();
271 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
274 $cfg->setAutoGenerateProxyClasses(true);
275 $cfg->setProxyNamespace('JMS\Serializer\DoctrineProxy');
276 $cfg->setProxyDir(sys_get_temp_dir() . '/serializer-test-proxies');
278 return EntityManager::create($con, $cfg);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php51 $cfg = pfcContainerInterface::getDefaultConfig();
52 $cfg["chat_dir"] = ''; // will be generated from the other parameters into the init step
53 $cfg["server_dir"] = ''; // will be generated from the other parameters into the init step
54 return $cfg;
H A Dmysql.class.php78 $cfg["mysql_host"] = 'localhost';
79 $cfg["mysql_port"] = 3306;
80 $cfg["mysql_database"] = 'phpfreechat';
81 $cfg["mysql_table"] = 'phpfreechat';
82 $cfg["mysql_username"] = 'root';
83 $cfg["mysql_password"] = '';
86 $cfg["mysql_fieldtype_group"] = 'varchar(64)';
88 $cfg["mysql_fieldtype_leaf"] = 'varchar(128)';
89 $cfg["mysql_fieldtype_leafvalue"] = 'text';
91 $cfg["mysql_engine"] = 'InnoDB';
[all …]
H A Doracle.class.php76 $cfg = pfcContainerInterface::getDefaultConfig();
77 $cfg["oracle_host"] = 'localhost';
78 $cfg["oracle_port"] = 1521;
79 $cfg["oracle_database"] = 'XE';
80 $cfg["oracle_table"] = 'phpfreechat';
81 $cfg["oracle_username"] = 'phpfreechatuser';
82 $cfg["oracle_password"] = 'freechatpass';
83 return $cfg;
/plugin/groupmatrix/syntax/
H A Dtable.php71 $cfg = [];
74 $cfg[trim($key)] = trim($value);
77 if (empty($cfg['groups'])) {
82 $data['attributes'] = $this->trimexplode(',', $cfg['attributes']);
89 $data['groups'] = $this->trimexplode(',', $cfg['groups']);
90 $titles = $this->trimexplode(',', $cfg['titles']);
/plugin/imapmarkers/
H A DREADME.md24 {{cfg>}}
32 {{<cfg}}
86 A configuration is inside the map definition and starts with ```{{cfg>}}``` and ends with ```{{<cfg
131 {{cfg>}}
138 {{<cfg}}
H A Dscript.js261 let cfg = JSON.parse(cfg_text);
263 _g.a_cfg[imap_index] = cfg;
264 if (cfg['clicked-reference-css'] !== undefined) {
265 … _g.a_clicked_css_properties[imap_index] = Object.keys(cfg['clicked-reference-css']).join(", ");
271 if (cfg['area-fillColor'] != undefined) {
273 mapster_decoration_obj.fillColor = String(cfg['area-fillColor']);
275 if (cfg['area-fillOpacity'] != undefined) {
277 mapster_decoration_obj.fillOpacity = parseFloat(String(cfg['area-fillOpacity']));
/plugin/imapmarkers/syntax/
H A Dmap.php171 $cfg = $matches[1];
173 if (json_decode($cfg)) {
175 $args = array($state, self::MATCH_IS_CONFIG, $is_correct, $err_msg, $cfg);
178 $err_msg = sprintf("Invalid JSON in configuration! JSON='%s'", $cfg);
326 list($state, $match_type, $is_correct, $err_msg, $cfg) = $value;
327 … imapmarkers-config" style="display: none;">%s</div>%s', $this->nr_imagemap_render, $cfg, DOKU_LF);
/plugin/jplayer/components/
H A Drequire-built.js37 cfg = {}, variable
179 cfg = requirejs;
186 cfg = require;
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1259 if (cfg.shim) {
1276 if (cfg.packages) {
1318 if (cfg.deps || cfg.callback) {
1319 context.require(cfg.deps || [], cfg.callback);
1926 cfg.deps = cfg.deps ? cfg.deps.concat(dataMain) : [dataMain];
[all …]
H A Drequire.js37 cfg = {}, variable
179 cfg = requirejs;
186 cfg = require;
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1259 if (cfg.shim) {
1276 if (cfg.packages) {
1318 if (cfg.deps || cfg.callback) {
1319 context.require(cfg.deps || [], cfg.callback);
1926 cfg.deps = cfg.deps ? cfg.deps.concat(dataMain) : [dataMain];
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js37 cfg = {}, variable
179 cfg = requirejs;
186 cfg = require;
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1259 if (cfg.shim) {
1276 if (cfg.packages) {
1318 if (cfg.deps || cfg.callback) {
1319 context.require(cfg.deps || [], cfg.callback);
1926 cfg.deps = cfg.deps ? cfg.deps.concat(dataMain) : [dataMain];
[all …]
/plugin/jsonrpc/
H A Djsonrpc.php166 $cfg = array('maxHeader'=>$maxHeader,'maxItems'=>$maxItems);
167 return p_wiki_xhtml_summary_ext($id,$title,$rev,true,$cfg);
/plugin/likeit/script/
H A Djquery.hoverIntent.js36 var cfg = { class in $.fn.hoverIntent
43 cfg = $.extend(cfg, handlerIn );
45 cfg = $.extend(cfg, { over: handlerIn, out: handlerOut, selector: selector } );
47 cfg = $.extend(cfg, { over: handlerIn, out: handlerIn, selector: handlerOut } );
65 if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
69 return cfg.over.apply(ob,[ev]);
74 ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
82 return cfg.out.apply(ob,[ev]);
101 …hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}
108 …ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
[all …]
/plugin/openid/
H A Daction.php541 $cfg = '<?php' . "\n";
543 $cfg .= '$openid_associations["' . addslashes($id) . '"] = "' . addslashes($login) . '"' . ";\n";
545 file_put_contents(DOKU_CONF.'openid.php', $cfg);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php227 $cfg = array();
230 if (count($cfg)) {
231 $config[$platform] = array_merge($config[$platform], $cfg);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1cfg","initScaleConfig","processIgnores","initColSizes","limitVisibleRange","unshift","alineScaleCo…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js23665 if (cfg.show_progress && taskType != cfg.types.milestone) {
23716 }, cfg);
23718 if (cfg.drag_links && cfg.show_links) {
23737 }, cfg);
23808 if(cfg.rtl){
23822 if(cfg.rtl){
24677 if(cfg.rtl)
24694 if(cfg.rtl){
25452 cfg.count++;
25457 cfg.trace_x_ascending = cfg.trace_x.slice();
[all …]

12