Home
last modified time | relevance | path

Searched refs:actual (Results 76 – 100 of 263) sorted by relevance

1234567891011

/plugin/pixelyear/
H A DTODO.md4 Make an actual table of dates
/plugin/dwtimeline/
H A Dprint.css5 /* The actual timeline (the vertical ruler) */
52 /* The actual content */
H A Dstyle.less25 /* The actual timeline (the vertical ruler) */
33 /* The actual timeline (the vertical ruler) */
166 /* The actual content */
218 /* The actual timeline (the horizontal ruler) */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php101 $actual = preg_replace('/\r\n/', "\n", trim($output));
113 PHPUnit_Framework_Assert::$assertion($expected, $actual);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php643 function assertVObjEquals($expected, $actual) { argument
658 $format($actual)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php161 private function verifySize($expected, $actual) argument
163 if ($expected !== $actual) {
/plugin/combo/ComboStrap/
H A DTagAttributes.php480 $actual = null;
482 $actual = $this->componentAttributesCaseInsensitive[$attLower];
489 $this->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual);
491 if (!empty($actual)) {
492 LogUtility::msg("The attribute ($attLower) stores an unique value and has already a value ($actual). to set another value ($attributeValue), use the `set` operation instead", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1072 $actual = 'none';
1077 $actual = get_class($e);
1082 $actual = get_class($e);
1091 $actual
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js282 var actual = nonCommentArg(2, 3, arguments);
285 … "Expected " + expected + ", but got " + actual + " which was more than " + tolerance + " away",
286 Math.abs(expected - actual) < tolerance
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc6 client hands actual networking work over to RingPHP, the Connection's main job
H A Dhttp-handler.asciidoc7 actual execution details are hidden from the client and modular, so that you can
/plugin/groupmgr/
H A DREADME38 used in the actual page while the full tag is placed in the configuration
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js666 var actual = _.sortBy(stableArray, function(pair) {
670 assert.deepEqual(actual, stableArray, 'sortBy should be stable for arrays');
673 actual = _.sortBy(stableObject, function(pair) {
677 assert.deepEqual(actual, stableArray, 'sortBy should be stable for objects');
817 var actual;
819 actual = _.toArray(document.childNodes);
821 assert.deepEqual(actual, _.map(document.childNodes, _.identity), 'works on NodeList');
/plugin/pdfjs/pdfjs/web/locale/an/
H A Dviewer.properties44 bookmark.title=Vista actual (copiar u ubrir en una nueva finestra)
45 bookmark_label=Anvista actual
159 page_scale_actual=Grandaria actual
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties42 bookmark.title=Vista actual (copiar o abrir nuna nueva ventana)
43 bookmark_label=Vista actual
176 page_scale_actual=Tamañu actual
/plugin/bpmnio/
H A DLICENSE2 as bpmn.io provides the actual functionality.
/plugin/templater/
H A DCHANGELOG.md28 * Previous changes didn't allow the actual displayed string to start or end with quotation marks. This fixes that by allowing such strings to be ""double quoted"" and only removing the outermost quotes. (by [Turq Whiteside](https://github.com/TurqW))
/plugin/pdfjs/pdfjs/web/locale/gl/
H A Dviewer.properties44 bookmark.title=Vista actual (copiar ou abrir nunha nova xanela)
45 bookmark_label=Vista actual
217 page_scale_actual=Tamaño actual
/plugin/pdfjs/pdfjs/web/locale/es-CL/
H A Dviewer.properties44 bookmark.title=Vista actual (copiar o abrir en nueva ventana)
45 bookmark_label=Vista actual
217 page_scale_actual=Tamaño actual
/plugin/pdfjs/pdfjs/web/locale/ia/
H A Dviewer.properties44 bookmark.title=Vista actual (copiar o aperir in un nove fenestra)
45 bookmark_label=Vista actual
217 page_scale_actual=Dimension actual
/plugin/numberedheadings/
H A DREADME.md4 the actual behavior of the standard headings.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php538 private function assetMetadataEquals(PropertyMetadata $expected, PropertyMetadata $actual) argument
541 $actualVars = get_object_vars($actual);

1234567891011