Home
last modified time | relevance | path

Searched refs:mergeAttributes (Results 1 – 21 of 21) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php48 $attributes = AttributesHelper::mergeAttributes($target, $node->getAttributes());
50 $attributes = AttributesHelper::mergeAttributes($node->getAttributes(), $target);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js530 if (e.mergeAttributes) {
532 form.mergeAttributes(e, false);
540 if (e.mergeAttributes) {
541 e.mergeAttributes(form, false);
H A DJsHttpRequest.js717 if (e.mergeAttributes) {
719 form.mergeAttributes(e, false);
727 if (e.mergeAttributes) {
728 e.mergeAttributes(form, false);
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js368 if(e.mergeAttributes){
370 _4f.mergeAttributes(e,false);
377 if(e.mergeAttributes){
378 e.mergeAttributes(_4f,false);
H A DJsHttpRequest.js527 if(e.mergeAttributes){
529 _5b.mergeAttributes(e,false);
536 if(e.mergeAttributes){
537 e.mergeAttributes(_5b,false);
/plugin/combo/syntax/
H A Dmetadata.php46 $attributes = PluginUtility::mergeAttributes($inlineAttributes, $defaultAttributes);
H A Ddisqus.php124 $attributes = PluginUtility::mergeAttributes($attributes, $default);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js527 if(e.mergeAttributes){
529 _5b.mergeAttributes(e,false);
536 if(e.mergeAttributes){
537 e.mergeAttributes(_5b,false);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php106 public static function mergeAttributes($attributes1, $attributes2): array
103 public static function mergeAttributes($attributes1, $attributes2): array global() function in League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper
/plugin/remotescript/
H A Dscript.js9mergeAttributes){var w=e.createElement("form");w.mergeAttributes(_,false);}for(var Q=0;Q<z.length;…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js197 newHR.mergeAttributes( eHR, true ) ;
/plugin/combo/ComboStrap/
H A DCardTag.php132 $insertBodyAfterThisCalls = PluginUtility::mergeAttributes(Call::IMAGE_TAGS, [syntax_plugin_combo_header::TAG]);
H A DPluginUtility.php572 static function mergeAttributes(array $inlineAttributes, array $defaultAttributes = array()) function in ComboStrap\\PluginUtility
H A DSite.php75 $logosPaths = PluginUtility::mergeAttributes(self::PNG_LOGO_IDS, self::SVG_LOGO_IDS);
H A DTagAttributes.php315 $mergedAttributes = PluginUtility::mergeAttributes($inlineHtmlAttributes, $defaultAttributes);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …f(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …f(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js62 … i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);FCKDo…
H A Dfckeditorcode_gecko.js61 … i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);FCKDo…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js72 … i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);FCKDo…
H A Dfckeditorcode_ie.js76 … i=B.length-1;while (i>=0&&(C=B[i--])){var D=A.createElement('hr');D.mergeAttributes(C,true);FCKDo…