Home
last modified time | relevance | path

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

1234

/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/socialshareprivacy2/SSP/
H A DREADME.md38 [http://www.heise.de/extras/socialshareprivacy/](http://www.heise.de/extras/socialshareprivacy/)
603 See also: [official documentation](http://bufferapp.com/extras/button)
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1460 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/flowplay2/flowplayer/
H A DREADME.txt5 * Extra example files for special cases in the extras folder

1234