Home
last modified time | relevance | path

Searched refs:a (Results 1826 – 1850 of 6240) sorted by relevance

1...<<71727374757677787980>>...250

/plugin/bugzillaint/helper/
H A Drender.php39 $a = array();
42 $a[] = 'data-' . $k . '="' . htmlspecialchars($v) . '"';
46 $a[] = '' . $k . '="' . htmlspecialchars($v) . '"';
48 return join(' ', $a);
/plugin/indexmenu2/templates/DokuWiki/Simple/
H A Ddesign.css9 ul.CmsListMenuDokuWikiSimple li a {
13 ul.CmsListMenuDokuWikiSimple li.CmsMenuItemFolderExpanded a {
16 ul.CmsListMenuDokuWikiSimple li.CmsMenuItemFolderCollapsed a {
19 ul.CmsListMenuDokuWikiSimple li.CmsMenuItemFile a {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dfolder-check.svg3 <path fill-rule="evenodd" d="M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0z"/>
H A Dcalendar-day-fill.svg2 <path fill-rule="evenodd" d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM0 5h16v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5zm11.215 2.855a.425.425 0 0 1-.43-.425c0-.242.192-.43.43-.43a.428.428 0 1 1 0 .855zm.336.563v4.105h-.672V8.418h.672zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z"/>
H A Dintersect.svg3 <path fill-rule="evenodd" d="M14.5 5h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5zm-9-1A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-9z"/>
4 <path fill-rule="evenodd" d="M10.5 1h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5zm-9-1A1.5 1.5 0 0 0 0 1.5v9A1.5 1.5 0 0 0 1.5 12h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 0h-9z"/>
H A Dcalendar-date.svg4 <path fill-rule="evenodd" d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z"/>
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19a=MathJax.ElementJax.mml,g=MathJax.OutputJax.SVG,b=g.BBOX;var f=a.mo().With({SVGdata:{w:0,x:0}});v…
/plugin/nstoc/
H A Dstyle.css11 ul.nstoc li a,ul.nstoc li a.wikilink1{background:inherit;color:#003;border:none;font-size:inherit;f…
12 ul.nstoc li a.wikilink1:before,ul.nstoc li a.wikilink1:after{display:none;}
13 ul.nstoc li a:hover,ul.nstoc li a.wikilink1:hover{text-decoration:underline;}
/plugin/accscounter/lang/pt-br/
H A Dmngintro.txt3 Depois de selecionar a ação no menu a seguir, para cada página, você verá:
6    * A data em que a página foi acessada pela última vez
9    * O endereço IP do visitante que acessou a página pela última vez
20 Ou pesquise os nomes das páginas ou espaços de nomes com a caixa de texto abaixo (esta função de pe…
/plugin/authdjango/
H A Dauth.php109 $a = 0;
111 $groups[$a] = $row[0];
112 $a++;
122 $a = 0;
124 $groups[$a] = $row[0];
125 $a++;
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Den-ca.js1 …t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.e…
H A Den-ie.js1 …t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.e…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Dconfig.js19a=b.Insert({minBrowserVersion:{Firefox:3,Opera:9.52,MSIE:6,Chrome:0.3,Safari:2,Konqueror:4},inline…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php22 public function __construct(SemanticContext $a, SemanticContext $b) argument
26 if ($a instanceof self) {
27 foreach ($a->operand as $o) {
31 $operands->add($a);
46 \usort($precedencePredicates, static function (PrecedencePredicate $a, PrecedencePredicate $b) {
47 return $a->precedence - $b->precedence;
/plugin/diagramsnet/lib/resources/
H A Ddia_ca.txt15 address=Adreça
18 adjustTo=Ajustar a
43 asNew=Com a nou
272 exportAs=Exporta com a
312 fitTo=Ajusta a
327 forbidden=No esteu autoritzats a accedir a aquest fitxer
708 startDrawing=Comença a dibuixar
734 to=a
741 topAlign=Alinea a dalt
847 officeClickToEdit=Feu clic a la icona per començar a editar:
[all …]
H A Ddia_ro.txt94 userJoined={1} s-a alăturat
95 userLeft={1} a plecat
132 collapse-expand= Apasă pentru a micşora/extinde\nShift-apasă pentru a muta vecinii \nAlt-apasă pent…
152 copyOf=Copie a {1}
180 diagramLocked= Diagrama a fost blocată pentru a preveni alte pierderi de date.
264 …t=Sesiunea dumneavoastră a expirat. Va rugăm să <a target='_blank' href='{1}'>{2}</a> si să reveni…
436 licenseHasExpired=Licența pentru {1} a expirat pe {2}, Apăsați aici.
585 plusTooltip=Apasă si trage pentru a te conecta, apasă pentru a clona si conecta, shift-click pentru…
648 rotateTooltip=”click and drag” pentru a roti, click pentru a întoarce la 90 de grade.
681 sessionTimeoutOnSave=Sesiunea ta a expirat şi ai fost deconectat de la Google Drive. Apasă OK pentr…
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md10 What is this? <a name="what"></a>
13 A set of [PHP][] classes, each representing a [Markdown][] flavor, and a command line tool
49 Installation <a name="installation"></a>
76 Usage <a name="usage"></a>
194 Extending the language <a name="extend"></a>
223 // if a line starts with at least 3 backticks it is identified as a fenced code block
347 1. Select a base class
352 #### Select a base class
407 function. This means that if a line starting with `-` could be a list or a horizontal rule, the pre…
457 Acknowledgements <a name="ack"></a>
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13a=document.body,c=document.documentElement||document.body.parentNode||document.body,l=window.pageY… function
/plugin/combo/resources/library/combo/
H A Dcombo.min.js3 <a href="${t}" title="${this.getDescription()}" style="text-decoration:none;pointer-events: none;">${this.getLabel()}</a>
4 </span>`):`<a href="${t}" title="${this.getDescription()}" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">${this.getLabel()}</a>`}setType(t){return this.type=t,this}setLabel(t){return this.label=t,this}setUrl(t){return this.url=t,this}addValue(t,e){return this.values.push(t),this.defaultValues.push(e),this}getType(){return this.type}getLabel(){return this.label===void 0?this.getName().split(/[_\-]/).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" "):this.label}getUrl(){return this.url}getName(){return this.name}getDescription(){return this.description}getTab(){return this.tab}static createFromJson(t,e=null){t.hasOwnProperty("name")||E.getLogger().error("To create a form meta field, the name property is mandatory.");let s=t.name,l=w.createFromName(s);e!=null&&l.setParent(e);let r,n;for(let o in t){if(!t.hasOwnProperty(o))continue;let a=t[o];switch(o){case"name":continue;case"label":l.setLabel(a);continue;case"tab":l.setTab(a);continue;case"type":l.setType(a);continue;case"mutable":l.setMutable(a);continu
[all...]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md74 Now you're in for a big mess :(
97 keeps a hash map of all instances and thus preserves the object graph.
141 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
150 - `DeepCopy\Matcher` applies on a object attribute.
156 The `PropertyNameMatcher` will match a property by its name:
161 // Will apply a filter to any property of any objects named "id"
168 The `PropertyMatcher` will match a specific property of a specific class:
173 // Will apply a filter to the property "id" of any objects of the class "MyClass"
199 Let's say for example that you are copying a database record (or a Doctrine entity), so you want th…
295 1. If you want to replace the value of a property:
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19a=MathJax.ElementJax.mml,b=MathJax.OutputJax["HTML-CSS"];var c="http://www.w3.org/2000/svg";var f=…
/plugin/odt/
H A DChangeLog.txt14 * Added syntax tag for including a TOC in the exported ODT file.
19 This is a contribution from Klap-in. Thanks a lot!
64 * Added function to insert a pagebreak.
96 inbetween a paragraph.
116 + A function importing CSS from a file
119 * Added CSS based functions for opening a paragraph
121 in CSS functions for opening a span and paragraph
162 * Added a function to insert svg code as an svg image.
194 * renderer.php: Fix a small syntax error
195 * renderer.php: Add options to cut off a part of the ODT template
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md69 Now you're in for a big mess :(
92 keeps a hash map of all instances and thus preserves the object graph.
136 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
145 - `DeepCopy\Matcher` applies on a object attribute.
151 The `PropertyNameMatcher` will match a property by its name:
156 // Will apply a filter to any property of any objects named "id"
163 The `PropertyMatcher` will match a specific property of a specific class:
168 // Will apply a filter to the property "id" of any objects of the class "MyClass"
175 The `TypeMatcher` will match any element by its type (instance of a clas
[all...]
/plugin/tcycle/
H A Dscript.js2a),d.fadeIn(a,y)):(l.animate({left:-s},a,function(){l.hide()}),d.css({left:s,display:"block"}).ani…
/plugin/indexmenu2/templates/DokuWiki/IndexMenu/
H A Ddesign.css12 ul.CmsListMenuDokuWikiIndexMenu li a {
18 ul.CmsListMenuDokuWikiIndexMenu li.CmsMenuItemLevel0 a {
28 ul.CmsListMenuDokuWikiIndexMenu li.CmsMenuItemLevel0 li.CmsMenuItemFolderExpanded a {
31 ul.CmsListMenuDokuWikiIndexMenu li.CmsMenuItemLevel0 li.CmsMenuItemFolderCollapsed a {
34 ul.CmsListMenuDokuWikiIndexMenu li.CmsMenuItemLevel0 li.CmsMenuItemFile a {

1...<<71727374757677787980>>...250