| /plugin/bibtex/OSBib/format/ |
| D | PARSESTYLE.php | 106 $final[$fieldName]['dependentPre'] = $dependentPre; 108 $final[$fieldName]['dependentPre'] = ''; 110 $final[$fieldName]['dependentPost'] = $dependentPost; 112 $final[$fieldName]['dependentPreAlternative'] = $dependentPreAlternative; 114 $final[$fieldName]['dependentPreAlternative'] = ''; 116 $final[$fieldName]['dependentPostAlternative'] = $dependentPostAlternative; 118 $final[$fieldName]['dependentPostAlternative'] = ''; 120 $final[$fieldName]['singular'] = $singular; 122 $final[$fieldName]['singular'] = ''; 124 $final[$fieldName]['plural'] = $plural; [all …]
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
| D | HTML.php | 138 $final['name'] = 'OVERALL RESULT'; 139 $final['counts'] = array(); 140 $final['percent'] = 0; 146 if (!isset($final['counts'][$key])) { 147 $final['counts'][$key] = 0; 150 $final['counts'][$key] += $aCount; 155 if (isset($final['counts']['run'])) { 156 $per = 100/$final['counts']['run']; 157 $failed = ($per*$final['counts']['error'])+($per*$final['counts']['failure']); 158 $final['percent'] = round(100-$failed,2); [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | TextDecoration.php | 32 $final = ''; 35 $final .= $part . ' '; 38 $final = rtrim($final); 39 if ($final === '') { 42 return $final;
|
| D | FontFamily.php | 68 $final = ''; 77 $final .= $font . ', '; 104 $final .= $font . ', '; 208 $final .= "'$font', "; 210 $final = rtrim($final, ', '); 211 if ($final === '') { 214 return $final;
|
| D | Font.php | 66 $final = ''; // output 84 $final .= $r . ' '; 116 $final .= $r; 148 $final .= '/' . $r; 151 $final .= ' '; 165 $final .= $r . ' '; 167 return rtrim($final);
|
| D | Multiple.php | 53 $final = ''; 60 $final .= $result . ' '; 64 if ($final === '') { 67 return rtrim($final);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/ |
| D | MethodDeclarationSniff.php | 74 $final = 0; 90 $final = $prefix; 100 if ($visibility !== 0 && $final > $visibility) { 102 $fix = $phpcsFile->addFixableError($error, $final, 'FinalAfterVisibility'); 104 $fixes[$final] = ''; 105 $fixes[($final + 1)] = '';
|
| /plugin/farmsync/meta/ |
| D | PageUpdates.php | 43 $final = join("\n", $diff3->mergedOutput($label1, $label2, $label3)); 44 if ($final == $targetText) { 50 $this->farm_util->saveRemotePage($target, $page, $final); 51 $result->setFinalText($final); 59 $result->setFinalText($final);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | EqlNamespace.asciidoc | 48 …on_timeout'] = (time) Specify the time that the request should block waiting for the final response 49 … = (time) Update the time interval in which the results (partial or final) for this search w… 76 …on_timeout'] = (time) Specify the time that the request should block waiting for the final response 78 … = (time) Update the time interval in which the results (partial or final) for this search w…
|
| D | AsyncSearchNamespace.asciidoc | 48 …on_timeout'] = (time) Specify the time that the request should block waiting for the final response 49 … = (time) Specify the time interval in which the results (partial or final) for this search w… 77 … = (time) Specify the time that the request should block waiting for the final response (Default … 79 … = (time) Update the time interval in which the results (partial or final) for this search w…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | BfdPacket.php | 41 public $final; variable in Google\\Service\\Compute\\BfdPacket 146 public function setFinal($final) argument 148 $this->final = $final;
|
| /plugin/jspolyfill/script/ |
| D | array_fill.js | 33 var final = relativeEnd < 0 ? 38 while (k < final) {
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
| H A D | Html.php | 20 $final = $qrCode->getFinal(); 35 $on = $final[$x + $y * $qrSize + 1];
|
| H A D | Png.php | 22 $final = $qrCode->getFinal(); 42 if ($final[$i + $j * $qrSize + 1]) {
|
| H A D | Mpdf.php | 43 $final = $qrCode->getFinal(); 47 if ($final[$i + $j * $qrSize + 1]) {
|
| /plugin/tablecalc/src/tablecalc/ |
| H A D | script.js | 364 function tablecalc(divID, formula, final) { argument 366 if (isNaN(final)) {final=0;} 387 window.tablecalc_isfinal=final; 396 tablecalc_log("Entering: "+divID+"=>"+formula+"; is final: "+final); 435 if (final) { 468 if (!final) { 526 if (!final) {
|
| /plugin/snippets/ |
| D | admin.php | 98 $final = array(); 99 $final['doc'] = $data; 100 $final['snip'] = $snip_data; 101 io_saveFile($this->metaFn,serialize($final));
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java.bak | 88 public static final BasicGraphEditor getEditor(ActionEvent e) { 110 public ToggleRulersItem(final BasicGraphEditor editor, String name) { 147 public ToggleGridItem(final BasicGraphEditor editor, String name) { 178 public ToggleOutlineItem(final BasicGraphEditor editor, String name) { 187 final mxGraphOutline outline = editor.getGraphOutline(); 471 private static final String DIAGRAM_EXTENSION = ".mxe"; 498 final BasicGraphEditor editor, 499 final byte[] content, 503 final int offset, 504 final int scale, [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Filter.ExtractStyleBlocks.Scope.txt | 15 selector <code>a:hover</code>, the final selector will be 20 <code>#user-content, #user-content2</code>, the final selector will
|
| D | Output.Newline.txt | 8 Newline string to format final output with. If left null, HTML Purifier
|
| /plugin/bibtex/OSBib/create/ |
| D | ADMINSTYLE.php | 995 $final[$fieldName]['dependentPre'] = $dependentPre; 997 $final[$fieldName]['dependentPre'] = ''; 1000 $final[$fieldName]['dependentPost'] = $dependentPost; 1004 $final[$fieldName]['dependentPreAlternative'] = $dependentPreAlternative; 1006 $final[$fieldName]['dependentPreAlternative'] = ''; 1010 $final[$fieldName]['dependentPostAlternative'] = $dependentPostAlternative; 1012 $final[$fieldName]['dependentPostAlternative'] = ''; 1015 $final[$fieldName]['singular'] = $singular; 1017 $final[$fieldName]['singular'] = ''; 1020 $final[$fieldName]['plural'] = $plural; [all …]
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/ |
| D | 002-final.phpt | 2 Check that Reader class is not final
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 26 - All previously non-final non-exception classes have been marked as soft-final
|
| /plugin/loglog/lang/pt-br/ |
| D | intro.txt | 3 …ários durante os últimos 7 dias. Você pode usar os botões de navegação no final da tela para mostr…
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-scala.js | 47 …[PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSom…
|