Home
last modified time | relevance | path

Searched refs:attribute (Results 276 – 300 of 449) sorted by last modified time

1...<<1112131415161718

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js312 …,d[h]]);a.sortAttributes&&k.sort(f);h=0;for(m=k.length;h<m;h++)d=k[h],a.attribute(d[0],d[1]);a.ope…
873 …ars));b&&b.breakAfterOpen&&this.lineBreak();"pre"==a&&(this._.inPre=1)},attribute:function(a,f){"s…
H A DCHANGES.md182 …Enhanced Image](http://ckeditor.com/addon/image2) caption now supports the link `target` attribute.
280 …ixed: [Link](http://ckeditor.com/addon/link) plugin alters the `target` attribute value. Thanks to…
319 …editor.com/ticket/13516): Fixed: CKEditor removes empty HTML5 anchors without the `name` attribute.
506 * [#11583](http://dev.ckeditor.com/ticket/11583): Added support for the HTML5 `required` attribute
627 …cket/9137): Fixed: The `<base>` tag is not created when `<head>` has an attribute. Thanks to [naok…
762 …ditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` attribute set to `false` a…
763 …ditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly when passed to an attribute.
770 * [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated `attribute.specified` in a…
875 … menu button will have a changed label when selected instead of using the `aria-pressed` attribute.
940 * [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted wh…
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc77 // Remove "align" attribute when necessary.
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc198 attribute: "",
/plugin/authsmartcard/
H A DREADME.md8 …cates users to dokuwiki by comparing the user's client certificate's CN attribute with the group f…
10 …client certificate (or smartcard with a certificate on it) that as a CN attribute of 'DOE.JOHN.999…
/plugin/twofactorsmsgateway/
H A Dhelper.php30 $this->attribute->del('twofactor', 'phone');
/plugin/vkeyboard/
H A Dvkeyboard.js.unc104 this.VKI_langAdapt = false; // Use lang attribute of input to select keyboard
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php118 $attribute = new CMSAttribute();
119 $attribute->decode($a);
121 array_push($this->signedAttrs, $attribute);
134 $attribute = new CMSAttribute();
135 $attribute->decode($a);
137 array_push($this->unsignedAttrs, $attribute);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md23 alt="some alt aligned with src attribute" title="some text" />
45 alt="some alt aligned with src attribute"
50 alt="some alt aligned with src attribute"
H A Dspecs.md140 in your anchor tag `href` attribute. Needless to say, this is easy to
559 [This link](http://example.net/) has no title attribute.
567 title attribute.</p>
595 * optionally followed by a title attribute for the link, enclosed
611 You can put the title attribute on the next line and use extra spaces
818 attribute text for the image;
820 the image, and an optional `title` attribute enclosed in double
830 [id]: url/to/image "Optional title attribute"
H A Dmd1_markdown_documentation_basics.md203 Optionally, you may include a title attribute in the parentheses:
229 The title attribute is optional. Link names may contain letters,
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php159 foreach($attributes as $attribute) {
160 if ($attribute[0] === '#') {
161 $html['id'] = substr($attribute, 1);
163 $html['class'][] = substr($attribute, 1);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php496 foreach ($this->attributes[$header_name] as $attribute => $att_value)
502 $avail_len = 70 - (strlen($attribute) + 4);
513 if ((strlen($encoded) + $used_len + strlen($attribute) + 4) < 74)
515 if (strpos($encoded, "'") !== false) $attribute .= "*";
516 $append = "; " . $attribute . "=" . $encoded;
529 … $att_copy = $attribute; //Because it's multi-line it needs asterisks with decimal indices
546 if (strpos($encoded, "'") !== false) $attribute .= "*";
547 $append = $this->LE . " " . $attribute . "=" . $encoded;
/plugin/fckg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css31 /* For tables with the "border" attribute set to "0" */
41 /* For tables with no "border" attribute set */
/plugin/syntaxhighlighter3/
H A DREADME.md65 <sxh php; first-line: 70; highlight: [89,92]; title: New title attribute in action>
73 …// Check if there's a title in the attribute string. It can't be passed along as a normal paramete…
75 // Extract title(s) from attribute string.
78 // Extract everything BUT title(s) from attribute string.
84 // Add title as an attribute to the <pre /> tag.
H A DCHANGELOG.md54 * Add support for block title attribute.
/plugin/authplaincas/
H A Dauth.php370 foreach ($attributes as $attribute) {
372 if (preg_match($pattern, $attribute)) {
379 foreach ($attributes as $attribute) {
381 $this->_addUserGroup($attribute);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php22 public $attribute; variable in AttrBinding
32 * @param String $attribute Name of the attribute to bind to the given value.
35 public function __construct($attribute, $value) { argument
36 $this->attribute = $attribute;
97 if ($binding != null) $attributes[$binding->attribute] = $binding->value;
/plugin/issuetracker/
H A Dprototype.js2125 attribute = pair.last(),
2533 return proceed(element, attribute);
2633 attribute = element.getAttribute(attribute);
2635 attribute = attribute.toString();
2636 attribute = attribute.split('{')[1];
2637 attribute = attribute.split('}')[0];
2638 return attribute.strip();
2643 attribute = element.getAttribute(attribute);
2645 return attribute.strip();
2652 return $(element).hasAttribute(attribute) ? attribute : null;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php379 public $attribute; variable in Google_Creative
424 public function setAttribute(/* array(Google_int) */ $attribute) { argument
425 $this->assertIsArray($attribute, 'Google_int', __METHOD__);
426 $this->attribute = $attribute;
429 return $this->attribute;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1attribute value.\n\t * See [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js134 …an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,ti… property in AnonymousFunction30194f819400.c
135 e=b.frame+1,h=b.obj,f=b.attribute;if(e<=c){b.frame++;var g=Number(b.from),k=Number(b.to)-g,c=d[b.ef…
335attribute:b,from:f,to:c,time:e,effect:h};this.animations.push(c);a["an_"+b]=c},update:function(){v… property in AnonymousFunction30194f811dc00.c
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md147 overflow | true | Flag to overwrite the css attribute 'overflow' of the chart container to avoid cr…
615 title | A title attribute of the link
920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng384 attribute name { text },
/plugin/quizlib/
H A DREADME.md23 …of the quizlib-tag. Each "question" has an attribute "title" with the content of the question and …

1...<<1112131415161718