Home
last modified time | relevance | path

Searched refs:exists (Results 351 – 375 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DExistsLoaderInterface.php30 public function exists($name); function
H A DFilesystemLoader.php164 public function exists($name) function in Twig\\Loader\\FilesystemLoader
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php426 $exists = false;
432 $exists = true;
439 if (false == $exists) {
469 $exists = false;
475 $exists = true;
482 if (false == $exists) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md124 interface will be created for you if it does not exists.
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php75 $exists = true;
83 $exists = false;
151 $resolved = resolve($path, $exists, $unfold);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md144 (if exists):
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md333 - Node no longer exists - Deserialize Error [\#817](https://github.com/schmittjoh/serializer/issue…
661 - Warning: JMS\Serializer\XmlDeserializationVisitor::visitArray\(\): Node no longer exists [\#674](…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst21 {{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}
H A Dblock.rst28 Use the ``defined`` test to check if a block exists in the context of the
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst449 public function exists($name)
H A Dadvanced.rst414 * If your tag does not output anything, but only exists because of a side
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst107 inclusion. The first template that exists will be included:
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php49 public function exists($name) function in Twig_Loader_String
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md33 create method will read that if it exists.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D684.phpt2 #684: Unable to find test class when no test methods exists
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG40 * fixed regression (key exists check for non ArrayObject objects)
430 * fixed the filesystem loader cache when a template name exists in several namespaces
442 * fixed Twig_Loader_Chain::exists() for a loader which implements Twig_ExistsLoaderInterface
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md182 `propertyExists($value, $property, $message = '')` | Check that a property exists in a class/obj…
184 `methodExists($value, $method, $message = '')` | Check that a method exists in a class/object
191 `keyExists($array, $key, $message = '')` | Check that a key exists in an array
/plugin/linkfix/
H A Dadmin.php94 // make sure the given search namespace exists
172 $exists = false;
175 resolve_pageid($currentns, $full, $exists);
177 resolve_mediaid($currentns, $full, $exists);
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php19 * @param bool $exists
21 public function setPageExists($animal, $page, $exists) { argument
22 $this->remoteData[$animal][$page]['exists'] = $exists;
/plugin/targetlink/
H A Dsyntax.php130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
135 if($exists) {
257 $exists = null;
258 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists);
271 if($exists !== null && !$isImage) {
272 if($exists) {
/plugin/sha3sum/
H A DSha3.php381 static $exists = null;
382 if ($exists === null) {
383 $exists = \function_exists('\\mb_strlen');
386 if ($exists) {
408 static $exists = null;
409 if ($exists === null) {
410 $exists = \function_exists('\\mb_substr');
413 if ($exists) {
/plugin/linkprefix/
H A Drenderer.php46 function _resolveInterWiki(&$shortcut, $reference, &$exists = null){ argument
/plugin/404manager/
H A Daction.php333 resolve_pageid($pageNameSpace, $startPageNameSpace, $exists, $dateAt, true);
/plugin/odtplus2dw/
H A DREADME.md90 - Fixed : display an error if the parserUploadDir directory doesn't exists. Now it will be create if needed.
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc466 } else //Link already exists, image not.
470 } else // Image already exists.
477 //Remove Link, Image exists.

1...<<11121314151617181920