Home
last modified time | relevance | path

Searched +refs:org +refs:element +refs:set +refs:contents (Results 26 – 50 of 22128) sorted by relevance

12345678910>>...886

/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/
H A DParserData.inc35 * @link http://www.phpdoc.org
53 * @link http://www.phpdoc.org
126 * Used to limit output, contains contents of --packageoutput commandline.
217 * or FALSE if it's not set
358 * @link http://www.phpdoc.org
367 * not set.
704 * @link http://www.phpdoc.org
738 * @param mixed $value set the value of this element
771 * @link http://www.phpdoc.org
932 return $this->cache['contents'];
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dyankpaste.feature159 When I set url.auto_search to never
182 When I set url.auto_search to naive
186 http://qutebrowser.org
195 When I set url.auto_search to naive
270 And I run :click-element id qute-textarea
277 When I set content.javascript.enabled to false
279 And I run :click-element id qute-textarea
285 And I set content.javascript.enabled to true
292 And I run :click-element id qute-textarea
304 And I run :click-element id qute-textarea
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/
H A DDefaultJavaFoldingStructureProvider.java248 fJavaElement= element; in JavaProjectionAnnotation()
257 fJavaElement= element; in setElement()
335 private JavaElementSetFilter(Set<? extends IJavaElement> set, boolean matchCollapsed) { in JavaElementSetFilter() argument
336 fSet= set; in JavaElementSetFilter()
1026 collapseCode= isInnerType((IType) element) && !isAnonymousEnum((IType) element); in computeFoldingStructure()
1114 String contents= reference.getSource(); in computeProjectionRanges()
1115 if (contents == null) in computeProjectionRanges()
1449 Set<IJavaElement> set= new HashSet<>(Arrays.asList(elements)); in collapseElements() local
1450 modifyFiltered(new JavaElementSetFilter(set, false), false); in collapseElements()
1458 Set<IJavaElement> set= new HashSet<>(Arrays.asList(elements)); in expandElements() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/shared/widgets/
H A DBreadcrumbsWidget.jsm2 /* vim: set ft=javascript ts=2 et sw=2 tw=80: */
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
25 * The element associated with the widget.
129 set selectedItem(aChild) {
160 * Ensures the specified element is visible.
163 * The element to make visible.
226 this.contents = aContents;
231 * Sets the contents displayed in this item's view.
236 set contents(aContents) {
237 // If there are already some contents displayed, replace them.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/
H A DnsITableEditor.idl4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
90 * deleteTableCellContents() removes any contents in cell elements. If two
92 * contents. Otherwise, this removes contents of a cell which contains
172 * 2. Move all contents of aSourceCell to the new cell
181 /** Merges contents of all selected cells
192 * but their contents are still moved
207 * All of the contents are not touched --
377 * is set to "td" even if the result is a <th> and aCount is set to
381 * aCount is set to 1.
384 * set to 1.
[all …]
/dports/www/firefox/firefox-99.0/editor/
H A DnsITableEditor.idl4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
90 * deleteTableCellContents() removes any contents in cell elements. If two
92 * contents. Otherwise, this removes contents of a cell which contains
172 * 2. Move all contents of aSourceCell to the new cell
181 /** Merges contents of all selected cells
192 * but their contents are still moved
207 * All of the contents are not touched --
377 * is set to "td" even if the result is a <th> and aCount is set to
381 * aCount is set to 1.
384 * set to 1.
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/
H A DnsITableEditor.idl4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
90 * deleteTableCellContents() removes any contents in cell elements. If two
92 * contents. Otherwise, this removes contents of a cell which contains
172 * 2. Move all contents of aSourceCell to the new cell
181 /** Merges contents of all selected cells
192 * but their contents are still moved
207 * All of the contents are not touched --
377 * is set to "td" even if the result is a <th> and aCount is set to
381 * aCount is set to 1.
384 * set to 1.
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/borrow_check/
H A Dregion_inference.md13 - First, it finds the set of regions that appear within the
77 The value of a region can be thought of as a **set**. This set contains all
84 efficient, we give each kind of element an index, the `RegionElementIndex`, and
95 - There is an element `end('a)` for each universal region `'a`,
98 - Similarly, there is an element denoted `end('static)` corresponding
100 - There is an element `!1` for each placeholder region `!1`. This
101 corresponds (intuitively) to some unknown set of other elements –
122 So how do we compute the contents of a region? This process is called _region
137 contains the element `end('b)`, then we must already know that `'a: 'b` holds
183 '#2 | `L1, end('#3) // add contents of '#3 and end('#3)`
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sheet/
H A DXCellRangeData.idl7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
27 /** allows to get and set an array of data from a cell range.
34 /** gets an array from the contents of the cell range.
36 <p>Each element of the result contains a `double`
44 range. Each element of the array must contain a `double`
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sheet/
H A DXCellRangeData.idl7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
27 /** allows to get and set an array of data from a cell range.
34 /** gets an array from the contents of the cell range.
36 <p>Each element of the result contains a `double`
44 range. Each element of the array must contain a `double`
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DSourceMapper.java727 set.add(rootPathEntry); in computeRootPath()
746 set.add(rootPathEntry); in computeRootPath()
1314 element = getUnqualifiedMethodHandle((IMethod) element, true)[0]; in getNameRange()
1316 element = el[0]; in getNameRange()
1331 element = method.getTypeParameter(element.getElementName()); in getNameRange()
1383 element = getUnqualifiedMethodHandle((IMethod) element, true)[0]; in getSourceRange()
1400 element = method.getTypeParameter(element.getElementName()); in getSourceRange()
1562 public void mapSource(NamedMember typeOrModule, char[] contents, IBinaryType info) { in mapSource() argument
1563 this.mapSource(typeOrModule, contents, info, null); in mapSource()
1573 char[] contents, in mapSource() argument
[all …]
/dports/textproc/xmlada/xmlada-e5bbafe/docs/
H A Dschema.rst22 * Make sure the contents of the XML file is semantically valid.
37 be able to access the contents of the XML file if it isn't well-formed.
42 contents of the file, that maintain specific code when the semantic changes. It
44 a set of `if` statements in the Ada core.
83 <http://www.w3.org/TR/xmlschema-0/>`_).
111 The contents of the element is then defined in one of two ways:
117 contents must satisfy additional constraints (be an integer, a date,
121 `http://www.w3.org/2001/XMLSchema/ <http://www.w3.org/2001/XMLSchema/>`_),
185 list of valid attributes is created by a set of `<xsd:attribute>` tags, and
456 XSD file, and then set the grammar on the reader dynamically. A full
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/display_lock/
H A DREADME.md4 [content-visibility](https://drafts.csswg.org/css-contain/#content-visibility).
11 * Locked: this means that the context and the element itself is locked for
12 display, and will not paint or hit-test its contents. The lock is acquired by
14 * Unlocked: this means that the context and the element itself behave as if
20 locking, a DisplayLockContext is created on the element's rare data. The state
22 Additionally, the element's containment is also adjusted in style adjuster in
34 it comes to deciding whether contents lifecycle should be processed in response
39 DisplayLockUtilities class is provided with a set of static functions that
40 perform common functionality, such as checking whether an element is within a
/dports/www/firefox/firefox-99.0/devtools/docs/user/page_inspector/how_to/examine_and_edit_html/
H A Dindex.rst87 …own between the opening and closing tag of an element when the node is collapsed if it has larger
170org/en-US/docs/Web/CSS/Visual_formatting_model#inline-level_elements_and_inline_boxes>`_, browsers…
195element (an element with a ``slot`` attribute after it has been inserted inside a `slot <https://d…
330 …- Paste the clipboard contents into the node as its `innerHTML <https://developer.mozilla.org/en-U…
333 …- Paste the clipboard contents into the node as its `outerHTML <https://developer.mozilla.org/en-U…
336 - Paste the clipboard contents into the document immediately before this node.
339 - Paste the clipboard contents into the document immediately after this node.
342 - Paste the clipboard contents into the document as the first child of this node.
345 - Paste the clipboard contents into the document as the last child of this node.
411 To edit an element's `outerHTML <https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML…
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-28/doc/
H A Dresults.dox7 # Polynomial degree of the finite element to be used
8 set Finite element degree = 2
11 set Number of energy groups = 2
15 set Power iteration tolerance = 1e-12
18 set Refinement cycles = 12
62 The contents of `convergence_table' are,
84 <img width="400" src="https://www.dealii.org/images/steps/developer/step-28.grid-0.9.order2.png" al…
86 <img width="400" src="https://www.dealii.org/images/steps/developer/step-28.grid-1.9.order2.png" al…
92 <img width="400" src="https://www.dealii.org/images/steps/developer/step-28.solution-0.9.order2.png…
94 <img width="400" src="https://www.dealii.org/images/steps/developer/step-28.solution-1.9.order2.png…
[all …]
/dports/textproc/R-cran-XML/XML/man/
H A DparseDTD.Rd5 …Represents the contents of a DTD as a user-level object containing the element and entity definiti…
23 Parses and converts the contents of the DTD in the specified file
43 the identifier of the element being defined.
47 \item{name}{the name of the element.}
49 either \code{element} or \code{mixed}.
53 \item{contents}{a description of the elements that can be nested within this element.
58 the type indicating whether the contents consist of a single element type,
59 an ordered sequence of elements, or one of a set of elements.
60 Finally, the actual contents description is described in the
66 Each element is of class \code{XMLAttributeDef} which has 4 fields.
[all …]
/dports/textproc/p5-XML-GDOME/XML-GDOME-0.86/lib/XML/GDOME/
H A DDocument.pod64 … a new Attr object with the nodeName attribute set to I<name>, and localName, prefix, and namespac…
77 …"http://www.w3.org/XML/1998/namespace", or if the I<qualifiedName> is "xmlns" and the I<namespaceU…
84 I<C<data>>: The data for the CDATASection contents
93 I<C<data>>: The data for the comment contents
109 I<C<tagName>>: The name of the element type to instantiate.
111 …new Element object with the nodeName attribute set to tagName, and localName, prefix, and namespac…
116 Creates an element of the given qualified name and namespace URI.
118 I<C<namespaceURI>>: The namespace URI of the element to create
120 I<C<qualifiedName>>: The qualified name of the element to create
160 I<C<elementId>>: The unique id value for an element
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/
H A DAudioElement.as6 * The contents of this file are subject to the Mozilla Public License
50 * AudioElement is a media element specifically created for audio playback.
110 * Defines the duration that the element's TimeTrait will expose until the
111 * element's content is loaded.
113 * Setting this property to a positive value results in the element becoming
114 * temporal. Any other value will remove the element's TimeTrait, unless the
127 public function set defaultDuration(value:Number):void
134 // gets set to not a number:
144 // gets set:
162 override public function set resource(value:MediaResourceBase):void
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/media/
H A DLoadableElementBase.as6 * The contents of this file are subject to the Mozilla Public License
9 * http://www.mozilla.org/MPL/
22 package org.osmf.media
24 import org.osmf.events.LoadEvent;
25 import org.osmf.traits.LoadState;
47 * media to load into this media element.
67 override public function set resource(value:MediaResourceBase):void
85 protected final function set loader(value:LoaderBase):void
107 * element enters the LOADING state.
121 * element enters the READY state.
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/udkapi/com/sun/star/container/
H A DXUniqueIDAccess.idl7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
31 /** makes it possible to access contents via a unique ID.
36 the element with the specified unique ID.
40 /** removes the element with the specified unique ID from this
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/editors/libreoffice6/libreoffice-6.4.7.2/udkapi/com/sun/star/container/
H A DXUniqueIDAccess.idl7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
31 /** makes it possible to access contents via a unique ID.
36 the element with the specified unique ID.
40 /** removes the element with the specified unique ID from this
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/science/kim-api/kim-api-2.2.1/examples/portable-models/LennardJones612_UniversalShifted__MO_959249795837_003/
H A DREADME4 # The contents of this file are subject to the terms of the Common Development
8 # http://www.opensource.org/licenses/CDDL-1.0. See the License for the
32 a Lennard-Jones model defined for the entire set of KIM API particle types.
34 * Sigma parameters are set to (2^{-1/6})*r_0, where r_0 is the atomic covalent
40 * Epsilon parameters are set to the bond dissociation energy. Bond
46 The value (cohesive energy, in this case) for element 56 was obtained from
50 The bond dissociation energy value for element 61 was obtained from
56 from the value for the element in the same Group (column) and previous Period
59 * Cutoff parameters are set to 4.0*sigma. This corresponds to a cutoff energy
/dports/science/openkim-models/openkim-models-2021-01-28/portable-models/LJ_ElliottAkerson_2015_Universal__MO_959249795837_003/
H A DREADME4 # The contents of this file are subject to the terms of the Common Development
8 # http://www.opensource.org/licenses/CDDL-1.0. See the License for the
31 This directory contains a Lennard-Jones model defined for the entire set of KIM
34 * Sigma parameters are set to (2^{-1/6})*r_0, where r_0 is the atomic covalent
40 * Epsilon parameters are set to the bond dissociation energy. Bond
46 The value (cohesive energy, in this case) for element 56 was obtained from
50 The bond dissociation energy value for element 61 was obtained from
56 from the value for the element in the same Group (column) and previous Period
59 * Cutoff parameters are set to 4.0*sigma. This corresponds to a cutoff energy
/dports/lang/spidermonkey78/firefox-78.9.0/editor/
H A DnsITableEditor.idl4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
90 * deleteTableCellContents() removes any contents in cell elements. If two
92 * contents. Otherwise, this removes contents of a cell which contains
172 * 2. Move all contents of aSourceCell to the new cell
181 /** Merges contents of all selected cells
192 * but their contents are still moved
207 * All of the contents are not touched --
377 * is set to "td" even if the result is a <th> and aCount is set to
381 * aCount is set to 1.
384 * set to 1.
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/f4mClasses/
H A DManifest.as6 * The contents of this file are subject to the Mozilla Public License
9 * http://www.mozilla.org/MPL/
22 package org.osmf.elements.f4mClasses
26 import org.osmf.net.httpstreaming.dvr.DVRInfo;
36 * The id element represents a unique identifier for the media. It is optional.
46 * The &lt;baseURL&gt; element contains the base URL for all relative (HTTP-based) URLs
60 * The &lt;duration&gt; element represents the duration of the media, in seconds.
125 * The set of different bootstrap information objects associated with this manifest.
135 * The set of different |AddionalHeader objects associated with this manifest.
145 * The set of different bitrate streams associated with this media.
[all …]

12345678910>>...886