| /plugin/diagramsnet/lib/js/ |
| D | export.js | 32 var extras = null; 36 extras = JSON.parse(data.extras); 42 extras = JSON.parse(decodeURIComponent(data.extras)); 52 if (extras != null && extras.grid != null) 54 graph.gridSize = extras.grid.size; 55 graph.view.gridSteps = extras.grid.steps; 56 gridColor = extras.grid.color; 59 if (extras != null && extras.diagramLanguage != null) 61 Graph.diagramLanguage = extras.diagramLanguage; 66 if (data.xml.substring(0, 5) == 'iVBOR' || (extras != null && extras.isPng)) [all …]
|
| /plugin/bugzillaint/helper/ |
| D | bugzillaclient.php | 36 public function getBugDependencyTrees( $ids, $depth, $extras ) { argument 38 …>getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $depth, $extras ); 40 private function getDependenciesRecursive( $ids, $depth, $extras ) { argument 41 …$includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras), array('… 49 $bug['depends_on'] = $this->getDependenciesRecursive( $bug['depends_on'], $depth--, $extras ); 62 public function quicksearch( $query, $extras, $groupBy ) { argument 178 …ions['include_fields'] = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras)); 186 …$result = in_array('dependencies', $extras) ? $this->fetchDependencies( $response['bugs'] ) : $res… 212 public function getBugsInfos( $ids, $extras ) { argument 215 $includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras) ); [all …]
|
| /plugin/bugzillaint/action/ |
| D | fetch.php | 83 $extras = array(); 87 $extras = array_merge( $extras, explode(',', $i['extras']) ); 89 $result['links'] = $bugzillaClient->getBugsInfos( $ids, $extras);
|
| /plugin/bugzillaint/docs/ |
| D | bugzillaint.txt | 78 <Bugtree 123 depth:3 showResolved extras:priority,assigned_to> 81 …The ''depth'' option limits the depth of the hierarchy. Use the option ''extras'' to show extra fi… 87 <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority> 90 …ou can group the results by a field using ''group_by''. Use the option ''extras'' to show extra fi… 130 * the default extras,
|
| /plugin/remust/ |
| D | README.md | 1 # font-extras
|
| /plugin/bugzillaint/ |
| D | script.js | 109 var extras = master.data('extras').split(' ').join('').split(','); 114 if ( extras.indexOf( property ) == -1 ) { 115 extras.unshift( property ); 121 jQuery.each( extras, function(index,val){
|
| /plugin/socialshareprivacy/ |
| D | README | 9 http://www.heise.de/extras/socialshareprivacy/
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_ShoppingService.php | 237 public $extras; variable in Google_Products 296 public function setExtras(Google_ShoppingModelExtrasJsonV1 $extras) { argument 297 $this->extras = $extras; 300 return $this->extras;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | ElectronApp.js | 1968 var extras = {globalVars: graph.getExportVariables()}; variable 1972 extras.grid = { 1988 extras: encodeURIComponent(JSON.stringify(extras)), property 2029 var extras = {globalVars: graph.getExportVariables()}; variable 2043 extras: JSON.stringify(extras), property
|
| D | EditorUi.js | 2134 var extras = {globalVars: graph.getExportVariables()}; variable 2138 extras.grid = { 2147 extras.diagramLanguage = Graph.diagramLanguage; 2155 '&extras=' + encodeURIComponent(JSON.stringify(extras)) + 13931 var extras = {globalVars: graph.getExportVariables()}; variable 13935 extras.grid = { 13947 '&extras=' + encodeURIComponent(JSON.stringify(extras)) +
|
| /plugin/dokuprism/prism/ |
| D | prism.css | 2 …extras+d+dart+diff+django+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+etlua+erb+erlang+fsharp+…
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_i18n.txt | 276 extras=extras
|
| D | dia_ru.txt | 276 extras=Дополнительно
|
| D | dia_bg.txt | 276 extras=Екстри
|
| D | dia_el.txt | 276 extras=Πρόσθετα
|
| D | dia_zh.txt | 276 extras=其它
|
| D | dia_uk.txt | 276 extras=Додатково
|
| D | dia_ko.txt | 276 extras=추가 도구
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 1263 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 });
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 1460 var extras = this.options.requestHeaders; 1462 if (Object.isFunction(extras.push)) 1463 for (var i = 0, length = extras.length; i < length; i += 2) 1464 headers[extras[i]] = extras[i+1]; 1466 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
|
| /plugin/issuetracker/ |
| D | prototype.js | 1569 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/socialshareprivacy2/SSP/ |
| D | README.md | 38 [http://www.heise.de/extras/socialshareprivacy/](http://www.heise.de/extras/socialshareprivacy/) 603 See also: [official documentation](http://bufferapp.com/extras/button)
|
| /plugin/ckgdoku/ckeditor/ |
| D | config.js.unc | 176 {name: 'extras', items: config.ToolBarItemsExtra }
|
| /plugin/ckgedit/ckeditor/ |
| D | config.js.unc | 192 {name: 'extras', items: config.ToolBarItemsExtra }
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | yarn.lock | 2518 qunit-extras@^3.0.0: 2520 …resolved "https://registry.yarnpkg.com/qunit-extras/-/qunit-extras-3.0.0.tgz#aae0e2e0e22e980b58a25…
|