Home
last modified time | relevance | path

Searched refs:exists (Results 226 – 250 of 487) sorted by relevance

12345678910>>...20

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirestore.php329 'currentDocument.exists' => [
488 'currentDocument.exists' => [
/plugin/combo/ComboStrap/
H A DMarkupRef.php307 * The path may be an id if it exists
314 if (!FileSystems::exists($markupPath) && $wikiPath !== "") {
318 // An empty id is the root and always exists
320 if (FileSystems::exists($idPath)) {
H A DTemplateForWebPage.php240 if (!FileSystems::exists($jsPath)) {
269 if (!FileSystems::exists($path)) {
1102 if (!FileSystems::exists($file)) {
H A DLdJson.php99 if (FileSystems::exists($pageImagePath)) {
H A DBrandButton.php423 if (!FileSystems::exists($icon)) {
513 if (!FileSystems::exists($this->getResourceIconFile())) {
H A DIconDownloader.php234 if (FileSystems::exists($this->path)) {
458 if (!FileSystems::exists($iconDir)) {
601 * We test the support of the library if the logo does not exists
H A DFetcherPageBundler.php130 if (FileSystems::exists($startPath)) {
/plugin/nroff/
H A Drenderer.php520 resolve_pageid(getNS($ID),$id,$exists);
523 if ( $exists ) {
705 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/latexit/
H A Drenderer.php996 resolve_pageid($current_namespace, $link, $exists);
999 if (!$exists) {
1149 $exists = file_exists($location);
1150 if ($exists) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js13 …markers.addItem(t)},gantt.deleteMarker=function(t){return!!this._markers.exists(t)&&(this._markers…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst61 inclusion. The first template that exists will be rendered:
/plugin/csv/
H A Dhelper.php82 resolve_mediaid($INFO['namespace'] ?? '', $opt['file'], $exists);
/plugin/combo/action/
H A Dlinkmove.php49 if (!FileSystems::exists($lockFile)) {
59 LogUtility::msg("The move lockfile ($lockFile) exists and is older than 5 minutes (exactly $lockFileAgeInMinute minutes). If you are no more in a move, you should delete this file otherwise it will disable the move of page and the cache.");
133 * Therefore, because a delete in the database is a soft delete (ie if not exists)
H A Dpageprotection.php331 if (!FileSystems::exists($requestedPath)) {
H A Dstaticresource.php166 if (!FileSystems::exists($mediaToSend)) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js223 if(!this._markers.exists(id))
/plugin/templater/
H A Dsyntax.php103 $exists = page_exists($wikipage[0]);
171 // replace unmatched substitutions with "" or use DEFAULT_STR from data arguments if exists.
/plugin/datatemplate/syntax/
H A Dentry.php99 resolve_pageid(getNS($ID), $wikipage[0], $exists);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php164 public function exists($name) function in Twig\\Loader\\FilesystemLoader
/plugin/tablelayout/
H A Dyarn.lock507 fs-exists-sync "^0.1.0"
690 exists-stat@1.0.0:
692 …resolved "https://registry.yarnpkg.com/exists-stat/-/exists-stat-1.0.0.tgz#0660e3525a2e89d9e446129…
806 path-exists "^2.0.0"
855 fs-exists-sync@^0.1.0:
857 …resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d…
1839 path-exists@^2.0.0:
1841 …resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd…
1951 exists-stat "1.0.0"
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php121 if (!$database->exists()) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst73 template. This limitation exists because a block tag works in "both"
173 first template that exists will be used as a parent:
/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/preservefilenames/
H A Daction_anteater.php204 resolve_mediaid($ns, $src, $exists);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md51 - Ensuring that a directory exists before using the `save_to` option.

12345678910>>...20