Home
last modified time | relevance | path

Searched +refs:output +refs:object (Results 1 – 25 of 132735) sorted by relevance

12345678910>>...5310

/dports/www/moodle311/moodle/admin/tool/brickfield/tests/
H A Dscheduler_test.php54 $output = $object->mark_analyzed();
58 $output = $object->mark_analyzed();
73 $output = $object->mark_analyzed();
117 $output = $object->is_scheduled();
122 $output = $object->is_scheduled();
128 $output = $object->is_scheduled();
137 $output = $object->is_submitted();
142 $output = $object->is_submitted();
157 $output = $object->is_analyzed();
162 $output = $object->is_analyzed();
[all …]
H A Dfilters_test.php63 $output = $object->get_course_sql();
69 $output = $object->get_course_sql();
87 $output = $object->validate_filters();
91 $output = $object->validate_filters();
95 $output = $object->validate_filters();
101 $output = $object->validate_filters();
109 $output = $object->has_course_filters();
113 $output = $object->has_course_filters();
165 $output = $object->get_errormessage();
170 $output = $object->get_errormessage();
[all …]
H A Dprintable_test.php35 $object = new printable();
36 $output = $object->toolname();
46 $object = new printable();
47 $output = $object->toolshortname();
58 $output = $object->pluginname();
59 $this->assertEquals($output, 'printable');
73 $output = $object->can_access($filter);
74 $this->assertFalse($output);
90 $output = $object->get_output();
96 $output = $object->get_output();
[all …]
H A Daccessibility_test.php40 $object = new accessibility();
44 $output = $object->get_title($filter, 0);
46 $output = $object->get_title($filter, 5);
51 $output = $object->get_title($filter, 0);
62 $object = new accessibility();
64 $output = $object->checkids();
68 $output = $object->checkids(2);
79 $object = new accessibility();
81 $output = $object->get_translations();
95 $object = new accessibility();
[all …]
H A Dchecktyperesults_test.php32 $object = new checktyperesults();
33 $output = $object->toolname();
40 $object = new checktyperesults();
41 $output = $object->toolshortname();
48 $object = new checktyperesults();
49 $output = $object->pluginname();
60 $object = new checktyperesults();
61 $object->set_filter($filter);
62 $object->get_data();
63 $output = $object->get_output();
[all …]
H A Dactivityresults_test.php32 $object = new activityresults();
33 $output = $object->toolname();
40 $object = new activityresults();
41 $output = $object->toolshortname();
48 $object = new activityresults();
49 $output = $object->pluginname();
50 $this->assertEquals($output, 'activityresults');
60 $object = new activityresults();
61 $object->set_filter($filter);
62 $output = $object->get_output();
[all …]
H A Derrors_test.php32 $object = new errors();
33 $output = $object->toolname();
40 $object = new errors();
41 $output = $object->toolshortname();
48 $object = new errors();
49 $output = $object->pluginname();
50 $this->assertEquals($output, 'errors');
60 $object = new errors();
61 $object->set_filter($filter);
62 $output = $object->get_output();
[all …]
/dports/devel/p5-Devel-StealthDebug/Devel-StealthDebug-1.008/
H A DStealthDebug.pm135 return $output ;
144 my $output;
158 $output =~ s/,$/;/s;
161 return $output;
167 my $output = shift;
183 return $output;
189 my $output = shift;
195 return $output;
201 my $output = shift;
211 $output .= $tab;
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dobject_stream.cc213 object->clear(); in object_read_bencode()
409 object.clear(); in operator >>()
417 operator << (std::ostream& output, const Object& object) { in operator <<() argument
418 object_write_bencode(&output, &object); in operator <<()
508 object_write_bencode_c_object(object_write_data_t* output, const Object* object, uint32_t skip_mask… in object_write_bencode_c_object() argument
541 case Object::TYPE_VALUE: object_write_bencode_c_obj_value(output, object->as_value()); break; in object_write_bencode_c_object()
542 case Object::TYPE_STRING: object_write_bencode_c_obj_string(output, object->as_string()); break; in object_write_bencode_c_object()
577 object_write_bencode(std::ostream* output, const Object* object, uint32_t skip_mask) { in object_write_bencode() argument
579 …object_write_bencode_c(&object_write_to_stream, output, object_buffer_t(buffer, buffer + 1024), ob… in object_write_bencode()
601 object_write_bencode_c_object(&output, object, skip_mask); in object_write_bencode_c()
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/flex-config/
H A Dcompatible.lua536 local output
539 output, output_hstore = get_point_output(object.tags)
547 output = object.tags
556 output[hstore_column] = get_hstore_column(object.tags)
575 local output
578 output, output_hstore = get_non_point_output(object.tags)
589 output = object.tags
616 output[hstore_column] = get_hstore_column(object.tags)
645 output, output_hstore = get_non_point_output(object.tags)
653 output = object.tags
[all …]
/dports/devel/kyua/kyua-0.13/utils/format/
H A Dcontainers.ipp39 /// \param output The stream into which to inject the object.
45 std::operator<<(std::ostream& output, const std::map< K, V >& object)
62 /// \param output The stream into which to inject the object.
70 output << "pair(" << object.first << ", " << object.second << ")";
77 /// \param output The stream into which to inject the object.
88 output << *object;
96 /// \param output The stream into which to inject the object.
102 std::operator<<(std::ostream& output, const std::set< T >& object)
119 /// \param output The stream into which to inject the object.
125 std::operator<<(std::ostream& output, const std::vector< T >& object)
[all …]
/dports/dns/dnsjit/dnsjit-1.2.2/src/
H A DMakefile.am48object.c core/object/dns.c core/object/ether.c core/object/gre.c core/object/icmp6.c core/object/i…
49object/dns.h core/object/ether.h core/object/gre.h core/object.h core/object/icmp6.h core/object/i…
52object/dns.hh core/object/ether.hh core/object/gre.hh core/object.hh core/object/icmp6.hh core/obj…
53object/dns.luaho core/object/ether.luaho core/object/gre.luaho core/object/icmp6.luaho core/object
56object/dns/label.lua core/object/dns.lua core/object/dns/q.lua core/object/dns/rr.lua core/object/…
57object/dns/label.luao core/object/dns.luao core/object/dns/q.luao core/object/dns/rr.luao core/obj…
67object.3 dnsjit.core.object.dns.3 dnsjit.core.object.dns.label.3 dnsjit.core.object.dns.q.3 dnsjit…
124 dnsjit.output.3in: output.lua gen-manpage.lua
268 dnsjit.output.dnscli.3in: output/dnscli.lua gen-manpage.lua
271 dnsjit.output.null.3in: output/null.lua gen-manpage.lua
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/classes/webservice/
H A DWebserviceOutputBuilder.php47 protected $output; variable in WebserviceOutputBuilderCore
393 $output = $this->objectRender->overrideContent($output);
467 $output .= $this->renderEntityMinimum($object, $depth);
469 $output .= $this->renderEntity($object, $depth);
530 $output .= $this->renderField($object, $wsParams, $fieldName, $field, 0);
534 $output .= $this->renderAssociations($object, 0, $wsParams['associations'], $wsParams);
581 $output .= $this->renderField($object, $wsParams, $fieldName, $field, $depth);
598 … $output .= $this->renderAssociations($object, $depth, $wsParams['associations'], $wsParams);
757 …$output .= $this->setIndent($depth).$this->objectRender->renderAssociationHeader($object, $wsParam…
759 …$output .= $this->setIndent($depth).$this->objectRender->renderAssociationFooter($object, $wsParam…
[all …]
/dports/finance/prestashop/prestashop/classes/webservice/
H A DWebserviceOutputBuilder.php39 protected $output; variable in WebserviceOutputBuilderCore
350 $output = $this->objectRender->overrideContent($output);
412 $output .= $this->renderEntityMinimum($object, $depth);
414 $output .= $this->renderEntity($object, $depth);
469 $output .= $this->renderField($object, $ws_params, $field_name, $field, 0);
473 … $output .= $this->renderAssociations($object, 0, $ws_params['associations'], $ws_params);
516 $output .= $this->renderField($object, $ws_params, $field_name, $field, $depth);
532 … $output .= $this->renderAssociations($object, $depth, $ws_params['associations'], $ws_params);
682 …$output .= $this->setIndent($depth) . $this->objectRender->renderAssociationHeader($object, $ws_pa…
684 …$output .= $this->setIndent($depth) . $this->objectRender->renderAssociationFooter($object, $ws_pa…
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-0.23.0/tests/
H A Dfilters.rs4 let globals = liquid::object!({ in upcase()
19 let globals = liquid::object!({ in downcase()
34 let globals = liquid::object!({ in capitalize()
49 let globals = liquid::object!({ in minus()
64 let globals = liquid::object!({ in plus()
79 let globals = liquid::object!({ in minus_error()
94 let globals = liquid::object!({ in first_numeric_array()
109 let globals = liquid::object!({ in first_string_array()
124 let globals = liquid::object!({ in first_char()
139 let globals = liquid::object!({ in last_numeric_array()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-0.22.0/tests/
H A Dfilters.rs4 let globals = liquid::object!({ in upcase()
19 let globals = liquid::object!({ in downcase()
34 let globals = liquid::object!({ in capitalize()
49 let globals = liquid::object!({ in minus()
64 let globals = liquid::object!({ in plus()
79 let globals = liquid::object!({ in minus_error()
94 let globals = liquid::object!({ in first_numeric_array()
109 let globals = liquid::object!({ in first_string_array()
124 let globals = liquid::object!({ in first_char()
139 let globals = liquid::object!({ in last_numeric_array()
[all …]
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DSweaveDrivers.R196 } else chunkout <- object$output
324 if (length(output) == 1L && !nzchar(output[1L])) output <- NULL
329 if (length(output) && object$debug)
400 cat("\\input{", chunkprefix, "}\n", sep = "", file = object$output)
424 file = object$output)
512 cat(chunk, sep = "\n", file = object$output)
521 outputname <- summary(object$output)$description
529 close(object$output)
757 chunkout <- object$output
806 if (!is.null(object$output) && object$output >= 3)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DSweaveDrivers.R196 } else chunkout <- object$output
324 if (length(output) == 1L && !nzchar(output[1L])) output <- NULL
329 if (length(output) && object$debug)
400 cat("\\input{", chunkprefix, "}\n", sep = "", file = object$output)
424 file = object$output)
512 cat(chunk, sep = "\n", file = object$output)
521 outputname <- summary(object$output)$description
529 close(object$output)
757 chunkout <- object$output
806 if (!is.null(object$output) && object$output >= 3)
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DType1FontFormatter.java202 private static String formatArray(Object object, boolean executable) { in formatArray() argument
203 return formatArray(object, null, executable); in formatArray()
211 if (object instanceof Collection) { in formatArray()
214 Collection<?> elements = (Collection<?>) object; in formatArray()
220 } else if (object instanceof Number) { in formatArray()
221 sb.append(formatElement(object, format)); in formatArray()
231 if (object instanceof Double || object instanceof Float) { in formatElement()
232 Number number = (Number)object; in formatElement()
234 } else if (object instanceof Long || object instanceof Integer) { in formatElement()
235 Number number = (Number)object; in formatElement()
[all …]
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DRweaveHTML.R17 if(is.null(output)){
26 output <- file(output, open="w+")
32 list(output=output, debug=debug, quiet=quiet, syntax = syntax, nameattr
68 chunkout <- object$output
114 output <- readLines(tmpcon) functionVar
117 if(length(output)==1 & output[1]=="") output <- NULL
137 remove(output)
163 file=object$output, append=TRUE)
240 cat(chunk, sep="\n", file=object$output, append=TRUE)
247 cat(paste("file ",summary(object$output)$description),"is completed", "\n")
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvdrv/devices/
H A Dnvmap.cpp28 return IocCreate(input, output); in Ioctl1()
30 return IocFromId(input, output); in Ioctl1()
32 return IocAlloc(input, output); in Ioctl1()
34 return IocFree(input, output); in Ioctl1()
36 return IocParam(input, output); in Ioctl1()
38 return IocGetId(input, output); in Ioctl1()
66 ASSERT(object); in GetObjectAddress()
68 return object->addr; in GetObjectAddress()
123 if (!object) { in IocAlloc()
155 if (!object) { in IocGetId()
[all …]
/dports/devel/p5-Eval-Context/Eval-Context-0.09.11/t/
H A D009_persistent_variables.t62 my $object = new some_object(5) ;
111 …[ [ '$object' , $object, $Eval::Context::PERSISTENT] , "\$object->GetValue…
112 …[ [ '$object' , $Eval::Context::USE, $Eval::Context::PERSISTENT] , "\$object->AddOne…
113 …[ [ '$object' , $Eval::Context::USE, $Eval::Context::PERSISTENT] , "\$object->AddOne…
114 …[ [ '$object' , $Eval::Context::USE, $Eval::Context::PERSISTENT] , "\$object->AddOne…
142 CODE => '$object;',
253 INSTALL_VARIABLES => [[ '$object' , $object, $Eval::Context::SHARED] ],
261 INSTALL_VARIABLES => [[ '$object' , $object, $Eval::Context::PERSISTENT] ],
274 CODE => '$object ;',
282 CODE => '$object ;',
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/scripts/
H A Doauth2l_test.py34 class _FakeResponse(object):
85 with mock.patch.object(oauth2l, '_FetchCredentials',
93 with mock.patch.object(oauth2l, '_FetchCredentials',
102 with mock.patch.object(oauth2l, '_FetchCredentials',
111 with mock.patch.object(oauth2l, '_FetchCredentials',
125 with mock.patch.object(oauth2l, '_FetchCredentials',
139 with mock.patch.object(oauth2l, '_FetchCredentials',
167 output)
269 with mock.patch.object(apitools_base, 'GetUserinfo',
279 with mock.patch.object(apitools_base, 'GetUserinfo',
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/db/glassfish/
H A DBridgeWrapper.java113 bridge.marshal(m, object, output); in marshal()
117 bridge.marshal(m, object, output, nsContext); in marshal()
125 bridge.marshal(m, object, output); in marshal()
153 public void marshal(T object, Node output) throws JAXBException { in marshal() argument
154 bridge.marshal(object, output); in marshal()
161 bridge.marshal(object, output, nsContext, am); in marshal()
165 bridge.marshal(object, output, nsContext); in marshal()
175 public final void marshal(T object, XMLStreamWriter output, in marshal() argument
177 bridge.marshal(object, output, am); in marshal()
180 public final void marshal(T object, XMLStreamWriter output) in marshal() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/db/glassfish/
H A DBridgeWrapper.java113 bridge.marshal(m, object, output); in marshal()
117 bridge.marshal(m, object, output, nsContext); in marshal()
125 bridge.marshal(m, object, output); in marshal()
153 public void marshal(T object, Node output) throws JAXBException { in marshal() argument
154 bridge.marshal(object, output); in marshal()
161 bridge.marshal(object, output, nsContext, am); in marshal()
165 bridge.marshal(object, output, nsContext); in marshal()
175 public final void marshal(T object, XMLStreamWriter output, in marshal() argument
177 bridge.marshal(object, output, am); in marshal()
180 public final void marshal(T object, XMLStreamWriter output) in marshal() argument
[all …]

12345678910>>...5310