Home
last modified time | relevance | path

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

12345678910>>...886

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DIntroSearchParticipant.java56 Set<String> set = new HashSet<>(); in getContributingPlugins() local
61 set.add(element.getContributor().getName()); in getContributingPlugins()
69 set.add(element.getContributor().getName()); in getContributingPlugins()
71 return set; in getContributingPlugins()
79 return set; in getAllDocuments()
97 return set; in getAllDocuments()
105 config = element; in getAllDocuments()
111 return set; in getAllDocuments()
117 return set; in getAllDocuments()
166 String contents = buf.toString(); in addPage() local
[all …]
/dports/textproc/refdb/refdb-0.9.9-1/dtd/
H A Drisx.rnc9 # the top-level element
11 namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
17 # part, publication, and set denote the analytical, monographic, and
23 # contents describes the contents of the reference described by the
33 element entry {
34 attlist.entry, (part?, publication, set?, libinfo*, contents?)+
83 set = element set { attlist.set, title*, author* }
84 attlist.set &= empty
169 # the contents element contains information about the contents of
172 contents = element contents { attlist.contents, abstract?, keyword* }
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DPullUpMethodPage.java141 if (element instanceof IMethod) in select()
191 if (element instanceof IType) in getParent()
193 if (element instanceof IMember) in getParent()
206 final Set<IMember> set= new HashSet<>(); in getSubclassesAndMembers() local
207 set.addAll(Arrays.asList(getSubclasses(type))); in getSubclassesAndMembers()
208 set.addAll(Arrays.asList(getMembers(type))); in getSubclassesAndMembers()
209 return set.toArray(); in getSubclassesAndMembers()
214 if (!(element instanceof IType)) in hasChildren()
537 if (contents != null) { in setSourceViewerContents()
542 contents= Strings.changeIndent(contents, indent, project, "", "\n"); //$NON-NLS-1$ //$NON-NLS-2$ in setSourceViewerContents()
[all …]
/dports/www/nginx-full/array-var-nginx-module-0.05/
H A DREADME.md43 # module to map to each element in the array $array:
67 [Back to TOC](#table-of-contents)
72 [Back to TOC](#table-of-contents)
99 [Back to TOC](#table-of-contents)
131 [Back to TOC](#table-of-contents)
145 array element in the array being mapped.
182 [Back to TOC](#table-of-contents)
256 [Back to TOC](#table-of-contents)
261org). See [the detailed instructions](http://openresty.org/#Installation) for downloading and inst…
265 Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/
H A DCompareEditorTests.java65 private IEditorInput openEditor(Subscriber subscriber, Object element) { in openEditor() argument
72 private IEditorInput openEditor(Object element) throws TeamException { in openEditor() argument
73 return openEditor(getSubscriber(), element); in openEditor()
108 LocalResourceTypedElement element = (LocalResourceTypedElement)rdci.getLeft(); in assertEditorState() local
110 assertTrue(element.exists() == file.exists()); in assertEditorState()
142 document.set(string); in dirtyEditor()
211 String contents = "this is the file contents"; in testSaveOnUpdateWhenDirty() local
234 String contents = "this is the file contents"; in testCloseOnUpdateWhenDirty() local
254 String contents = "this is the file contents"; in testSaveOnCommitWhenDirty() local
275 String contents = "this is the file contents"; in testCloseOnCommitWhenDirty() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/pessimistic/
H A DPessimisticFilesystemProvider.java110 for (Object element : byParent.keySet()) { in addToControl()
111 IContainer parent= (IContainer) element; in addToControl()
153 for (Object element : byParent.keySet()) { in removeFromControl()
154 IContainer parent= (IContainer) element; in removeFromControl()
189 if (set == null) { in sortByParent()
190 set = new HashSet<>(1); in sortByParent()
193 set.add(resource); in sortByParent()
294 if (contents == null) { in writeControlFile()
375 set.add(project); in readControlFiles()
591 String contents = getFileContents(file); in appendText() local
[all …]
/dports/devel/libbson/libbson-1.8.1/doc/
H A Dbson_iter_symbol.rst23 The symbol element type is *DEPRECATED* in the bson specification at http://bsonspec.org.
25 The :symbol:`bson_iter_symbol()` function shall return the contents of a BSON_TYPE_SYMBOL element.
27 If non-NULL, ``length`` will be set to the length of the resulting string.
32 The symbol and ``length`` is set.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/
H A DTreeListDialogField.java21 import org.eclipse.swt.SWT;
33 import org.eclipse.swt.widgets.Tree;
377 Composite contents= new Composite(parent, SWT.NONE);
378 contents.setFont(parent.getFont());
383 contents.setLayout(layout);
390 fButtonControls[i]= createButton(contents, currLabel, listener);
394 createSeparator(contents);
399 fLastSeparator= createSeparator(contents);
402 fButtonsControl= contents;
557 fElements.set(idx, newElement);
[all …]
H A DListDialogField.java449 Composite contents= new Composite(parent, SWT.NONE);
450 contents.setFont(parent.getFont());
454 contents.setLayout(layout);
461 fButtonControls[i]= createButton(contents, currLabel, listener);
465 createSeparator(contents);
470 fLastSeparator= createSeparator(contents);
473 fButtonsControl= contents;
619 fElements.set(idx, newElement);
773 Object element= null;
778 element= arr[0];
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/wizards/dialogfields/
H A DTreeListDialogField.java33 import org.eclipse.swt.SWT;
374 Composite contents = new Composite(parent, SWT.NULL);
378 contents.setLayout(layout);
385 fButtonControls[i] = createButton(contents, currLabel,
391 createSeparator(contents);
396 fLastSeparator = createSeparator(contents);
399 fButtonsControl = contents;
556 fElements.set(idx, newElement);
694 element = arr[0];
871 element);
[all …]
H A DListDialogField.java436 Composite contents = new Composite(parent, SWT.NULL);
440 contents.setLayout(layout);
447 fButtonControls[i] = createButton(contents, currLabel,
453 createSeparator(contents);
458 fLastSeparator = createSeparator(contents);
461 fButtonsControl = contents;
605 fElements.set(idx, newElement);
629 fTable.add(element);
667 fTable.add(element);
728 Object element = null;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/
H A DLoadFromDocumentElement.as6 * The contents of this file are subject to the Mozilla Public License
9 * http://www.mozilla.org/MPL/
22 package org.osmf.elements
41 * contents of a SMIL document can be represented as a MediaElement, but until the
46 * ProxyElement. When the document has been loaded, this class will set the
72 * @param resource The resource associated with this element.
100 override public function set resource(value:MediaResourceBase):void
144 // Tell the soon-to-be proxied element to load itself.
146 // element, so as to avoid dispatching a second LOADING
154 // Expose the proxied element.
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DReorgMessages.properties7 # https://www.eclipse.org/legal/epl-2.0/
37 DeleteWorkingSet_removeorhideworkingset_single=Do you want to remove the working set ''{0}'' or onl…
38 DeleteWorkingSet_hideworkingset_single=Do you want to hide the working set ''{0}'' from the Package…
62 PasteAction_element_doesnot_exist=The selected element does not exist in the workspace
63 PasteAction_invalid_destination=The selected element cannot be the destination of this paste operat…
68 PasteAction_cannot_selection=Cannot paste the clipboard contents into the selected elements.
69 PasteAction_cannot_no_selection=Cannot paste the clipboard contents.
90 # DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
93 # DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
96 # DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
[all …]
H A DRenameTypeWizardSimilarElementsPage.java224 if (element instanceof IMember || element instanceof ILocalVariable) { in getParent()
308 elements.add(element); in addToMap()
345 if (isSimilarElement(element)) in getImage()
347 return super.getImage(element); in getImage()
351 return super.getImage(element); in getJavaImage()
359 return super.getText(element); in getText()
747 fSourceViewer.getDocument().set(EMPTY); in setSourceViewerContents()
751 if (element == null) { in setSourceViewerContents()
752 fSourceViewer.getDocument().set(EMPTY); in setSourceViewerContents()
756 String contents= element.getSource(); in setSourceViewerContents() local
[all …]
/dports/audio/festival/speech_tools/doc/
H A Destxml.md34 "http://www.foo.org/dtds/org.dtd">
51 "http://www.foo.org/dtds/org.dtd"
67 attributes which should be set as features on the
73 set as the value of the Utterance feature `bar`.
77 set as the value of the Utterance feature
79 name of the element.
82 attributes which should be set as features on the
102 - *estRelationIgnore*: If this is set to any value on an element which would
104 relation, the element is passed over. The contents
120 - *estContentFeature*: The value of this attribute is the featre which is set
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/collapse/
H A Dcollapse.tsx8 * http://www.apache.org/licenses/LICENSE-2.0
29 * Component to render as the root element.
63 /** The state the element is currently in. */
84 * the body Y is set to 0.
95 * The collapse height is set to auto, and the body Y is set to 0 (so the
96 * element can be seen as normal).
172 // The element containing the contents of the collapse.
173 private contents: HTMLElement | null = null;
225 if (this.contents == null) {
254 this.contents = el;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/containers/
H A DMediaContainer.as6 * The contents of this file are subject to the Mozilla Public License
9 * http://www.mozilla.org/MPL/
22 package org.osmf.containers
36 import org.osmf.media.MediaElement;
37 import org.osmf.utils.OSMFStrings;
211 public function set clipChildren(value:Boolean):void
225 * is set to NaN, which results in no background being drawn.
237 public function set backgroundColor(value:Number):void
248 * is set to 1, which results in the background being fully opaque.
251 * backgroundColor property is set.
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sheet/
H A DXCellRangeFormula.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 .
29 /** allows to get and set cell contents (values, text or formulas)
40 /** gets an array from the contents of the cell range.
42 <p>Each element of the result contains the same string that
52 range. Each element of the array is interpreted the same way as
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sheet/
H A DXCellRangeFormula.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 .
29 /** allows to get and set cell contents (values, text or formulas)
40 /** gets an array from the contents of the cell range.
42 <p>Each element of the result contains the same string that
52 range. Each element of the array is interpreted the same way as
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/
H A DApiBuilderTest.java263 int[] set = new int[numproblems]; in getDefaultProblemIdSet() local
265 set[i] = getDefaultProblemId(); in getDefaultProblemIdSet()
267 return set; in getDefaultProblemIdSet()
286 for (IPath element : expected) { in expectingOnlyProblemsFor()
287 if (!actual.containsKey(element)) { in expectingOnlyProblemsFor()
288 assertTrue("missing expected problem with " + element.toString(), false); //$NON-NLS-1$ in expectingOnlyProblemsFor()
296 for (IPath element : expected) { in expectingOnlyProblemsFor()
297 if (path.equals(element)) { in expectingOnlyProblemsFor()
1231 return contents.toString(); in toString()
1242 return contents.toString(); in toString()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/
H A Dcoreprops.rst5 The Open XML format provides for a set of descriptive properties to be
10 set of elements to describe resources.
51 resource. Values might include an abstract, table of contents, reference
67 A delimited set of keywords to support searching and indexing. This is
98 The version designator. This value is set by the user or by the
113 xmlns:dcterms="http://purl.org/dc/terms/"
142 xmlns:xs="http://www.w3.org/2001/XMLSchema"
143 xmlns:dc="http://purl.org/dc/elements/1.1/"
144 xmlns:dcterms="http://purl.org/dc/terms/"
152 namespace="http://purl.org/dc/terms/"
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/html/src/main/java/org/mortbay/html/
H A DComposite.java16 package org.mortbay.html;
160 Object element = elements.get(i); in write() local
162 if (element instanceof Element) in write()
163 ((Element)element).write(out); in write()
164 else if (element==null) in write()
167 out.write(element.toString()); in write()
174 public String contents() in contents() method in Composite
181 Object element = elements.get(i); in contents() local
182 if (element==null) in contents()
185 buf.append(element.toString()); in contents()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/html/src/main/java/org/mortbay/html/
H A DComposite.java16 package org.mortbay.html;
160 Object element = elements.get(i); in write() local
162 if (element instanceof Element) in write()
163 ((Element)element).write(out); in write()
164 else if (element==null) in write()
167 out.write(element.toString()); in write()
174 public String contents() in contents() method in Composite
181 Object element = elements.get(i); in contents() local
182 if (element==null) in contents()
185 buf.append(element.toString()); in contents()
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/media/
H A DMediaPlayerSprite.as6 * The contents of this file are subject to the Mozilla Public License
9 * http://www.mozilla.org/MPL/
22 package org.osmf.media
27 import org.osmf.containers.MediaContainer;
29 import org.osmf.layout.HorizontalAlign;
30 import org.osmf.layout.LayoutMetadata;
31 import org.osmf.layout.ScaleMode;
32 import org.osmf.layout.VerticalAlign;
77 * <p>Setting the element will set it as the media on the mediaPlayer,
146 * The MediaPlayer that controls this media element.
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/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/. */
23 * The element associated with the widget.
127 set selectedItem(aChild) {
158 * Ensures the specified element is visible.
161 * The element to make visible.
224 this.contents = aContents;
229 * Sets the contents displayed in this item's view.
234 set contents(aContents) {
235 // If there are already some contents displayed, replace them.
[all …]

12345678910>>...886