Searched refs:from (Results 1 - 25 of 51) sorted by relevance

123

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/converter/
H A DConverter.java29 T convert(F from); argument
/solaris-userland-s11u3/components/php-5_3/Solaris/
H A Dphp-apc-stats.conf27 Allow from localhost
H A Dphp-memcache-stats.conf27 Allow from localhost
/solaris-userland-s11u3/components/mailman/files/
H A Dmailman.conf9 Allow from all
16 Allow from all
23 Allow from all
/solaris-userland-s11u3/components/openstack/nova/files/
H A Dnova-api22 from oslo.config import cfg
H A Dnova-conductor22 from subprocess import CalledProcessError, check_call
H A Dnova-upgrade19 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 Dfcgid-24.conf10 allow from all
H A Dfcgid.conf16 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 DPropertyGroupNamePool.java135 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 DTableSorter.java34 // 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 Dironic-upgrade19 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 Dironic-db18 from subprocess import Popen, PIPE
/solaris-userland-s11u3/components/openstack/neutron/files/
H A Dneutron-server21 from subprocess import CalledProcessError, check_call
H A Dneutron-upgrade19 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 DArrayUtil.java87 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 DCollectionUtil.java52 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 Dswift-upgrade19 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 Dcinder-upgrade19 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 Dglance-upgrade19 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 Dheat-upgrade19 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 Dkeystone-upgrade19 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 Dkeystone22 from subprocess import CalledProcessError, check_call, Popen
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_3/
H A DREADME_demo_module_326 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 DMakefile31 COMPONENT_ARCHIVE_URL= http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror

Completed in 1633 milliseconds

123