Home
last modified time | relevance | path

Searched refs:attribute (Results 276 – 300 of 449) sorted by relevance

1...<<1112131415161718

/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php434 * Every HTML element may have a class attribute specified.
435 * The attribute, if specified, must have a value that is a set
1602 # filter out badly parsed attribute
1607 # dump onevent attribute
1618 protected function filterUnsafeUrlInAttribute(array $Element, $attribute) argument
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))
1628 $Element['attributes'][$attribute] = str_replace(':', '%3A', $Element['attributes'][$attribute]);
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog394 * Fixed: more tolerant processing of LINK href attribute allowing
478 * Fixed: 'border' attribute could affect elements after the
479 element with this attribute
556 * Fixed: cell borders set via table 'border' attribute
600 * Fixed: IFRAMEs with empty SRC attribute value no more cause
605 * Change: more tolerant 'src' attribute value processing; script
616 * Fixed: cells with borders set via table 'border' attribute
816 * Fixed: basic support for 'dir' attribute (affects default text
903 * Fixed: HR tag 'color' attribute was not supported
1048 * Fixed: added basic support for 'rules' attribute of TABLE tag
[all …]
/plugin/highlightjs/highlight/styles/
H A Dschool_book.css44 .tag .attribute .value,
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt13 * Acknowledge the ''style'' attribute
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md54 * Add support for block title attribute.
/plugin/oembed/
H A Dsyntax.php467 foreach($attributes as $attribute){
468 $att = preg_split('/\s*=\s*/s', $attribute, 2);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1attribute.name', '@rulevalue'],\n { include: '@selector' },\n ['[@](extend)'…
/plugin/codemirror/dist/
H A Dstyles.min.css1attribute,#dokuwiki__content .cm-s-default .cm-attribute{color:#00c}form#dw__editform .cm-s-defaul…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst535 | attribute | use an attribute instead of a child node |
542 Example for "attribute":
553 * @XmlDiscriminator(attribute=true)
578 * @XmlDiscriminator(attribute=true)
670 You can also specify the entry tag namespace using the ``namespace`` attribute (``@XmlList(inline =…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js78 var addMethod = function(length, method, attribute) { argument
81 return _[method](this[attribute]);
84 return _[method](this[attribute], value);
87 return _[method](this[attribute], cb(iteratee, this), context);
90 return _[method](this[attribute], cb(iteratee, this), defaultVal, context);
94 args.unshift(this[attribute]);
99 var addUnderscoreMethods = function(Class, methods, attribute) { argument
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);
/plugin/codemirror/dist/modes/
H A Dtroff.min.js.map1attribute';\n }\n if (stream.match('TH ') || stream.match('SH ') || stream.match('SS ') …
H A Dpuppet.min.js.map1attribute","resource","special_resource","ch","inDefinition","inInclude","hasOwnProperty","test","…
H A Dhaxe.min.js.map1attribute","keywords","if","while","else","do","try","return","break","continue","new","throw","va…
H A Dswift.min.js.map1attribute","tokenBase","stream","state","prev","sol","indented","indentation","eatSpace","ch","pee…
/plugin/weiqi/
H A Dweiqi_parser.php443 foreach ($attributes as $attribute) {
444 list($key,$value) = preg_split('/=/',$attribute,2);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php638 $attribute = $this->getName();
640 MetadataMutation::notifyMetadataMutation($attribute, $oldValue, $actualValue, $this->getResource()->getPathObject());
/plugin/twofactorsmsgateway/
H A Dhelper.php30 $this->attribute->del('twofactor', 'phone');
/plugin/quizlib/
H A DREADME.md23 …of the quizlib-tag. Each "question" has an attribute "title" with the content of the question and …
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php127 if (isset($xmlDiscriminator->attributes()->attribute)) {
128 …tadata->xmlDiscriminatorAttribute = 'true' === (string) $xmlDiscriminator->attributes()->attribute;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less13 * When including this stylesheet, use the media='print' attribute of the <link> tag.
152 /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
/plugin/mikioplugin/
H A DREADME.md82 - Better handling when a `quizitem` does not contain a `scores` or `answer` attribute.
83 - Added `full` attribute to `quiz` to show the entire quiz.
85 - Quiz now supports [style](https://github.com/nomadjimbob/mikioplugin/wiki/Common-Attributes#styles) attribute for buttons.
140 - Added `autoclose` attribute to Accordions to close any other open accordion items other than the one clicked by the user. Requested by eFreshman
181 - Height attribute bugfix for placeholders
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst84 When the attribute contains special characters (like ``-`` that would be
85 interpreted as the minus operator), use the ``attribute`` function instead to
86 access the variable attribute:
91 {{ attribute(foo, 'data-foo') }}
99 If a variable or attribute does not exist, you will receive a ``null`` value
123 If you want to access a dynamic attribute of a variable, use the
124 :doc:`attribute<functions/attribute>` function instead.
805 * ``.``, ``[]``: Gets an attribute of an object.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php454 $attribute = 'xmlns';
456 $attribute .= ':' . $prefix;
/plugin/combo/ComboStrap/
H A DFetcherSvg.php218 throw new ExceptionNotFound("No preserve style attribute was set");
293 foreach ($documentElement->attributes as $attribute) {
294 /** @var DOMAttr $attribute */
295 $name = $attribute->name;
297 if ($defaultValues[$name] == $attribute->value) {
298 $documentElement->removeAttributeNode($attribute);
705 * * is used to add a data attribute in the svg to be able to select it for test purpose
870 // Set the name (icon) attribute for test selection
939 * in the style attribute
1079 * Width and height element attribute ar
[all...]

1...<<1112131415161718