Home
last modified time | relevance | path

Searched refs:i (Results 2126 – 2150 of 3519) sorted by relevance

1...<<81828384858687888990>>...141

/plugin/pubchem/
H A Dsyntax.php168 for($i=0;$i<count($xmls);$i++){
169 if ($xmls[$i]->tag=="PC-Compound_props"){
170 $props = $xmls[$i]->next;
/plugin/autolink2/
H A Dhelper.php145 for ($i = 0; $i <= $c; $i++){
146 $autolinks[$i] = utf8_strtolower(preg_quote($autolinks[$i], '/'));
/plugin/syntaxhighlighter3/
H A DREADME.md46 …sn't a normal configuration option, but the plugin handles it as if it was, i.e. `title: <title st…
74 if (preg_match("/title:/i", $attr)) {
77 $title_array = preg_grep("/title:/i", $attr_array);
79 $not_title_array = preg_grep("/title:/i", $attr_array, PREG_GREP_INVERT);
83 $title = preg_replace("/.*title:\s{0,}(.*)/i","$1",$title);
118 if (preg_match("/highlight:/i", $attr, $matches)) {
121 $highlight_array = preg_grep("/highlight:/i", $attr_array);
123 $not_highlight_array = preg_grep("/highlight:/i", $attr_array, PREG_GREP_INVERT);
127 $highlight_str = preg_replace("/.*highlight:\s{0,}(.*)/i","$1", $highlight_str);
166 ## How can i help ?
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php332 $i = array();
333 $i['width'] = $new_width;
334 $i['height'] = $new_height;
335 $i['border'] = 0;
336 $i['class'] = "magazineImage";
337 $i['alt'] = $img['meta']->getField('Simple.Title');
338 $i['style'] = "margin: ".$this->_padding."px padding: 0px;";
339 $iatt = buildAttributes($i);
640 foreach ($this->images as $i) {
641 $profile .= $i['format'] == 'landscape' ? 'L' : 'P';
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js469 for (var i = 0; i < buttonNum; i++)
471 var buttonText = textStrings[i];
476 selectedButton = i;
493 for (var i = 0; i < buttonNum; i++)
495 if (i === selectedButton)
505 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW);
531 for (var i = 1; i < buttonNum; i++)
533 if (i !== selectedButton && i !== (selectedButton + 1))
537 for (var j = 0; j < i; j++)
554 for (var i = 0; i < selectedButton; i++)
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js1i}));var r={comments:{lineComment:"--",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(… class in AnonymousFunction0d5ac4e50100
H A Deditor.worker.js.map1i = 0, len = one.length; i < len; i++) {\n if (!itemEquals(one[i], other[i])) {\n …
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dpython.min.js1 …:"Ellipsis NotImplemented"},i:/(<\/|->|\?)/,c:[r,a,b,e.HCM,{v:[{cN:"function",bK:"def",r:10},{cN:"…
H A Dnginx.min.js1i:"=>",c:[e.HCM,{cN:"string",c:[e.BE,r],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{b:"([a-z]+):/",e:"\\s",e… property in AnonymousFunction850a16900100.b
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_empty_fill.test14 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
30 <td>i</td>
H A Dbatch_with_fill.test14 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
30 <td>i</td>
/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile16 RUN sed -i.bak 's/\(^ *post_max_size\ *= *\).*/\1'$MAXPOST'/' /etc/php/7.0/cgi/php.ini && \
17 sed -i 's/\(^ *upload_max_filesize\ *= *\).*/\1'$MAXFILE'/' /etc/php/7.0/cgi/php.ini
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
/plugin/catlist/
H A Dsyntax.php48 if (preg_match('/-'.$option.' /i', $match, $found)) {
54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
102 if (preg_match("/-expandButton:([0-9]+)/i", $match, $found)) {
119 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)!?):\"([^\\/\"]+)\" /i", $match, $found); ) {
129 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)) /i", $match, $found); ) {
146 if (preg_match("/-maxDepth:([0-9]+)/i", $match, $found)) {
152 if (preg_match("/-columns:([0-9]+)/i", $match, $found)) {
162 if (preg_match("/-(h[1-5])/i", $match, $found)) {
166 if (preg_match("/-titleHead:\"([^\"]*)\"/i", $match, $found)) {
204 for ($i
[all...]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19i="AsanaMathJax_Size4",g="AsanaMathJax_Size5",f="AsanaMathJax_Size6",u="AsanaMathJax_Symbols",o="A… variable
/plugin/codemirror/dist/modes/
H A Dlivescript.min.js.map1i$","length","r","regex","match","token","external","startState","lastToken","style","indent","con…
/plugin/elwikiupgrade/lang/it/
H A Dstep0.txt3 …utomatico, il processo PHP necessita di impostare i permessi sui file DokuWiki. Il plugin controll…
/plugin/redirect/lang/cs/
H A Dintro.txt3 …měrování pro vaši wiki. Můžete přesměrovat na externí webové stránky nebo stránky ve wiki. Všechny…
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DGithubMarkdownTest.php46 foreach($files as $i => $f) {
52 unset($files[$i]);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/
H A Dfontdata-beta.js19 …eeSym",a="STIXSizeFourSym",q="STIXSizeFiveSym";var m=function(i,r){var j=e.FONTDATA.FONTS[i];for(v… argument
/plugin/upgrade/lang/it/
H A Dstep0.txt3 Per permettere l'aggiornamento automatico, il processo PHP necessita di impostare i permessi sui file DokuWiki. Il plugin controllerĂ  i permessi necessari prima di avviare il processo di aggiornamento.
/plugin/emoji/script/
H A Djquery.textcomplete.js310 for (var i = 0; i < this.strategies.length; i++) {
311 var strategy = this.strategies[i];
383 var i, elem;
385 for (i = 0; i < zippedData.length; i++) {
386 elem = zippedData[i];
727 this.$el.children().each(function (i) { argument
729 target = i;
743 target = i;
775 var datum, i, index;
777 for (i = 0; i < zippedData.length; i++) {
[all …]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js364 for (var i = 0; i < partNum; i++)
366 total = total + parseInt(parts[i], 10);
370 for (var i = 0; i < partNum; i++)
372 if (partColors.length > i)
374 c.setFillColor(partColors[i]);
383 var currPerc = parseInt(parts[i], 10) / total;
390 for (var j = 0; j < i; j++)
467 for (var i = 0; i < gridSize[0]; i++)
482 for (var i = 0; i < gridSize[0]; i++)
487 c.moveTo(boxSizeX * 1.5 * i, boxSizeY * 1.5 * j);
[all …]
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php232 for ($i = 0; $i < $thisfile_id3v2['padding']['length']; $i++) {
233 if ($framedata{$i} != "\x00") {
235 $thisfile_id3v2['padding']['errorpos'] = $thisfile_id3v2['padding']['start'] + $i;
294 for ($i = 0; $i < $len; $i++) {
295 if ($framedata{$i} != "\x00") {
297 $thisfile_id3v2['padding']['errorpos'] = $thisfile_id3v2['padding']['start'] + $i;
1722 for ($i = 0; $i < $frame_indexpoints; $i++) {
3130 for ($i = 0; $i < strlen($numberstring); $i++) {
3131 if ((chr($numberstring{$i}) < chr('0')) || (chr($numberstring{$i}) > chr('9'))) {
3132 if (($numberstring{$i} == '.') && $allowdecimal) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php57 foreach ($profile as $i => $p) {
58 $str .= $this->dumpProfile($p, $prefix, $i + 1 !== $nCount);

1...<<81828384858687888990>>...141