Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for subtitle (0.18 sec)

  1. src/main/webapp/js/admin/adminlte.min.js

    append(s)}if(null!=this._config.icon&&i.append(t("<i />").addClass("mr-2").addClass(this._config.icon)),null!=this._config.title&&i.append(t("<strong />").addClass("mr-auto").html(this._config.title)),null!=this._config.subtitle&&i.append(t("<small />").html(this._config.subtitle)),1==this._config.close){var o=t('<button data-dismiss="toast" />').attr("type","button").addClass("ml-2 mb-1 close").attr("aria-label","Close").append('<span aria-hidden="true">&times;</span>');null==this._config.title...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 23.7K bytes
    - Viewed (3)
  2. src/main/webapp/js/admin/adminlte.min.js.map

    dClass(this._config.icon))\n      }\n\n      if (this._config.title != null) {\n        toast_header.append($('<strong />').addClass('mr-auto').html(this._config.title))\n      }\n\n      if (this._config.subtitle != null) {\n        toast_header.append($('<small />').html(this._config.subtitle))\n      }\n\n      if (this._config.close == true) {\n        var toast_close = $('<button data-dismiss=\"toast\" />').attr('type', 'button').addClass('ml-2 mb-1 close').attr('aria-label', 'Close').append('<span...
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 77K bytes
    - Viewed (1)
  3. doc/go_mem.html

    <!--{
    	"Title": "The Go Memory Model",
    	"Subtitle": "Version of June 6, 2022",
    	"Path": "/ref/mem"
    }-->
    
    <style>
    p.rule {
      font-style: italic;
    }
    </style>
    
    <h2 id="introduction">Introduction</h2>
    
    <p>
    The Go memory model specifies the conditions under which
    reads of a variable in one goroutine can be guaranteed to
    observe values produced by writes to the same variable in a different goroutine.
    </p>
    
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/PropertyDetailRenderer.java

                for (ExtraAttributeDoc attributeDoc : propertyDoc.getAdditionalValues()) {
                    Element segtitle = document.createElement("segtitle");
                    segmentedlist.appendChild(segtitle);
                    for (Node node : attributeDoc.getTitle()) {
                        segtitle.appendChild(document.importNode(node, true));
                    }
                }
    Java
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 3.5K bytes
    - Viewed (0)
  5. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java

            Element list = document.createElement("segmentedlist");
            parent.appendChild(list);
            Element segtitle = document.createElement("segtitle");
            list.appendChild(segtitle);
            segtitle.appendChild(document.createTextNode("API Documentation"));
            Element listItem = document.createElement("seglistitem");
            list.appendChild(listItem);
    Java
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 4.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            return this;
        }
    
        public void setTitle_Equal(String title) {
            setTitle_Term(title, null);
        }
    
        public void setTitle_Equal(String title, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setTitle_Term(title, opLambda);
        }
    
        public void setTitle_Term(String title) {
            setTitle_Term(title, null);
        }
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 326.1K bytes
    - Viewed (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlockDetailRenderer.java

            }
    
            Element segmentedlist = document.createElement("segmentedlist");
            section.appendChild(segmentedlist);
            Element segtitle = document.createElement("segtitle");
            segmentedlist.appendChild(segtitle);
            segtitle.appendChild(document.createTextNode("Delegates to"));
            Element seglistitem = document.createElement("seglistitem");
            segmentedlist.appendChild(seglistitem);
    Java
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 3.7K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css

    s:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px...
    CSS
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Dec 25 08:05:52 GMT 2019
    - 155.8K bytes
    - Viewed (0)
  9. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy

            <title>Class</title>
            <segmentedlist>
                <segtitle>API Documentation</segtitle>
                <seglistitem>
                    <seg>
                        <apilink class="org.gradle.Class" style="java"/>
                    </seg>
                </seglistitem>
            </segmentedlist>
            <segmentedlist>
                <segtitle>Known Subtypes</segtitle>
                <seglistitem>
                    <seg>
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 40.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java

            }
        }
    
        public void setTitle_Terms() {
            setTitle_Terms(null);
        }
    
        public void setTitle_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setTitle_Terms("title", opLambda, null);
        }
    
        public void setTitle_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) {
            setTitle_Terms("title", opLambda, aggsLambda);
        }
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 212.4K bytes
    - Viewed (0)
Back to top