Home
last modified time | relevance | path

Searched refs:extras (Results 51 – 75 of 82) sorted by last modified time

1234

/plugin/diagramsnet/lib/js/
H A Dexport.js32 var extras = null;
36 extras = JSON.parse(data.extras);
42 extras = JSON.parse(decodeURIComponent(data.extras));
52 if (extras != null && extras.grid != null)
59 if (extras != null && extras.diagramLanguage != null)
66 if (data.xml.substring(0, 5) == 'iVBOR' || (extras != null && extras.isPng))
133 if (extras != null && extras.globalVars != null)
485 if (extras != null && ((extras.layers != null && extras.layers.length > 0) ||
486 (extras.layerIds != null && extras.layerIds.length > 0)))
650 var pageWidth = (extras != null && extras.pageWidth != null) ? extras.pageWidth : 800;
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia.txt276 extras=Extras
H A Ddia_am.txt276 extras=Extras
H A Ddia_bs.txt276 extras=Dodaci
H A Ddia_de.txt276 extras=Extras
H A Ddia_et.txt276 extras=Lisad
H A Ddia_gu.txt276 extras=Extras
H A Ddia_hr.txt276 extras=Extras
H A Ddia_hu.txt276 extras=Extrák
H A Ddia_id.txt276 extras=Ekstra
H A Ddia_it.txt276 extras=Altro
H A Ddia_lv.txt276 extras=Extras
H A Ddia_ml.txt276 extras=Extras
H A Ddia_nl.txt276 extras=Extra's
H A Ddia_pl.txt276 extras=Dodatki
H A Ddia_pt-br.txt276 extras=Extras
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1120 ¤ WavPack ['extras'] now returned as 3-element array of integers
H A Dstructure.txt2172 ['extras']=>string() //
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock2518 qunit-extras@^3.0.0:
2520 …resolved "https://registry.yarnpkg.com/qunit-extras/-/qunit-extras-3.0.0.tgz#aae0e2e0e22e980b58a25…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc176 {name: 'extras', items: config.ToolBarItemsExtra }
/plugin/issuetracker/
H A Dprototype.js1569 var extras = this.options.requestHeaders;
1571 if (Object.isFunction(extras.push))
1572 for (var i = 0, length = extras.length; i < length; i += 2)
1573 headers[extras[i]] = extras[i+1];
1575 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php237 public $extras; variable in Google_Products
296 public function setExtras(Google_ShoppingModelExtrasJsonV1 $extras) { argument
297 $this->extras = $extras;
300 return $this->extras;
/plugin/socialshareprivacy/
H A DREADME9 http://www.heise.de/extras/socialshareprivacy/
/plugin/remust/
H A DREADME.md1 # font-extras
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1263 var extras = this.options.requestHeaders;
1265 if (Object.isFunction(extras.push))
1266 for (var i = 0, length = extras.length; i < length; i += 2)
1267 headers[extras[i]] = extras[i+1];
1269 $H(extras).each(function(pair) { headers[pair.key] = pair.value });

1234