Home
last modified time | relevance | path

Searched refs:classes (Results 351 – 375 of 396) sorted by path

1...<<111213141516

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4378 var classes = Str(value || "").match(rgNotSpace) || [],
4387 if (classes.length) {
4389 while ((clazz = classes[j++])) {
4413 var classes = Str(value || "").match(rgNotSpace) || [],
4423 while ((clazz = classes[j++])) {
4471 var classes = (value || "").match(rgNotSpace) || [],
4480 while ((clazz = classes[j++])) {
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5classes:["token",e.type],attributes:{},language:r,parent:i};s.type=="comment"&&(s.attributes.spell… property in n.stringify.s
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php242 $classes = array ();
245 $classes [] = 'first';
247 $classes [] = 'last';
249 $classes [] = ($nr % 2) ? 'even' : 'odd';
250 $classes [] = 'row' . ($nr + 1);
252 $classes = implode ( ' ', $classes );
254 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
/plugin/siteexport/inc/
H A Dmpdf.php139 …if (file_exists(DOKU_PLUGIN . 'dw2pdf/mpdf/classes/cssmgr.php') && !class_exists('cssmgr', false))…
142 $objPatch = new CSSMgrPatch(DOKU_PLUGIN . 'dw2pdf/mpdf/classes/cssmgr.php');
/plugin/siteexport/renderer/
H A Dpdf.php192 public function listu_open($classes = null) { argument
196 public function listo_open($classes = null) { argument
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock133 "description": "Tools to make it easier to retrieve data from classes via Reflection.",
/plugin/sqlite/
H A Ddeleted.files7 classes/adapter.php
8 classes/adapter_null.php
9 classes/adapter_pdosqlite.php
10 classes/adapter_sqlite2.php
11 classes/
/plugin/stars/
H A Dreadme.txt13 …- added classes for styling purposes ( span.starspan, img.starimage, img.halfstarimage, img.emptys…
/plugin/strata/
H A Daction.php162 * for autoloading classes that should be pluggable by external
168 static $classes = null;
169 if(is_null($classes)) $classes = array(
176 if(isset($classes[$fullname])) {
177 require_once($classes[$fullname]);
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
171 As a convenience, you can attach one or more classes to the data by putting them in the opening: ''<data **person**>''. To add multiple classes, separate them with a space.
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. You can achieve the same by adding values to field ''is a''. For example ''<data person>'' can be achieved by a line of ''is a: person'' in the data entry.
211 Note that the [[#classes]] do not have to be repeated. If you want to split a fragment data block, you have to add the same [[#fragment identifier]] to every data block of the fragment.
/plugin/strata/syntax/
H A Dselect.php287 * The open tag will contain all give classes plus additional metadata, e.g., generated by the ui group
292 * @param additionalClasses array containing classes to be set on the generated container
315 $classes = implode(' ', array_merge($c, $additionalClasses));
326 $R->doc .= '<div class="' . $classes . '" ' . $properties . '>' . DOKU_LF;
/plugin/structcombolookup/
H A Dscript.js47 classes: {
/plugin/structsection/
H A Dyarn.lock733 babel-plugin-transform-es2015-classes@^6.23.0:
735 …//registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-class…
933 babel-plugin-transform-es2015-classes "^6.23.0"
/plugin/structstatus/
H A DStatus.php48 * @param array $classes
52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) { argument
54 $classes[] = 'struct_status';
55 if($icon) $classes[] = 'struct_status_icon_'.$icon;
56 $class = hsc(join(' ', $classes));
/plugin/subjectindex/plugins/
H A Dbible_verses.txt11972 And stand in the holy place by the classes of the house of the forefathers for YOUR brothers, the s…
11979 Further, they prepared the burnt offerings so as to give them to the classes by the paternal house,…
12170 And they appointed the priests in their classes and the Levites in their divisions, for the service…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2675 var classes = [
2683 classes.push('highlighted');
2686 classes.push('break');
2688 return '<div class="' + classes.join(' ') + '">' + code + '</div>';
2830 classes = [ 'syntaxhighlighter' ], variable
2843 classes.push('collapsed');
2846 classes.push('nogutter');
2849 classes.push(this.getParam('class-name'));
2852 classes.push(this.getParam('brush'));
2885 classes.push('ie');
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1394 var classes = [
1402 classes.push('highlighted');
1405 classes.push('break');
1407 return '<div class="' + classes.join(' ') + '">' + code + '</div>';
1549 classes = [ 'syntaxhighlighter' ], variable
1562 classes.push('collapsed');
1565 classes.push('nogutter');
1568 classes.push(this.getParam('class-name'));
1571 classes.push(this.getParam('brush'));
1604 classes.push('ie');
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2692 …var classes = ['line', 'number' + lineNumber, 'index' + lineIndex, 'alt' + (lineNumber % 2 == 0 ? …
2694 if (this.linesToHighlight[lineNumber]) classes.push('highlighted');
2696 if (lineNumber == 0) classes.push('break');
2698 return '<div class="' + classes.join(' ') + '">' + lineHtml + '</div>';
2826 classes = ['syntaxhighlighter'],
2831 if (opts.collapse === true) classes.push('collapsed');
2835 if (!gutter) classes.push('nogutter');
2838 classes.push(opts.className);
2841 classes.push(opts.brush);
2854 …html = '\n <div class="' + classes.join(' ') + '">\n <table border="0" cellpadding="0"…
H A Dsyntaxhighlighter.js.map1classes","renderLineNumbers","html","count","pad","padLineNumbers","getCodeLinesHtml","padLength",…
/plugin/tagfilter/script/select2/
H A Dselect2.js343 var classes, replacements = [], adapted;
345 classes = dest.attr("class");
346 if (classes) {
347 classes = '' + classes; // for IE which returns object
348 $(classes.split(" ")).each2(function() {
354 classes = src.attr("class");
355 if (classes) {
356 classes = '' + classes; // fo
[all...]
/plugin/text/
H A Drenderer.php278 function listu_open($classes = NULL) { argument
288 function listo_open($classes = NULL) { argument
490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
521 function tablerow_open($classes=NULL) { argument
529 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { argument
/plugin/tip/
H A Dsyntax_plugin_tip.css13 /* Common settings for all tipXXX classes */
24 background-image: none; /* overwritten for some classes below */
/plugin/tline/
H A DCHANGES.txt207 and tape divs. Eg classname of 'hot_event' will result in div classes of
/plugin/toctweak/
H A Dhelper.php76 $classes[] = $token;
79 if (!empty($classes)) {
80 $tocClass = implode(' ', $classes);

1...<<111213141516