Home
last modified time | relevance | path

Searched refs:exists (Results 101 – 125 of 487) sorted by relevance

12345678910>>...20

/plugin/combo/ComboStrap/
H A DDictionary.php16 if (!FileSystems::exists($path)) {
H A DMarkupPath.php395 * @throws ExceptionNotExists - if the path does not exists
672 * $this->meta['relation']['media'][$src] = $exists;
675 foreach ($relation['media'] as $src => $exists) {
676 if ($exists) {
760 if (!FileSystems::exists($this)) {
842 * If the start page does not exists, this is the index page
845 if (!FileSystems::exists($startPage)) {
868 * @deprecated for {@link FileSystems::exists()}
870 public function exists(): bool function in ComboStrap\\MarkupPath
872 return FileSystems::exists(
[all...]
/plugin/icons/syntax/
H A Dicon.php162 $exists = false;
168 resolve_pageid(getNS($ID), $url, $exists);
181 if ($exists) {
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php49 public function exists($name) function in Twig_Loader_String
/plugin/pageseditees/
H A Dadmin.php91 $pagelist->page['exists'] = 1;
/plugin/strata/types/
H A Dwiki.php65 resolve_pageid(getNS($ID), $id, $exists);
101 resolve_mediaid(getNS($ID),$src, $exists);
H A Dimage.php40 resolve_mediaid(getNS($ID),$value,$exists);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php140 // Clear nocite array if it already exists and is not empty.
322 resolve_mediaid($this->_conf['pdfdir'][0], $pdflinkname, $exists);
490 // Check whether key exists
530 * Check if given key exists in currently used BibTeX database
572 $exists = false;
573 resolve_pageid($INFO['namespace'], $uri, $exists);
574 if ( $exists ) {
/plugin/odt/ODT/
H A DODTmanifest.php52 function exists($name) { function in ODTManifest
/plugin/move/helper/
H A Dhandler.php131 $exists = false;
134 resolve_pageid($this->ns, $old, $exists);
136 resolve_mediaid($this->ns, $old, $exists);
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt8 You can optionally also add a locally mounted fileserver to look up if the file 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/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py155 if os.path.exists(newFilePath):
170 if os.path.exists ( newFilePath ):
/plugin/combo/action/
H A Dmetafacebook.php144 if (FileSystems::exists($dokuPath)) {
167 if (!FileSystems::exists($path)) {
H A Dslottemplate.php54 if (!FileSystems::exists($pageHeaderPath)) {
/plugin/pagemove/
H A Dadmin.php66 if( !$INFO['exists'] )
718 resolve_pageid($bns, $absLink, $exists);
794 $exists = FALSE;
795 resolve_pageid(getNS($id), $absoluteMatchId, $exists);
927 resolve_pageid($opts['ns'], $absSearchedId, $exists);
952 resolve_pageid($cns, $matchId, $exists);
/plugin/owncloud/
H A Dhelper.php413 $exists = true;
416 resolve_mediaid(getNS($ID),$src, $exists);
417 if($exists){
423 $exists = true;
453 …if ($exists && $class != 'folder') $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')…
459 if (!$exists) {
/plugin/autostart/
H A DREADME.md4 If a non-existent page is requested, but a namespace with that name exists, and it has a start page…
/plugin/memcache/classes/
H A Dmemcache_wincache.class.php20 public static function exists($key){ function in memcache_wincache
H A Dmemcache_apc.class.php21 public static function exists($key){ function in memcache_apc
/plugin/distribute/
H A Daction.php49 …in Manager plugin is installed, and that plugin/inc/zip.lib.php or ZipLib.class.php file exists.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndexTemplate.php89 public function exists()
74 public function exists() global() function in Elastica\\IndexTemplate
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php70 if (!FileSystems::exists($path)) {
71 throw new ExceptionCompile("The image ($value) does not exists", $this->getCanonical());
/plugin/qc/
H A Drenderer.php212 $exists = page_exists($id);
225 if (!$exists) $this->docArray['broken_links']++;
/plugin/dw2pdf/syntax/
H A Dexportlink.php

12345678910>>...20