Home
last modified time | relevance | path

Searched refs:pathArray (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/request/
H A DsfWebRequest.class.php215 $uri = isset($pathArray['HTTP_X_REWRITE_URL']) ? $pathArray['HTTP_X_REWRITE_URL'] : '';
219 $uri = isset($pathArray['REQUEST_URI']) ? $pathArray['REQUEST_URI'] : '';
234 … return isset($pathArray['REQUEST_URI']) ? 0 === strpos($pathArray['REQUEST_URI'], 'http') : false;
292 if (!isset($pathArray[$sf_path_info_key]) || !$pathArray[$sf_path_info_key])
296 $qs = isset($pathArray['QUERY_STRING']) ? $pathArray['QUERY_STRING'] : '';
399 return isset($pathArray['HTTP_REFERER']) ? $pathArray['HTTP_REFERER'] : '';
418 return isset($pathArray['HTTP_HOST']) ? $pathArray['HTTP_HOST'] : '';
430 …return isset($pathArray['SCRIPT_NAME']) ? $pathArray['SCRIPT_NAME'] : (isset($pathArray['ORIG_SCRI…
601 return isset($pathArray[$name]) ? sfToolkit::stripslashesDeep($pathArray[$name]) : null;
641 …(isset($pathArray['HTTPS']) && (('on' == strtolower($pathArray['HTTPS']) || 1 == $pathArray['HTTPS…
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/profile/
H A Dprof_FSp_glue.c22 profile_filespec_t *pathArray = NULL; local
35 if (pathArray == NULL) {
41 pathArray [i] = NULL;
50 pathArray[i] = (char *) malloc (sizeof(char) * PATH_MAX);
51 if (pathArray[i] == NULL) {
57 err = FSSpecToPOSIXPath (&files[i], pathArray[i], PATH_MAX);
71 retval = profile_init ((const_profile_filespec_t *) pathArray,
75 if (pathArray != NULL) {
77 if (pathArray [i] != 0)
78 free (pathArray [i]);
[all …]
/dports/security/krb5/krb5-1.19.2/src/util/profile/
H A Dprof_FSp_glue.c22 profile_filespec_t *pathArray = NULL; local
35 if (pathArray == NULL) {
41 pathArray [i] = NULL;
50 pathArray[i] = (char *) malloc (sizeof(char) * PATH_MAX);
51 if (pathArray[i] == NULL) {
57 err = FSSpecToPOSIXPath (&files[i], pathArray[i], PATH_MAX);
71 retval = profile_init ((const_profile_filespec_t *) pathArray,
75 if (pathArray != NULL) {
77 if (pathArray [i] != 0)
78 free (pathArray [i]);
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php87 $pathArray = explode('/', $pFilename);
88 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
89 $iMax = count($pathArray);
91 if ($pathArray[$i] == '..' && $i > 0) {
92 unset($pathArray[$i], $pathArray[$i - 1]);
98 $returnValue = implode('/', $pathArray);
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/
H A DFile.php113 $pathArray = explode('/' , $pFilename);
114 while(in_array('..', $pathArray) && $pathArray[0] != '..') {
115 for ($i = 0; $i < count($pathArray); ++$i) {
116 if ($pathArray[$i] == '..' && $i > 0) {
117 unset($pathArray[$i]);
118 unset($pathArray[$i - 1]);
123 $returnValue = implode('/', $pathArray);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DFile.php88 $pathArray = explode('/', $pFilename);
89 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
90 $iMax = count($pathArray);
92 if ($pathArray[$i] == '..' && $i > 0) {
93 unset($pathArray[$i], $pathArray[$i - 1]);
99 $returnValue = implode('/', $pathArray);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFile.php109 $pathArray = explode('/', $pFilename);
110 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
111 for ($i = 0; $i < count($pathArray); ++$i) {
112 if ($pathArray[$i] == '..' && $i > 0) {
113 unset($pathArray[$i]);
114 unset($pathArray[$i - 1]);
119 $returnValue = implode('/', $pathArray);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFile.php109 $pathArray = explode('/', $pFilename);
110 while (in_array('..', $pathArray) && $pathArray[0] != '..') {
111 for ($i = 0; $i < count($pathArray); ++$i) {
112 if ($pathArray[$i] == '..' && $i > 0) {
113 unset($pathArray[$i]);
114 unset($pathArray[$i - 1]);
119 $returnValue = implode('/', $pathArray);
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/DomainBrowser/macOS/
H A DCNDomainBrowserView.m29 NSMutableArray * pathArray = [NSMutableArray array];
34 if (cell) [pathArray addObject: [cell stringValue]];
37 return(pathArray);
161 - (void)setDomainSelectionToPathArray:(NSArray *)pathArray
164 for (NSString * nextPathComponent in pathArray)
209 return(DomainPathToDNSDomain(pathArray));
266 [_delegate domainBrowserDomainSelected: pathArray ? DomainPathToDNSDomain(pathArray) : nil];
291 [pathArray addObject: val];
357 …if (!pathArray.count && (([NSEvent modifierFlags] & NSEventModifierFlagOption ) != NSEventModifier…
358 [self setDomainSelectionToPathArray: pathArray];
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSearchPath.java44 private String[] pathArray; field in SearchPath
54 pathArray = dlist.toArray(new String[dlist.size()]); in SearchPath()
58 return (pathArray.length == 0); in isEmpty()
66 return pathArray.clone(); in asArray()
70 for (String element : pathArray) { in resolve()
88 for (String element : pathArray) { in children()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSearchPath.java44 private String[] pathArray; field in SearchPath
54 pathArray = dlist.toArray(new String[dlist.size()]); in SearchPath()
58 return (pathArray.length == 0); in isEmpty()
66 return pathArray.clone(); in asArray()
70 for (String element : pathArray) { in resolve()
88 for (String element : pathArray) { in children()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/DomainBrowser/iOS/
H A DCNDomainBrowserViewController.m28 @property (copy) NSArray * pathArray;
96 NSArray * pathArray = DNSDomainToDomainPath(_selectedDNSDomain);
99 [self updateUIToDomainPathArray: pathArray];
128 controller.pathArray = newSubPathArray;
169 NSMutableArray * pathArray = [NSMutableArray array];
172 [pathArray addObjectsFromArray: controller.pathArray];
185 return(pathArray);
196 _selectedDNSDomain = DomainPathToDNSDomain(pathArray);
297 [pathArray addObject: val];
329 NSArray * lastpathArray = controller.pathArray;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Configuration/FlexForm/
H A DFlexFormTools.php944 public function &getArrayValueByPath($pathArray, &$array) argument
946 if (!is_array($pathArray)) {
947 $pathArray = explode('/', $pathArray);
949 if (is_array($array) && !empty($pathArray)) {
950 $key = array_shift($pathArray);
952 if (empty($pathArray)) {
972 if (!is_array($pathArray)) {
973 $pathArray = explode('/', $pathArray);
975 if (is_array($array) && !empty($pathArray)) {
976 $key = array_shift($pathArray);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/FlexForm/
H A DFlexFormTools.php942 public function &getArrayValueByPath($pathArray, &$array) argument
944 if (!is_array($pathArray)) {
945 $pathArray = explode('/', $pathArray);
947 if (is_array($array) && !empty($pathArray)) {
948 $key = array_shift($pathArray);
950 if (empty($pathArray)) {
970 if (!is_array($pathArray)) {
971 $pathArray = explode('/', $pathArray);
973 if (is_array($array) && !empty($pathArray)) {
974 $key = array_shift($pathArray);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DFileUtils.jsm34 * @param pathArray
40 * the way are if pathArray has more than one item.
42 getFile: function FileUtils_getFile(key, pathArray, followLinks) {
45 pathArray.slice(0, -1),
46 pathArray.length > 1,
49 file.append(pathArray[pathArray.length - 1]);
58 * @param pathArray
62 * true if the directory hierarchy specified in |pathArray|
68 getDir: function FileUtils_getDir(key, pathArray, shouldCreate, followLinks) {
70 for (var i = 0; i < pathArray.length; ++i) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DFileUtils.jsm29 * @param pathArray
35 * the way are if pathArray has more than one item.
37 getFile: function FileUtils_getFile(key, pathArray, followLinks) {
38 var file = this.getDir(key, pathArray.slice(0, -1), pathArray.length > 1,
40 file.append(pathArray[pathArray.length - 1]);
49 * @param pathArray
53 * true if the directory hierarchy specified in |pathArray|
59 getDir: function FileUtils_getDir(key, pathArray, shouldCreate, followLinks) {
61 for (var i = 0; i < pathArray.length; ++i) {
62 dir.append(pathArray[i]);
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DFileUtils.jsm35 * @param pathArray
41 * the way are if pathArray has more than one item.
43 getFile: function FileUtils_getFile(key, pathArray) {
44 var file = this.getDir(key, pathArray.slice(0, -1), pathArray.length > 1);
45 file.append(pathArray[pathArray.length - 1]);
54 * @param pathArray
58 * true if the directory hierarchy specified in |pathArray|
62 getDir: function FileUtils_getDir(key, pathArray, shouldCreate) {
64 for (var i = 0; i < pathArray.length; ++i) {
65 dir.append(pathArray[i]);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DFileUtils.jsm46 * @param pathArray
52 * the way are if pathArray has more than one item.
54 getFile: function FileUtils_getFile(key, pathArray) {
55 var file = this.getDir(key, pathArray.slice(0, -1), pathArray.length > 1);
56 file.append(pathArray[pathArray.length - 1]);
65 * @param pathArray
69 * true if the directory hierarchy specified in |pathArray|
73 getDir: function FileUtils_getDir(key, pathArray, shouldCreate) {
75 for (var i = 0; i < pathArray.length; ++i) {
76 dir.append(pathArray[i]);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DFileUtils.jsm46 * @param pathArray
52 * the way are if pathArray has more than one item.
54 getFile: function FileUtils_getFile(key, pathArray) {
55 var file = this.getDir(key, pathArray.slice(0, -1), pathArray.length > 1);
56 file.append(pathArray[pathArray.length - 1]);
65 * @param pathArray
69 * true if the directory hierarchy specified in |pathArray|
73 getDir: function FileUtils_getDir(key, pathArray, shouldCreate) {
75 for (var i = 0; i < pathArray.length; ++i) {
76 dir.append(pathArray[i]);

12345678