Home
last modified time | relevance | path

Searched refs:components (Results 76 – 100 of 617) sorted by relevance

12345678910>>...25

/plugin/syntaxhighlighter3/sxh3/
H A D.bowerrc2 "directory": "./components"
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php242 $components = [];
246 $components[] = $this->parsePoint($routePoint);
248 $line = new LineString($components);
406 $components = $geom->geometryType() === 'LineString' ? [$geom] : $geom->getComponents();
407 foreach ($components as $lineString) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php115 $components = ['isPublicKey' => strpos($key, 'PUBLIC') !== false];
121 $result = $components + PKCS1::load($key[$type . 'Key']);
/plugin/davcal/
H A DcalendarBackendDokuwiki.php95 $components = array();
98 $components = explode(',', $row['components']);
107 …rted-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($components),
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php206 $components = $geometries->getComponents();
207 if (count($components) == 1) {
208 return $components[0];
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DView.svelte3 import View from '../components/View.svelte';
/plugin/webcomponent/_test/data/pages/
H A Dcontainer.txt6 …ed to limit the horizontal width. ([[https://getbootstrap.com/docs/4.0/components/navbar/#containe…
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php329 $components = array();
334 $components[] = $child->jsonSerialize();
343 $components
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php329 $components = array();
334 $components[] = $child->jsonSerialize();
343 $components
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php329 $components = array();
334 $components[] = $child->jsonSerialize();
343 $components
/plugin/s5reloaded/ui/thesis/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/blue/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/dokuwiki/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/pixel/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/i18n/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/flower/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/yatil/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/s5/ui/default/
H A Dslides.css2 @import url(framing.css); /* sets basic placement and size of slide components */
/plugin/bootswrapper/exe/help/
H A Dtext.txt17 Easily realign text to components with text alignment attribute.
43 Transform text in components with text capitalization attribute.
92 …y set the background of an element to any contextual attribute. Anchor components will darken on h…
/plugin/jplayer/vendor/symfony/process/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/process.html)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml/index.html)
/plugin/combo/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml.html)
/plugin/components/
H A DREADME.md1 # components chapter
87 [[?do=components.example&tag=pre]]
88 [[?do=components.example&tag=div]]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG35 3/ Added class PARSEMONTH to split a bibtex month field into day and month components.
37 4/ Added class PARSEPAGE to split a bibtex pages field into page start and page end components.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php181 $components = [];
183 $components = explode(',', $row['components']);
192 …rted-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($components),
250 $components = 'VEVENT,VTODO';
255 $components = implode(',', $properties[$sccs]->getValue());
262 $stmt->execute([$components]);

12345678910>>...25