/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/converter/ |
H A D | Converter.java | 29 T convert(F from); argument
|
/solaris-userland-s11u3/components/php-5_3/Solaris/ |
H A D | php-apc-stats.conf | 27 Allow from localhost
|
H A D | php-memcache-stats.conf | 27 Allow from localhost
|
/solaris-userland-s11u3/components/mailman/files/ |
H A D | mailman.conf | 9 Allow from all 16 Allow from all 23 Allow from all
|
/solaris-userland-s11u3/components/openstack/nova/files/ |
H A D | nova-api | 22 from oslo.config import cfg
|
H A D | nova-conductor | 22 from subprocess import CalledProcessError, check_call
|
H A D | nova-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 138 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/apache2-modules/mod_fcgid/ |
H A D | fcgid-24.conf | 10 allow from all
|
H A D | fcgid.conf | 16 allow from all
|
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | PropertyGroupNamePool.java | 135 private int getNext(int from) { argument 136 while (Collections.binarySearch(existing, from) >= 0 || 137 Collections.binarySearch(reserved, from) >= 0) { 138 from++; 140 return from;
|
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/ |
H A D | TableSorter.java | 34 // Imports for picking up mouse events from the JTable. 61 * (This code taken from the Swing table examples.) 101 // We copy all returned values from the getValue call in case 247 public void shuttlesort(int from[], int to[], int low, int high) { argument 253 shuttlesort(to, from, low, middle); 254 shuttlesort(to, from, middle, high); 274 if (high - low >= 4 && compare(from[middle-1], from[middle]) <= 0) { 276 to[i] = from[i]; 284 if (q >= high || (p < middle && compare(from[ [all...] |
/solaris-userland-s11u3/components/openstack/ironic/files/ |
H A D | ironic-upgrade | 19 from subprocess import check_call, Popen, PIPE 26 from openstack_common import alter_mysql_tables, create_backups, modify_conf 117 # extract the openstack-upgrade-id from the pkg
|
H A D | ironic-db | 18 from subprocess import Popen, PIPE
|
/solaris-userland-s11u3/components/openstack/neutron/files/ |
H A D | neutron-server | 21 from subprocess import CalledProcessError, check_call
|
H A D | neutron-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf 71 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | ArrayUtil.java | 87 public static <F, T> T[] convert(F[] from, Class<T> toClass, argument 89 T[] to = (T[])Array.newInstance(toClass, from.length); 90 for (int i = 0; i < from.length; i++) { 91 to[i] = converter.convert(from[i]);
|
H A D | CollectionUtil.java | 52 Collection<? extends F> from, Converter<F, T> converter) { 54 if (from == null) { 58 List<T> to = new ArrayList<T>(from.size()); 59 for (F f : from) { 51 convert( Collection<? extends F> from, Converter<F, T> converter) argument
|
/solaris-userland-s11u3/components/openstack/swift/files/ |
H A D | swift-upgrade | 19 from subprocess import check_call, Popen, PIPE 25 from openstack_common import create_backups, modify_conf 77 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/openstack/cinder/files/ |
H A D | cinder-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 133 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/openstack/glance/files/ |
H A D | glance-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf 233 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/openstack/heat/files/ |
H A D | heat-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 55 # extract the openstack-upgrade-id from the pkg
|
/solaris-userland-s11u3/components/openstack/keystone/files/ |
H A D | keystone-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf 131 # extract the openstack-upgrade-id from the pkg
|
H A D | keystone | 22 from subprocess import CalledProcessError, check_call, Popen
|
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_3/ |
H A D | README_demo_module_3 | 26 General tables are different from simple tables in one of the following 78 that you generate from demo code examples, if you have not already done so. 107 To generate code templates from the sample MIB: 211 The optional -Ddemo_module_3 argument sends debugging statements from 220 1. As a non-root user, issue snmptable commands to retrieve table data from
|
/solaris-userland-s11u3/components/php-5_3/php-cgi/ |
H A D | Makefile | 31 COMPONENT_ARCHIVE_URL= http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
|