Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 25 of 82) sorted by path

1234

/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1153 * LogPlugin now exposes request and response objects in the extras array
/plugin/bugzillaint/action/
H A Dfetch.php83 $extras = array();
87 $extras = array_merge( $extras, explode(',', $i['extras']) );
89 $result['links'] = $bugzillaClient->getBugsInfos( $ids, $extras);
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt78 <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/bugzillaint/helper/
H A Dbugzillaclient.php36 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
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));
212 public function getBugsInfos( $ids, $extras ) { argument
215 $includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras) );
242 return in_array('dependencies', $extras) ? $this->fetchDependencies( $result ) : $result;
246 private function extrasToIncludeFields($extras) { argument
[all …]
/plugin/bugzillaint/
H A Dscript.js109 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/ckgdoku/ckeditor/
H A Dconfig.js.unc176 {name: 'extras', items: config.ToolBarItemsExtra }
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc192 {name: 'extras', items: config.ToolBarItemsExtra }
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js2134 var extras = {globalVars: graph.getExportVariables()}; class in EditorUi.createDownloadRequest
2138 extras.grid = {
2147 extras.diagramLanguage = Graph.diagramLanguage;
2155 '&extras=' + encodeURIComponent(JSON.stringify(extras)) +
13931 var extras = {globalVars: graph.getExportVariables()}; class in ExportDialog.exportFile
13935 extras.grid = {
13947 '&extras=' + encodeURIComponent(JSON.stringify(extras)) +
H A DElectronApp.js1968 var extras = {globalVars: graph.getExportVariables()}; class in EditorUi.createDownloadRequest
1972 extras.grid = {
1988 extras: encodeURIComponent(JSON.stringify(extras)),
2029 var extras = {globalVars: graph.getExportVariables()}; class in ExportDialog.exportFile
2043 extras: JSON.stringify(extras),
/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_ar.txt276 extras=‫إضافات‬
H A Ddia_bg.txt276 extras=Екстри
H A Ddia_bn.txt276 extras=Extras
H A Ddia_bs.txt276 extras=Dodaci
H A Ddia_ca.txt276 extras=Extres
H A Ddia_cs.txt276 extras=Extra
H A Ddia_da.txt276 extras=Ekstra
H A Ddia_de.txt276 extras=Extras
H A Ddia_el.txt276 extras=Πρόσθετα
H A Ddia_eo.txt276 extras=Extras
H A Ddia_es.txt276 extras=Extras

1234