Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 165) sorted by relevance

1234567

/plugin/bibtex/OSBib/format/
DPARSESTYLE.php106 $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/
DHTML.php138 $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/
DTextDecoration.php32 $final = '';
35 $final .= $part . ' ';
38 $final = rtrim($final);
39 if ($final === '') {
42 return $final;
DFontFamily.php68 $final = '';
77 $final .= $font . ', ';
104 $final .= $font . ', ';
208 $final .= "'$font', ";
210 $final = rtrim($final, ', ');
211 if ($final === '') {
214 return $final;
DFont.php66 $final = ''; // output
84 $final .= $r . ' ';
116 $final .= $r;
148 $final .= '/' . $r;
151 $final .= ' ';
165 $final .= $r . ' ';
167 return rtrim($final);
DMultiple.php53 $final = '';
60 $final .= $result . ' ';
64 if ($final === '') {
67 return rtrim($final);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
DMethodDeclarationSniff.php74 $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/
DPageUpdates.php43 $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/
DEqlNamespace.asciidoc48 …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…
DAsyncSearchNamespace.asciidoc48 …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/tablecalc/
Dscript.js258 function tablecalc(divID, formula, final) { argument
260 if (isNaN(final)) {final=0;}
281 window.tablecalc_isfinal=final;
290 tablecalc_log("Entering: "+divID+"=>"+formula+"; is final: "+final);
327 if (final) {
360 if (!final) {
418 if (!final) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBfdPacket.php41 public $final; variable in Google\\Service\\Compute\\BfdPacket
146 public function setFinal($final) argument
148 $this->final = $final;
/plugin/jspolyfill/script/
Darray_fill.js33 var final = relativeEnd < 0 ?
38 while (k < final) {
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
DHtml.php20 $final = $qrCode->getFinal();
35 $on = $final[$x + $y * $qrSize + 1];
DMpdf.php43 $final = $qrCode->getFinal();
47 if ($final[$i + $j * $qrSize + 1]) {
DPng.php22 $final = $qrCode->getFinal();
42 if ($final[$i + $j * $qrSize + 1]) {
/plugin/snippets/
Dadmin.php98 $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/
DEditorActions.java.bak88 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/
DFilter.ExtractStyleBlocks.Scope.txt15 selector <code>a:hover</code>, the final selector will be
20 <code>#user-content, #user-content2</code>, the final selector will
DOutput.Newline.txt8 Newline string to format final output with. If left null, HTML Purifier
/plugin/bibtex/OSBib/create/
DADMINSTYLE.php995 $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/
D002-final.phpt2 Check that Reader class is not final
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md26 - All previously non-final non-exception classes have been marked as soft-final
/plugin/loglog/lang/pt-br/
Dintro.txt3 …á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/
Dlang-scala.js47 …[PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSom…

1234567