Home
last modified time | relevance | path

Searched refs:component (Results 151 – 175 of 710) sorted by relevance

12345678910>>...29

/plugin/mediasyntax/
H A DREADME13 (c) 2006 by Allen Ormond <aormond atgmaildotcom> (was goto plugin, now redirect component)
58 2010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php424 foreach ($components as $component) {
425 $component->xmlSerialize($writer);
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt14 * Can be formatted in columns with the [[card_column|card-columns]] component
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php402 foreach ($components as $component) {
403 $component->xmlSerialize($writer);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak157 public BasicGraphEditor(String appTitle, mxGraphComponent component)
163 graphComponent = component;
192 // Creates the graph outline component
208 // the graph component on the right side of the window
458 // Handles mouse wheel events in the outline and graph component
488 // Installs the popup menu in the graph component
H A DEditorActions.java90 Component component = (Component) e.getSource(); in getEditor() local
92 while (component != null && !(component instanceof BasicGraphEditor)) { in getEditor()
93 component = component.getParent(); in getEditor()
96 return (BasicGraphEditor) component; in getEditor()
H A DEditorActions.java.bak90 Component component = (Component) e.getSource();
92 while (component != null && !(component instanceof BasicGraphEditor)) {
93 component = component.getParent();
96 return (BasicGraphEditor) component;
1024 // Repaints the graph component
1761 // Forces a repaint of the component
/plugin/ckgdoku/ckeditor/
H A DREADME.md8 for desktop text editors like Word or OpenOffice, but a component to be used as
/plugin/ckgedit/ckeditor/
H A DREADME.md8 for desktop text editors like Word or OpenOffice, but a component to be used as
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md56 * This component now uses namespaces
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css47 .dms-list-component .items {
54 .dms-list-component .items .item .remove {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php612 foreach ($vObject->getComponents() as $component) {
613 if ($component->name !== 'VTIMEZONE') {
614 $componentType = $component->name;
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md3 This component provides functionality that helps writing PHP code that has runtime-specific (PHP / …
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php857 foreach (array('scheme', 'host', 'port', 'path') as $component) {
860 if (!array_key_exists($component, $return_to_parts)) {
864 if (!array_key_exists($component, $msg_return_to_parts)) {
868 if (Auth_OpenID::arrayGet($return_to_parts, $component) !==
869 Auth_OpenID::arrayGet($msg_return_to_parts, $component)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php749 foreach ($vObject->getComponents() as $component) {
750 if ($component->name !== 'VTIMEZONE') {
751 $componentType = $component->name;
/plugin/bureaucracy-au/
H A Dsyntax.php146 list($plugin, $component) = explode('_', $action['actionname']);
150 …action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' . $component . '.php')) {
/plugin/bureaucracyau/
H A Dsyntax.php146 list($plugin, $component) = explode('_', $action['actionname']);
150 …action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' . $component . '.php')) {
/plugin/webcode/
H A DREADME.md1 # Webcode component (Render HTML, Javascript and CSS)
5 The [Webcode component](https://combostrap.com/webcode) renders the output of:
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php146 …'{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\Suppo…
167 '{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => 'blabla',
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm52 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md38 "component-dir": "your/desired/asset/path"
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md6 This component provides the functionality to export PHP variables for visualization.
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md54 * Removed the copy-paste of the Symfony2 Process component and use the original one
/plugin/bugzillaint/
H A Dscript.js157 …l') + '/buglist.cgi?resolution=---&component=' + encodeURIComponent(bug.component) + (bug.product?…
158 e.attr('title', 'Component: ' + bug.component);
/plugin/issuelinks/classes/
H A DIssue.php603 foreach ($components as $component) {
604 $html .= "<span class=\"component\">$component</span>";

12345678910>>...29