Home
last modified time | relevance | path

Searched +full:target +full:- +full:uri (Results 1 – 16 of 16) sorted by relevance

/template/strap/ComboStrap/
H A DLinkMarkup.php8 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
52 const TEXT_ERROR_CLASS = "text-danger";
73 const DATA_WIKI_ID = "data-wiki-id";
110 $this->stylingAttributes = TagAttributes::createEmpty(syntax_plugin_combo_link::TAG);
112 $this->markupRef = MarkupRef::createLinkFromRef($ref);
114 $this->collectStylingAttributeInUrl();
141 return "link-local";
152 $outputAttributes = $this->stylingAttributes;
155 $url = $this->getMarkupRef()->getUrl();
156 $outputAttributes->addOutputAttributeValue("href", $url->toString());
[all …]
H A DBrandButton.php28 * https://jonsuh.com/blog/social-share-links/
29 * https://stackoverflow.com/questions/11473345/how-to-pop-up-new-window-with-tweet-button
40 const ICON_SOLID_CIRCLE_VALUE = "solid-circle";
41 const ICON_OUTLINE_CIRCLE_VALUE = "outline-circle";
93 $this->brand = Brand::create($brandName);
95 $this->type = strtolower($typeButton);
96 if (!in_array($this->type, self::TYPE_BUTTONS)) {
97 throw new ExceptionCompile("The button type ($this->type} is unknown.");
138 $this->widget = $widget;
141 …throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets va…
[all …]
H A DFetcherSvg.php63 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
64 'http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd',
82 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
122 public const DATA_NAME_HTML_ATTRIBUTE = "data-name";
149 $fetcher->setSourcePath($path);
159 $fetchSvg->buildFromUrl($fetchUrl);
164 * @param string $markup - the svg as a string
165 * @param string $name - a name identifier (used in diff)
171 return self::createSvgEmpty()->setMarkup($markup, $name);
184 $fetcher->buildFromTagAttributes($tagAttributes);
[all …]
/template/strap/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml3 - name: "SelectCss"
7 data-selector: "**/bootstrap.*.min.css@sd"
8 - name: "List"
12 - parent
13 - logicalName
14 - name
15 - sha384_integrity
16 - name: "Print"
18 - name: "Json"
21 template-inline:
[all …]
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
16 "css":"https://getfirebug.com/releases/lite/1.2/firebug-lite.css",
44 …* initialize the console - user defined values are not available within this method because FBLite…
108 if(/firebug-lite\.css/i.test(document.styleSheets[i].href)) {
150 …ew lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribu…
431 "left": (posXY.offsetLeft-107)+"px"
497 exdate.setTime(exdate.getTime()-1);
576 values+='popupTop:'+(window.screenTop-56)+',';
577 values+='popupLeft:'+(window.screenLeft-8)+',';
593 …rseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);
[all …]
H A Dfirebug-lite-1.2-compressed.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
12 …,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/firebug-lite.css","debug":tru…
18 for(i=0;i<document.styleSheets.length;i++){if(/firebug-lite\.css/i.test(document.styleSheets[i].hre…
22 …ew lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribu…
29 …s.container.environment.addStyle({"display":"block","left":(posXY.offsetLeft-107)+"px"});el.settin…
31 …;}}}},reset:function(){var exdate=new Date();exdate.setTime(exdate.getTime()-1);document.cookie='F…
32 …h===undefined){values+='popupTop:'+(window.screenTop-56)+',';values+='popupLeft:'+(window.screenLe…
33-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document…
34 …){firebug.internal.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.…
35 …util.GetViewport(window);win.setHeight((window.innerHeight||viewport.height)-38);el.main.environme…
[all …]
H A Dfirebug-lite-1.4.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
25 * Sizzle CSS Selector Engine - v1.0
45 this.isIElt8=this.isIE&&(this.browserVersion-0<8);
78 }if(FBTrace.DBG_INITIALIZE&&isChromeContext){FBTrace.sysout("FBL.initialize - persistent applicatio…
112 var findLocation=function findLocation(){var reFirebugFile=/(firebug-lite(?:-\w+)?(?:\.js|\.jgz))(?…
147 while(j-->0){path=reLastDir.exec(path)[1]
149 }else{if(src.indexOf("/")!=-1){if(/^\.\/./.test(src)){path+=src.substring(2)
158 …sGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebug-l…
162 if(fileName=="firebug-lite-dev.js"){Env.isDevelopmentMode=true;
164 }else{if(fileName=="firebug-lite-debug.js"){Env.isDebugMode=true
[all …]
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.htc1 <!--
5 Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Vers…
6 -->
8 <!-- saved from url=(0014)about:internet -->
18 CSS_PREFIX: '-pie-',
73 * IE version detection approach by James Padolsey, with modifications -- from
74 * http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/
81 div.innerHTML = '<!--[if gt IE ' + (++ieVersion) + ']><i></i><![endif]-->',
89 PIE.CSS_PREFIX = PIE.CSS_PREFIX.replace( /^-/, '' );
117 * full-fledged Document. It allows adding namespaces immediately, so we add the
[all …]
DPIE_uncompressed.js5 Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Vers…
12 CSS_PREFIX: '-pie-',
67 * IE version detection approach by James Padolsey, with modifications -- from
68 * http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/
75 div.innerHTML = '<!--[if gt IE ' + (++ieVersion) + ']><i></i><![endif]-->',
83 PIE.CSS_PREFIX = PIE.CSS_PREFIX.replace( /^-/, '' );
111 * full-fledged Document. It allows adding namespaces immediately, so we add the
120 vmlCreatorDoc.namespaces.add( vmlPrefix, 'urn:schemas-microsoft-com:vml' );
203 …// This is used below to find the start/end positions of the CSS3 gradient-line, and also in findi…
204 // the total length of the VML rendered gradient-line corner to corner.
[all …]
/template/parallax/css/
Dparallax.css7 #writtensidebar h1 /*h3.widget-title*/ {
8 margin-top: 5px;
9 margin-bottom: 6px;
10 border-bottom: 5px solid #eee;
12 text-transform: uppercase;
13 letter-spacing: 1px;
14 font-weight: normal;
15 font-size: 1.1em;
16 line-height: 1em;
17 line-height: 1.3em;
[all …]
/template/spacious/css/
Dspacious.css2 #primary, #secondary { box-sizing: border-box; }
5 #writtensidebar h1 /*#secondary h3.widget-title*/ {
6 font-size: 22px;
7 line-height: 32px;
8 padding-bottom: 15px;
13 Theme URI: https://themegrill.com/themes/spacious
15 Author URI: https://themegrill.com
16 …dy and many more. You can get free support in https://themegrill.com/support-forum/ and check the …
21 License URI: http://www.gnu.org/licenses/gpl-2.0.html
22-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-backgrou…
[all …]
/template/bootie/js/
Djquery-3.3.1.min.js2-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])…
/template/argon-alt/assets/js/core/
Djquery.min.js2-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor…
3--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[th…
4-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:fu…
/template/argon/assets/js/core/
Djquery.min.js2-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor…
3--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[th…
4-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:fu…
/template/strap/resources/library/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)}… method
/template/strap/resources/library/bootstrap/4.4.1/
H A Djquery-3.4.1.min.js2-1 in e)}k.fn=k.prototype={jquery:f,constructor:k,length:0,toArray:function(){return s.call(this)}… method