Searched refs:True (Results 1 – 25 of 91) sorted by relevance
1234
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | io.asp | 119 oRE.IgnoreCase = True 120 oRE.Global = True 126 IsAllowedExt = True 144 oRE.IgnoreCase = True 145 oRE.Global = True 156 oRE.IgnoreCase = True 157 oRE.Global = True 186 oRegex.Global = True 199 oRegex.Global = True 201 if ( ConfigForceSingleExtension = True ) then
|
| D | class_upload.asp | 279 oRE.IgnoreCase = True 280 oRE.Global = True 300 oRE.IgnoreCase = True 301 oRE.Global = True 313 oRE.IgnoreCase = True 314 oRE.Global = True 323 SniffHtml = True
|
| D | util.asp | 48 InArray = True
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.py | 120 return True 126 return True 132 return True 138 return True 145 bFirst = True
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
| D | fckcommands.py | 138 isAllowed = True 141 isAllowed = True 146 isAllowed = True 153 while (True): 164 while (True):
|
| D | config.py | 60 ForceSingleExtension = True
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.py | 119 return True 125 return True 132 bFirst = True
|
| /plugin/groupmail/ |
| D | syntax.php | 256 if (isset($data['touser'])) { $title .= $sep.'to '. $data['touser']; $sep=', '; $and=True;} 259 if (isset($data['ccuser'])) { $title .= $sep.'cc '. $data['ccuser']; $sep=', '; $and=True; } 262 if (isset($data['bccuser'])) { $title .= 'bcc '. $data['bccuser']; $sep=', '; $and=True;} 422 $this->_validate_value($to, 'to', True); 423 $this->_validate_value($css, 'cc', True); 424 $this->_validate_value($bccs, 'bcc', True); 425 $this->_validate_value($comment, 'content', False, True);
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
| D | upload.asp | 4 Response.Buffer = True 80 If ( ConfigUseFileType = True ) Then 95 Do While ( True ) 110 If ( ConfigUseFileType = True ) Then
|
| /plugin/authyubikey/lib/ |
| D | Yubico.php | 414 $replay=True; 418 $valid=True; 425 $replay=True; 429 $valid=True;
|
| /plugin/page4release/ |
| D | syntax.php | 31 p_set_metadata($ID, array('page4release'=>False), False, True); 66 p_set_metadata($ID, array('page4release'=>$data), False, True);
|
| D | rebuildindex.php | 38 $release = p_get_metadata($page['id'], 'page4release',True);
|
| D | action.php | 27 $release = p_get_metadata($ID, 'page4release',True);
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/asp/ |
| D | connector.asp | 4 Response.Buffer = True 116 oRE.IgnoreCase = True 117 oRE.Global = True
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/ |
| D | connector.py | 114 return True 192 return True 645 isAllowed = True 648 isAllowed = True 653 isAllowed = True 667 while (True):
|
| /plugin/txtconf/ |
| D | admin.php | 85 if ($this->_myconf->_locked) return True; 114 return True;
|
| /plugin/data-graph/ |
| D | syntax.php | 112 $first = True; 131 $first = True;
|
| /plugin/datagraph/ |
| D | syntax.php | 112 $first = True; 131 $first = True;
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
| D | multiline_function_with_unknown_argument.test | 5 with_context=True,
|
| /plugin/typography/images/fontcolor/ |
| D | color-icon.php | 11 $isSameHost = True;
|
| /plugin/htmlmetatags/ |
| D | action.php | 48 $found = True;
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/ |
| D | phpstan.neon | 14 - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#'
|
| /plugin/langdelete/ |
| D | admin.php | 65 $valid = True; 124 $d->discrepancy = True;
|
| /plugin/photogallery/phpThumb/ |
| D | README.md | 8 image or only a portion of the original image. True color and resampling is used if GD v2.0+ is ava…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | for.rst | 65 ``loop.first`` True if first iteration 66 ``loop.last`` True if last iteration
|
1234