Home
last modified time | relevance | path

Searched refs:exists (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php278 if (!FileSystems::exists($this->builderMarkupSourcePath)) {
H A DSnippet.php134 * A special slot exists for {@link Snippet::REQUEST_SCOPE}
384 * The file generally does not exists
676 $fileExists = FileSystems::exists($this->path);
696 LogUtility::internalError("The snippet ($this) is not a inline script, it has a path ($this->path) that does not exists and does not have any external url.");
846 if (!FileSystems::exists($internalPath)) {
858 * The file exists
866 * File exists and can be served
904 * The file exists (inline if small size)
H A DWikiPath.php324 if (FileSystems::exists($defaultWikiPath)) {
337 if (FileSystems::exists($markupWikiPath)) {
667 * TODO: May be ? We may also just check if the txt file exists
668 * and if not if the directory exists
H A DFetcherMarkup.php402 * The first edit, the page does not exists
786 throw new ExceptionRuntime("Internal error: The fetch path should exists.", self::CANONICAL, 1, $e);
1196 * If the meta file exists
1198 if (FileSystems::exists($this->getMetaPathOrFail())) {
1206 * and triggers a render that fails if the wiki file does not exists
1262 if (!FileSystems::exists($path)) {
/plugin/attribute/
H A Dhelper.php374 public function exists($namespace, $attribute, $user = null) function in helper_plugin_attribute
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm159 <!--- create resource type directory if not exists --->
247 …// When the original filename already exists, add numbers (0), (1), (2), ... at the end of the fil…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php730 $exists = $this->server->tree->nodeExists($path);
733 if (!$exists) return;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc122 $exists = $client->exists($params);
/plugin/dokutexit/
H A Dlatex.php445 resolve_pageid(getNS($ID),$id,$exists);
482 resolve_pageid(getNS($ID),$id,$exists);
485 if ( $exists ) {
1318 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst107 inclusion. The first template that exists will be included:
/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/tabinclude/
H A Dhelper.php103 resolve_pageid(getNS($ID),$page,$exists);
/plugin/datatemplate/syntax/
H A Dlist.php178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php501 * exists query.
503 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html
505 public function exists(string $field): Exists function in Elastica\\QueryBuilder\\DSL\\Query
/plugin/bez/mdl/
H A DFactory.php170 public function exists($id) { function in dokuwiki\\plugin\\bez\\mdl\\Factory
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1exists\"),\n operatorChars: /^[*+\\-%<>!=^\\&|\\/]/,\n brackets: /^[\\{}\\(\\)]/,\n punct…
/plugin/authyubikey/
H A Dauth.php.org57 * Checks if the given user exists and the given
116 * Returns false if the user already exists, null when an error
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt92 FileBrowserError_101: 'Folder already exists.',
101 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit8 FileBrowserError_101: 'Folder already exists.',
17 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/catlist/
H A Dsyntax.php252 $exists = false;
263 $exists = true;
293 // Get the directory path from namespace id, and check if it exists
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js637 this.checkExists(filename, mxUtils.bind(this, function(checked, exists, response) argument
653 if (!exists || response.path_lower.substring(1) === filename.toLowerCase())
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit12 FileBrowserError_101: 'Folder already exists.',
21 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/farm/
H A Dconfig.class.php287 if(!dokuwiki_farm_animal::exists($after)) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME82 …recognise 'et. al' or 'et. al.' and returns either FALSE or TRUE if that exists. If the input is …
/plugin/changes/
H A Dsyntax.php

1...<<11121314151617181920