Home
last modified time | relevance | path

Searched refs:actual (Results 26 – 50 of 263) sorted by path

1234567891011

/plugin/bureaucracyau/_test/
H A Dsyntax.test.php115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
117 $this->assertEquals($expected[$i], $actual);
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified169 insertOption: "Replace actual contents",
H A Den.js.unc5 …mplates","emptyListMsg":"(No templates defined)","insertOption":"Replace actual contents","options…
H A Dlang_array.txt173 "insertOption": "Replace actual contents",
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified253 "insertOption": "Replace actual contents",
H A Den.js-4.9.merged5 …mplates","emptyListMsg":"(No templates defined)","insertOption":"Replace actual contents","options…
H A Den.js.4.95 …mplates","emptyListMsg":"(No templates defined)","insertOption":"Replace actual contents","options…
H A Den.js.unc5 …mplates","emptyListMsg":"(No templates defined)","insertOption":"Replace actual contents","options…
H A Dlang_array.txt173 "insertOption": "Replace actual contents",
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc217 // Compare saved value with actual value. Update cell only if value has changed.
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified253 "insertOption": "Replace actual contents",
/plugin/clipboardutils/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1actual","exec","duplicateLine","rangeCount","sortLines","caseSensitive","toSort","selected","lines…
H A Dvim.min.js.map1 …}\n var ctxsToMap = toCtxArray(ctx);\n // Look through all actual defaults to find a…
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1actual expect setparam\"\n ),\n types: words(\n /* package java.lang */\n \"Boolea…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1actual levels array. Since there are only three\n // levels (0, 1, 2) in an implementation th…
H A Dstyles.min.css.map1 …ke, visible scrollbars. Used to force redraw during scrolling\n before actual scrolling happens,…
/plugin/combo/ComboStrap/
H A DHtml.php103 public static function getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, string $expectedName = "expected class", string $actualName = "actual class"): string
106 $rightClasses = preg_split("/\s/", $actual);
127 public static function getDiffBetweenSrcSet(string $expected, string $actual)
130 $actualSrcSets = explode(",", $actual);
134 throw new ExceptionNotEquals("The expected srcSet count ($countExpected) is not the same than the actual ($countActual).");
154 throw new ExceptionNotEquals("The expected width ($expectedWidth) of the srcSet ($i) is not the same than the actual ($actualWidth).");
171 public static function getDiffBetweenUrlStrings(string $expected, string $actual)
179 $urlActual = Url::createFromString($actual);
181 throw new ExceptionBadSyntax("The $actual UR
101 getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, string $expectedName = 'expected class', string $actualName = 'actual class') global() argument
125 getDiffBetweenSrcSet(string $expected, string $actual) global() argument
169 getDiffBetweenUrlStrings(string $expected, string $actual) global() argument
[all...]
H A DJson.php35 public static function createFromArray(array $actual): Json argument
37 return new Json($actual);
H A DPipelineTag.php20 while ($actual = $callstack->next()) {
28 $actualName = $actual->getTagName();
35 $script .= $actual->getCapturedContent();
39 $script .= $actual->getCapturedContent();
H A DTabsTag.php313 while ($actual = $callStack->next()) {
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
318 $actual->getState() == DOKU_LEXER_ENTER
324 $navigationalCalls[] = $actual;
326 $tabPaneCalls[] = $actual;
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
332 $actual->getState() == DOKU_LEXER_EXIT
/plugin/combo/ComboStrap/Meta/Field/
H A DAncestorImage.php69 $actual = $contextPage;
72 $actual = $actual->getParent();
77 return FeaturedImage::createFromResourcePage($actual)->getValue();
86 return FirstImage::createForPage($actual)->getValue();
94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
H A DSocialCardImage.php66 $actual = $contextPage;
69 return $this->getFeaturedRasterImageOrFirst($actual);
74 $actual = $actual->getParent();

1234567891011