Home
last modified time | relevance | path

Searched refs:p (Results 951 – 975 of 1972) sorted by relevance

1...<<31323334353637383940>>...79

/plugin/translate/lang/sv/
H A Dnewtrans.txt3 …e finns. Om rättigheterna tillåter det så kan du skapa den genom att klicka på ''Skapa översättnin…
/plugin/struct/lang/cs/
H A Deditor_intro.txt
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
37 if (isset($p['DISPLAY']) && strtolower($p['DISPLAY']) === 'none') {
53 } elseif (isset($p['CAPTION-SIDE']) && strtolower($p['CAPTION-SIDE']) === 'bottom') {
83 if ((isset($p['POSITION'])
84 && (strtolower($p['POSITION']) === 'fixed'
85 || strtolower($p['POSITION']) === 'absolute'))
162 if ($this->mpdf->listlvl == 0) { //in case of malformed HTML code. Example:(...)</p><li>Content</li><p>Paragraph
[all...]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js731 var p = url.split( '?' );
732 if ( 1 === p.length )
733 p[ 1 ] = new Date().getTime();
735 p[ 1 ] += '&' + new Date().getTime();
736 return p.join( '?' );
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js25 …r,u){f.set(u,_t(r,t,e,u,n,o))});var a=l?a?ve:_e:a?Bu:Wu,p=u?T:a(n);return r(p||n,function(r,u){p&&…
26 …(;++u<l;){var p=n[u],_=null==r?p:r(p),p=e||0!==p?p:0;if(a&&_===_){for(var v=h;v--;)if(t[v]===_)con…
28 …o,u=n[0].length,i=n.length,a=i,l=Ku(i),s=1/0,h=[];a--;){var p=n[a];a&&t&&(p=c(p,k(t))),s=Ci(p.leng…
29 l[a]=!r&&(t||120<=u&&120<=p.length)?new Nn(a&&p):T}var p=n[0],_=-1,v=l[0];n:for(;++_<u&&h.length<s;…
31 …);for(var s=i;++a<o;){var l=f[a],h=n[l],p=t[l];if(e)var _=i?e(p,h,l,t,n,u):e(h,p,l,n,t,u);if(_===T…
35 …c,a,o+"",n,t,f):T,s=l===T;if(s){var h=ff(a),p=!h&&af(a),_=!h&&!p&&_f(a),l=a;h||p||_?ff(c)?l=c:hu(c…
39 …r l=Ii((u+i)/2),s=r(n[l]),h=s!==T,p=null===s,_=s===s,v=wu(s);(o?e||_:a?_&&(e||h):f?_&&h&&(e||!p):c…
40 …+e<i;){var s=n[e],h=t?t(s):s,s=r||0!==s?s:0;if(c&&h===h){for(var p=l.length;p--;)if(l[p]===h)conti…
56p=t[c];if(e)var _=o?e(p,s,c,t,n,i):e(s,p,c,n,t,i);if(_!==T){if(_)continue;a=false;break}if(l){if(!…
68 …function u(n){var r=n-p;return n-=_,p===T||r>=t||0>r||g&&n>=l}function i(){var n=Go();if(u(n))retu…
[all …]
/plugin/pagetemplate/
H A Dsyntax.php188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; }
189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (…
/plugin/strata/types/
H A Dwiki.php254 $p = $parser->parse($text);
255 return $p;
/plugin/spatialhelper/
H A DREADME.md19 <img src="https://sourceforge.net/cdn/syndication/badge_img/239475/oss-community-choice-white?achievement=oss-community-choice&r=https://sourceforge.net/p/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sourceforge.net/cdn/syndication/badge_img/239475/oss-community-choice-white?achievement=oss-community-choice&amp;r=https://sourceforge.net/p/dokuwikispatial/admin/files/badges/" width="100" height="100">
/plugin/geotag/
H A DREADME.md18 <img src="https://sourceforge.net/cdn/syndication/badge_img/239475/oss-community-choice-white?achievement=oss-community-choice&r=https://sourceforge.net/p/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sourceforge.net/cdn/syndication/badge_img/239475/oss-community-choice-white?achievement=oss-community-choice&amp;r=https://sourceforge.net/p/dokuwikispatial/admin/files/badges/" width="100" height="100">
/plugin/htmlokay/
H A Dsyntax.php531 foreach($problem_str as $p)
533 $p = htmlspecialchars ($p, ENT_QUOTES);
534 $name_errs .= " {$p}, ";
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java400 Point p = e.getLocation(); in dragOver() local
401 int row = rowAtPoint(p); in dragOver()
427 Point p = e.getLocation(); in drop() local
428 int targetRow = rowAtPoint(p); in drop()
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak14 $p = fileperms($src);
16 chmod($dest, $p);
22 $p = fileperms($src);
23 mkdir($dest, $p);
/plugin/mantis/lib/
H A Dclass.nusoap_base.php840 foreach ($this->namespaces as $p => $n) {
841 if ($ns == $n || $ns == $p) {
842 $this->usedNamespaces[$p] = $n;
843 return $p;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php230 for ($p = 0; $p < strlen($panose); $p++) {
231 $this->panose[] = ord($panose[$p]);
/plugin/quicksubscribe/
H A Dstyle.less24 p {
/plugin/highlightjs/
H A DINFO.txt8 url http://code.google.com/p/dokuwiki-highlightjs-plugin/
/plugin/smtp/lang/es/
H A Dintro.txt3 Esta página permite iniciar el envío de un correo de prueba en DokuWiki. Puedes usarlo para verifi…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2p(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError… function
7p=u*u*u,h=l*t+3*d*u*i+3*c*u*u*o+p*s;return{x:Pr(l*e+3*d*u*n+3*c*u*u*r+p*a),y:Pr(h)}}function Er(e)… function
21p(e,t,n){return setTimeout(_(e,n),t)}function h(e,t,n){return!!Array.isArray(e)&&(f(e,n[t],n),!0)}… class in AnonymousFunction9d0550af29700
/plugin/swiftmail/lang/cs/
H A Dintro.txt5 Do formuláře níže vyplňte e-mailovou adresu příjemce.
/plugin/smtp/lang/pt-br/
H A Dintro.txt3 Esta página permite acionar o envio de um e-mail de teste no DokuWiki. Você pode usá-lo para verifi…
/plugin/yourip/
H A Dstyle.css24 p#yourip {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php738 // OR'd together like {p}? || NONE == NONE. If neither alt has preds,
1093 protected function computeStartState(ATNState $p, RuleContext $ctx, bool $fullCtx) : ATNConfigSet argument
1099 foreach ($p->getTransitions() as $i => $t) {
1167 * The basic filter mechanism is to remove configurations of the form (p, 2, pi)
1168 * if (p, 1, pi) exists for the same p and pi. In other words, for the same
1193 * With the change you filter "unless (p, 2, pi) was reached after leaving
1194 * the rule stop state of the LR rule containing state p, corresponding
1720 $p = $config->state;
1723 if (!$p
[all...]
/plugin/miniblog/
H A Dstyle.css2 p.miniblog_info {
/plugin/tindexmenu/
H A Dadmin.php422 $out .= '<p>'.$this->getLang('donation_text').'</p>';
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm54 …kEditor.value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www…

1...<<31323334353637383940>>...79