Home
last modified time | relevance | path

Searched +refs:namespace +refs:variable +refs:value (Results 226 – 250 of 28174) sorted by relevance

12345678910>>...1127

/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/xqddf/
H A Dtest5.xqlib1 module namespace guestbook = "http://www.28msec.com/guestbook";
3 import module namespace functx = "http://www.functx.com/";
5 import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
7 import module namespace idx = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
9 declare namespace an = "http://www.zorba-xquery.com/annotations";
13 declare variable $guestbook:entries as xs:QName := xs:QName("guestbook:entries");
16 declare %private %an:automatic %an:unique %an:value-range index guestbook:by-date
21 declare %private variable $guestbook:by-date as xs:QName := xs:QName('guestbook:by-date');
/dports/misc/actiona/actiona-3.10.1/actions/actionpackdata/actions/
H A Dreadregistrydefinition.h29 namespace ActionTools
35 namespace Actions
53 …auto &value = addParameter<ActionTools::TextParameterDefinition>({QStringLiteral("value"), tr("Val… in ReadRegistryDefinition() local
54 value.setTooltip(tr("The value to read")); in ReadRegistryDefinition()
56 …auto &variable = addParameter<ActionTools::VariableParameterDefinition>({QStringLiteral("variable"… in ReadRegistryDefinition() local
57 variable.setTooltip(tr("The variable where to save the value read from the registry")); in ReadRegistryDefinition()
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dpybind11_tests.h9 namespace py = pybind11;
10 using namespace pybind11::literals;
20 #define TEST_SUBMODULE(name, variable) \ argument
23 void test_submodule_##name(py::module_ &variable)
35 int value() const { return i; } in value() function
47 IncType(const IncType &other) : IncType(other.value() + 1) { } in IncType()
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dmsgcat.test25 namespace eval ::msgcat::test {
26 namespace import ::msgcat::*
49 variable body
184 } -returnCodes error -match glob -result {invalid newLocale value *}
192 } -returnCodes error -match glob -result {invalid newLocale value *}
231 namespace eval :: {
242 namespace eval :: {
546 namespace eval foo {
550 namespace eval bar {
553 namespace eval baz {
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/
H A Dproject_xqdoc.xq31 import module namespace file = "http://expath.org/ns/file";
33 import schema namespace xqdoc = "http://www.xqdoc.org/1.0";
37 declare namespace zm = "http://www.zorba-xquery.com/manifest";
43 declare namespace werr = "http://www.w3.org/2005/xqt-errors";
49 declare variable $pxqdoc:serParamXml :=
51 <output:method value="xml"/>
52 <output:indent value="yes"/>
64 variable $xqdocXMLPath := fn:concat( $xqdocPath,
104 variable $xqdocXMLPath := concat($xqdocPath, file:directory-separator(), "xml");
116 variable $manifestXML := pxqdoc:load-manifest($zorbaManifestPath);
[all …]
/dports/lang/itcl/itcl3.4.1/tests/
H A Dbasic.test42 public variable by 1
43 protected variable val 0
196 c configure ?-option? ?value -option value...?
241 public variable by 1
242 protected variable val 0
273 variable $name
277 variable $name
285 variable g2 "global2"
305 test basic-5.6a {variable accesses variables within namespace} {
309 test basic-5.6b {variable accesses variables within namespace} {
[all …]
/dports/lang/parrot/parrot-8.1.0/docs/book/pir/
H A Dch04_variables.pod28 $I0 = 42 # set integer variable to the value 42
35 The C<null> opcode sets an integer or number variable to a zero value,
1026 variable C<$P0>, assigns it the value "That's a bollard and not a
1109 string variable, the PMC also has the ability to convert its value to
1185 key in square brackets after the variable name. An lvalue key sets the value
1633 The name of every variable stored in a particular namespace must be
1655 code example stores a variable as C<bill> in the Duck namespace and retrieves
1683 namespace, then store or retrieve the C<bill> variable without
1703 variable C<bill> in the Dollar namespace, which is directly under the
1727 retrieves a C<bill> variable in the Euro namespace, under the Dutch HLL
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DDictionary.st565 "Tries to see where anObject can be placed as an indexed variable.
567 anObject also comes from an indexed variable."
583 "Tries to see if anObject exists as an indexed variable. As soon as nil
600 "Tries to see if key exists as a the key of an indexed variable. As soon
611 <category: 'namespace protocol'>
622 <category: 'namespace protocol'>
628 <category: 'namespace protocol'>
689 "Return the association for the variable named as specified
701 "Return the association for the variable named as specified
711 "Return the value associated to the variable named as specified
[all …]
/dports/x11-toolkits/itk/itk3.3/
H A DINCOMPATIBLE8 for command/variable lookups and imports. Also, John Ousterhout
26 namespace foo {...} | namespace eval foo {...}
28 delete namespace foo | namespace delete foo
43 namespace like "iwidgets" you | "iwidgets" namespace has a bunch of
52 In itcl2.2, the "global" | In Tcl8.0, the "variable" command is
56 namespace foo { | namespace eval foo {
57 variable x 0 | variable x 0
59 global x | variable x
87 - Command/variable names are now reported with fully-qualified names
93 command. In itcl3.x, "scope" is only for variables, and if a variable
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_adaptive.h10 namespace Window {
27 void setWindowLayout(WindowLayout value);
28 void setChatLayout(ChatLayout value);
30 [[nodiscard]] rpl::producer<> value() const;
43 rpl::variable<ChatLayout> _chatLayout;
44 rpl::variable<WindowLayout> _layout;
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/file/
H A DcreateWriteReadDeleteSeries.xq1 import module namespace file = "http://expath.org/ns/file";
2 import module namespace commons = "http://expath.org/ns/file/tests/commons" at "common.xqlib";
4 declare namespace ann = "http://www.zorba-xquery.com/annotations";
6 declare variable $xml := <elem>value</elem>;
7 declare variable $testDir := "tmpCreateWriteReadDeleteSeries";
20 variable $s1 := commons:testInitDir($testDir);
35 variable $s2 := commons:testWriteXml($outFile, $xml);
43 variable $s3 := commons:testExists($outFile);
51 variable $s4 := commons:testReadAndCompareXml($outFile, $xml);
69 variable $s6 := commons:testExists($outFile);
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dmsgcat.test25 namespace eval ::msgcat::test {
26 namespace import ::msgcat::*
187 } -returnCodes error -match glob -result {invalid newLocale value *}
195 } -returnCodes error -match glob -result {invalid newLocale value *}
234 namespace eval :: {
245 namespace eval :: {
572 namespace eval foo {
576 namespace eval bar {
579 namespace eval baz {
589 namespace delete foo
[all …]
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/http-client/send-request/
H A Dhttp3-post.xq1 import module namespace http = "http://www.zorba-xquery.com/modules/http-client";
3 declare default element namespace "http://expath.org/ns/http-client";
5 variable $req :=
7 <header name="foo" value="bar"/>
13 variable $http-res := http:send-request($req, (), ());
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dcode-inspectors.scrbl13 When a @racket[module] declaration is evaluated, the value of the
27 @racket[module->namespace] on the module, and it enables access to the
33 When a @racket[module] form is expanded or a @tech{namespace} is
34 created, the value of @racket[current-code-inspector] is associated
35 with the module or namespace's top-level @tech{lexical information}.
41 an identifier that is compiled as a variable reference, the inspector
42 sticks with the variable reference even if it appears in a module form
44 syntax object or variable reference is within compiled code that is
51 module-variable references acquire value of
58 @racket[namespace-unprotect-module] (but changing the inspector
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/docs/sources/installation/
H A Dtanka.md27 tk env add environments/loki --namespace=loki --server=<Kubernetes API server>
44 - Update the `username`, `password`, and the relevant `htpasswd` variable values.
45 - Update the S3 or GCS variable values, depending on your object storage type. See [storage_config]…
47value of `boltdb_shipper_shared_store` to the type of object storage you are using. Options are `g…
48 - Update the Promtail configuration `container_root_path` variable's value to reflect your root pat…
49value in the Loki `schema_config` section to no more than 14 days prior to the current date. The `…
59 namespace: 'loki',
76 //Set this variable based on the type of object storage you're using.
99 hostname:: 'gateway.%(namespace)s.svc' % $._config,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_group_call.h16 namespace Calls {
20 namespace Data {
69 return _title.value(); in titleValue()
78 return _recordStartDate.value(); in recordStartDateValue()
87 return _scheduleDate.value(); in scheduleDateValue()
96 return _scheduleStartSubscribed.value(); in scheduleStartSubscribedValue()
204 rpl::variable<QString> _title;
218 rpl::variable<int> _fullCount = 0;
219 rpl::variable<int> _unmutedVideoLimit = 0;
220 rpl::variable<bool> _recordVideo = 0;
[all …]
/dports/textproc/zorba/zorba-2.7.0/doc/zorba/
H A Dweb_crawler.dox16 import module namespace http = "http://www.zorba-xquery.com/modules/http-client";
18 import module namespace html = "http://www.zorba-xquery.com/modules/converters/html";
19 import module namespace parse-xml = "http://www.zorba-xquery.com/modules/xml";
20 import module namespace file = "http://expath.org/ns/file";
80 variable $absuri;
150 variable $content:=();
166 variable $links :=();
205 variable $http-call:=();
249 variable $uri:= $top-uri;
251 variable $result;
[all …]
/dports/www/xh/xh-0.14.1/assets/large/
H A Dxml.sublime-syntax26 # 1: namespace prefix name
27 # 2: namespace prefix colon
47 4: punctuation.separator.key-value.xml
54 3: variable.documentroot.xml
166 4: variable.entity.xml
179 3: variable.element.xml
208 3: variable.element.xml
209 4: variable.attribute-name.xml
221 3: variable.notation.xml
250 4: punctuation.separator.key-value.xml
[all …]
/dports/math/vtk6/VTK-6.2.0/Utilities/KWSys/vtksys/
H A DCommandLineArguments.hxx.in26 namespace @KWSYS_NAMESPACE@
46 * the argument is specified, the variable is set to the specified value casted
178 * and if it is specified, the value of the variable is true/1, otherwise it
254 void PopulateVariable(bool* variable, const kwsys_stl::string& value);
255 void PopulateVariable(int* variable, const kwsys_stl::string& value);
256 void PopulateVariable(double* variable, const kwsys_stl::string& value);
257 void PopulateVariable(char** variable, const kwsys_stl::string& value);
258 void PopulateVariable(kwsys_stl::string* variable, const kwsys_stl::string& value);
259 void PopulateVariable(kwsys_stl::vector<bool>* variable, const kwsys_stl::string& value);
260 void PopulateVariable(kwsys_stl::vector<int>* variable, const kwsys_stl::string& value);
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_viewport.h13 namespace Ui {
16 namespace GL {
23 namespace Calls {
29 namespace Webrtc {
33 namespace Calls::Group {
42 rpl::variable<QSize> trackSize;
158 void setSelected(Selection value);
159 void setPressed(Selection value);
176 rpl::variable<int> _fullHeight = 0;
191 rpl::variable<bool> _mouseInside = false;
/dports/lang/itcl4/itcl4.2.2/tests/
H A Ddelete.test24 variable num 0
50 variable ::test_delete_watch ""
52 variable num 0
96 variable ::test_delete_watch ""
98 variable num 0
144 public variable x ""
145 public variable deletecommand ""
167 test delete-4.3 {the "this" variable becomes null after delete} {
177 if {[namespace which [namespace current]::test_delete] ne {}} {
186 private variable x 0
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/tests/
H A Ddelete.test24 variable num 0
50 variable ::test_delete_watch ""
52 variable num 0
96 variable ::test_delete_watch ""
98 variable num 0
144 public variable x ""
145 public variable deletecommand ""
167 test delete-4.3 {the "this" variable becomes null after delete} {
177 if {[namespace which [namespace current]::test_delete] ne {}} {
186 private variable x 0
[all …]
/dports/lang/py-textX/textX-2.3.0/examples/expression/
H A Dboolean.py16 namespace = {} variable
25 def value(self): member in Bool
28 namespace[a.variable] = a.expression.value
47 def value(self): member in Or
56 def value(self): member in And
69 def value(self): member in Not
70 ret = self.op.value
76 def value(self): member in Operand
80 elif op in namespace:
81 return namespace[op]
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/streams/
H A Dprocessor.h43 namespace streams {
55 #define DECLARE_PROCESSOR(ClassName, variable) \ argument
57 variable.Init(); \
60 variable.Process(a, e, g, f); \
63 variable.Configure(a, p, g); \
65 ClassName variable;
110 inline void set_parameter(uint16_t index, uint16_t value) { in set_parameter() argument
111 parameters_[index] = value; in set_parameter()
114 inline void set_global(uint16_t index, uint16_t value) { in set_global() argument
115 globals_[index] = value; in set_global()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/streams/
H A Dprocessor.h43 namespace streams {
55 #define DECLARE_PROCESSOR(ClassName, variable) \ argument
57 variable.Init(); \
60 variable.Process(a, e, g, f); \
63 variable.Configure(a, p, g); \
65 ClassName variable;
110 inline void set_parameter(uint16_t index, uint16_t value) { in set_parameter() argument
111 parameters_[index] = value; in set_parameter()
114 inline void set_global(uint16_t index, uint16_t value) { in set_global() argument
115 globals_[index] = value; in set_global()

12345678910>>...1127