Home
last modified time | relevance | path

Searched refs:component (Results 176 – 200 of 710) sorted by relevance

12345678910>>...29

/plugin/calendoku/
H A Dhelper.php314 $component = new CalenDoku_CalendarComponent($this->plugin, $vevent[0]);
315 array_push($this->components, $component);
/plugin/bureaucracy/
H A Dsyntax.php151 list($plugin, $component) = explode('_', $action['actionname']);
155 …action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' . $component . '.php')) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php868 foreach ($vobj->getComponents() as $component) {
869 switch ($component->name) {
875 $foundType = $component->name;
/plugin/openid/Auth/OpenID/
H A DConsumer.php905 foreach (['scheme', 'host', 'port', 'path'] as $component) {
908 if (!array_key_exists($component, $return_to_parts)) {
912 if (!array_key_exists($component, $msg_return_to_parts)) {
916 if (Auth_OpenID::arrayGet($return_to_parts, $component) !==
917 Auth_OpenID::arrayGet($msg_return_to_parts, $component)) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md15 * #449: Preventing creating a component for a root document
105 * When validating a component's property that must appear once and which could
199 * #242: Full support for the `VAVAILABILITY` component, and calculating
443 * Added: VCalendar::getBaseComponent to find the 'master' component in a
640 * Added: A few tweaks to improve component and property creation.
648 that's not a child of said component.
683 be created through the root component. (A VCalendar or VCard object).
820 * Added: VFREEBUSY component, which allows easily checking wether timeslots are
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md3 Diff implementation for PHP, factored out of PHPUnit into a stand-alone component.
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04_mx.cfm84 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
H A Dsample03_mx.cfm78 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
H A Dsample02_mx.cfm91 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
/plugin/codemirror/dist/modes/
H A Dmllike.min.js1 …,"yield":"keyword",atomic:"keyword","break":"keyword",checked:"keyword",component:"keyword","const…
/plugin/foldablelist/
H A DREADME.md22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
/plugin/jmol2/jmol/
H A DREADME.txt97 so that if a page does not require a component, that component is
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js22126 component.blockData[offset] = component.pred += diff;
22153 component.blockData[offset] = component.pred += diff;
22825 component;
23666 component.x0 = Math.ceil(siz.XOsiz / component.XRsiz);
23667 component.x1 = Math.ceil(siz.Xsiz / component.XRsiz);
23668 component.y0 = Math.ceil(siz.YOsiz / component.YRsiz);
23669 component.y1 = Math.ceil(siz.Ysiz / component.YRsiz);
23670 component.width = component.x1 - component.x0;
23671 component.height = component.y1 - component.y0;
24673 left: component.tcx0,
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md44 * When validating a component's property that must appear once and which could
138 * #242: Full support for the `VAVAILABILITY` component, and calculating
382 * Added: VCalendar::getBaseComponent to find the 'master' component in a
579 * Added: A few tweaks to improve component and property creation.
587 that's not a child of said component.
622 be created through the root component. (A VCalendar or VCard object).
759 * Added: VFREEBUSY component, which allows easily checking wether timeslots are
/plugin/divalign2/
H A DChangeLog6 * Experimental: fix action component signatures for PHP >= 7.4 / DW >= Hogfather.
/plugin/authsqlite/
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
/plugin/authyubikey/lib/
H A DREADME18 Install the component by invoking:
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md217 * Added: VCalendar::getBaseComponent to find the 'master' component in a
414 * Added: A few tweaks to improve component and property creation.
422 that's not a child of said component.
457 be created through the root component. (A VCalendar or VCard object).
594 * Added: VFREEBUSY component, which allows easily checking wether timeslots are
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md217 * Added: VCalendar::getBaseComponent to find the 'master' component in a
414 * Added: A few tweaks to improve component and property creation.
422 that's not a child of said component.
457 be created through the root component. (A VCalendar or VCard object).
594 * Added: VFREEBUSY component, which allows easily checking wether timeslots are
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md177 * Added: VCalendar::getBaseComponent to find the 'master' component in a
374 * Added: A few tweaks to improve component and property creation.
382 that's not a child of said component.
417 be created through the root component. (A VCalendar or VCard object).
554 * Added: VFREEBUSY component, which allows easily checking wether timeslots are
/plugin/bootswrapper/exe/help/
H A Daccordion.txt3 An accordion with the panel component.
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java86 public GraphEditor(String appTitle, mxGraphComponent component, Config config) { in GraphEditor() argument
87 super(appTitle, component, config); in GraphEditor()
/plugin/database2/
H A Dstyle.css183 table.database2 tr.filter span.filter-component
/plugin/vbsso/
H A DREADME.md8 …icating, controlling access, and managing user profile data. The second component is plugins for o…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm73 <cfset imageCFC = createObject("component", "image")>

12345678910>>...29