Home
last modified time | relevance | path

Searched refs:exists (Results 301 – 325 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/latexport/implementation/
H A Ddecorator_persister.php857 resolve_mediaid(getNS($ID), $src, $exists, $this->date_at, true);
/plugin/etherpadlite/scripts/
H A Detherpadlite.js599 } else if (data.exists) {
/plugin/etherpadlite/
H A DREADME.md90 * Pads are owned by the user who created it. Ownership cannot be transfered. If a pad exists for a …
/plugin/magnifier/
H A Dsyntax.php50 if ( empty($id) ) { $exists = false; } else
55 $exists = @file_exists($file) && @is_file($file);
62 if ( $exists ) {
86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
88 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
/plugin/dropfiles/action/
H A Dajax.php193 $exists = file_exists($fn);
194 if ($exists) {
/plugin/dropfiles/
H A Dyarn.lock1043 path-exists "^2.0.0"
1678 path-exists "^3.0.0"
2056 path-exists@^2.0.0:
2058 …resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd…
2062 path-exists@^3.0.0:
2064 …resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1exists.\n */\n getJavaScript() {\n return this._transport.getJavaScript();\n }\n\n /**\n …
H A Dpdf.worker.js.map1exists\n * one `PDFDocument` object on the main thread and one object for each worker.\n * If no w…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1exists.\n */\nfunction binarySearchFirstItem(items, condition) {\n let minIndex = 0;\n let maxIn…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1exists and is not an\n // integer overridden by numbered capture. In pra…
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md340 PHOTO and others. BINARY no longer exists in vCard 4.
343 * Added: Parameter::has() for easily checking if a parameter value exists.
527 'bridge' version. Specifically, this new version exists so SabreDAV 1.7 and
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13exists(t.id))this.silent(function(){this.updateItem(t.id,t)});else{var i=this.visibleOrder,n=i.len…
H A Ddhtmlxgantt.js.map1exists","silent","order","data_size","getVisibleItems","getIndexRange","addItem","_changeIdInner",…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js13 …markers.addItem(t)},gantt.deleteMarker=function(t){return!!this._markers.exists(t)&&(this._markers…
H A Ddhtmlxgantt_marker.js.map1exists","removeItem","updateMarker","refresh","_getMarkers","getItems"],"mappings":";;;;;;;;;;;;CA…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js223 if(!this._markers.exists(id))
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9636 if(this.exists(item.id)){
9719 exists: function(id){ method in DataStore
10792 if (!this.exists(childId))
10819 if(!this.exists(id)){
11017 if(this.exists(id)){
11024 if(this.exists(id)){
19678 if (!store.exists(el)) {
19689 if (store.exists(el)) {
20175 if(!store.exists(next)){
20186 while(store.exists(prev)){
[all …]
/plugin/mcitem/
H A Dsyntax.php117 resolve_mediaid(getNS($ID), $imageName, $exists, $this->date_at, true);
119 if ($exists) {
/plugin/imagebox/
H A Dsyntax.php40 $exists = false;
41 resolve_mediaid(getNS($ID), $src, $exists);
48 if ($exists){
109 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/pagetitle/
H A Dhelper.php52 resolve_pageid('', $id, $exists);
55 resolve_pageid('', $id, $exists);
56 if (!$exists) {
58 resolve_pageid('', $id, $exists);
65 $items[] = '<bdi>'.$this->html_pagelink($id, $name, $exists).'</bdi>';
83 * @param bool $exists
87 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) argument
91 $out = $this->html_pagelink($id, $name, $exists);
98 private function html_pagelink($id = null, $name = null, $exists = null) argument
107 if (is_null($exists)) {
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64exists|xdmp:excel-convert|xdmp:eval-in|xdmp:eval|xdmp:estimate|xdmp:email|xdmp:element-content-typ…
/plugin/glossary/
H A Dglossary.class.php556 resolve_pageid ($this->NS, $pageId, $exists);
624 resolve_pageid ($this->NS, $pageId, $exists);
679 resolve_pageid ($this->NS, $pageId, $exists);
680 if ($exists) {
775 resolve_pageid ($this->NS, $pageId, $exists);
776 if ($exists)
/plugin/icons/syntax/
H A Dicon.php162 $exists = false;
168 resolve_pageid(getNS($ID), $url, $exists);
181 if ($exists) {
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php74 resolve_pageid(getNS($page),$mid,$exists); //exists is not used

1...<<11121314151617181920