Home
last modified time | relevance | path

Searched refs:element (Results 276 – 300 of 796) sorted by last modified time

1...<<11121314151617181920>>...32

/plugin/bootswrapper/exe/help/
H A Dpopover.txt3 Add small overlays of content, like those on the iPad, to any element for housing secondary informa…
H A Dtext.txt6 …* The //lowercase// version ''<nowiki><text></nowiki>'' create a __inline__ element (eg. ''<nowiki…
7 …* The //uppercase// version ''<nowiki><TEXT></nowiki>'' create a __block__ element (eg. ''<nowiki>…
92 Similar to the contextual text color attributes, easily set the background of an element to any con…
H A Dwell.txt3 Use the well as a simple effect on an element to give it an inset effect.
H A Daffix.txt27 | ''position-top'' | optional | Top position of Affix element (in ''px|em|%'') |
28 | ''position-bottom'' | optional | Bottom position of Affix element (in ''px|em|%'') |
29 | ''position-left'' | optional | Left position of Affix element (in ''px|em|%'') |
30 | ''position-right'' | optional | Right position of Affix element (in ''px|em|%'') |
31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
H A Dbutton.txt117 | ''collapse'' | optional | | Target element selector to collapse (see [[collapse]]) |
H A Dmodal.txt121 | ''backdrop'' | ''true'' | ''true'' ''false'' ''static'' | Includes a modal-backdrop element. Alte…
H A Dlabel.txt6 …* The //lowercase// version ''<nowiki><label></nowiki>'' create a __inline__ element (''<nowiki><s…
7 …* The //uppercase// version ''<nowiki><LABEL></nowiki>'' create a __block__ element (''<nowiki><di…
/plugin/publish/action/
H A Drecent.php28 foreach ($render as $id => $element) {
30 if ($this->isParentTag($element)) {
39 $id = $this->getPageId($element);
/plugin/stlviewer/stlviewer/
H A Dwebgl_detector.js11 element.id = 'webgl-error-message';
13 element.style.fontSize = '13px';
15 element.style.textAlign = 'center';
16 element.style.background = '#fff';
17 element.style.color = '#000';
18 element.style.padding = '1.5em';
19 element.style.width = '400px';
34 return element;
40 var parent, id, element;
48 element.id = id;
[all …]
H A DCanvasRenderer.js351 var element = _elements[ e ];
353 var material = element.material;
361 _v1 = element;
364 renderSprite( _v1, element, material );
368 _v1 = element.v1; _v2 = element.v2;
380 renderLine( _v1, _v2, element, material );
386 _v1 = element.v1; _v2 = element.v2; _v3 = element.v3;
515 function renderSprite( v1, element, material ) { argument
715 _diffuseColor.multiply( element.color );
739 _uvs = element.uvs;
[all …]
H A DOrbitControls.js171 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
184 scope.panLeft( 2 * deltaX * targetDistance / element.clientHeight );
185 scope.panUp( 2 * deltaY * targetDistance / element.clientHeight );
190 scope.panLeft( deltaX * (scope.object.right - scope.object.left) / element.clientWidth );
191 scope.panUp( deltaY * (scope.object.top - scope.object.bottom) / element.clientHeight );
350 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
360 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
363 scope.rotateUp( 2 * Math.PI * rotateDelta.y / element.clientHeight * scope.rotateSpeed );
531 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
544 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
[all …]
/plugin/wrap/
H A Dhelper.php153 * render ODT element, Open
154 * (get Attributes, select ODT element that fits, render it, return element name)
255 * render ODT element, Close
257 function renderODTElementClose($renderer, $element) {
258 switch ($element) {
243 renderODTElementClose($renderer, $element) global() argument
H A Dexample.txt122 You can use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn't make too much sense. :!: Widths on spans normally do not work (by design), but can make sense, when it is floating.
/plugin/wrap/syntax/
H A Ddiv.php125 $element = array_pop ($type_stack);
127 $wrap->renderODTElementClose ($renderer, $element);
H A Dspan.php91 $element = array_pop ($type_stack);
93 $wrap->renderODTElementClose ($renderer, $element);
/plugin/catlist/
H A Dscript.js10 function catlist_button_add_page (element, ns) { argument
11 var addPageForm = element.parentNode;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js14390 var element = $(_element);
14391 var calendar = element.data('fullCalendar'); // get the existing calendar object (if any)
14403 element.removeData('fullCalendar');
14415 element.removeData('fullCalendar');
14423 calendar = new Calendar_1.default(element, options);
14424 element.data('fullCalendar', calendar);
H A Dfullcalendar.less187 /* these element should always cling to top-left/right corners */
327 /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }
859 /* so dragged elements can be above the view's main element */
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php102 * @param string $element
105 function xmlName($element) { argument
107 list($ns, $localName) = XmlService::parseClarkNotation($element);
111 $propName = $element;
113 return "<span title=\"" . $this->h($element) . "\">" . $this->h($propName) . "</span>";
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md44 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
68 parsing rules within an element.
117 * Added: `CData` element.
148 should (because we're still parsing an element).
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php180 foreach ((array)$reader->parseInnerTree($elementMap) as $element) {
182 if ($element['name'] !== '{DAV:}ace') {
185 $ace = $element['value'];
H A DCurrentUserPrivilegeSet.php125 foreach ($tree as $element) {
126 if ($element['name'] !== '{DAV:}privilege') {
129 $result[] = $element['value'][0];
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php210 $element = $dom->createElement('d:' . $elementName);
212 $element = $dom->createElementNS($namespace, 'x:' . $elementName);
215 $prop->appendChild($element);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php174 $element = $elements[$i];
177 if (!is_int($element)) {
189 if (!is_int($element) && !is_float($element)) {
193 $result .= pack('NN', $element / 4294967296, $element);
197 $element = (int) $element;
208 $result .= pack('Na*', strlen($element), $element);
211 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {
214 $element = $element->toBytes(true);
215 $result .= pack('Na*', strlen($element), $element);
221 $element = implode(',', $element);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php694 $decoded = ASN1::decodeBER($r['encryptionAlgorithm']['parameters']->element);
700 $decoded = ASN1::decodeBER($kdf['parameters']->element);

1...<<11121314151617181920>>...32