Home
last modified time | relevance | path

Searched refs:isDefined (Results 1 – 25 of 40) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DCalendarQueryValidator.php62 $isDefined = isset($parent->{$filter['name']});
66 if ($isDefined) {
73 if (!$isDefined) {
131 $isDefined = isset($parent->{$filter['name']});
135 if ($isDefined) {
142 if (!$isDefined) {
201 $isDefined = isset($parent[$filter['name']]);
205 if ($isDefined) {
212 if (!$isDefined) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php64 $isDefined = isset($parent->$filterName);
68 if ($isDefined) {
75 if (!$isDefined) {
135 $isDefined = isset($parent->$filterName);
139 if ($isDefined) {
146 if (!$isDefined) {
205 $isDefined = isset($parent[$filter['name']]);
209 if ($isDefined) {
216 if (!$isDefined) {
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/
Dconfig.cfm50 <cfif isDefined("application.userFilesPath")>
56 <cfelseif isDefined("server.userFilesPath")>
65 <cfif isDefined("request.FCKeditor") and isStruct(request.FCKeditor)>
69 <cfelseif isDefined("application.FCKeditor") and isStruct(application.FCKeditor)>
75 <cfelseif isDefined("server.FCKeditor") and isStruct(server.FCKeditor)>
83 <cfif isDefined("FCKeditor")>
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php483 $isDefined = isset($vcard->{$filter['name']});
485 if ($isDefined) {
490 } elseif ((!$filter['param-filters'] && !$filter['text-matches']) || !$isDefined) {
493 $success = $isDefined;
558 $isDefined = false;
560 $isDefined = isset($vProperty[$filter['name']]);
561 if ($isDefined) break;
565 if ($isDefined) {
572 } elseif (!$filter['text-match'] || !$isDefined) {
574 $success = $isDefined;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DPlugin.php527 $isDefined = isset($vcard->{$filter['name']});
529 if ($isDefined) {
534 } elseif ((!$filter['param-filters'] && !$filter['text-matches']) || !$isDefined) {
537 $success = $isDefined;
614 $isDefined = false;
616 $isDefined = isset($vProperty[$filter['name']]);
617 if ($isDefined) break;
621 if ($isDefined) {
628 } elseif (!$filter['text-match'] || !$isDefined) {
630 $success = $isDefined;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_io.cfm50 <cfif isDefined( "REQUEST.Config.QuickUploadAbsolutePath" )
58 <cfif isDefined( "REQUEST.Config.FileTypesAbsolutePath" )
142 <cfif isDefined( "REQUEST.Config.AllowedExtensions." & ARGUMENTS.resourceType )
148 <cfif isDefined( "REQUEST.Config.DeniedExtensions." & ARGUMENTS.resourceType )
180 <cfif isDefined( "URL.CurrentFolder" )>
279 <cfif isDefined("REQUEST.Config.ForceSingleExtension") and REQUEST.Config.ForceSingleExtension>
Dcf5_upload.cfm42 <cfif not isDefined("config_included")>
60 <cfif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.…
65 <cfif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.type)>
125 <cfif isDefined( "Config.QuickUploadAbsolutePath" )
140 <cfif isDefined( "Config.FileTypesAbsolutePath" )
244 if( isDefined("Config.ForceSingleExtension") and Config.ForceSingleExtension )
Dconfig.cfm134 <cfif isDefined("application.userFilesPath")>
140 <cfelseif isDefined("server.userFilesPath")>
149 <cfif isDefined("application.FCKeditor") and isStruct(application.FCKeditor)>
155 <cfelseif isDefined("server.FCKeditor") and isStruct(server.FCKeditor)>
167 <cfif isDefined("FCKeditor")>
Dcf5_connector.cfm109 <cfif isDefined( "Config.FileTypesAbsolutePath" )
136 <cfelseif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, …
140 <cfelseif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.ty…
Dcf_upload.cfm50 <cfif isDefined( "URL.Type" )>
Dcf_commands.cfm51 <cfif isDefined( "REQUEST.Config.SecureImageUploads" ) and REQUEST.Config.SecureImageUploads>
62 …<cfif isDefined( "REQUEST.Config.HtmlExtensions" ) and not listFindNoCase( REQUEST.Config.HtmlExte…
Dcf_basexml.cfm51 <cfif isDefined("REQUEST.HeaderSent") and REQUEST.HeaderSent>
DImageObject.cfc92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)>
261 <cfif isDefined("arguments.jpegCompression") and isNumeric(arguments.jpegCompression)>
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample03.cfm69 <cfif isDefined( "URL.Toolbar" )>
Dsample02.cfm83 <cfif isDefined( "URL.Lang" )>
Dsample04.cfm79 <cfif isDefined( "URL.Skin" )>
Dsample04_mx.cfm88 if ( isDefined( "URL.Skin" ) )
Dsample03_mx.cfm82 if ( isDefined( "URL.Toolbar" ) )
Dsample02_mx.cfm95 if ( isDefined( "URL.Lang" ) )
/plugin/grensladawritezor/fckeditor/_samples/cfm/
Dsample01.cfm59 <cfif isDefined( 'FORM.fieldnames' )>
/plugin/fedauth/Auth/OpenID/
DMessage.php400 return $this->isDefined($namespace_uri);
403 function isDefined($namespace_uri) function in Auth_OpenID_NamespaceMap
/plugin/openid/Auth/OpenID/
DMessage.php446 return $this->isDefined($namespace_uri);
449 function isDefined($namespace_uri) function in Auth_OpenID_NamespaceMap
/plugin/diagramsnet/lib/js/orgchart/
Dbridge.min.js8isDefined(n.length))return new Bridge.ArrayEnumerator(n,i);throw new System.InvalidOperationExcept… method
/plugin/diagramsnet/lib/js/
Dorgchart.min.js8isDefined(n.length))return new Bridge.ArrayEnumerator(n,i);throw new System.InvalidOperationExcept… method
/plugin/jsontable/script/
Dhandsontable.full.min.js29isDefined=function(e){return void 0!==e},t.isUndefined=s,t.isEmpty=l,t.isRegExp=function(e){return… function in t
35isDefined)(e.autoInsertRow)?e.direction===a.horizontal?t.autoInsertRow=!1:t.autoInsertRow=e.autoIn…

12