Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...87

/plugin/semanticdata/syntax/
H A Dentry.php61 $class = array_shift($lines);
62 $class = str_replace('dataentry','',$class);
63 $class = trim($class,'- ');
97 return array('data'=>$data, 'cols'=>$columns, 'classes'=>$class,
179 $class = $data['classes'];
192 …itle \"%s\" ; spd:class \"%s\" . }",$this->getConf('base_url'),urlencode($id),$id,$title,$class);
H A Dtable.php63 $class = array_shift($lines);
64 $class = preg_replace('/^----+ *data[a-z]+/','',$class);
65 $class = trim($class,'- ');
67 $data = array('classes' => $class,
/plugin/sentry/conf/
H A DSetting.php59 $class = 'selection';
62 $class .= ' selectiondefault';
66 $class .= ' selectiondefault';
72 $input .= '<div class="' . $class . '">';
/plugin/sequencediagram/bower_components/eve-raphael/
H A DLICENSE186 file or class name and description of purpose be included on the
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md51 You can use the Diagram class like:
65 <div class="diagram">A->B: Message</div>
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js.map1 …-width","fill","RECT","LOADED_FONTS","SnapTheme","resume","defaults","css-class","font-size","font…
H A Dsequence-diagram-snap-min.js.map1 …-width","fill","RECT","LOADED_FONTS","SnapTheme","resume","defaults","css-class","font-size","font…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3 <!-- div class="toc-container" -->
21 * <a href="#_headarray" class="alias">`_.first` -> `head`</a>
80 * <a href="#_foreachcollection-iteratee_identity" class="alias">`_.each` -> `forEach`</a>
81 * <a href="#_foreachrightcollection-iteratee_identity" class="alias">`_.eachRight` -> `forEachRight…
249 * <a href="#_topairsobject" class="alias">`_.entries` -> `toPairs`</a>
250 * <a href="#_topairsinobject" class="alias">`_.entriesIn` -> `toPairsIn`</a>
251 * <a href="#_assigninobject-sources" class="alias">`_.extend` -> `assignIn`</a>
252 * <a href="#_assigninwithobject-sources-customizer" class="alias">`_.extendWith` -> `assignInWith`<…
305 * <a href="#_prototypevalue" class="alias">`_.prototype.toJSON` -> `value`</a>
307 * <a href="#_prototypevalue" class="alias">`_.prototype.valueOf` -> `value`</a>
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock227 babel-helper-explode-class@^6.8.0:
229 …resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.1…
323 babel-plugin-syntax-class-constructor-call@^6.18.0:
327 babel-plugin-syntax-class-properties@^6.8.0:
379 babel-plugin-transform-class-constructor-call@^6.3.13:
383 babel-plugin-syntax-class-constructor-call "^6.18.0"
387 babel-plugin-transform-class-properties@^6.18.0:
392 babel-plugin-syntax-class-properties "^6.8.0"
401 babel-helper-explode-class "^6.8.0"
666 babel-plugin-transform-class-constructor-call "^6.3.13"
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock310 class-utils "^0.3.5"
541 class-utils@^0.3.5:
543 …resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41fa…
/plugin/sequencediagram/bower_components/snap.svg/
H A DLICENSE186 file or class name and description of purpose be included on the
H A Dhistory.md7 * Moved class and element related code into separate plugins
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css6 code[class*="language-"],
7 pre[class*="language-"] {
26 pre[class*="language-"],
27 :not(pre) > code[class*="language-"] {
32 pre[class*="language-"] {
36 pre[class*="language-"]::selection { /* Safari */
39 pre[class*="language-"]::selection { /* Firefox */
44 :not(pre) > code[class*="language-"] {
H A Dtopcoat-desktop-light.css321 <div class="topcoat-button-bar">
379 <div class="topcoat-button-bar">
978 <label class="topcoat-checkbox">
985 <label class="topcoat-checkbox">
1526 <div class="topcoat-list">
1529 <li class="topcoat-list__item">
1532 <li class="topcoat-list__item">
2857 <label class="topcoat-switch">
2863 <label class="topcoat-switch">
2869 <label class="topcoat-switch">
[all …]
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php49 $class = 'setting_'.$class_meta;
51 $class = 'setting'; // the '' option is the textarea...
55 $this->_setting = new $class($this->_key,$meta);
/plugin/sha3sum/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/showif/
H A Dsyntax.php.alternative.version12 * need to inherit from this class
23 * need to inherit from this class
25 class syntax_plugin_showif extends DokuWiki_Syntax_Plugin {
/plugin/showinitpage/
H A Dgpl-3.0.md302 "normally used" refers to a typical or common use of that class of
/plugin/showlinkpermission/
H A Drenderer.php56 $class='wikilink1';
58 $class='wikilink2';
62 $class='media';
72 $class = 'wikilinknoperm';
90 $link['class'] = $class;
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php228 $class = $def ['format'] ? $def ['format'] : 'na';
229 $class .= ' col' . ++ $i;
235 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/simplenavi/
H A Dsyntax.php13 class syntax_plugin_simplenavi extends SyntaxPlugin
73 $class = 'plugin__simplenavi';
74 if (in_array('filter', $data)) $class .= ' plugin__simplenavi_filter';
76 $renderer->doc .= '<div class="' . $class . '">';
220 return '<li class="level' . $item['level'] . '">';
222 return '<li class="open">';
224 return '<li class="closed">';
/plugin/siteexport/inc/
H A DreadCSS.patch253 else if ($level == 1) { // e.g. p or .class or #id or p.class or p#id
/plugin/siteexport/renderer/
H A Dpdf.php145 $class = array();
152 $class[] = 'level' . trim($headingNumber);
154 $class[] = 'notfirst';
156 $class[] = 'first';
160 if ( !empty($class) ) {
250 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
251 $link['class'] .= ' mediafile mf_'.$class;
292 $class = 'wikilink1';
294 $class = 'wikilink2';
298 $class = 'media';
[all …]
/plugin/sitemapnavi/
H A Dhelper.php214 $class = "mf_$ext media mediafile";
215 …$ret .= '<a class="'.$class.'" href="'.ml($item['id']).'" target="_blank">' . $item['file'] . '</a…
/plugin/sketchcanvas/
H A Dsyntax.php18 * need to inherit from this class
20 class syntax_plugin_sketchcanvas extends DokuWiki_Syntax_Plugin {
54 $class = '';
62 $class = $renderer->startSectionEdit($match['bytepos_start'], $sectionEditData);
76 <div class="$class">

1...<<71727374757677787980>>...87