Home
last modified time | relevance | path

Searched refs:class_path (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/
H A Dapis_map.py42 class_path, argument
48 self.class_path = class_path
57 return self.class_path + '.' + self.client_classpath
61 return self.class_path + '.' + self.messages_modulepath
72 return src_fmt.format(self.class_path, self.client_classpath,
120 class_path='googlecloudsdk.third_party.apis.admin.v1',
208 class_path='googlecloudsdk.third_party.apis.apigee.v1',
994 class_path='googlecloudsdk.third_party.apis.dlp.v2',
1004 class_path='googlecloudsdk.third_party.apis.dns.v1',
1278 class_path='googlecloudsdk.third_party.apis.iam.v1',
[all …]
/dports/www/ilias6/ILIAS-6.14/src/BackgroundTasks/Implementation/Persistence/
H A DTaskContainer.php39 protected $class_path; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\TaskContainer
99 return $this->class_path;
104 * @param string $class_path
106 public function setClassPath($class_path) argument
108 $this->class_path = $class_path;
H A DValueContainer.php63 protected $class_path; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\ValueContainer
192 return $this->class_path;
197 * @param string $class_path
199 public function setClassPath($class_path) argument
201 $this->class_path = $class_path;
/dports/www/ilias/ILIAS-5.4.25/src/BackgroundTasks/Implementation/Persistence/
H A DTaskContainer.php39 protected $class_path; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\TaskContainer
99 return $this->class_path;
104 * @param string $class_path
106 public function setClassPath($class_path) argument
108 $this->class_path = $class_path;
H A DValueContainer.php63 protected $class_path; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\ValueContainer
192 return $this->class_path;
197 * @param string $class_path
199 public function setClassPath($class_path) argument
201 $this->class_path = $class_path;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/regen/
H A Dapi_def.py42 class_path, argument
48 self.class_path = class_path
57 return self.class_path + '.' + self.client_classpath
61 return self.class_path + '.' + self.messages_modulepath
72 return src_fmt.format(self.class_path, self.client_classpath,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassPath.java76 private String class_path; field in ClassPath
81 public ClassPath(String class_path) { in ClassPath() argument
82 this.class_path = class_path; in ClassPath()
86 for(StringTokenizer tok=new StringTokenizer(class_path, in ClassPath()
124 return class_path; in toString()
128 return class_path.hashCode(); in hashCode()
133 return class_path.equals(((ClassPath)o).class_path); in equals()
161 String class_path, boot_path, ext_path; in getClassPath() local
164 class_path = SecuritySupport.getSystemProperty("java.class.path"); in getClassPath()
174 getPathComponents(class_path, list); in getClassPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassPath.java76 private String class_path; field in ClassPath
81 public ClassPath(String class_path) { in ClassPath() argument
82 this.class_path = class_path; in ClassPath()
86 for(StringTokenizer tok=new StringTokenizer(class_path, in ClassPath()
124 return class_path; in toString()
128 return class_path.hashCode(); in hashCode()
133 return class_path.equals(((ClassPath)o).class_path); in equals()
161 String class_path, boot_path, ext_path; in getClassPath() local
164 class_path = SecuritySupport.getSystemProperty("java.class.path"); in getClassPath()
174 getPathComponents(class_path, list); in getClassPath()
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Fields/
H A Dclass.ilDclFieldFactory.php147 … $class_path = self::getClassPathByInstance($field, self::$field_representation_class_pattern);
150 if (file_exists($class_path)) {
151 require_once($class_path);
155 …throw new ilDclException("Path for FieldRepresentation with file " . $class_path . " does not exis…
159 … ilDclException("Could not create FieldRepresentation of " . $class . " with file " . $class_path);
191 …$class_path = self::getClassPathByInstance($record_field->getField(), self::$record_representation…
194 if (file_exists($class_path)) {
195 require_once($class_path);
378 $class_path = $plugin_data->getDirectory() . "/classes/";
383 …$class_path = sprintf(self::$field_base_path_patter, ucfirst(self::parseDatatypeTitle($datatype->g…
[all …]
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/vendor/jasig/phpcas/source/CAS/
H A DAutoload.php40 $class_path = str_replace('_', DIRECTORY_SEPARATOR, $class);
42 if (substr($class_path, 0, 7) === 'PhpCas\\') {
43 $class_path = 'CAS' . DIRECTORY_SEPARATOR . substr($class_path, 7);
46 $file_path = $path . DIRECTORY_SEPARATOR . $class_path . '.php';
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/lrm/
H A Dracommon.c40 get_ra_pathname(const char* class_path, const char* type, const char* provider, in get_ra_pathname() argument
59 class_path, provider, type); in get_ra_pathname()
62 class_path,type); in get_ra_pathname()
109 get_runnable_list(const char* class_path, GList ** rsc_info) in get_runnable_list() argument
125 file_num = scandir(class_path, &namelist, NULL, alphasort); in get_runnable_list()
136 class_path, namelist[file_num]->d_name ); in get_runnable_list()
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/Fields/
H A Dclass.ilDclFieldFactory.php146 … $class_path = self::getClassPathByInstance($field, self::$field_representation_class_pattern);
149 if (file_exists($class_path)) {
153 …throw new ilDclException("Path for FieldRepresentation with file " . $class_path . " does not exis…
157 … ilDclException("Could not create FieldRepresentation of " . $class . " with file " . $class_path);
189 …$class_path = self::getClassPathByInstance($record_field->getField(), self::$record_representation…
192 if (file_exists($class_path)) {
201 …throw new ilDclException("Could not create RecordRepresentation of " . $class_path . " " . $record…
374 $class_path = $plugin_data->getDirectory() . "/classes/";
376 …$class_path = sprintf(self::$field_base_path_patter, ucfirst(self::parseDatatypeTitle($datatype->g…
379 …$class_path = sprintf(self::$field_base_path_patter, ucfirst(self::parseDatatypeTitle($datatype->g…
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/java/native/
H A Djava-class-loader.c35 __create_class_path(ClassLoader *self, JNIEnv *java_env, const gchar *class_path) in __create_class_path() argument
40 if (class_path && (strlen(class_path) > 0)) in __create_class_path()
43 g_string_append(g_class_path, class_path); in __create_class_path()
120 …r_load_class(ClassLoader *self, JNIEnv *java_env, const gchar *class_name, const gchar *class_path) in class_loader_load_class() argument
124 jstring str_class_path = __create_class_path(self, java_env, class_path); in class_loader_load_class()
H A Djava_machine.c42 GString *class_path; member
55 jvm->class_path = g_string_new(get_installation_path_for(SYSLOG_NG_JAVA_MODULE_PATH)); in _jvm_new()
56 g_string_append(jvm->class_path, "/syslog-ng-core.jar"); in _jvm_new()
93 g_string_free(self->class_path, TRUE); in _jvm_free()
191 self->class_path->str)); in _setup_jvm_options_array()
254 java_machine_load_class(JavaVMSingleton *self, const gchar *class_name, const gchar *class_path) in java_machine_load_class() argument
257 class_path); in java_machine_load_class()
/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/lib/DBIx/Class/Schema/Loader/
H A DUtils.pm104 delete $INC{ +class_path($pkg) };
121 sub class_path { subroutine
124 my $class_path = $class;
125 $class_path =~ s{::}{/}g;
126 $class_path .= '.pm';
128 return $class_path;
/dports/devel/arcanist-lib/arcanist-b2e715f/src/unit/parser/
H A DArcanistPhpunitTestResultParser.php123 $class_path = $file->getAttribute('name');
124 if (empty($this->affectedTests[$class_path])) {
129 $line_count = count(file($class_path));
156 $class_path = substr($class_path, $len);
157 $reports[$class_path] = $coverage;
/dports/devel/arcanist/arcanist-b2e715f/src/unit/parser/
H A DArcanistPhpunitTestResultParser.php123 $class_path = $file->getAttribute('name');
124 if (empty($this->affectedTests[$class_path])) {
129 $line_count = count(file($class_path));
156 $class_path = substr($class_path, $len);
157 $reports[$class_path] = $coverage;
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobject_tracing.c85 VALUE class_path = (RTEST(klass) && !OBJ_FROZEN(klass)) ? rb_class_path_cached(klass) : Qnil; in newobj_i() local
86 …char *class_path_cstr = RTEST(class_path) ? make_unique_str(arg->str_table, RSTRING_PTR(class_path in newobj_i()
98 delete_unique_str(arg->str_table, info->class_path); in newobj_i()
110 info->class_path = class_path_cstr; in newobj_i()
134 delete_unique_str(arg->str_table, info->class_path); in freeobj_i()
294 if (info->class_path) fprintf(out, "C: %s", info->class_path); in object_allocations_reporter_i()
409 if (info && info->class_path) { in allocation_class_path()
410 return rb_str_new2(info->class_path); in allocation_class_path()
/dports/mail/mailman3/mailman-3.3.1/src/mailman/plugins/
H A Dinitialize.py38 class_path = plugin_config['class'].strip()
39 if not as_boolean(plugin_config['enabled']) or len(class_path) == 0:
46 plugin = call_name(class_path)
51 class_path))
/dports/graphics/krita/krita-4.4.8/plugins/python/scripter/
H A Duicontroller.py125 for class_path in actions_module.action_classes:
126 _module = class_path[:class_path.rfind(".")]
127 _klass = class_path[class_path.rfind(".") + 1:]
148 for class_path in widgetsModule.widgetClasses:
149 _module = class_path[:class_path.rfind(".")]
150 _klass = class_path[class_path.rfind(".") + 1:]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DclasspathStream.hpp35 ClasspathStream(const char* class_path) { in ClasspathStream() argument
36 _class_path = class_path; in ClasspathStream()
37 _len = (int)strlen(class_path); in ClasspathStream()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DclasspathStream.hpp35 ClasspathStream(const char* class_path) { in ClasspathStream() argument
36 _class_path = class_path; in ClasspathStream()
37 _len = (int)strlen(class_path); in ClasspathStream()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DclasspathStream.hpp35 ClasspathStream(const char* class_path) { in ClasspathStream() argument
36 _class_path = class_path; in ClasspathStream()
37 _len = (int)strlen(class_path); in ClasspathStream()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DclasspathStream.hpp35 ClasspathStream(const char* class_path) { in ClasspathStream() argument
36 _class_path = class_path; in ClasspathStream()
37 _len = (int)strlen(class_path); in ClasspathStream()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/
H A DDrupalComponentTest.php90 * @param string $class_path
93 protected function assertNoCoreUsage($class_path) { argument
94 $contents = file_get_contents($class_path);
100 …assertEmpty($matches, "Checking for illegal reference to 'Drupal\\Core' namespace in $class_path");

1234567891011