Home
last modified time | relevance | path

Searched refs:class (Results 2151 – 2173 of 2173) sorted by path

1...<<81828384858687

/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md406 class names, so they are actually overridable.
436 * Fixed: vCard URL properties were referencing a non-existant class.
451 * Added: Automatically mapping many, many properties to a property-class with
462 * Added: add() method to the Property class.
532 * Added: Document class.
584 * Removed: Element class. It wasn't used.
596 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php167 $class = 'Sabre\\VObject\\Component';
170 $class=static::$componentMap[$name];
173 return new $class($this, $name, $children, $defaults);
204 $class = null;
209 $class = $this->getClassNameForPropertyValue($valueType);
212 if (is_null($class) && isset($parameters['VALUE'])) {
214 $class = $this->getClassNameForPropertyValue($parameters['VALUE']);
216 if (is_null($class)) {
217 $class = $this->getClassNameForPropertyName($name);
221 return new $class($this, $name, $value, $parameters, $group);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php115 $class = isset(VCalendar::$componentMap['VCALENDAR'])
120 $class = isset(VCard::$componentMap['VCARD'])
128 $this->root = new $class(array(), false);
/plugin/wikistats/
H A DREADME.md50 <div class="bar-right" id="bar__bottomright">
68 <h3 class="a11y"><?php echo $lang['site_tools']; ?></h3>
70 <div class="mobileTools">
H A Dsyntax.php365 $class = $this->getConf('display_type');
371 $content .= '<table class="'.$class.'">'.DOKU_LF;
389 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$this->getLang($resname).'</td>'.DOKU_LF;
390 $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$count.'</td>'.DOKU_LF;
420 $class = $this->getConf('display_type');
426 $content .= '<table class="'.$class.'">'.DOKU_LF;
441 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$tagname.'</td>'.DOKU_LF;
442 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$count.'</td>'.DOKU_LF;
467 $class = $this->getConf('display_type');
473 $content .= '<table class="'.$class.'">'.DOKU_LF;
[all …]
/plugin/wrap/
H A Dexample.txt65 You can have columns easily by adding the class ''column'' and a width, e.g.
85 Normally you would only need the class ''column'', but for more sophisticated uses (not only for columns, but for any other classes, like [[#boxes and notes]] as well) you can have several kinds of "floats":
H A Dhelper.php9 class helper_plugin_wrap extends DokuWiki_Plugin {
41 'class' => null,
54 // noPrefix: comma separated class names that should be excluded from
59 // restrictedClasses : comma separated class names that should be checked
87 //restrict token (class names) characters to prevent any malicious data
94 // prefix adjustment of class name
96 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$prefix.$token;
99 $attr['class']
271 renderODTOpenBox($renderer, $class, $style, $fullattr) global() argument
317 renderODTOpenColumns($renderer, $class, $style) global() argument
339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument
449 renderODTOpenColumn($renderer, $class, $style, $attr) global() argument
524 renderODTOpenGroup($renderer, $class, $style) global() argument
539 renderODTOpenSpan($renderer, $class, $style, $language, $attr) global() argument
[all...]
H A Dplugin.info.txt6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code20 * This is the class definition file for the sample pages.
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso24 * It defines the FCKeditor class ("custom type" in Lasso terms) that can
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2992 <table class=3DMsoTableGrid border=3D1 cellspacing=3D0 cellpadding=3D0 width=
/plugin/xml/
H A Drenderer.php621 function _openTag($class, $func, $data=null) { argument
622 $this->tagStack[] = array($class, $func, $data);
625 function _closeTags($class=null, $func=null) { argument
630 …if (!($lastclass===$class && $lastfunc==$func)) call_user_func_array( array($lastclass, $lastfunc)…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1class='gantt_layout_content' \"+(css ? \" class='\"+css+\"' \" : \"\")+\" >\" + (obj.html || \"\")…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1class SelectedRegion {\n\tprivate _viewPort: HTMLElement & eventable;\n\tprivate _el: HTMLElement …
H A Ddhtmlxgantt_drag_timeline.js.map1 …helpers\";\n\ninterface IPoint {\n\tx: number;\n\ty: number;\n}\n\nexport class EventsManager {\n\…
H A Ddhtmlxgantt_marker.js.map1 …t), 0) + \"px\";\n\n\t}\n\n\tif(marker.text){\n\t\tdiv.innerHTML = \"<div class='gantt_marker_cont…
H A Ddhtmlxgantt_quick_info.js.map1class=\\\"gantt_cal_qi_title\\\" \"+ariaAttr+\">\" +\n\t\t\t\"<div class=\\\"gantt_cal_qi_tcontent…
H A Ddhtmlxgantt_tooltip.js.map1class Tooltip {\n\tprivate _root: HTMLElement;\n\tprivate _tooltipNode: HTMLElement;\n\n\tgetNode(…
H A Ddhtmlxgantt_undo.js.map1class Undo implements IUndo {\n\tmaxSteps = MAX_UNDO_STEPS;\n\tundoEnabled = true;\n\tredoEnabled …
/plugin/yuriigantt/3rd/fontawesome/
H A Dcompress-solid.svg1 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="compress" class="svg-inline-…
H A Dexpand-solid.svg1 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="expand" class="svg-inline--f…
/plugin/yuriigantt/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/zip/pear/
H A DPEAR.php225 * @param string $class The calling classname, to prevent clashes
230 function &getStaticProperty($class, $var) argument
233 return $properties[$class][$var];

1...<<81828384858687